search for: joekowalski

Displaying 4 results from an estimated 4 matches for "joekowalski".

2006 Apr 01
1
A bit OT...but here is a nifty Rails sighting.... ;)
According to arstechnica, <http://arstechnica.com/reviews/games/forever.ars>Duke Nukem Forever has been ported to Ruby on Rails and is now rendered with some kind of magic mishmash of svg-canvas and ajax! This truely is an example of the incredible power of a web browser. Any hope for getting Mr. Fowler to add a Recipe for this type of thing in his new book? ;) -------------- next part
2006 Apr 09
7
The search on this forum should improve to improve the forum
The search on this forum should improve to improve the forum -- Posted via http://www.ruby-forum.com/.
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION =========================================================== http://www.pragmaticprogrammer.com/titles/rails2/ Rails has changed a lot since we announced the first edition of the book a year ago. DHH says that the 1.1 release "boasts more than 500 fixes, tweaks, and features from more than 100 contributors." Who are we to
2006 Apr 22
7
Instance variables versus local variables
This novice coder roughly understands the difference between instance and local variables thanks to David Black''s excellent book, but I''m still unclear as to when and why a either is more desirable to use. In general, I use instance variables in my controller and local in my views, but I''m not sure as to why or if this is correct. Thanks Joe Kowalski