Entries from January 2008
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
Awesome short animé film by UK-based director Ben Hibon… I first viewed this on boingboing.net
[Read more →]
Tags: Entertainment
A recent project for Tas Cru tascru.com
(homepage view)
(biography page)
Sphere: Related Content
[Read more →]
Tags: Web Portfolio
A recent project for The Conrad Story Blues Band theconradstorybluesband.com.
(homepage view)
Sphere: Related Content
[Read more →]
Tags: Web Portfolio
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
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
50 years today, congratulations to a great company!
[Read more →]
Tags: Miscellaneous
Jack Bauer saves the world with AOL 3.0.
[Read more →]
Tags: Humorous
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
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