A short history of Georgia and Verdana
Wednesday, July 12th, 2006
This turned up in popular webdesign links, and describes the background behind two of the most-loved fonts for the internet…
Archive for the ‘Web Design’ Category
Wednesday, July 12th, 2006
This turned up in popular webdesign links, and describes the background behind two of the most-loved fonts for the internet…
Monday, July 10th, 2006
HTML Tidy is a program for checking and tidying HTML files. It can tidy your code by doing automatic indentation, it can scan for errors and even generate a version of your code with the errors fixed…
Monday, July 10th, 2006
A new version of the Smultron text editor for MacOS 10.4 has been released…
Monday, June 19th, 2006
Common Gateway Interface, or CGI was the first method of server side scripting. It was developed by the NCSA to more easily allow for dynamic applications…
Thursday, June 8th, 2006
I’ve looked for a good text editor for Mac for a long time, and just so happened to stumble upon one while looking at a blog for an example of navigation styles of all things…
Thursday, June 8th, 2006
JSP is a server side programming platform developed by Sun Microsystems. It uses the Java programming language for server side scripting…
Tuesday, June 6th, 2006
In the spirit of today’s lesson on programming languages, I thought I’d post a link to this comic: Death To The Extremist XXIX…
Thursday, June 1st, 2006
These links come from the Max Design website and are about making liquid webpage layouts. The first is an tutorial on how to make the layout, the second is made up of presentation slides and links…
Thursday, June 1st, 2006
ASP is a server-side scrpting platform that is used by Windows servers. Like PHP, ASP is used to prepare web pages dynamically before sending them to the browser…
Tuesday, May 30th, 2006
Although I didn’t know it at the time, my first exposure to OOP was with TADS, a language for developing text-based adventure games…