Cocoa Design Patterns, Erik M. Buck, Addison-Wesley, 2010
Mac and iPhone programmers will want to read this. It also applies to the open source GNUstep project, used on Linux and Windows. You need to know Objective C. 400 pages.
Cocoa Design Patterns, Erik M. Buck, Addison-Wesley, 2010
Mac and iPhone programmers will want to read this. It also applies to the open source GNUstep project, used on Linux and Windows. You need to know Objective C. 400 pages.
Introducing Windows 7 for Developers / Yochay Kiriaty, Microsoft Press, 2010
There is lots of new functionality in Windows libraries.
350 pages.
Programming WPF / Chris Sells and Ian Griffiths, O’Reilly, 2007
If you program applications using .net you probably need this excellent book. 800 Pages.
Getting started with Flex 3 / Jack Herrington, O’Reilly, 2008
This book will help you develop Flash or RIA applications. It’s amazing how much useful info for a beginner programmer they can pack into a pocket sized book. 125 pages.
Cocoa programming for Mac OS X for dummies / by Erick Tejkowski, Wiley, 2009
If you don’t mind using Objective C then Apple has good tools for developing user interfaces. Here is a book which will help beginner to intermediate programmers.
Cocoa programming for Mac OS X / Aaron Hillegass, Addison-Wesley, 2008.
Here’s a good book for Mac GUI programmers. 400 pages.
Rapid GUI programming with Python and Qt : the definitive guide to PyQt programming / Mark Summerfield, Prentice Hall, 2008
If you are looking for the best toolset for rapid development of applications, your choice might be Python with Qt. Also, your resulting product will be maintainable and portable. This book is a top guide to programming PyQt, 600 pages and hardcover.
Cocoa programming for Mac OS X for dummies / by Erick Tejkowski, Wiley, 2009
Here is GUI application programming for the MAC. Learn the Cocoa IDE and a bit about programming in Objective C. The author gives lots of practical advice and some code examples in 375 pages.
Foundations of Qt development / Johan Thelin, Apress 2007
Here is another great book on the best C++ development environment. QT is more than just a library of GUI functions. It supports XML i/o, I18n, threading, databases, networking, and qmake. Of course, it does portable GUI’s well. Free for open source projects!
Enhancing a Dreamweaver CS3 web site with Flash Video / by David Karlins, Peachpit, 2008
Just 100 pages showing pictures of GUIs and telling where to click. You can add a video to your web site without understanding how it works (egads).