25 Apr, 2008
Posted by: pat In: Geekery
I’m working on one of the larger coding projects I’ve ever done and as such, it’s a great time to think about minimizing code wherever possible. The single stylesheet is growing large, and we’re using quite a bit of javascript code. These two things equal performance hit, especially on older computers. One great way to [...]
In earlier articles, we looked at installing MAGpie, how to use the software and how to create our caption files. How do we get these into a web page?
Embed tag. vs the Object tag
The Embed tag is deprecated. If you have pages with a DOCTYPE of XHTML 1 Strict, the embed tag will break your [...]