Introduction To Programming: Web Programming Languages — ASP
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…
Archive for the ‘Blog’ Category
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…
Monday, May 29th, 2006
As I recently saw that some members of the class were still interested in learning how to do this, I thought I’d post this link…
Thursday, May 25th, 2006
Why do we even want to learn programming languages for Web Design…
Tuesday, May 23rd, 2006
We are familiar with some of the special ‘character entites’ available in html, such as & (for an &), however, there are a great many of them around…
Tuesday, May 23rd, 2006
Accessites is a website of a sort we’ve seem several of in class already: a showcase of good website design…
Tuesday, May 16th, 2006
Definition lists are probably the least used of the three HTML list types. They are used primarily for things such as glossaries or other dictionary-type setups, but can be effectively used for anything where you need an expanded description attached to something…
Thursday, May 4th, 2006
An interesting ‘toy’ site: Think of an object. The site will ask you questions about it and try to guess what the object it is, with a pretty good success rate…
Tuesday, April 25th, 2006
In the Sydney Morning Herald’s NEXT section today there was an article on Search Engine Optimisation. The full article is on the SMH website…
Tuesday, April 25th, 2006
When Aldona posted asking for help on the google group, one snippet of code surprised me: font-family: “High Tower Text”, “Balloon”, “Arial”, “Harlow Solid Italic”, “Times New Roman” ;…