Thursday, October 9, 2008

Melanie Layman's Photographer Profile



http://www.redbubble.com/people/kerplunk409


Groups


Melanie Layman is a member of Bubble Jeopardy, Babyfaces Of Redbubble Members, Black and White Photography, Digital Art Compilations, Graphic Editing 101 and Surrealism.

Wednesday, October 1, 2008

Akelos Command Line Notes

Akelos logo

Akelos is a PHP framework modeled after Ruby on Rails.

Windows command line reference for Akelos

Add PHP to your path for easy php.exe commands. Shorthand for:

Before:
path/to/php.exe script/generate scaffold book

Now:
php script/generate scaffold book

Full php.exe shortcut tutorial