Patterns for Personal Web Sites
Thursday, March 11th, 2004Patterns for Personal Web Sites Patterns for Personal Web Sites Move to links?
Patterns for Personal Web Sites Patterns for Personal Web Sites Move to links?
Some very interesting and dynamic mods for apache listed at webthing.com. mod_accessibility is particularly interesting. It can be used with any Apache 2.0 server, and works as an output filter, transforming documents as they leave the server. This means it can be used with any content-generation software (such as CGI, PHP, mod_xml, or as a […]
Dom manipulation of a table — make mine striped please. The code below goes in the head of your document. All you need to do next is tag your table with an id=”something” and add an onload trigger to your body tag. <script language=”JavaScript” type=”text/javascript”> var TABLE_ROW_COLOR_DEFAULT = “#FFFFFF”; var TABLE_ROW_COLOR_HILIGHT = “#CCCCCC”; function stripeTableRows(tableObject,startRow) […]