Web Development Recipes Now in Beta
pragprog.com
Web Development Recipes Now in Beta
1–10 of 11 posts
Re: Web Development Recipes Now in Beta
#2Re: Web Development Recipes Now in Beta
#3No knowledge of RoR required? I ask because a couple of the authors list RoR in their bio. I love the book idea though. Will check it out if it's just HTML/CSS/JS (which it sounds like it is).
You don't need to know any RoR. There are a couple chapters where we use some Ruby (Jekyll and Cucubmer-driven Selenium Testing), but we walk you through getting things set up properly if you want to use them.
Re: Web Development Recipes Now in Beta
#4No knowledge of RoR required? I ask because a couple of the authors list RoR in their bio. I love the book idea though. Will check it out if it's just HTML/CSS/JS (which it sounds like it is).
I'm one of the authors of the book. You don't need to know any RoR. There are a couple chapters where we use some Ruby (Jekyll and Cucubmer-driven Selenium Testing), but we walk you through getting things set up properly if you want to use them.
[OT question that has blocked this PHP-hobbyist from dabbling in RoR: do professionals ever add a new functionality as part of a web app via RoR when the bulk of project has already been built with something like PHP? (looking for motivation to start some experimentation in Ruby)]
Re: Web Development Recipes Now in Beta
#5Earlier quoted context omitted.
I'm one of the authors of the book. You don't need to know any RoR. There are a couple chapters where we use some Ruby (Jekyll and Cucubmer-driven Selenium Testing), but we walk you through getting things set up properly if you want to use them.
Does that mean that whenever you recommend server-side solutions that the server must have Ruby set up? [OT question that has blocked this PHP-hobbyist from dabbling in RoR: do professionals ever add a new functionality as part of a web app via RoR when the bulk of project has already been built with something like PHP? (looking for motivation to start some experimentation in Ruby)]
There's not a lot of server-side code in the book, to be honest. Chapters like Creating a Widget focus on the client-side code - loading content in to your page and providing an example for what the data looks like, without getting in to "here's how you'd' do this in Ruby or PHP or .NET".
Re: Web Development Recipes Now in Beta
#6Earlier quoted context omitted.
I'm one of the authors of the book. You don't need to know any RoR. There are a couple chapters where we use some Ruby (Jekyll and Cucubmer-driven Selenium Testing), but we walk you through getting things set up properly if you want to use them.
Does that mean that whenever you recommend server-side solutions that the server must have Ruby set up? [OT question that has blocked this PHP-hobbyist from dabbling in RoR: do professionals ever add a new functionality as part of a web app via RoR when the bulk of project has already been built with something like PHP? (looking for motivation to start some experimentation in Ruby)]
Re: Web Development Recipes Now in Beta
#7Earlier quoted context omitted.
I'm one of the authors of the book. You don't need to know any RoR. There are a couple chapters where we use some Ruby (Jekyll and Cucubmer-driven Selenium Testing), but we walk you through getting things set up properly if you want to use them.
Does that mean that whenever you recommend server-side solutions that the server must have Ruby set up? [OT question that has blocked this PHP-hobbyist from dabbling in RoR: do professionals ever add a new functionality as part of a web app via RoR when the bulk of project has already been built with something like PHP? (looking for motivation to start some experimentation in Ruby)]
But we really wanted to keep the server-side stuff to a minimum, and while we all use Rails, it's not the answer to all web development - especially with things moving more client-side.
Your second question, yes you certainly can. I've done it and the only tricky part is making them work together, and thanks to web services, that's not terrible. I even have a new Rails app consuming some XML I wrote with classic ASP.
Re: Web Development Recipes Now in Beta
#8Re: Web Development Recipes Now in Beta
#9I know its still under development, but are all the chapters in at this time? In other words, if I buy it now will I only be able to read 4 chapters (for example) until others are added, or are they all there in some rough form?
Re: Web Development Recipes Now in Beta
#10I know its still under development, but are all the chapters in at this time? In other words, if I buy it now will I only be able to read 4 chapters (for example) until others are added, or are they all there in some rough form?
The beta currently contains about half of the chapters. More chapters will be added in the coming weeks as they work their through the review process, but they're not in the beta copy that you'll get today.