Tag Archives: GUI

IPhone User Interface Design

IPhone User Interface Design Projects, David Barnard et al, Apress, 2009 App UI designers will want to read this. It explores the design of 5 popular iPhone apps: form layouts, multitouch interaction, visual appeal. 200 pages.

Posted in books | Tagged , , | Leave a comment

Cocoa Design Patterns

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.

Posted in books | Tagged , , , , | Leave a comment

Introducing Windows 7 for Developers

Introducing Windows 7 for Developers / Yochay Kiriaty, Microsoft Press, 2010 There is lots of new functionality in Windows libraries. Welcome to Windows 7 Integrate with the Windows 7 Taskbar: Basic Features Integrate with the Windows 7 Taskbar: Advanced Features … Continue reading

Posted in books | Tagged , , | Leave a comment

Programming WPF

Programming WPF / Chris Sells and Ian Griffiths, O’Reilly, 2007 If you program applications using .net you probably need this excellent book. 800 Pages.

Posted in books | Tagged , , | Leave a comment

Getting started with Flex 3

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.

Posted in books | Tagged , , , , , , | Leave a comment

Cocoa programming for Mac OS X for dummies

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 … Continue reading

Posted in books | Tagged , , | Leave a comment

Cocoa programming for Mac OS X

Cocoa programming for Mac OS X / Aaron Hillegass, Addison-Wesley, 2008. Here’s a good book for Mac GUI programmers. 400 pages.

Posted in books | Tagged , , | Leave a comment

Rapid GUI programming with Python and Qt

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. … Continue reading

Posted in books | Tagged , , , | Leave a comment

Cocoa programming for Mac OS X for dummies

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 … Continue reading

Posted in books | Tagged , , , | Leave a comment

Foundations of Qt development

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. … Continue reading

Posted in books | Tagged , , , , | Leave a comment