So what is a definition list? Simply put it is a list of definitions. For the unabridged version read the relevant section in the HTML specification. Basically a definition list is composed of three HTML elements and some text. These are the <dl>, <dt> and <dd> elements. <DL> A definition list is the container element …
Monthly Archives: October 2010
RSS date PHP
Date formating rss pubDateThe publication date for the content in the channel. For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours. That’s when the pubDate of the channel changes. All date-times in RSS conform to the Date and Time Specification of RFC 822, with the …
Grid-Based Layouts in Web Design
Grid Basics Let’s talk some grid lingo. A grid is the division of a layout with vertical and/or horizontal guidelines to incorporate margins, spaces and columns in order to provide a framework for organizing content.
url shortener – tiny urls
http://www.goo.gl powered by google [ad code=1 align=center]
Spam filter for comments + forms PHP
We can’t stand spam. Who can? You have better things to do with your life than deal with the underbelly of the internet. Automattic Kismet (Akismet for short) is a collaborative effort to make comment and trackback spam a non-issue and restore innocence to blogging, so you never have to worry about spam again.
iphone – ipad 3d engines
Choosing Your Open Source iPhone Game Engine Sparrow Framework The Sparrow Framework is a very lightweight 2D game engine created in Objective-C. In a very short amount of time I was able to understand the framework, and I find it to be very intuitive. If you’d like to take a look at some actual coding with …