e99 Online Shopping Mall

Geometry.Net - the online learning center Help  
Home  - Basic C - Cgi Web Publishing (Books)

  Back | 81-83 of 83
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

click price to see details     click image to enlarge     click link to go to the store

$7.78
81. Rails Pocket Reference (Pocket
$17.99
82. JRuby Cookbook
$22.12
83. Adobe Illustrator CS2 Official

81. Rails Pocket Reference (Pocket Reference (O'Reilly))
by Eric Berry
Paperback: 200 Pages (2008-09-29)
list price: US$14.99 -- used & new: US$7.78
(price subject to change: see help)
Asin: 0596520700
Average Customer Review: 4.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description

Rails 2.1 brings a new level of stability and power to this acclaimed web development framework, but keeping track of its numerous moving parts is still a chore. Rails Pocket Reference offers you a painless alternative to hunting for resources online, with brief yet thorough explanations of the most frequently used methods and structures supported by Rails 2.1, along with key concepts you need to work through the framework's most tangled corners.

Organized to help you quickly find what you need, this book will not only get you up to speed on how Rails works, it also provides a handy reference you can use anywhere, anytime. Inside, you'll find essential information on how to:

  • Install Rails with RubyGems
  • Build, compile, and process files with Rake
  • Test Rails applications using assertions and fixtures
  • Use Rails with Ajax
  • Connect objects to a database using ActiveRecord
  • Make web requests with the Action Controller framework
  • Use REST web service APIs

And much more. Save yourself hours of frustration: If you use Rails daily and just want the facts -- fast -- this is your book.

... Read more

Customer Reviews (4)

5-0 out of 5 stars A Must have for Rails Development
Just got this book the other day I think its a must have for if you are a rails developer..

2-0 out of 5 stars Target Missed!
I bought this book in the hope of a fast reference for Rails 2.x.
First complain: there's only a single, 200 pages long, chapter, splitted into several paragraphs; it ain't a severe drawback, but by dedicating to each topic a chapter would be far more usable.
This book does a good job introducing Rails: gems, scripts and the configuration are all well exposed throughtout the first 30 pages.
Troubles start when introducing Testing (why are there only examples of Functional tests?) and, after a good coverage of the console, get worst by entering the ActiveRecord paragarph: suffice to say that AR proxy's methods aren't mentioned at all, there are no examples about conditional validations (:if with block, proc or symbol), nor abstract AR coverage.
Ok, it's a pocket guide, but why the hell dedicate entire paragraphs to Capistrano and Textmate(!), when core features of Rails are not covered with the needed detail?
It's a pity, cause by adding 20 more pages/examples with the missing topics (and maybe eliminating some useless info) will transform this book into an essential reference (several 2.x features are well explained, such as named_scope and dirty objects). Sorry, target missed!

5-0 out of 5 stars A Great Rails Book!
I have been searching high and low for a text that actually explains something, not just offers massive tutorials.This book fits the bill perfectly.The writing is precise and succinct.Both the author and the O'Reilly editors deserve kudos for writing this.

In short, if you want to learn Rails, and have been struggling, grab this book!

4-0 out of 5 stars Great book!Fills in the gaps!
Like many who dabble with Rails, I own many books on the subject.I like this format in general, and this book does not disappoint.Rails is a loose set of tools/scripts, and this brings together the "how", with just the right amount of "why".

I give the content 5 stars, but it's so densely packed with information at times the layout is too busy, so I gave it a 4 overall. ... Read more


82. JRuby Cookbook
by Justin Edelson, Henry Liu
Paperback: 224 Pages (2008-11-06)
list price: US$34.99 -- used & new: US$17.99
(price subject to change: see help)
Asin: 059651980X
Average Customer Review: 5.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description

If you're interested in JRuby, you probably don't need a turorial on Ruby, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications with Java toolkits, and more. Using numerous reusable code samples, JRuby Cookbook shows you how to:

  • Install and update JRuby on Windows, Mac OS X, and Linux, and IDEs such as NetBeans and Eclipse
  • Package and deploy Rails apps on Java Servlet containers and Java EE application servers, including JBoss, Tomcat, and GlassFish
  • Integrate Ruby and Rails applications with popular Java EE technologies such as JMS, JMX, JPA, Spring, and Hibernate
  • Develop desktop and client applications with cross-platform Java UI technologies and toolkits such as Swing, SWT, and Java 2D
  • Maximize the flexibility of your testing and build environment, using both existing Java-based tools such as Ant and Maven and newer Ruby-based tools such as Rake, Raven, and Buildr

The JRuby interpreter combines Ruby's simplicity and ease of use with Java's extensive libraries and technologies, a potent blend that opens new possibilities for Ruby, Rails, and Java. This Cookbook helps you take full advantage of JRuby's potential.

"The JRuby Cookbook is an excellent book for any polyglot who is trying to bridge the gap between Java and Ruby. It provides solutions to specific problems developers face in both their development and testing environments, along with the applications they're building." -- Bob McWhirter, Research & Prototyping, Red Hat Middleware

... Read more

Customer Reviews (2)

5-0 out of 5 stars a great start, but now I want more
O'Reilly's Cookbook series is well known for providing short, pithy instructions for solving practical real-world issues in a well-organized recipe format. The JRuby Cookbook upholds that tradition, and I've found it a particularly invaluable source for help on JRuby-specific topics like integrating your JRuby code with legacy Java libraries or with services like JMS and JNDI. Clear, well-written JRuby-specific docs can be hard to come by on the web, so this book was a real life-saver for me. I frequently found myself wanting more though. The present edition is a great start, but those are big and complex topics, and more recipes, with more example code, would make it even better. So I'm appreciating the current edition, and at the same time hoping there will be a second, expanded one soon.

5-0 out of 5 stars Finally an advanced book on JRuby
Having heard about this book several months before its publication, I was very happy to find that it had exceeded my expectations. As a Java developer very interested in Ruby, I was somewhat surprised at the lack of printed documentation on JRuby. I found this book to be very up-to-date, practical, and easy to follow, with examples that I could immediately apply. Particularly useful for me were the sections on setting up your environment with JRuby, Rails, and your preferred IDE, as well as deploying rails with various application servers. The instructions for all the main app servers on the market were extremely clear, and I was able to get things up and running in very short order. Also, I found the chapter on Enterprise Java integration to be especially useful, as it provided specific recipes for using JNDI, JMS, integration with Spring and Hibernate frameworks. I would highly recommend this book for any JRuby enthusiasts out there, looking for a solid and comprehensive springboard into the technology.
Thank you Justin and Henry! ... Read more


83. Adobe Illustrator CS2 Official JavaScript Reference
by Adobe Systems Inc.
Paperback: 392 Pages (2005-10-30)
list price: US$39.99 -- used & new: US$22.12
(price subject to change: see help)
Asin: 032141294X
Average Customer Review: 2.0 out of 5 stars
Canada | United Kingdom | Germany | France | Japan
Editorial Review

Product Description
Are you a creative professional? Do you spend too much time doing repetitive production tasks such as placing and replacing images, resizing them, dragging them from one document to another, and preparing images for printing instead of being creative? Do you use Adobe Illustrator CS2 and have some experience with scripting? Then this book is for you.Virtually every repetitive or time-consuming task that creative professionals have to do in the Adobe Creative Suite can be streamlined with the help of a script. This book describes how to use JavaScript to manipulate and extend Adobe Illustrator within Adobe Creative Suite 2, and provides reference information for the JavaScript objects, properties, and functions defined by Adobe's applications. Available in print for the first time, this scripting reference provides the information experienced JavaScript user needs to create custom scripts for the Illustrator, whether you're looking to capture and automate parts of the printing process; manipulate swatches to create new patterns, gradients and spot colors; or create a script that applies formatting to selected text or changes a selected path's shape. These are just a few examples of how you can use Illustrator CS2's built-in scripting capabilities to save you from hours of repetitive tasks. ... Read more

Customer Reviews (1)

2-0 out of 5 stars Same document available from Adobe for free
This is almost exactly page for page what is in the PDF you can download for free from the Adobe site. It's quite technical and does not provide much leeway for the begining javascript user... But then again there is not a whole lot of other documentation for scripting in Illustrator, so it's at least as informative as anything else out here, however, it's still not worth the price when you can download it for free from Adobe. ... Read more


  Back | 81-83 of 83
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Prices listed on this site are subject to change without notice.
Questions on ordering or shipping? click here for help.

site stats