Aug 242008
A long time ago, I used to have a webpage for a desktop which provided me convenient links to contact information, notes and priorities. The displayed information was all text based, but it was sort of a precursor to a BLOG, except on my desktop. And, in thinking about this, it might be worthwhile to even put a blog on my work desktop (installing MySQL, IIS and PHP on a laptop) to give me an easy way to keep notes and thoughts as I progress through my work day.
But anyway, this is what I once had (photo and then basic code below the photo).

Old Work Desktop
<html> <body><table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="652" align="center"><FONT size="+3">company</font><BR>my name </td> <td rowspan="2" width="372" align="right" valign="top"> <table width="200" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#0000FF" align="center"> <td><a href="file:D:\My Documents\desktop\html"><font color="ffffff"><B>Priorities</B></font></a> </td> <tr height="33%" align="right"> <td><iframe width="350" heigh="600" src="priorities.txt">Frame</iframe> </td> <tr bgcolor="#0000FF" align="center"> <td><font color="ffffff"><B>Contacts</B></font> </td> <tr height="33%" align="right"> <td><iframe width="350" heigh="600" src="contacts.txt">Frame</iframe> </td> <tr bgcolor="#0000FF" align="center"> <td><font color="ffffff"><B>Notes</B></font> </td> <tr height="33%" align="right"> <td><iframe width="350" heigh="600" src="notes.txt">Frame</iframe> </td> </table> </td> <tr> <td width="652" align="center"><img src="mcse.gif"></td> </tr> </table></body> </html>

Follow me on Twitter