Category Archives: Code Snippets

Posting Announcements by End Date in MX-Publisher for phpbb3

I am the guild leader of Seelund Trading Co. on the Venture Co. (US) Server in World of Warcraft. I’m also, not surprisingly, our webmaster. This means maintaining a forum with a guild news portal, informational pages and a messaging … Continue reading

Color Wheels with only CSS3 and Primary Colors

There are no images above, nothing but css (half of it vendor propriety, sadly), and this was entirely created with primary colors: Red Yellow and Blue. Why? Because I wanted to see how well you could create other colors using … Continue reading

project deliverable browser test inprog table template

<table> <tr> <th>Page</th> <th algin=right>Tested in:</th> <th>FF</th> <th>IE6</th> <th>IE7</th> <th>IE8Norm</th> <th>IE8Comp</th> <th>IE8asIE7</th> <th>Safari</th> <th>Opera</th> <th>Chrome</th> </tr> <tr class=notstart> <td colspan=2>Page name</td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> <td></td> </tr> </table>