save up to 80 percent
how to search
 
Search millions of books and Textbooks!


Browse by Category
Computers & TechnologyProgrammingLanguages & Tools
     Sub Categories

Ajax
Assembly Language Programming
Borland Delphi
C#
CSS
Compiler Design
Compilers
Fortran
Lisp
Prolog
Python
Visual Basic
XHTML
XML

  
book image
Sell Book

Introducing Microsoft SQL Server 2012
Author: Ross Mistry
ISBN-10: 073566515X
ISBN-13: 9780735665156
Published: 2012-04-07
Publisher: Microsoft Press

Book Description:
Introducing Microsoft® SQL Server® 2012 explores the exciting enhancements and new capabilities engineered into SQL Server, ranging from improvements in operation to those in reporting and management. This book is for anyone who has an interest in SQL Server 2012 and wants to understand its capabilities, including database administrators, application developers, and technical decision makers.
OR
compare book prices

book image
Sell Book

How to Live on 24 Hours a Day
Author: Arnold Bennett
ISBN-10: 144952849X
ISBN-13: 9781449528492
Published: 2009-09-22
Publisher: CreateSpace

Book Description:
"How to Live on 24 Hours a Day," a classic personal time-management book originally published in 1908 has inspired generations of men and women to live deliberate lives. The arguments are witty and thought-provoking and ultimately persuasive, and the humor, though subtle, is effective. The author has an authoritative yet pleasant writing style that preempts rationalizations about why it won’t work. Not just another collection of timesaving tips, "How to Live on 24 Hours a Day" is more of a challenge to leave behind mundane everyday concerns, focus on pursuing one's true desires, and live the fullest possible life. Reflection, concentration, and study techniques make it easier to accomplish more truly rewarding undertakings than anyone ever dreamed possible. This book was recommended as a 'must read' in Dale Carnegie's 'How to develop self-confidence and influence people be public speaking' course. Though written a century ago, "How to Live on 24 Hours a Day" addresses the inadequacies, frustrations, and disappointments of people today in all walks of life--and it does so with humor and wisdom. A daily dose of this small work is at least as nourishing for the brain and soul as a multi-vitamin for the body. When writing this little book, Arnold Bennett created a classic of its kind, a self-help book that really helps. While it is hard to imagine that such a short book could be so persuasive, it is truly a classic—and an early precursor to many others that have attempted to demonstrate how time is our own and ours to manage and expand our boundaries of our selves. In the thirty minutes it takes to read, you will be left forever vigilant, and will never sit idle, unless you consciously choose to sit idle, while you ride a train, wait for plane, or drive home from what once may have been a routine. Read it, study it, and live again.
OR
compare book prices

book image
Sell Book

iOS Programming: The Big Nerd Ranch Guide (3rd Edition) (Big Nerd Ranch Guides)
Author: Joe Conway
ISBN-10: 0321821521
ISBN-13: 9780321821522
Published: 2012-03-29
Publisher: Addison-Wesley Professional

Book Description:
 Updated and expanded to cover iOS 5 and Xcode 4.3, iOS Programming: The Big Nerd Ranch Guide leads you through the essential concepts, tools, and techniques for developing iOS applications. After completing this book, you will have the understanding, the know-how, and the confidence you need to tackle iOS projects of your own. Based on Big Nerd Ranch’s popular iOS Bootcamp course and its well-tested materials and methodology, this best-selling guide teaches iOS concepts and coding in tandem. The result is instruction that is relevant and useful. Throughout the book, the authors clearly explain what’s important to know and share their insights into the larger context of the iOS platform. This gives you a real understanding of how iOS development works, the many features that are available, and when and where to apply what you’ve learned. Here are some of the topics covered:Xcode 4.3, Instruments, and StoryboardsARC, strong and weak references, and retain cyclesInterfacing with iCloudHandling touch events and gesturesTool bars, navigation controllers, and split view controllersLocalization and InternationalizationBlock syntax and useBackground execution and multi-taskingSaving/loading data: Archiving and Core DataCore Location and Map KitCommunicating with web services Working with XML, JSON, and NSRegularExpression  Using the Model-View-Controller-Store design pattern
OR
compare book prices

book image
Sell Book

HTML and CSS: Design and Build Websites
Author: Jon Duckett
ISBN-10: 1118008189
ISBN-13: 9781118008188
Published: 2011-11-08
Publisher: Wiley

Book Description:
A full-color introduction to the basics of HTML and CSS from the publishers of Wrox! Every day, more and more people want to learn some HTML and CSS. Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach.Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisure This educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!
OR
compare book prices

book image
Sell Book

JavaScript: The Good Parts
Author: Douglas Crockford
ISBN-10: 0596517742
ISBN-13: 9780596517748
Published: 2008-05
Publisher: Yahoo Press

Book Description:
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code. Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:Syntax Objects Functions Inheritance Arrays Regular expressions Methods Style Beautiful features The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
OR
compare book prices

book image
Sell Book

JavaScript & jQuery: The Missing Manual
Author: David Sawyer McFarland
ISBN-10: 1449399029
ISBN-13: 9781449399023
Published: 2011-10-28
Publisher: Pogue Press

Book Description:
JavaScript lets you supercharge your HTML with animation, interactivity, and visual effects—but many web designers find the language hard to learn. This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You’ll soon be building web pages that feel and act like desktop programs, without having to do much programming. The important stuff you need to know:Make your pages interactive. Create JavaScript events that react to visitor actions. Use animations and effects. Build drop-down navigation menus, pop-ups, automated slideshows, and more. Improve your user interface. Learn how the pros make websites fun and easy to use. Collect data with web forms. Create easy-to-use forms that ensure more accurate visitor responses. Add a dash of Ajax. Enable your web pages to communicate with a web server without a page reload. Practice with living examples. Get step-by-step tutorials for web projects you can build yourself.
OR
compare book prices

book image
Sell Book

Mac OS X Lion: The Missing Manual
Author: David Pogue
ISBN-10: 1449397492
ISBN-13: 9781449397494
Published: 2011-10-27
Publisher: Pogue Press

Book Description:
With Lion, Apple has unleashed the most innovative version of Mac OS X yet—and once again, David Pogue brings his humor and expertise to the #1 bestselling Mac book. Mac OS X 10.7 completely transforms the Mac user interface with multi-touch gestures borrowed from the iPhone and iPad, and includes more 250 brand-new features. This book reveals them all with a wealth of insight and detail--and even does a deep dive into iCloud, Apple's wireless, free syncing service for Macs, PCs, iPhones, and iPads. Perfect for newcomers. Get crystal-clear, jargon-free introduction to the Dock, the Mac OS X folder structure, Safari, Mail, and iCloud. Go in-depth. Learn how use key new features such as full-screen apps, Mission Control, the new Mac App Store, Launchpad, Resume, Auto Save, Versions, AirDrop, and more. Are you even more of a power user? Learn to set up a network, make a Lion flash drive, and even learn the basics of Lion's underlying Unix. Theres something new on practically every page of this new edition, and David Pogue brings his celebrated wit and expertise to every one of them. Apple's brought a new cat to town, and Mac OS X Lion: The Missing Manual is the best way to tame it.
OR
compare book prices

book image
Sell Book

Objective-C Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)
Author: Aaron Hillegass
ISBN-10: 0321706285
ISBN-13: 9780321706287
Published: 2011-10-28
Publisher: Addison-Wesley Professional

Book Description:
Want to write applications for iOS or the Mac? This introduction to programming and the Objective-C language is the first step on your journey from someone who uses apps to someone who writes them. Based on Big Nerd Ranch's legendary Objective-C Bootcamp,¿this book covers C, Objective-C, and the common programming idioms that enable developers to make the most of Apple technologies. This is the only introductory-level book written by Aaron Hillegass, one of the most experienced and authoritative voices in the iOS and Cocoa community. Compatible with Xcode 4.2, iOS 5, and Mac OS X 10.7 (Lion), this guide features short chapters and engaging style to keep you motivated and moving forward. At the same time, Aaron’s determination that you understand what you’re doing—or at least why you’re doing it—encourages you to think critically as a programmer.
OR
compare book prices

book image
Sell Book

Code Complete: A Practical Handbook of Software Construction, Second Edition
Author: Steve McConnell
ISBN-10: 0735619670
ISBN-13: 9780735619678
Published: 2004-07-07
Publisher: Microsoft Press

Book Description:
Widely considered one of the best practical guides to programming, Steve McConnell’s original CODE COMPLETE has been helping developers write better software for more than a decade. Now this classic book has been fully updated and revised with leading-edge practices—and hundreds of new code samples—illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking—and help you build the highest quality code.Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor—or evolve—code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
OR
compare book prices

book image
Sell Book

Beginning SQL Joes 2 Pros: The SQL Hands-On Guide for Beginners (SQL Exam Prep Series 70-433 Volume 1 of 5) (Sql Design Series)
Author: Rick A Morelan
ISBN-10: 143925317X
ISBN-13: 9781439253175
Published: 2009-12-30
Publisher: BookSurge Publishing

Book Description:
Several years ago a challenge was given to technology instructor Rick A. Morelan. Take downsized workers with little or no experience with computers or technology and turn them into industry certified technology experts. The proven material from this venture is now available to you as the Joes 2 Pros series of books and videos. This new approach has vivid pictures on almost every page that shows what you should see on your computer screen as you work through the material, and downloadable content, home practice labs, software, and fun review games available from the joes2pros web site. Starting with the basic lesson: "What is a Database? " this book helps beginners get comfortable with the SQL language. From there, you will walk step-by-step through the basics. 'Beginning SQL Joes 2 Pros' is the second edition of the popular 'T-SQL Joes 2 Pros' with updated content and a lower price. The language examples in this book can be used with any standard SQL engine. Regardless of your skill level, you too can evolve from "Joe" to "Pro" by following the steps outlined in this book. Note: My publisher is not able to put a DVD in the back of the book but a DVD showing all topic and labs in 3 hours of full video can be bought on Amazon at this link http://www.amazon.com/Beginning-SQL-Joes-Pros-70-433/dp/B004GEB67C/ref=sr_1_2?ie=UTF8&qid=1294633127&sr=8-2
OR
compare book prices

next

 
bookstores we search

Script Execution Time: 0.931 seconds