Languages & Tools Books - Page 11

MagicBeanDip.com

Subcategories:

Page 11 of 200 - Go to page: 6 7 8 9 10 11 12 13 14 15 16 22

Agile Web Development with Rails, 2nd Edition

Dave Thomas, David Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz

Agile Web Development with Rails, 2nd Edition Dave Thomas, David Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz Amazon Price: $26.37
List Price: $39.95
Usually ships in 2 to 3 weeks
By: Pragmatic Bookshelf
Amazon Marketplace: 32 new & used starting at $18.93

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> Client-Server Systems

Customer Reviews:
Total reviews: 105 Average rating: 4.5 of 5

Editorial Review:

The definitive, Jolt-award winning guide to learning and using Rails is now in its Second Edition. Rails is a new approach to web-based application development that enables developers to create full-featured, sophisticated web-based applications using less code and less effort. Now programmers can get the job done right and still leave work on time.

NEW IN THE SECOND EDITION: The book has been updated to take advantage of all the new Rails 1.2 features. The sample application uses migrations, Ajax, features a REST interface, and illustrates new Rails features. There are new chapters on migrations, active support, active record, and action controller (including the new resources-based routing). The Web 2.0 and Deployment chapters have been completely rewritten to reflect the latest thinking. Now you can learn which environments are best for your style application, and see how Capistrano makes managing your site simple. All the remaining chapters have been extensively updated. Finally, hundreds of comments from readers of the first edition have been incorporated, making this book simply the best available.

Rails is a full-stack, open source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks.

With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, talk to web services, and interact dynamically with JavaScript applications running in the browser (the "Ajax" architecture).

You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.

Programming in Lua, Second Edition

Roberto Ierusalimschy

Programming in Lua, Second Edition Roberto Ierusalimschy Amazon Price: $26.37
List Price: $39.95
Usually ships in 24 hours
By: Lua.org
Amazon Marketplace: 26 new & used starting at $16.95

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development

Customer Reviews:
Total reviews: 22 Average rating: 5.0 of 5

Editorial Review:

Lua is the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset.

"Programming in Lua" is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. "Programming in Lua" is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages.

This Second Edition updates the text to Lua 5.1 and brings substantial new material, including numerous new examples, a detailed explanation of the new module system, and two new chapters centered on multiple states and garbage collection.

MCPD Self-Paced Training Kit (Exams 70-536, 70-526, 70-548): Microsoft® .NET Framework Windows® Developer Core Requirements (Bpg General)

Northrup, Wildermuth, Stoecker

MCPD Self-Paced Training Kit (Exams 70-536, 70-526, 70-548): Microsoft® .NET Framework Windows® Developer Core Requirements (Bpg General) Northrup, Wildermuth, Stoecker Amazon Price: $100.79
List Price: $159.99
Usually ships in 24 hours
By: Microsoft Press
Amazon Marketplace: 30 new & used starting at $62.22

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Certification Central -> Publisher -> Microsoft Press
Subjects -> Computers & Internet -> Certification Central -> General
Subjects -> Computers & Internet -> Certification Central -> General AAS

Customer Reviews:
Total reviews: 8 Average rating: 3.0 of 5

Editorial Review:

Get in-depth training and practice with the skills measured by the core exams for Microsoft Certified Professional Developer (MCPD): Windows Developer certification--all in one box! Covering exams 70-536, 70-526, and 70-548, these three training kits include exam prep and practice tests to help you maximize your performance. You get official Microsoft study guides, plus practice tests on CD to help you assess your skills. They come packed with the tools and features that exam candidates want most--including in-depth, self-paced training based on final exam content; rigorous, objective-by-objective review; exam tips from expert, exam-certified authors; and customizable testing options. They also provide labs and exercises for skills and expertise you can apply to the job.

Work at your own pace through the lessons and hands-on exercises. Focusing on designing and developing Windows client applications, these official study guides cover topics such as Microsoft .NET Framework fundamentals; creating, configuring, deploying, and supporting applications; creating a UI for a Windows Forms application; developing Windows Forms controls; threading, instrumentation, and reflection; setting up and managing connections to databases; authentication, authorization, and user security; and, testing and stabilizing the application.

Then assess yourself by using more than 900 practice and review questions on the CD, featuring multiple, customizable testing options to meet your specific needs. Choose timed or untimed testing mode, generate random tests, or focus on discrete objectives or chapters. You get detailed explanations for right and wrong answers--including pointers back to the book for further study. You also get a 90-day evaluation version of Microsoft Visual Studio® 2005 Professional Edition and an exam discount voucher--making this kit an exceptional value and a great career investment.

SQL Cookbook (Cookbooks (O'Reilly))

Anthony Molinaro

SQL Cookbook (Cookbooks (O'Reilly)) Anthony Molinaro Amazon Price: $26.37
List Price: $39.95
Usually ships in 24 hours
By: O'Reilly Media, Inc.
Amazon Marketplace: 50 new & used starting at $19.43

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Database Management Systems
Subjects -> Computers & Internet -> Databases -> Specific Databases -> MySQL & mSQL
Subjects -> Computers & Internet -> Databases -> Data Mining

Customer Reviews:
Total reviews: 42 Average rating: 4.5 of 5

Editorial Review:

You know the rudiments of the SQL query language, yet you feel you aren't taking full advantage of SQL's expressive power. You'd like to learn how to do more work with SQL inside the database before pushing data across the network to your applications. You'd like to take your SQL skills to the next level.

Let's face it, SQL is a deceptively simple language to learn, and many database developers never go far beyond the simple statement: SELECT FROM WHERE . But there is "so" much more you can do with the language. In the "SQL Cookbook," experienced SQL developer Anthony Molinaro shares his favorite SQL techniques and features. You'll learn about:

Window functions, arguably the most significant enhancement to SQL in the past decade. If you're not using these, you're missing out

Powerful, database-specific features such as SQL Server's PIVOT and UNPIVOT operators, Oracle's MODEL clause, and PostgreSQL's very useful GENERATE_SERIES function

Pivoting rows into columns, reverse-pivoting columns into rows, using pivoting to facilitate inter-row calculations, and double-pivoting a result set

"Bucketization," and why you should never use that term in Brooklyn.

How to create histograms, summarize data into buckets, perform aggregations over a moving range of values, generate running-totals and subtotals, and other advanced, data warehousing techniques

The technique of "walking a string," which allows you to use SQL to parse through the characters, words, or delimited elements of a string

Written in O'Reilly's popular Problem/Solution/Discussion style, the "SQL Cookbook" is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, weall have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The "SQL Cookbook" moves quickly from problem to solution, saving you time each step of the way.

ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers

Joey Lott, Darron Schall, Keith Peters

ActionScript 3.0 Cookbook: Solutions for Flash Platform and Flex Application Developers Joey Lott, Darron Schall, Keith Peters Amazon Price: $26.39
List Price: $39.99
Usually ships in 24 hours
By: Adobe Dev Library
Amazon Marketplace: 60 new & used starting at $16.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> General AAS
Subjects -> Computers & Internet -> Graphic Design -> General
Subjects -> Computers & Internet -> Graphic Design -> General AAS

Customer Reviews:
Total reviews: 33 Average rating: 4.0 of 5

Editorial Review:

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications." Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.

Rather than focus on theory, the ActionScript 3.0 Cookbook concentrates on the practical application of ActionScript, with more than 300 solutions you can use to solve a wide range of common coding dilemmas. You'll find recipes that show you how to: Detect the user's Flash Player version or their operating system Build custom classes Format dates and currency types Work with strings Build user interface components Work with audio and video Make remote procedure calls using Flash Remoting and web services Load, send, and search XML data And much, much more ...

Each code recipe presents the Problem, Solution, and Discussion of how you can use it in other ways or personalize it for your own needs, and why it works. You can quickly locate the recipe that most closely matches your situation and get the solution without reading the whole book to understand the underlying code. Solutions progress from short recipes for small problems to more complex scripts for thornier riddles, and the discussions offer a deeper analysis for resolving similar issues in the future, along with possible design choices and ramifications. You'll even learn how to link modular ActionScript pieces together to create rock-solid solutions for Flex 2 and Flash applications.

When you're not sure how ActionScript 3.0 works or howto approach a specific programming dilemma, you can simply pick up the book, flip to the relevant recipe(s), and quickly find the solution you're looking for.

Adobe Developer Library is a co-publishing partnership between O'Reilly Media and Adobe Systems, Inc. and is designed to produce the number one information resources for developers who use Adobe technologies. Created in 2006, the Adobe Developer Library is the official source for comprehensive learning solutions to help developers create expressive and interactive web applications that can reach virtually anyone on any platform. With top-notch books and innovative online resources covering the latest in rich Internet application development, the Adobe Developer Library offers expert training and in-depth resources, straight from the source.

Programming in Objective-C 2.0 (2nd Edition) (Developer's Library)

Stephen G. Kochan

Programming in Objective-C 2.0 (2nd Edition) (Developer's Library) Stephen G. Kochan Amazon Price: $29.69
List Price: $44.99
Not yet published
By: Addison-Wesley Professional

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> C & C++ Windows Programming
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS

Editorial Review:

Programming in Objective-C 2.0 provides the new Objective-C programmer a complete, step-by-step introduction to the language. The book does not assume previous experience with either C or objected-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in everyday programming needs.

Objective-C has become the standard programming language for application development on the Mac OS X and iPhone platforms. A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.

The second edition of this book has been updated and expanded to cover Objective-C 2.0. It shows not only how to use the Foundation framework to develop portable, multi-platform programs, but also how to fully implement the iPhone SDK to develop programs designed specifically for the iPhone.

Practical Web 2.0 Applications with PHP (Practical)

Quentin Zervaas

Practical Web 2.0 Applications with PHP (Practical) Quentin Zervaas Amazon Price: $36.48
List Price: $44.99
Usually ships in 24 hours
By: Apress
Amazon Marketplace: 38 new & used starting at $20.40

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development

Customer Reviews:
Total reviews: 10 Average rating: 5.0 of 5

Editorial Review:

...an instructive and expert demonstration of how to use PHP, MySQL, the Zend Framework, Smarty, Ajax, and other powerful technologies for creating robust Web sites.

— Michael J. Ross, Web developer/Slashdot contributor

Want to assert yourself as a cutting–edge PHP web developer? Take a practical approach, learning by example from author Quentin Zervaas, and discover how to bring together the many technologies needed to create a successful, modern web application.

In Practical Web 2.0 Applications with PHP, PHP, MySQL, CSS, XHTML, and JavaScript/Ajax development techniques are brought together to show you how to create the hottest PHP web applications, from planning and design up to final implementation, without going over unnecessary basics that will hold you back. This book includes must–have application features such as search functionality, maps, blogs, dynamic image galleries, and personalized user areas. The Zend Framework is used extensively to build the application, allowing you to focus on developing the application rather than on reinventing the wheel.

Topics covered include application planning and design; setting up the application framework; using CSS for easier styling; adding dynamic effects the easy way using JavaScript libraries such as Prototype and script.aculo.us; and implementing several must–have web application features such as user login, blogs, dynamic image galleries, search functionality, mapping with Google Maps, and much more. Zervaas covers everything in a practical, tutorial style so you can start working on your own projects as quickly as possible.

  • Create cutting–edge PHP/MySQL web applications.
  • Implement must–have functionality such as blogs, maps, search functionality, and dynamic image galleries.
  • Master styling with CSS and dynamic effects using Ajax/JavaScript libraries.

What you’ll learn


  • How to set up the perfect PHP/MySQL application development environment
  • How to implement basic user management functionality
  • How to use many of the components from the Zend Framework
  • How to effectively make use of the Prototype and script.aculo.us JavaScript libraries, including many examples of developing custom JavaScript classes
  • How to create standards–compliant and accessible HTML code and effectively style it using CSS
  • How to create a basic blog system and enhance it with Ajax
  • How to add personalized user areas to your web application
  • How to create a dynamic image gallery
  • How to add search functionality to your application
  • How to use the Google Maps API to add maps to your application
  • How to implement popular Web 2.0 features, such as microformats, tags, and web feeds

Who is this book for?

This book is for any PHP developer who wants to stay ahead of the curve, with practical, high–level web application development techniques.


About the Apress Practical Series

The Practical series from Apress is your best choice for getting the job done, period. From professional to expert, this series lets you apply project–motivated templates (or frameworks) step by step in a very direct, practical, and efficient manner toward current real–world projects that may be sitting on your desk. So whatever your career goal, Apress can be your trusted guide to take you where you want to go on your IT career empowerment path.


Related Titles from Apress


  • Beginning PHP and MySQL: From Novice to Professional, Third Edition
  • PHP 5 Objects, Patterns, and Practice
  • Beginning PHP and MySQL E-Commerce: From Novice to Professional, Second Edition

LEGO MINDSTORMS NXT-G Programming Guide (Technology in Action)

James Floyd Kelly

LEGO MINDSTORMS NXT-G Programming Guide (Technology in Action) James Floyd Kelly Amazon Price: $16.49
List Price: $24.99
Usually ships in 24 hours
By: Apress
Amazon Marketplace: 42 new & used starting at $14.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Games & Strategy Guides -> General AAS
Subjects -> Computers & Internet -> Graphic Design -> General
Subjects -> Computers & Internet -> Graphic Design -> General AAS

Customer Reviews:
Total reviews: 6 Average rating: 4.5 of 5

Editorial Review:

The reader of this book will be someone looking for more detailed information on the NXT-G programming language used to program the LEGO Mindstorms NXT robotics kit.

LEGO MINDSTORMS NXT-G Programming Guide is suitable for young programmers, age 10 and up, as well as parents and teachers who want to learn the new language for themselves or be able to assist students/children with learning to properly program their robots.

  • Includes easy-to-follow examples for each and every programming block
  • Provides programming techniques simple enough to be understood by young programmers, age 10 and up.
  • Provides a test robot (with instructions) in the appendix for running the programs

What youll learn

  • Understand the basics of computer programming.
  • Easily program your robot with the NXT-G visual programming language.
  • See how to implement basic, intermediate, and advanced programs.
  • Learn how to program for
    • Moving
    • Waiting
    • Recording
    • Stopping
    • Displaying messages
    • Sending messages
    • Defining the duration of an activity
    • Creating random behavior
  • Practice with a free sample program.

Who is this book for?

This book is for people new to programming (10 years old and up) or for experienced programmers new to the NXT-G programming language.

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

William Steinmetz, Brian Ward

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems William Steinmetz, Brian Ward Amazon Price: $19.77
List Price: $29.95
Usually ships in 24 hours
By: No Starch Press
Amazon Marketplace: 36 new & used starting at $17.56

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> General AAS
Subjects -> Computers & Internet -> Programming -> Software Design, Testing & Engineering -> Software Development

Customer Reviews:
Total reviews: 3 Average rating: 5.0 of 5

Editorial Review:

PHP is an easy-to-use scripting language perfect for quickly creating the Web features you need. Once you know the basics of how the language works, wouldn't it be great to have a collection of useful scripts that solve those tricky problems and add interesting functionality to your site? We thought so, too.

Instead of starting at "Hello World," Wicked Cool PHP assumes that you're familiar with the language and jumps right into the good stuff. After you learn the FAQs of life-the most commonly wished for PHP scripts-you'll work your way through smart configuration options and the art of forms, all the way through to complex database-backed scripts.

Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text. The 76 easily implemented scripts will also teach you how to:

  • Send and receive email notifications
  • Track your visitors' behavior with cookies and sessions
  • Override PHP's default settings
  • Manipulate dates, images, and text on the fly
  • Harness SOAP and other web services
  • Create an online poll, ecard delivery system, and blog

    But it's not all fun and games: Security is a big concern when programming any web application. So you'll learn how to encrypt your confidential data, safeguard your passwords, and prevent common cross-site-scripting attacks. And you'll learn how to customize all of the scripts to fit your own needs.

    Dynamic Web content doesn't have to be difficult. Learn the secrets of the craft from two experienced PHP developers with Wicked Cool PHP.

  • Flash CS3 Professional for Windows and Macintosh (Visual QuickStart Guide)

    Katherine Ulrich

    Flash CS3 Professional for Windows and Macintosh (Visual QuickStart Guide) Katherine Ulrich Amazon Price: $20.99
    List Price: $34.99
    Usually ships in 24 hours
    By: Peachpit Press
    Amazon Marketplace: 61 new & used starting at $17.85

    Buy at Amazon.com

    Browse similar items by category:
    Subjects -> Computers & Internet -> Graphic Design -> General
    Subjects -> Computers & Internet -> Graphic Design -> General AAS
    Subjects -> Computers & Internet -> Microsoft -> Operating Systems -> Windows - General

    Customer Reviews:
    Total reviews: 6 Average rating: 4.5 of 5

    Tried another 4 out of 5 stars.
    19 of 20 people found this review helpful.

    Programming/scripting is not natural for me! It is hard work. This is the third book on AS 3.0 I've tried. The other books did not work for me. I need a book that will tell me what to do in a very elementary manner. I can then put it in context. For example:

    1. This is how you script interactivity in a button (code)
    2. This is what it is doing
    3. This is what the various segments of code mean
    etc.

    This is the way I learned HTML. I looked up the code to do a given item. Over time if morphed into a thorough understanding of what HTML is and how to do it. This book enables me to do something similar. It takes basic AS 3.0, shows you how to do it then gives the information so you can put it in context. I'm relieved and grateful to find a book that allows me to construct the learning in a way that best fits me. THANK YOU!

    Editorial Review:

    With Adobe's acquisition of Macromedia, millions of Photoshop users may be installing Flash for the first time and Flash CS3 Professional for Windows and Macintosh: Visual QuickStart Guide is there to show them what to do. From basic first steps, such as exploring the drawing tools, including Flash CS3's new Pen tool, to frame-by-frame animation, motion tweening, and shape tweening, this book serves as the beginner's guide to Flash. But it doesn’t stop there: sections on interactivity, sound, and video have been fully updated to demonstrate best practices in ActionScript 3.0, as well as the latest in Flash's video technology.


    Page 11 of 200 - Go to page: 6 7 8 9 10 11 12 13 14 15 16 22

    Return to MagicBeanDip.com

    This page was created in 1.3149 seconds.