Welcome to San Francisco, Baghdad by the Bay

The blog, rants, ravings, and commentaries of Bill Watters

Entries Tagged as 'HTML'

WordPress Developer’s Toolbox

September 19th, 2008 · No Comments

Web designers and developers are getting an increasing number of requests from clients for custom theme development, and a growing number of designers are also building their own themes to distribute for free or to sell as premium themes. With all of the WordPress development that is going on, there is a need for an [...]

[Read more →]

Tags: CSS · HTML · Programming

YUI Reset CSS

August 8th, 2008 · No Comments

As an addendum to the earlier post about css resetting, here’s another version from Yahoo though it’s far less user friendly:
YUI Reset CSS
The foundational YUI Reset CSS file removes and neutralizes the inconsistent default styling of HTML elements, creating a level playing field across A-grade browsers and providing a sound foundation upon which you can [...]

[Read more →]

Tags: CSS · HTML · Programming

Cross Browser CSS Reset

August 8th, 2008 · No Comments

Over at MyerWeb.com, Erik has a create file that he has culled together for use as a full reset across browsers, so in theory, when you add your css back in after calling it, your css will look the same across the main browsers and versions. Here’s the link to the original article.
But below is [...]

[Read more →]

Tags: CSS · HTML · Programming