Cheap Driving Test Success All Tests, Test Automation, Hazard Perception Practice, Driving Test Dvd,- Best online bargains and discounts | No 1 dedicated website| Compare Prices | Save Money


Theory Test Bundle with The Official DSA Theory Test Qs 2009/2010 for just £7.99
(For promotion purposes)***Limited period only*** Buy now >>
 

  • Home
  • Apparel

    Clothing Accessories

    • Dresses,
    • fancy dress,
    • T shirt,
    • girls shoes,
    • boys clothing

    Footwear

    • Mens shoes,
    • girls shoes,
    • sandals,
    • boys shoes,
    • dress shoes,

    Jewelry

    • Jewellery,
    • rings,
    • fine jewellery,
    • beads,
    • costume jewellery,

    Sports & Fitness Apparel

    • Dancewear,
    • cycling clothing,
    • leotard,
    • cycling shoes,
    • childrens dancewear,

  • Beauty & Personal Care

    Make-Up & Cosmetics

    Face care

    • Face cream,
    • acne treatment,
    • derma,

    Foot health

    • Foot spa,
    • bunion,
    • podiatrist,

    Lip care

    • Lip balm,
    • dr hauschka,
    • lip treatment

    Hygiene

    Hair loss

    • hair loss,
    • Hair growth,
    • hair treatment

    Oral care

    • Teeth whitening,
    • dental practice,
    • electric toothbrush

    Perfumes & Fragrances

    • Aftershave,
    • fragrance,
    • perfume and cologne

    More categories

    • Shaving & Grooming,
    • Skin Care,
    • Spa & Medical Spa,
    • Tanning & Sun Care

  • Computers

    Computer Accessories

    • Computer Adapters,
    • Computer Cables,
    • Computer Cases & Case Accessories,
    • Computer Keyboards,
    • Computer Monitor Accessories,
    • Computer Monitors,
    • Computer Power Supplies,
    • Fans & Cooling Equipment,
    • Graphics Tablets,
    • Mice & Pointing Devices,
    • Networking Accessories,
    • PDA Accessories,
    • Printer Accessories,
    • Scanner Accessories,
    • Webcams,

    Computer Hardware

    • Computer Components,
    • Computer Memory & Storage devices,
    • Computer Networking Devices,
    • Computer Servers,
    • Computer Workstations,
    • Desktop Computers,
    • Desktop Printers,
    • DVD-ROM & CD-ROM Drives & Burners,
    • Laptop Computers,
    • Projectors,
    • Scanners,
    • Thin Clients

    Computer Software

    • Business & Productivity Software,
    • Car Stereos,
    • Device Drivers,
    • Educational Software,
    • Graphics & Multimedia Software,
    • Internet Software,
    • Middleware,
    • Operating Systems & OS Emulators,
    • Programming & Developer Software,
    • Software Utilities
  • Electronics
    • Car Video
    • Car Audio
    • GPS
    • Home Audio & Video
    • Phone Equipment
    • Photo & Video
    • Portable Media Devices
    • Wireless Devices

  • Gift-occasions

    Gift-occasions

    • Cards & Greetings
    • Flower Arrangements
    • Gift Wrap & Ribbons
    • Gifts

    Holiday Decorations

    • Party Supplies
    • Stationery
    • Wedding Products & Supplies

    Gift certificates

    Great gift certificates to gift to your dears ones here .


  • Health

    Health Care Services

    • Health Conditions & Concerns
    • Health Equipment & Supplies
    • Nutrition & Dieting
    • Pharmacy

  • Hobbies-Leisure
    • Ancenstry & genealogy
    • Antiques & collectibles
    • Arts & Crafts
    • Astrology & Horoscopes
    • Birding
    • Cooking
    • Gambling & Card Games
    • Pets
    • Toys & Games
    • Wine & Beer Collecting & Brewing

 
Search for In   Min price Max price


Popular searches
Mp3 players
Radio controlled
Car gps
Desktop pc
Cartridge
Garmin
Router
Windows xp
Pc components
Photography cameras

Categories
Skip Navigation Links.
Expand ApparelApparel
Expand Beauty & Personal CareBeauty & Personal Care
Expand ComputersComputers
Expand Consumer ElectronicsConsumer Electronics
Expand Gifts & OccasionsGifts & Occasions
Expand HealthHealth
Expand Hobbies & LeisureHobbies & Leisure
Expand Home & GardenHome & Garden
Expand Sports & FitnessSports & Fitness


 
 
Cocoa Programming Developer's Handbook
Customer reviews
More info
$28.85
Microsoft SQL Server 2000 Developer [OLD VERSION]
Customer reviews
More info
$149.94
Microsoft Visual C++ .NET Deluxe Learning Edition--Version 2003 (Pro Developer)
Customer reviews
More info
$118.39
SQL Server 2008, Developer Edition
Customer reviews
More info
$39.25
LINUX & UNIX Programming Tools: A Primer for Software Developers
Customer reviews
More info
$55.67
Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer)
Customer reviews
More info
$18.61
Fundamentals of Programming the Microsoft Windows Media Platform (Pro-Developer)
Customer reviews
More info
$19.47
Oracle Forms Developer -- The Complete Video Course [VHS]
Customer reviews
More info
$83.18
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK
Customer reviews
More info
$19.98
Software Engineering for Game Developers (Software Engineering Series)
Customer reviews
More info
$83.62
Shopping cart
Cart is empty
Total : £ 0
 
 
External hard drive:Cocoa Programming Developer's Handbook
Cocoa Programming Developer's Handbook
The Cocoa programming environment—Apple’s powerful set of clean, object-oriented APIs—is increasingly becoming the basis of almost all contemporary Mac OS X development. With its long history of constant refinement and improvement, Cocoa has matured into a sophisticated programming environment that can make Mac OS X application development quick, efficient, and even fun.   Yet for all its refined elegance and ease of use, the staggering size of the Cocoa family of APIs and the vast magnitude of the official documentation can be intimidating to even seasoned programmers.   To help Mac OS X developers sort through and begin to put to practical use Cocoa’s vast array of tools and technologies, Cocoa Programming Developer’s Handbook provides a guided tour of the Cocoa APIs found on Mac OS X, thoroughly discussing—and showing in action—Cocoa’s core frameworks and other vital components, as well as calling attention to some of the more interesting but often overlooked parts of the APIs and tools.    This book provides expert insight into a wide range of key topics, from user interface design to network programming and performance tuning.
Price:  $28.85

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Good introduction for non-Mac programmers
I have a pretty solid background of C on unix and bare-metal embedded systems but I'm very new to Mac OS X; you should take that into account when you read the review.

The book has a distinct feel that it was written with the C programmer in mind. The book tells you all about the Objective-C messaging and objects but it keeps emphasising that Objective-C is not a substitute but an addition to C. If you read the book "Cocoa Programming for Mac OS X" by Aaron Hillegass you can very easily put together simple applications using XCode. However, if you have a deeply entrenched C background, you will feel lost a bit, because you don't know what's going on. Now this book tells you exactly that. It explains all the major Cocoa classes and the messaging but does it in a way that makes sense with a purely C background.

There are a couple of typographic errors in the book that are rather distracting. Code listings are line numbered and the text refers to the line numbers when it explains the workings of the code. The problem is, the numbers do not always match. You may have a listing of lines 1 to 20 and the text pointing out the clever trick used in lines 76 and 80. The code that the text refers to is all there, it's just the line numbers that are wrong. Obviously, when the text was written the author had a longer piece of code and later decided to remove all unimportant lines before the function in question, but forgot to update the references. At a few places the text simply doesn't make sense, apparently the author decided to rephrase a couple of consecutive sentences and haven't finished it. As expected, you have half-finished sentences, not forming a logical chain of thought.

Nevertheless, those problems are not show-stoppers. When you encounter them, you'll need to put some extra effort in deciphering the actual meaning or working out a listing offset. It is a distraction and a quite annoying one, but you can get the information.

Overall, this book will help you to understand the features and inner workings of Objective-C, the organisation of the major Cocoa frameworks and classes. It explains the Cocoa event system in depth and prepares you to feel comfortable with XCode even if you come from a non object oriented, "vi, make and gdb are the best development environment" centric background. After this book you can use the book from Aaron Hillegass and you will actually know what will going to happen in your code if you drag this thingy over there to that thingy in the interface builder, as per Aaron's instructions.

Furthermore, the book explains the differences between Objective-C 1.x and 2.0, the changes to Cocoa over the various OS X versions and shows how to write code that is backward compatible as well as forward compatible, i.e. not dependent on features that Apple might remove in future OS X versions. It also explains the differences between the Apple and GNU versions of Objective-C so that you can write code that is at least partially reusable on the GNU environment.

An important note: This book is not for iPhone development. Where the iPhone and OS X are different, the OS X version is explained but the iPhone is not. In such cases there is always a warning about the difference and usually some advice about achieving the same outcome on the iPhone, but you will need to consult iPhone specific documentation.

The book assumes that you are fluent in C and you have at least a vague idea about what object-oriented design is all about, even if you've never done any OO programming. You do not need to know Objective-C but, again you *do* need to know C to understand the book. Furthermore, having familiarity with event-driven programs, though not a requirement, will help. The book explains how events are delivered, but not the design philosophy behind event driven systems.

The book gives you a historical background regarding to OS X, Objective-C and Cocoa. It describes the (not always rosy) relationships between the Free Software Foundation, NeXT and Apple. It also explains how the GNU and non-GNU tools, old Apple technologies, NEXTSTEP, BSD and the Mach kernel are rolled together to form OS X. The history is written in a very readable style, telling the facts and explaining the business and politics behind the decisions. Nevertheless, this part of the book is very concise, it just "puts you in picture". The rest is highly concentrated information, written in an easy to follow, readable style but without fluff.

In summary, if you want to do OS X Cocoa development and you know your way around in writing software but you don't have an OO background then this is an excellent book, which I recommend to be read before any of the other Cocoa development books.
 
External hard drive:Fundamentals of Programming the Microsoft Windows Media Platform (Pro-Developer)
Fundamentals of Programming the Microsoft Windows Media Platform (Pro-Developer)
Learn how to develop and deliver ultrafast, ultracool digital media solutions using the powerfully enhanced Windows Media 9 Series platform. Created by a digital media on Microsoft’s Windows Media team, this guide walks you through platform architecture architecture and components—providing inside insights, real-world programming scenarios, and reusable code samples to help power your own streaming media solutions. You get step-by-step instructions on how to create applications to encode Windows Media files and streams, serve and receive audio and video streams, create customized players, and even build a complete broadcasting system—your own Internet radio station. Discover how to: Develop 20 complete applications that use Windows Media to create, distribute, and play digital media over the Internet Create a custom version of Windows Media Encoder to convert MP3, WAV, AVI, and other multimedia files to the Windows Media format Program the server that runs on Windows Media Services to publish files on demand, broadcast unicast streams, and multicast to all listeners at once Develop unique UIs for Windows Media Player using banners, borders, embedded Web pages, and the skin programming language Add the Player to a Web site and a Web site to the Player Make the encoder, server, and Player work together to create end-to-end multimedia applications Build an Internet radio station with dynamic playlists that respond to listener requestsGet sample programs, music files, utilities, and more on CD CD features: Programs and forms for all the book’s examples Sample music files to encode, serve, or play Essential Windows Media utilities, including Windows Media Encoder Complete Windows Media 9 Series Jumpstart CD contents, including demos of multichannel audio, high definition video, and fast streaming Fully searchable eBook
Price:  $19.47

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Dissapointed
Why why why would someone write a book of this nature based off Visual Basic ? C++ is by far the most prevalent and useful language for the vast majority of people who would be programming. This wouldn't be so bad if they concentrated on the concepts and steps, instead of describing every line of Visual Basic in excruiating detail.

Apart from the language issue, this book wasn't much use to me. That being said - it was much better then the companion book I also purchased " MS Windows Media Resource Kit", which was just a high level overview.
This is the book!
If you are interested in programming for Windows Media, this book is VERY helpful. The examples given do not all work in VS 2005, but VS 2005 can self correct most of the coding differences. Buy this book!
A great dissapointment
This book should really be called "Automating Windows Media Applications using Visual Basic", because this topic forms the majority of the content. Unfortunately, automation isn't really what most serious Windows Media developers, myself included, are interested in or need information on.

The core technology behind all Windows Media programming is called the Windows Media Format SDK: it is this library that powers all encoding applications including the Windows Media Encoder, Windows Media Services, Windows Media Player, parts of DirectShow, and manipulation of Windows media files themselves. Getting to grips with this vast library and its complexities is the real task facing professional developers on this platform. Unfortunately this doesn't get much more than cursory mention in the first chapter.

The bulk of the book concentrates primarily on automating Windows Media Encoder (using the Encoder SDK), a small, higher-level subset of Windows Media functionality. I can't honestly see why you'd want to write a Visual Basic application that uses the Encoder SDK as the Windows Media Encoder application itself is already up to the job. There is also a section on Windows Media Player, but again this focusses on higher-level automation and "skinning" of the player rather than looking at how you might receive Windows Media streams directly into your own application.

In addtion to all this, the author's decision to concentrate solely on Visual Basic, even though most "automation" developers have switched to .NET by now, and more serious Windows Media developers are confined to C++, diminishes the usefulness of this book even further. The book feels more like an extended magazine article rather than a serious reference book, and I could only really recommend it to Visual Basic hobbyists who are fiddling with Windows Media technology for fun.

Receiving this was such a shame, especially as the publication that accompainied it in my order was the excellent "Windows Media Resource Kit", which is an essential for any Windows Media professional, developer and administrator alike.

 
External hard drive:Microsoft SQL Server 2000 Developer [OLD VERSION]
Microsoft SQL Server 2000 Developer [OLD VERSION]
Microsoft SQL Server 2000 Developer Edition English North America CD
Price:  $149.94

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Microsoft SQL 2000
All software programmers are aware of SQL.. this is the real deal. A must have for databases..and servers.
SQL Server 2000
Price was excellent and product was in stock. Used expedited shipping and received my boxed product very quickly. All instruction manuals, codes, etc. in tact.
Really worth the money
I have been fighting with "FREE" tools, and this is the best $44 dollar investment I could have made. It makes working with the (MSDE) Microsoft Desktop SQL Engine very quick.
SQL does work on Windows XP
This Devloper edition is running great on my Windows XP machine with SP2. I have no problems at all with it. It is feature rich and is restircted to a testing enviroment as opposed to a produciton enviroment. Well worth the money! If you need free, Microsoft has other SQL alternatives such as MSDE SQL desktop engine and a downloadble fully functional SQL Express 2005 verison of CTP (community Technology Preview) So many reasons to convert from Sybase there is not room here to list them.
Great Product....
I agree with others on this "There is NO restriction on functionality. Only restriction is on LICENSE." Great product.
 
External hard drive:Oracle Forms Developer -- The Complete Video Course [VHS]
Oracle Forms Developer -- The Complete Video Course [VHS]
Click here for more info

Price:  $83.18

Click to enlarge image
Click to enlarge image Click to enlarge image Click to enlarge image Click to enlarge image Click to enlarge image Click to enlarge image
Click to enlarge image Click to enlarge image
   Products Gallery
   Reviews
Wrong Description on a very good learning solution
This is a very good solution to learn Oracle Forms (6i) if you can't afford an instructor lead course.Very fiew times you will need additonal help. Is suitable
for beginners to intermediate.Prerequicites are a good knowledge of SQL and PL/SQL. Good books on these subjects are the "SQL by example" and "PL/SQL by example" from the same publisher.
Be aware that Amazon's descriprion refers VHS tape. This is wrong. The Box which I received contains the following items: - a CD with video of the course -NO VHS TAPE and the book "Oracle Forms Interactive Workbook -ISBN:0130158089". This is much better than the video tape.Overall a very good purchase.
Can't use it
Be very careful about buying this product. It does not work on XP's home edition. Unless you have XP Professional, you are stuck with a very expensive doorstop.
This is probably the one to get.
I could not find the form and database files at the web site listed in the book. Try http://cwx.prenhall.com/bookbind/pubbooks/motivala/index.html

I have just started on the course, but it appears that it should be quite helpful. The video quality it quite good, I was pleased with that. The book's text is good but the screen shots are very poor. Given the text and the video that probably doesn't matter all that much. I'm more interested in substance than form, and it looks like the substance is there. I have to get up and running pretty quickly and it looks like the course has what I need.
Good, but a little outdated
This video course applies to Oracle Forms Developer 6.0 (and makes references to Oracle 8i). If you are using Developer 10g you'll still be able to follow along, but the instructions for a few steps will be incorrect. That said, I was still able to determine what to do--it wasn't a show-stopper. Make sure you go to their companion web site to download the latest excercises rather than the ones on the CD. (See PTR's website for their interactive companion websites.) You will need to have an Oracle database available to you so that the schemas can be installed. You run a PLSQL script to install them. I used Oracle Personal Edition 10g, but the Express edition should work too. SQL, PLSQL, and knowledge of database concepts is a prerequisite for the course. The only paperback book you receive is the one that has the exercises in it. A pdf version of the exercise book can be accessed in the course using the eBook tab. You will need an Internet browser and Apple Quicktime to view the course videos. The CD comes with old versions of Netscape Navigator and Quicktime. I didn't install them, but went out on the web and downloaded the newest version of Quicktime and used my current version of Internet Explorer. Then, I just copied the direcory with the course material to my hard drive and doubleclicked on the Index.html file. There are 13 lectures videos, each with a demonstration video. After viewing the video you use Developer to work the exercises. There are usually several exercises for each lecture. Topics covered are: Oracle Forms Concepts, Mandatory Forms Objects, The Data Block and Layout Wizards, Oracle Forms Files, The Object Navigator, The Property Palette, The Layout Editor, Master-Detail Forms, Text Items and Display Items, Buttons, List Items, Radio Groups, and Check Boxes, Trigger Basics, Creating Triggers of Various Types, Forms Built-Ins, Lists of Values (LOVs), Alerts, Canvas and Window Concepts, Content Canvases and Windows, Stacked Canvases, Toolbar, Canvases, Subclassing, Visual Attributes and Property Classes, Object Groups and Object Libraries, Template Forms, Calling One Form from Another, Running Oracle Reports from Forms, Passing Parameters to Reports, Menu Modules, and Menu Security.
Excellent!
This is a great book. I was able to apply what I learned very quickly to develop a Forms application. The labs and exercise answers are very detailed and easy to understand. It is the best Forms book by far for those who want hands-on, practical experience. I feel confident that I can tackle more complex assignments because I have a firm grounding based on this book and its excellent companion video CD. My advice is, don't spend $1000 or more for a class - buy this book!
 
External hard drive:Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer)
Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer)
This comprehensive guide combines conceptual and architectural details with practical, how-to information and real-world code samples to show how to create custom, reusable, professional-quality server controls with rich design-time functionality.
Price:  $18.61

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Not easy, But there is no alternative.
I have searched books about asp.net custom controls. I can find several books. But no other one is better than this book. This book handles quite hard concept. And the sample code is quite long to follow. But I think there is no other option. You have to be patient. If you want to learn how to make asp.net custom control. You must buy this book. It is still valuable in asp.net 3.5 age
Perfect! Just Perfect! For all .NET versions
Been studying this book for months, really an arduous journey. I can say those who gave this book less than 5 star just didnt get it at all.

Reading this book is like watching the author dissecting the whole asp.net before you step by step!

Yes, you might realize this book is bloody good after reading the 1st Chap, but you might also find at the same time that this book is very hard to follow. Yes, it is a tough book. Because this book is .net professional-oriented and also because of .net framework's intimidating scale and convoluted hierachical structure itself.

This book will definitely bring your understanding of asp.net to the highest possible level(The impossible level is to aquire source code of core asp.net implementation from Microsoft.LoL)

Once you've truely digested this book (not swallow), you will find how trivial it is to build an asp.net page!You can now build powerful controls by your own and they would be used by others! (Copyrights! Aha!)

However, some need to be familiar with more or less the whole map of CFL to get a quick understanding of this book with less pain and reading this book itself is a procedure of learning CFL within the whole ./web namespace! Its really challenging!

Why I said this book is for all .net versions. because new controls or components provided by .net 2.0 or above just abstract some codes in this books to a higher level(packaging them into new classes and that's it). In other words, this books contains some arguably genuine source code from Microsoft! Precious!! Its my Precious! LoL

Happy studying! Thx Nikhil, brilliant work!
A Very Complete Reference
If you are a proficient ASP developer and are familiar with advanced C# progrmming topics like events and delegates, this book gives you a thorough knowledge about server controls. After looking into many ASP.NET books, this is the first book which doesn't waste the reader's time to describe non-related topics.
Just a joy to read, but this is not a "for dummies" book.
This is the de-facto "advanced" book on authoring ASP.NET server controls and components. I read a couple other "for dummies" books to get up to speed, but I still had quite a few unanswered, nagging questions. Well, this is the book to take your development of ASP.NET controls and components to the next level by removing the veil for some of the magic going on behind the scenes.
One of the worst technical books I've encountered
It may be a nice reference but in no way it is a good explanation of how to get things done! The authors wrote the book without thinking of what readers might want to see.
This is technical writing not a tutorial. I've read great tech books (like .NET Framework by Jeff Richter) where one doesn't have to read a paragraph twice. This book is not one of those.
It is also very difficult to trace how things are related to each other and where they come from.
 
External hard drive:SQL Server 2008, Developer Edition
SQL Server 2008, Developer Edition
SQL Svr Developer Edtn 2008 En
Price:  $39.25

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
SQL Server 2008 Developer Edition
The purchase of this software was not a problem. However the software cause a HUGE Computer problem. This Microsoft Server IS NOT COMPATIBLE with Windows 7 O.S. I wish I had never installed this software. It cost me $50.00 for a service tech to correct the problems the installation of this software caused.
T-SQL2008 Joes 2 Pros SQL
The book is very well written, requires minimal computer background; still gives you a good understanding of database fundamentals and specific features of this particular software. The software itself represents unique opportunity to train and advance your database skills on your home desktop.
SQL Server 2008
I should have upgraded from the express version long ago. I've never got more from a software product for so little.
Great for Development
I bought this to get up to speed on SQL Server 2008. So far it has been a big help especially in the areas of SSAS and SSIS. Great work Microsoft, I would love to see a Sharepoint Developer Edition.
SQL Server 2008
IT's an OK product. I have had difficulty installing it and it didn't come with SQL Server Management Studio as I expected.
 
External hard drive:Software Engineering for Game Developers (Software Engineering Series)
Software Engineering for Game Developers (Software Engineering Series)
Software engineering leads to better software products. This book teaches readers how to develop games according to a design and follow a standardized approach to game development. It provides a multitude of exercises that show just how software engineering practices can improve your game. All the basic categories of software engineering are covered. Programmers, designers, architects, generalists, software engineers, and game developers seeking knowledge about standard frameworks for games and their relative merits will find this text more than satisfying. Three frameworks (function, object-oriented, and patterned) are presented, contrasted, and fully described through design documents.
Price:  $83.62

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Excellent, Professional, Formal Engineering Approach to Games!
The author takes all of the traditional software engineering principles and practises and provides logical, practical examples of their application within the domain of commercial game development. Not an easy task but one at which the Author excels.

Academia or anyone involved in games and/or software engineering should have this book as a reference text.

Excellent work.
Exactly what I expected
I got exactly what I expected, the book was new and showed up within the expected time frame.
Nice book for beginners
I like the fact that the author got out of his way to actually create a game to illustrate the software engineering methodology. Also, all the code and documents of the game are on the CD.

The only CON I would give to this book is that it keeps referring to things that have not been explained. So, if you are on Ch. 1 you have to quickly go and read a section on Ch. 3 to understand what the author is saying on Ch. 1 (Obviously Ch. 1 is an introduction to the whole book and it is supposed to talk about everything. This is just an example)

I would seriously recommend anyone interested in game developing and software engineering to get this book. Unlike other books in the Xtreme game developing series. Most of them are misleading.
The professional approach
This book takes a very interesting (and possibly unique) approach to game developing. It's a detailed discussion on the development of a real game (30,000 lines of code) by a small team of game developers.

The book starts with the development of a set of requirements for the game. What's the game all about, what tools are going to be used, what is the scope of the project? Indeed, what makes a good set of requirements in the first place. From there it goes to modelling the game using UML. This step helps to visualize the system that constitutes the game. Why model, how to model? From here the next step is the basic software design. What's the structure of the program going to be? Why? ?What are alternatives? Then on to the next step and the next.

This is not a description of how the play the game, this is an introductory to intermediate (maybe even advanced) book on Software Engineering. It is oriented to gaming, but it covers the basic rules of any major software project. The approach that it uses leads you through the process one step at a time, it gives you the way professional developers approach the business.
 
External hard drive:LINUX & UNIX Programming Tools: A Primer for Software Developers
LINUX & UNIX Programming Tools: A Primer for Software Developers
This book approaches the LINUX environment as a programming companion. No previous exposure to LINUX is necessary to utilize this text. Initially, commands and utilities are reviewed, then the focus shifts toward systematically describing those software tools available to a LINUX programmer. For software practitioners interested in brushing up on basic Linux knowledge or for those learning it for the first time.@ISBN = 0-201-77345-7@MAINCAT = UNIX@SUBCAT = UNIX@DATALINE1 = 2003, 250 pages, 7 3/8 x 9 1/8@DATALINE2 = Paperback, $40.00k
Price:  $55.67

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
A good book!
I bought this book as a required text for an intro Unix/Linux course. This is a very good and helpful book. Good examples of the commands and their output. I have taken similiar classes many years ago, this is a really good textbook.
Excellent reference material in Unix work enviornment
I have been working in unix environment for last 8 years and this is an excellent reference for unix development and user environment. At my work my colleagues ask me about unix commands and tricks and of course I learned most of them by explaining it to them. "LINUX Programming Tools" covers what I need at work.

This book covers wide range, from C library functions, unix commands, debugger, make utility tricks, CVS and also your unix environment ( ENV ) i.e your shell explanation.

I would say, for beginner to intermediate user this book is a must and for advanced user this books is good reference source.

 
External hard drive:Microsoft Visual C++ .NET Deluxe Learning Edition--Version 2003 (Pro Developer)
Microsoft Visual C++ .NET Deluxe Learning Edition--Version 2003 (Pro Developer)
Teach yourself the latest version of Visual C++—and begin developing for Microsoft .NET—one step at a time. This practical, hands-on tutorial expertly guides you through the fundamentals—from writing managed code to running and debugging your first .NET-based applications and XML Web services. Work at your own pace through easy-to-follow lessons and hands-on exercises to learn essential techniques. And accelerate your productivity by working with instructive code and best practices for .NET development with Visual C++. Discover how to: Write and run a simple object-oriented program Delve deeper with inheritance and other OOP techniques Execute code with the Visual Studio® .NET debugger Exploit built-in .NET support for properties, arrays, and events Generate and handle exceptions Implement operator overloading Examine the .NET Framework 1.1, exploring major namespaces and classes Use Windows® Forms to create GUI applications Access data using XML and Microsoft ADO.NET Create and use Web services Build Web service components with ATL Make legacy applications .NET-ready CD Inside Includes sample code, practice exercises, and eBook CD features: Code examples in Visual C++ .NET 2003 All the book’s practice files Fully searchable eBook
Price:  $118.39

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
Excellent Book To learn about Visual C++.NET
After reading the book, I found it very informative. The author explains how to write C++ programs for .net very clearly. It was easy to find the information that I needed to learn. The included electronic version on the book is one of my favorite features. With it you are able to search the book contents very efficiently. All examples that I tried in the Visual C++ environment worked flawlessly as expected. A must have book for beginning Visual C++.NET programmers. I recommend this book to other readers interested in learning how to program Visual C++.NET for the first time.
Excellent Introduction to Visual C++
Ok. This book doesn?t teach C++. But it sure teaches the Visual Environment if one already knows C++. The practical teaching format is very easy to follow and the book is very complete. Excellent and easy to follow. A great introduction.
Not for a beginner
I gave this book only 2 stars due to the fact that I found the material to be too complex for a beginner. I have no experience in programming and was hoping that the book would be more detailed in how C++ works. There are alot of examples in the book for you to copy to the computer but the commmands aren't described. For example in Chapter 2, part of the example tells you to type the following with no explanation as to what the commands are and what those commands are doing.

void SetName(String *name)
{ strName = strName ->Copy(name); }
String* GetName() { return strName; }

Perhaps I had the wrong impression when I purchased this book thinking it was a C++ tutorial rather than just a software tutorial. Who knows?
The plus side is that you get the book and the complete Visual C++.net software cheaper than buying the software alone.

 
External hard drive:The iPhone Developer's Cookbook: Building Applications with the iPhone SDK
The iPhone Developer's Cookbook: Building Applications with the iPhone SDK
“This book would be a bargain at ten times its price! If you are writing iPhone software, it will save you weeks of development time. Erica has included dozens of crisp and clear examples illustrating essential iPhone development techniques and many others that show special effects going way beyond Apple’s official documentation.” —Tim Burks, iPhone Software Developer, TootSweet Software   “Erica Sadun’s technical expertise lives up to the Addison-Wesley name. The iPhone Developer’s Cookbook is a comprehensive walkthrough of iPhone development that will help anyone out, from beginners to more experienced developers. Code samples and screenshots help punctuate the numerous tips and tricks in this book.” —Jacqui Cheng, Associate Editor, Ars Technica   “We make our living writing this stuff and yet I am humbled by Erica’s command of her subject matter and the way she presents the material: pleasantly informal, then very appropriately detailed technically. This is a going to be the Petzold book for iPhone developers.” —Daniel Pasco, Lead Developer and CEO, Black Pixel Luminance   “The iPhone Developer’s Cookbook: Building Applications with the iPhone SDK should be the first resource for the beginning iPhone programmer, and is the best supplemental material to Apple’s own documentation.” —Alex C. Schaefer, Lead Programmer, ApolloIM, iPhone Application Development Specialist, MeLLmo, Inc   “Erica’s book is a truly great resource for Cocoa Touch developers. This book goes far beyond the documentation on Apple’s Web site, and she includes methods that give the developer a deeper understanding of the iPhone OS, by letting them glimpse at what’s going on behind the scenes on this incredible mobile platform.” —John Zorko, Sr. Software Engineer, Mobile Devices   The iPhone and iPod touch aren’t just attracting millions of new users; their breakthrough development platform enables programmers to build tomorrow’s killer applications. If you’re getting started with iPhone programming, this book brings together tested, ready-to-use code for hundreds of the challenges you’re most likely to encounter. Use this fully documented, easy-to-customize code to get productive fast—and focus your time on the specifics of your application, not boilerplate tasks.   Leading iPhone developer Erica Sadun begins by exploring the iPhone delivery platform and SDK, helping you set up your development environment, and showing how iPhone applications are constructed. Next, she offers single-task recipes for the full spectrum of iPhone/iPod touch programming jobs: Utilize views and tables Organize interface elements Alert and respond to users Access the Address Book (people), Core Location (places), and Sensors (things) Connect to the Internet and Web services Display media content Create secure Keychain entries And much more   You’ll even discover how to use Cover Flow to create gorgeous visual selection experiences that put scrolling lists to shame!   This book is organized for fast access: related tasks are grouped together, and you can jump directly to the right solution, even if you don’t know which class or framework to use. All code is based on Apple’s publicly released iPhone SDK, not a beta. No matter what iPhone projects come your way, The iPhone Developer’s Cookbook will be your indispensable companion.  
Price:  $19.98

Click to enlarge image
Click to enlarge image
   Products Gallery
   Reviews
This is the first book you should buy (maybe only book)
Every other iphone book out there sticks to teaching the use of Interface Builder everytime you work on the GUI side of you app. That's totally insane.

I bought this book, made it 4 chapters in and thought I wasted my money. I bought another book and a couple months in realized that all I learned was interface builder and how to make the most basic apps possible. I've gone back to this book and realized it was the only one I needed.

Do not waste your time with making interface builder apps unless you are not a programmer or you are just looking to make a simple app over the weekend and probably never publish it.

This book separates the real programmers from the people who pickup an IDE and think they can code because they can drag and drop GUI components.

I would rather not have any books than not have this book. I would recommend buying it with the Learning Objective c book (from the same publisher) if you are new to the language. I find that it is not as simple to pickup as C++, Java or C# because the syntax is sort of odd. The learning objective c book will help with that.

If you are a good programmer, are new to iphone development, are capable of making really good software and want to create complex apps, this is the only book you will need.

If you are not a programmer (either literally or just think you are a programmer but really are not), are new to iphone and have never written software (on your own without using Google to find all your source code), go get one of the other books that teach drag and drop interface building, you will be lost with this book.
Not for beginners, probably not useful for advanced or intermediates either...
I bought this book as a brand new, wet behind the ears, iPhone developer. What I discovered was that I really didn't know enough to fill in the gaps this book had, but I got the impression that if I knew enough about the gaps this book left, I wouldn't need this book.

The code was pretty awful as well. If I'm reading code in a book, I expect it to be somewhat "pristine" or "text book" code. I got the impression that this code was more of the caliber of "holy crap, I have to have this finished by when??? I better get coding...".

I ended up buying Beginning Iphone 3 Development, which is a much better book.
Awesome book for real developers
I am not sure what others are complaining about there are literally dozens of ideas you never find in any other iPhone book , this is one of the best books on the market. Erica's writing rocks, it is clear and clean.
Book Review from Silicon Valley Web Builder
I started iPhone programming with the reference resources on Apple Developer web site. The sample code there are great, but does not have full coverage of all aspects of developing and application and is rather hard to remember which sample app uses which feature(s). I'm hoping that the iPhone Developer's Cookbook would be a better reference material. In some cases, it is. For example, the multi-touch "recipe" is excellent. I followed the example and was able to quickly implement two of my applications that utilizes multi-touch in the user interface.

However, the quality of the different recipes varies. Some are just plain wrong, but fortunately the author has a web site that provides the corrected code. One obvious missing piece is what foundation libraries need to be linked into a project for certain recipes to work. This will reduce the amount of time I need to figure out which libraries to include in the build.

A better index at the end of the book would be nice as well.
Get's you going quickly, not for first-time programmer though
I liked this book, it was my first iPhone development book and it got me up and running with some interesting examples quite quickly. The author took a couple of shortcuts that might be called "agile" but I think a competent developer will understand even if you have no prior experience with Objective-C (like myself). I would like to see more books from this author on iPhone development.
 
123discountshop- a quick look
Who are we?
We are an Online order business based in Milton Keynes.
Our business has been founded on the principle to provide our customers international quality goods at lowest prices in the market. We source all the latest products for cell phone accessories and gaming accessories with a wide range and innovate on a continual basis. Our research team strives to provide you with all the latest trends in the market. This is reflected in the range of products we offer to our customers. Moreover all cell phone accessories come with replaceable warranties* so that you do not have to worry while shopping with us.
How we relate to above products
At 123discountshop we take pride in our vast experience of the markets, in-depth knowledge about what is on offer and our skills at matching your needs with our wide range of products.
The array of products currently available includes cell phone accessories, Gaming accessories and varied electronic items.We have tied up with OEMs who supply to the world’s biggest brands to bring you the latest and best in quality at unbelievable prices.
Best prices
While the pricing of products is essential to any consumer, it is vital that you balance the cost with the specifications of what is on offer. 123discountshop has products manufactured from OEMs who supply to the world’s best brands.
We strive to bring the newest technologies and latest products in cell phone accessories to you as soon as they are launched. All our mobile/cell phone accessories reflect the latest trends, are of international quality and are priced at least 75% lower than the normal high street shops.
Customer support
123discountshop has a dedicated customer support service team to offer backup services and advice to all of our customers. They will help you to buy the right cell phone accessory and also help you in case there are any service or quality issues.
We are just a click away from you.
Buying is safe from us
123discountshop is renowned for supplying top quality brands throughout the UK and using our website could not be simpler or more secure (we use fully encrypted payment systems). We offer all the payment options available like major credit cards and Paypal.
Shipping
Please note that we aim to arrange shipping of all 'in stock' items within 24 hours of receiving your order. All orders are dispatched next day except Sundays or any public holidays.

Kind Regards,
- 123discountshop team
 
 
 
Home | Products | USB drives | Printing services CD, DVD duplication | Delivery & shipping | Theory Test UK
Site map  | RSS feed  |   |    | Contact us  |  Terms and conditions  |  Privacy policy

Cheap Driving Test Success All Tests, Test Automation, Hazard Perception Practice, Driving Test Dvd,- Best online bargains and discounts | No 1 dedicated website| Compare Prices | Save Money