MapleCity Blog

MapleCity Blog header image 4

Entries from January 2008

Rails and Databases

January 30th, 2008 · No Comments

Rails and Databases

You’ll first need to create your database in whatever fashion you normally work with your RDBMS…
One rails convention that is commonly used is to separate the words in your database name with underscores.
The content of the table also plays an important part in what it is named. So if we are going [...]

[Read more →]

Tags: Programming

BBtv - Codehunters: capsule anime by Ben Hibon

January 30th, 2008 · No Comments

Awesome short animé film by UK-based director Ben Hibon… I first viewed this on boingboing.net

[Read more →]

Tags: Entertainment

Tas Cru

January 29th, 2008 · No Comments

A recent project for Tas Cru tascru.com
(homepage view)

(biography page)

Sphere: Related Content

[Read more →]

Tags: Web Portfolio

The Conrad Story Blues Band

January 29th, 2008 · No Comments

A recent project for The Conrad Story Blues Band theconradstorybluesband.com.
(homepage view)

Sphere: Related Content

[Read more →]

Tags: Web Portfolio

Gillis Realty

January 29th, 2008 · No Comments

A recent project for a realty company in Tupper Lake NY gillisrealty.com.
(homepage view)

(property listings page)

(property detail page)

Sphere: Related Content

[Read more →]

Tags: Web Portfolio

The Orange Box on PS3

January 28th, 2008 · No Comments

So I just finished Half Life 2 along with episodes one, and two on the PS3. These games are part of “The Orange Box” compilation produced and published by Valve Corporation. The Orange Box was released late last year, and as everyone probably already knows EA is responsible for the PS3 port. [...]

[Read more →]

Tags: Gaming

Happy Birthday Lego!

January 28th, 2008 · No Comments

50 years today, congratulations to a great company!

[Read more →]

Tags: Miscellaneous

24: The Unaired 1994 Pilot

January 28th, 2008 · No Comments

Jack Bauer saves the world with AOL 3.0.

[Read more →]

Tags: Humorous

I Am Legend

January 27th, 2008 · No Comments

I’ve just finished listening to the audio book “I Am Legend”, an unabridged version of the book by Richard Matheson read by Robertson Dean. This was an awesome book… I haven’t seen the 2007 movie yet, though, I’ve heard that it doesn’t even compare to the original story by Matheson. [...]

[Read more →]

Tags: Entertainment

Ruby Notes

January 27th, 2008 · 1 Comment

** In order to become proficient with the rails framework you really need to know quite a bit about ruby as a programming language.
Ruby References:

web page: http://corelib.rubyonrails.org //core library for the ruby programming language
book: “Programming Ruby” by Dave Thomas (aka: The Pick Axe Book)

Logs

if you programming and something has gone wrong often the error [...]

[Read more →]

Tags: Programming