Search Results

0
votes

Inherit css properties

CSS will automatically inherit from the parent style. For example, if you say in your body style that all text should be #EEE and your background should be #000 then all text, whether it’s in a div …
0
votes

Does the Internet explorer web developer toolbar work with popups?

I just tried this on my machine, and it seems to be working. Make sure you're using the …
8
votes

Better to develop cross-browser code up front or develop for one browser and go back and make it work in the others later?

I’ve found that if you get too deep into developing a website without looking at other browsers you’ll quickly get to a place that is too much of a headache to debug. I consistently open my web pag …
0
votes

What language/platform to choose for a new web application?

I look for a solid API that I can leverage, to get me up and running quickly. I want to use something that has good performance, can scale, is secure, and something that I know I can get support on …