Category: HTML
I've been working a lot with SVG a lot lately, and you know what? It would be really handy to have a SVG-like format that could be embedded via the img tag. Hell, I'd even use the SVG format we have today inside an image tag, if I could. Note to self: find out why that isn't allowed....
Web development is entirely reliant on browsers to display web sites. Without browsers, the large majority of the Internet would cease to be useful – or functional for that matter. So how is it that browsers don't matter? Each browser has at it's core a layout engine, and this layout...
Being a web guy in a small government organization, I have limited ammounts of time to put towards each page. The ammount of time I put into a page directly effects how practical it is to create that page; it also effects how much time I have for the next page. The time I take to put up one page...
One of the things I've been doing as of late involves subscribing to the RSS feed of any sites I find in my travels - that is, any feeds I think might provide insight or intelligence. One of the sites I've stumbled upon is Design Meltdown , a design-heavy web site that showcases good design...
There has been tons of news recently about IE8. It's extremely early in the browser's development, so take it all with a grain of salt, but it has been announced that IE8 passes the Acid2 test , which means the support for standards should be huge leaps and bounds over IE7, and completely...
After I wrote my post about using internal links , I discovered that my original technique of using anchor tags is far out of date. Modern technology has given us a much simpler, much slimmer, much snazzier way to link to your content, and it's seen cross-browser support for years. Recently, I...