Showing posts with label software development. Show all posts
Showing posts with label software development. Show all posts

Java For Dummies Review

Java For Dummies
Average Reviews:

(More customer reviews)
I am a mature University student studying Web Development and Programming.I needed a gentle introduction to Java, and this book has provided just that.It takes the reader by the hand and introduces all of the basic concepts in an informative and uncomplicated manner (not an easy task).
The author is also very accesible.I had a problem with some code and he responded to my email within hours.(He pointed me to a posting on his Weblog which did just the trick).
I approached Java with some trepidation but thanks to Mr Burd I am now feeling very confident about tackling the more complicated issues.
I am also more than holding my own at University.I can`t thank the author enough.
An introduction to Java that I would highly recommend to anyone.

Click Here to see more reviews about: Java For Dummies

The top-selling beginning Java book is now fully updated for Java 7!
Java is the platform-independent, object-oriented programming language used for developing web and mobile applications. The revised version offers new functionality and features that have programmers excited, and this popular guide covers them all. This book helps programmers create basic Java objects and learn when they can reuse existing code. It's just what inexperienced Java developers need to get going quickly with Java 2 Standard Edition 7.0 (J2SE 7.0) and Java Development Kit 7.0 (JDK 7).
Explores how the new version of Java offers more robust functionality and new features such as closures to keep Java competitive with more syntax-friendly languages like Python and Ruby
Covers object-oriented programming basics with Java, code reuse, the essentials of creating a Java program using the new JDK 7, creating basic Java objects, and new Eclipse features
A companion web site offers all code from the book and bonus chapters

Written by a Java trainer, Java For Dummies, 5th Edition will enable even novice programmers to start creating Java applications quickly and easily.


Buy NowGet 45% OFF

Click here for more information about Java For Dummies

Read More...

Beginning Perl Web Development: From Novice To Professional (Beginning: From Novice to Professional) Review

Beginning Perl Web Development: From Novice To Professional (Beginning: From Novice to Professional)
Average Reviews:

(More customer reviews)
The focus of this book is on interacting with the Internet using Perl. It assumes some very basic knowledge of programming such as the concepts of scalar variables, arrays, if/then/else, and similar items. If you are not familiar with these items in a Perl environment then it is still all covered pretty well in the Appendix. The first section of the book contains information on working with CGI modules, databases, and interacting with the operating system for directory information, file uploads, etc. The second section discusses working with the LWP and Net::Tools. The LWP is the Library of WWW modules in Perl. This collection of modules allows you to write Perl programs that include the most common web tasks built in including retrieving web pages and submitting web-based forms. While the LWP supports various web protocols including HTTP, HTTPS, FTP, and NNTP the book concentrates primarily on using the LWP with HTTP and HTTPS. The NET::Tools primarily look at working with POP3 and SMTP services. The third section of the book is about using Perl with XML, SOAP, and RSS. The following section focuses on using mod_perl to enhance performance. As a module embedded in the Apache server this allows Perl to execute faster and allows the Perl programs to access the Apache request object.The fifth and final section focuses on working with templates, and building perl based web sites with Mason. Mason is used to insert Perl code directly into an HTML page. This in turn allows for a dynamic web site with elements common to all pages but still allowing some changes based on the page being accessed. Beginning Perl Web Development is highly recommended to anyone who wants to use Perl for added functionality with your web site or to allow interaction with other web sites.

Click Here to see more reviews about: Beginning Perl Web Development: From Novice To Professional (Beginning: From Novice to Professional)



Buy NowGet 34% OFF

Click here for more information about Beginning Perl Web Development: From Novice To Professional (Beginning: From Novice to Professional)

Read More...

Starting an iPhone Application Business For Dummies Review

Starting an iPhone Application Business For Dummies
Average Reviews:

(More customer reviews)
Are you interested in learning about how to monetize an iPhone app? Then this is your book. Unless you're a C++ "Cocoa-touch" programmer, then you won't be designing or creating applications. If you're like me, you know enough to know that you need to hire and manage someone to do the programming. This book covers project mangement, and everything else you should think about when designing your iPhone application.
In particular, this book covers the marketplace, business offering, terminology, success rules, and Apple protocols for both the design and submission process. In addition, if you're new to the business world, this book covers many of the basics of establishing the enterprise.
I currently own a magazine, and am building an iPhone application. This guide was helpful and I would strongly consider reading any other guides written by Aaron Nicholson, Joel Elad, & Damien Stolarz.

Click Here to see more reviews about: Starting an iPhone Application Business For Dummies


How to create a profitable, sustainable business developing and marketing iPhone apps

iPhone apps are hot; the average app is downloaded more than 30,000 times. If you have some great apps in mind, Starting an iPhone Application Business For Dummies will show you how to produce and market them effectively.
Starting an iPhone Application Business For Dummies provides clear, reliable business information to help developers and entrepreneurs create a profitable, sustainable business in this new and exciting market.
Identifies what goes into a successful iPhone application business
Helps you find the market niche your applications can fill, market and promote your business, and build your brand
Explains how to develop a pricing strategy, build your applications efficiently, and get them into the App Store
Explores finding a sustainable revenue model, including free trials, social media models, ad-based revenue models, and subscription models
Demonstrates effective ways to provide service and support to customers
Written by a team that combines knowledge of iPhone app development with sound business experience

Starting an iPhone Application Business For Dummies can help you turn your ideas into income.

Buy NowGet 45% OFF

Click here for more information about Starting an iPhone Application Business For Dummies

Read More...

The Ruby Programming Language Review

The Ruby Programming Language
Average Reviews:

(More customer reviews)
Originally planned as a second edition to Ruby classic, Ruby In A Nutshell, The Ruby Programming Language is a new book by David Flanagan and Yukihiro Matsumoto (a.k.a. Matz - creator of Ruby) and published by O'Reilly. The book covers both Ruby 1.8 and 1.9 and with its esteemed authors and technical approach, is sure to become a new "Bible" for Ruby developers.
As of the start of 2008 this book is REALLY fresh and up to date. Its style is very direct and matter-of-fact; well suited for existing Ruby developers and proficient developers coming from other languages. The examples are clear and logical and the explanations concise; this is a well edited and authoritative book.
The structure of the book is a delight with ten well-defined chapters (with titles such as Reflection and Metaprogramming, Statements and Control Structures, and Expressions and Operators) that each contain a tree of sections. Consider Chapter 4, Expressions and Operators. A sample dive down to section 4.5.5.2 takes us through 4.5, Assignments; 4.5.5, Parallel Assignment; and finally to 4.5.5.2, One lvalue, multiple rvalues. This is a breath of fresh air in a Ruby reference work.
The only downside, in terms of the thousands who might be browsing Amazon looking for a single Ruby book to start off with, is that this book is so well focused on documenting the core elements of the Ruby language, it doesn't work either as a tutorial / beginner's introduction to Ruby, or as an exhaustive reference work (as, on both fronts, the Pickaxe attempts to be.) This lack of dilution may be an ultimate strength, however, since anyone above the station of "beginner" will be able to learn Ruby thoroughly from this book, use it as a general reference, and then be able to use the exhaustive documentation that comes with Ruby itself to cover the standard library and built-in classes.
In conclusion, whether you're an existing developer or a newcomer to Ruby, you need just three things to be up and running with Ruby in the book / documentation department. Buy this, the Ruby Way (by Hal Fulton), and learn how to use the documentation that comes with Ruby.
This book will act as the "Bible" for Ruby, the Ruby Way will make you an expert, and learning how to use the documentation that comes with Ruby will mean you're not using information that's out of date within a couple of years. The perfect combo! It'll last you for years.

Click Here to see more reviews about: The Ruby Programming Language


The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team:

David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository.
Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book.
why the lucky stiff, artist and Ruby programmer extraordinaire.
This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the Ruby platform, demonstrating -- with heavily-commented example code -- Ruby's facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to Ruby's metaprogramming capabilities.The Ruby Programming Language documents the Ruby language definitively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to challenge their understanding and increase their mastery of the language.

Buy NowGet 45% OFF

Click here for more information about The Ruby Programming Language

Read More...