5
votes
5answers
264 views
Are there reasons to still use the “@import” css rule?
I recently came across a use of the @import rule on Coda.com. They're actually using to import the main style sheet for the site, specifically the format:
<style type="text/css" media="screen">
…
4
votes
14answers
397 views
Essential Firefox Plugins/Extensions?
Hi All,
What firefox plugins could you not live without, as relates to webdev?
My list would be:
DBGBar
Dom Inspector
Firebug
Firecookie
Google toolbar (useful for seo)
Live HTTP
ReloadEvery
…
1
vote
5answers
571 views
iphone web page transitions
I am developing a web page for iPhones and iPod Touch's. I am using the Universal iPhone UI framework. I need to have silding page transitions, but can't seem to get it working. Is there a good …
0
votes
5answers
278 views
Can I detect XHTML parsing errors using Javascript?
When I have a markup error in my XHTML page, Mozilla Firefox displays the "Yellow Screen of Death", showing only a large red error message on a yellow background.
While these errors are rare, they …
