Archive for the ‘css’ Category
Produce Better CSS, HTML, Javascript Faster: 20 Useful Tools
Sunday, May 18th, 2008Found this on Digg. A bunch of tools to help develop faster and better websites. Tools for producing, optimizing and testing CSS, HTML, and Javascript.
read more | digg story
Microsoft Outlook 2007 Sucks at HTML email
Thursday, May 1st, 2008Microsoft - why don’t you just disable HTML email in Outlook 2007 rather than implement it so badly?
It now uses Microsoft Word’s rendering engine. The interesting thing is what happens when you forward on an email. You can view the source in Outlook which hides the transformations it is applying - but it isn’t until you forward it and view the source of that email that you can see what trash it is converting it too.
Why should I have to revert to using a table to create a simple border round a block of text when this should be able to be achieved with a div and css?
According to this list of what isn’t supported at Sitepoint (Microsoft Breaks HTML Email Rendering in Outlook 2007) …
no support for background images (HTML or CSS)
no support for forms
no support for Flash, or other plugins
no support for CSS floats
no support for replacing bullets with images in unordered lists
no support for CSS positioning
no support for animated GIFs
you can add inconsistent support for most everything else!
The Yahoo! User Interface Library CSS Grid Builder
Friday, April 11th, 2008More goodness from Yahoo! …
YUI: CSS Grid Builder
Faster Web Pages
Monday, March 31st, 2008A fantastic presentation from Yahoo! on multiple ways (including CSS, Javascript and server-side technologies) to speed up page delivery and rendering. I think most developers would learn something from this.
Here is another presentation from Yahoo! which touches on the same issues …
List of Web Development Cheat Sheets
Sunday, March 16th, 2008Great list of links to web development cheat sheets covering Javascript, CSS, HTML/XHTML, AJAX, Colors, Microformats, Browser Compatability, and XML.
read more | digg story
Have always found this site useful for HTML and CSS stuff …
Saturday, March 15th, 2008Way old now - but I still use it - Bloo’s homepage …
Basic CSS
Saturday, March 15th, 2008A simple tutorial to get started with CSS.
read more | digg story
