Click here to Skip to main content
15,886,052 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Out of Memory error in asp while fetching data from sql and display around 1,00,000 records Pin
R. Giskard Reventlov9-Mar-11 4:59
R. Giskard Reventlov9-Mar-11 4:59 
QuestionAccessing local machine from web page Pin
pstsp91127-Feb-11 3:51
pstsp91127-Feb-11 3:51 
AnswerCross post Pin
Not Active27-Feb-11 6:02
mentorNot Active27-Feb-11 6:02 
AnswerRe: Accessing local machine from web page Pin
Pete O'Hanlon6-Mar-11 4:54
mvePete O'Hanlon6-Mar-11 4:54 
GeneralRe: Accessing local machine from web page Pin
GenJerDan6-Mar-11 5:22
GenJerDan6-Mar-11 5:22 
JokeRe: Accessing local machine from web page Pin
Eddy Vluggen20-Mar-11 3:44
professionalEddy Vluggen20-Mar-11 3:44 
QuestionCSS Question on newly discover Syntax [modified] Pin
toikken23-Feb-11 11:33
toikken23-Feb-11 11:33 
AnswerRe: CSS Question on newly discover Syntax Pin
musefan2-Mar-11 23:32
musefan2-Mar-11 23:32 
the comma is separating different css classes, the space is used to determine a subset of the same css class...

.grid_4, .grid_6, .grid_12 (this is three different classes)

.container_12 .grid_4, .container_16 .grid_6 (this is two different classes)

.container_12 .grid_4 (this means that the css class will be applied to any elements that have a class = "grid_4" but only if they are a sub-element of an element with a class = "container_12")

example...

css sheet2
.grid_4 {float:left}
.container_12 .grid_4 {float:right}

<div class="grid_4" /> //this div will be floated to the left
<div class="container_12">
   <div class="grid_4" /> //this div will be floated to the right because it is contained within a div using the .container_12 class
</div>

Don't vote my posts down just because you don't understand them - if you lack the superior intelligence that I possess then simply walk away

QuestionMusic Streaming API Pin
Matt Cavanagh22-Feb-11 23:10
Matt Cavanagh22-Feb-11 23:10 
QuestionPicking up data from a webpage to excel. Pin
Dalek Dave21-Feb-11 10:52
professionalDalek Dave21-Feb-11 10:52 
Questioncenter middle of three spans Pin
Stryder_118-Feb-11 7:09
Stryder_118-Feb-11 7:09 
AnswerRe: center middle of three spans Pin
Sunasara Imdadhusen22-Feb-11 1:36
professionalSunasara Imdadhusen22-Feb-11 1:36 
AnswerRe: center middle of three spans Pin
musefan2-Mar-11 23:24
musefan2-Mar-11 23:24 
QuestionIndian rupee sign in web page Pin
Rounak Hasan16-Feb-11 18:25
Rounak Hasan16-Feb-11 18:25 
AnswerRe: Indian rupee sign in web page PinPopular
Manfred Rudolf Bihy16-Feb-11 23:36
professionalManfred Rudolf Bihy16-Feb-11 23:36 
GeneralRe: Indian rupee sign in web page Pin
Sunasara Imdadhusen17-Feb-11 2:17
professionalSunasara Imdadhusen17-Feb-11 2:17 
GeneralRe: Indian rupee sign in web page Pin
Rounak Hasan17-Feb-11 6:04
Rounak Hasan17-Feb-11 6:04 
GeneralRe: Indian rupee sign in web page Pin
Manfred Rudolf Bihy17-Feb-11 6:13
professionalManfred Rudolf Bihy17-Feb-11 6:13 
GeneralRe: Indian rupee sign in web page Pin
klixxx21-Feb-11 13:11
klixxx21-Feb-11 13:11 
AnswerRe: Indian rupee sign in web page Pin
Bryian Tan21-Feb-11 17:17
professionalBryian Tan21-Feb-11 17:17 
AnswerRe: Indian rupee sign in web page Pin
Sunasara Imdadhusen2-Mar-11 19:29
professionalSunasara Imdadhusen2-Mar-11 19:29 
QuestionHas Anybody Seen This Control? Pin
Roger Wright15-Feb-11 18:50
professionalRoger Wright15-Feb-11 18:50 
AnswerRe: Has Anybody Seen This Control? Pin
Peter_in_278015-Feb-11 19:45
professionalPeter_in_278015-Feb-11 19:45 
GeneralRe: Has Anybody Seen This Control? Pin
Roger Wright16-Feb-11 18:08
professionalRoger Wright16-Feb-11 18:08 
AnswerRe: Has Anybody Seen This Control? Pin
Peter_in_278016-Feb-11 16:36
professionalPeter_in_278016-Feb-11 16:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.