I''m happy to announce the availability of RJS Templates for Rails published by O''Reilly. The book covers all aspects and features of RJS that are included in Rails 1.1. It also walks through a few examples, debugging with FireBug, and finishes off with some reference material. The book is 56 pages and is available in PDF format. I''m really happy with how the book has turned out and I think you''ll really enjoy it. You can find the book at http://www.oreilly.com/catalog/rjsrails/ -- Cody Fauser http://www.codyfauser.com
On Jun 13, 2006, at 2:50 PM, Cody Fauser wrote:> I''m happy to announce the availability of RJS Templates for Rails > published by O''Reilly. > > The book covers all aspects and features of RJS that are included in > Rails 1.1. It also walks through a few examples, debugging with > FireBug, and finishes off with some reference material. > > The book is 56 pages and is available in PDF format. I''m really happy > with how the book has turned out and I think you''ll really enjoy it. > > You can find the book at http://www.oreilly.com/catalog/rjsrails/ > > -- > Cody Fauser > http://www.codyfauser.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/railsCongratulations Cody! I just purchased your book and it is a great resource and quick reference for rjs and ajax with rails. For only $10 I highly recommend it. Cheers- -Ezra
Cody, Congratulations on getting published! I just ordered my copy...I''ll be taking a look at in for sure in the next few days as I''m working a lot with RJS now...good timing :) John. --- Cody Fauser <codyfauser@gmail.com> wrote:> I''m happy to announce the availability of RJS > Templates for Rails > published by O''Reilly. > > The book covers all aspects and features of RJS that > are included in > Rails 1.1. It also walks through a few examples, > debugging with > FireBug, and finishes off with some reference > material. > > The book is 56 pages and is available in PDF format. > I''m really happy > with how the book has turned out and I think you''ll > really enjoy it. > > You can find the book at > http://www.oreilly.com/catalog/rjsrails/ > > -- > Cody Fauser > http://www.codyfauser.com > _______________________________________________ > Ogre mailing list > Ogre@lists.jadedpixel.com > http://lists.jadedpixel.com/mailman/listinfo/ogre >-------------------------------------------------------------------------------- John Tajima, B.Comm, P.Eng johntajima@yahoo.ca http://www.tajimaphotography.com/ -------------------------------------------------------------------------------- __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Awesome. I''m heading over to purchase my copy. Congratulations. Michael
I just picked up mine. Wished I''d had this a few weeks ago :) Well done Cody, nice writing style. I very much like the learn by example style of writing, coupled with lots of detail ! I love this mini-book concept, $10 or so are no-brainers compared to the old $100+ monsters on the shelf. ! Cheers Rowan --- http://raili.st -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060614/f6a06fc9/attachment.html
Great book and I really love this little PDF books focused on a specific point. More books like this should be done. Thanks a lot. Seb Le 13 juin 06 ? 23:50, Cody Fauser a ?crit :> I''m happy to announce the availability of RJS Templates for Rails > published by O''Reilly. > > The book covers all aspects and features of RJS that are included in > Rails 1.1. It also walks through a few examples, debugging with > FireBug, and finishes off with some reference material. > > The book is 56 pages and is available in PDF format. I''m really happy > with how the book has turned out and I think you''ll really enjoy it. > > You can find the book at http://www.oreilly.com/catalog/rjsrails/ > > -- > Cody Fauser > http://www.codyfauser.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > >
Cody Fauser wrote:> I''m happy to announce the availability of RJS Templates for Rails > published by O''Reilly. > > The book covers all aspects and features of RJS that are included in > Rails 1.1. It also walks through a few examples, debugging with > FireBug, and finishes off with some reference material. > > The book is 56 pages and is available in PDF format. I''m really happy > with how the book has turned out and I think you''ll really enjoy it. > > You can find the book at http://www.oreilly.com/catalog/rjsrails/Hi, I''m looking for a sample/tutorial on how to develop an ''industrial strength'' data entry/update intensive form-based user-interface, the sort of thing that human resources use to maintain person records, with lots of popup picklists, radio buttons, query-by-example, multi-form (master-detail) screens. Separate screen forms for listing users, showing a record in form format, editing, searching, are ok, but veteran users of client/server apps will complain of "too much navigation and too many screens". Examples abound of these mini-screens, but none that put the functionalities together in an integrated whole. Does RJS Templates for Rails address development of multi-functional forms? -- Posted via http://www.ruby-forum.com/.
Thanks to everyone for their great comments. Don''t hesitate to email me with any feedback or comments. On 6/14/06, S?bastien Gruhier <seb@itseb.com> wrote:> Great book and I really love this little PDF books focused on a > specific point. More books like this should be done. > Thanks a lot. > Seb > > Le 13 juin 06 ? 23:50, Cody Fauser a ?crit : > > > I''m happy to announce the availability of RJS Templates for Rails > > published by O''Reilly. > > > > The book covers all aspects and features of RJS that are included in > > Rails 1.1. It also walks through a few examples, debugging with > > FireBug, and finishes off with some reference material. > > > > The book is 56 pages and is available in PDF format. I''m really happy > > with how the book has turned out and I think you''ll really enjoy it. > > > > You can find the book at http://www.oreilly.com/catalog/rjsrails/ > > > > -- > > Cody Fauser > > http://www.codyfauser.com > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Gene,> Does RJS Templates for Rails address development of multi-functional forms?The short answer is no. However, after reading it you will have a solid understanding of RJS and how it fits into the Rails framework. That understanding should help you quickly add Ajax features to your forms to make them more responsive and intelligent. On 6/14/06, Gene Kahn <kublaikhan55@hotmail.com> wrote:> Cody Fauser wrote: > > I''m happy to announce the availability of RJS Templates for Rails > > published by O''Reilly. > > > > The book covers all aspects and features of RJS that are included in > > Rails 1.1. It also walks through a few examples, debugging with > > FireBug, and finishes off with some reference material. > > > > The book is 56 pages and is available in PDF format. I''m really happy > > with how the book has turned out and I think you''ll really enjoy it. > > > > You can find the book at http://www.oreilly.com/catalog/rjsrails/ > > Hi, > I''m looking for a sample/tutorial on how to develop an ''industrial > strength'' data entry/update intensive form-based user-interface, the > sort of thing that human resources use to maintain person records, with > lots of popup picklists, radio buttons, query-by-example, multi-form > (master-detail) screens. Separate screen forms for listing users, > showing a record in form format, editing, searching, are ok, but veteran > users of client/server apps will complain of "too much navigation and > too many screens". Examples abound of these mini-screens, but none that > put the functionalities together in an integrated whole. Does RJS > Templates for Rails address development of multi-functional forms? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
On 6/14/06, Cody Fauser <codyfauser@gmail.com> wrote:> The short answer is no. However, after reading it you will have a > solid understanding of RJS and how it fits into the Rails framework. > That understanding should help you quickly add Ajax features to your > forms to make them more responsive and intelligent.What are your plans for future versions? I know it''s only $10 but I don''t wanna buy too soon if there''s a version 2 just around the corner, I mean with Rails evolving so fast and all. Thanks, -- Greg Donald http://destiney.com/
Loving it! Thanks! Also picked up the Webservices For Rails PDF at the same time. Great deal for us User Group members. Thanks. -- D. Taylor Singletary Reality Technician "Look at my hair; like the design." -- David Byrne
Cody, Great book. Helped clarify a lot about RJS I was very fuzzy about. Is the code available online? Would like to try the examples without having to type them in... Guy
Guy, I''m just packaging it up. I hope to have it ready very soon. I''ll let you know when it is ready and where to find it. Cody On 6/14/06, Guy Argo <guy_argo@yahoo.com> wrote:> Cody, > Great book. Helped clarify a lot about RJS I was very fuzzy about. > > Is the code available online? > Would like to try the examples without having to type them in... > Guy > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Greg, There is no version 2 planned. It just went online yesterday, so I think that you are safe to pick it up. Cody On 6/14/06, Greg Donald <gdonald@gmail.com> wrote:> On 6/14/06, Cody Fauser <codyfauser@gmail.com> wrote: > > The short answer is no. However, after reading it you will have a > > solid understanding of RJS and how it fits into the Rails framework. > > That understanding should help you quickly add Ajax features to your > > forms to make them more responsive and intelligent. > > What are your plans for future versions? I know it''s only $10 but I > don''t wanna buy too soon if there''s a version 2 just around the > corner, I mean with Rails evolving so fast and all. > > Thanks, > > > -- > Greg Donald > http://destiney.com/ > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Cody, Really nice pdf, thnx! :) -- Abdur-Rahman Advany http://blog.railsdevelopment.com/
Thanks! I hope people find the link to your excellent article on effect queues in the very back of the PDF. I wanted to mention them, but I ran out of time and space. Cody On 6/14/06, Abdur-Rahman Advany <rails@advany.com> wrote:> Cody, > > Really nice pdf, thnx! :) > > -- > Abdur-Rahman Advany > http://blog.railsdevelopment.com/ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Cody Fauser wrote:> I''m happy to announce the availability of RJS Templates for Rails > published by O''Reilly. > > The book covers all aspects and features of RJS that are included in > Rails 1.1. It also walks through a few examples, debugging with > FireBug, and finishes off with some reference material. > > The book is 56 pages and is available in PDF format. I''m really happy > with how the book has turned out and I think you''ll really enjoy it. > > You can find the book at http://www.oreilly.com/catalog/rjsrails/I have my credit card in my hand and I''m looking forward to reading this. I see O''Reilly has a "100% guarantee", but I''m not sure how to interpret the conditions: "The O''Reilly Guarantee -------------------------------------------------------------------------------- Absolute satisfaction--anything less and your money back. If you are dissatisfied with your purchase for any reason, simply send your prepaid books to our warehouse address listed below. PLEASE BE SURE to enclose a copy of the packing slip or invoice so that we may quickly credit your account. For items purchased on oreilly.com, please return to: O''Reilly Media Returns Department 1005 Gravenstein Hwy North Sebastopol, CA 95472 For all other returns: O''Reilly Media c/o Ingram Publisher Services 1210 Ingram Drive Chambersburg, PA 17201 Upon receipt of your returned books, O''Reilly Media will process your credit or refund promptly. If you have any questions regarding your account, please contact a representative from our Customer Service department by calling 800-998-9938." ...and it''s a shame that free shipping only starts at orders of $29.95. :-) Seriously, though, it will be great to have a small book that I can read while commuting (by train) and get immersed in Ajax/Rails. Justin
Hi Cody, Cody Fauser wrote:> Don''t hesitate to email me with any feedback or comments.What sort of feedback would you like? I bought it yesterday and, while I haven''t finished it yet, I have some questions. Does O''Reilly have a forum set up somewhere for that? Best regards, Bill
Bill, As far as I know there isn''t a forum setup for it, but I''ll ask them about it. I''m interested in any feedback you''d like to send: ideas for improvement, errata, questions, etc. A few errata that were noticed have been fixed and the new version of the PDF should be online this afternoon. On 6/15/06, Bill Walton <bill.walton@charter.net> wrote:> Hi Cody, > > Cody Fauser wrote: > > Don''t hesitate to email me with any feedback or comments. > > What sort of feedback would you like? I bought it yesterday and, while I > haven''t finished it yet, I have some questions. Does O''Reilly have a forum > set up somewhere for that? > > Best regards, > Bill > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Cody Fauser wrote:> > As far as I know there isn''t a forum setup for it, but I''ll ask them > about it. I''m interested in any feedback you''d like to send: ideas > for improvement, errata, questions, etc.Cool. Offlist?> A few errata that were noticed have been fixed and the new version of > the PDF should be online this afternoon.And folks who''ve bought it can just download the new version? I didn''t realize O''Reilly did that. Excellent! Thanks, Bill
Bill, O''Reilly is looking into setting up a forum right now. Until then you can just post in this thread or email me offlist. Cody On 6/15/06, Bill Walton <bill.walton@charter.net> wrote:> Cody Fauser wrote: > > > > As far as I know there isn''t a forum setup for it, but I''ll ask them > > about it. I''m interested in any feedback you''d like to send: ideas > > for improvement, errata, questions, etc. > > Cool. Offlist? > > > A few errata that were noticed have been fixed and the new version of > > the PDF should be online this afternoon. > > And folks who''ve bought it can just download the new version? I didn''t > realize O''Reilly did that. Excellent! > > Thanks, > Bill > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Cody Fauser http://www.codyfauser.com http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails)
Downloaded my copy yesterday. Read the tutorial , and spot read the rest. Good stuff! Well written. This will increase my understanding of RJS enough that I may encorporate some of it into my current project. Looking forward to the update. -Larry On 6/15/06, Cody Fauser <codyfauser@gmail.com> wrote:> > Bill, > > O''Reilly is looking into setting up a forum right now. Until then you > can just post in this thread or email me offlist. > > > Cody > > On 6/15/06, Bill Walton <bill.walton@charter.net> wrote: > > Cody Fauser wrote: > > > > > > As far as I know there isn''t a forum setup for it, but I''ll ask them > > > about it. I''m interested in any feedback you''d like to send: ideas > > > for improvement, errata, questions, etc. > > > > Cool. Offlist? > > > > > A few errata that were noticed have been fixed and the new version of > > > the PDF should be online this afternoon. > > > > And folks who''ve bought it can just download the new version? I didn''t > > realize O''Reilly did that. Excellent! > > > > Thanks, > > Bill > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > -- > Cody Fauser > http://www.codyfauser.com > http://www.oreilly.com/catalog/rjsrails (RJS Templates for Rails) > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060615/fb883dcb/attachment.html