Categories

Archives

Did You Know?

During my quest to delve more into game programming, I came across the demo Second Reality by Future Crew, which got me interested in electronic music. The first app I used was the Future Crew's ScreamTracker 3. A few months later I turned to Jeffrey Lim's Impulse Tracker. Years later I found out about Propellerheads' Rebirth, but the software that finally rekindled my interest was Reason 2.5.

Recent Comments

Tags

asp audio browser bug business coalesce code crash Database db debian extension framework imap internet legions linux metaverse mysql obscurity patch PHP postgresql properties release scp Second Life second life security session social media sound sql ssh subversion tables tortoisesvn tribes ubuntu virtual world web windows zend zend framework zf

Archive for July, 2009

The Logic behind naming roads

I currently live in the triangle area in North Carolina. This morning, actually, just a few minutes ago, I overheard the announcer on the NBC17 news say that I440, the circular interstate that wraps around Raleigh, will be renamed.
At the moment the naming convention is "the inner beltline" for the lane that moves clockwise, and […]

Implementing short URLs using case-sensitive Routes with Zend Framework

Since short URLs are all the rage these days, I wanted to outfit one of my websites with its own short URL capability.
A simple way to accomplish this is to base62 encode a numeric identifier (the database table's primary key). In order to identify a URL as a short URL, it will be prefixed with […]