WordPress Theme Design: A complete guide to creating professional WordPress themes

Tuesday, November 24, 2009 |



WordPress Theme Design: A complete guide to creating professional WordPress themes

This title will take you through the ins and outs of creating sophisticated professional themes for the WordPress personal publishing platform. It will walk you through clear, step-by-step instructions to build a custom WordPress theme. From development tools and setting up your WordPress sandbox, through design tips and suggestions, to setting up your theme's template structure, coding markup, testing and debugging, to taking it live it reviews the best practices. The last three chapters are dedicated to additional tips, tricks and various cookbook recipes for adding popular site enhancements to your WordPress theme designs using third-party plugins.

Object-Oriented Programming with PHP5: Learn to leverage PHP5's OOP features to write manageable applications with ease

Saturday, November 14, 2009 |



Object-Oriented Programming with PHP5: Learn to leverage PHP5's OOP features to write manageable applications with ease

Some basic objected-oriented features were added to PHP3; with PHP5 full support for object-oriented programming was added to PHP. Object-oriented programming was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed. OOP can greatly improve the performance of a properly planned and designed program.

Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications

|



Microsoft Visual C++ Windows Applications by Example: Code and explanation for real-world MFC C++ Applications

With this book you will learn how to create applications using MDI, complex file formats, text parsing and processing, graphics, and interactions. Every essential skill required to build Windows desktop-style applications is covered in the context of fully working examples.
The book begins with a quick primer on the C++ language, and using the Visual C++ IDE to create Windows applications. This acts as a recap for existing C++ programmers, and a quick guide to the language if you've not worked with C++ before. The book then moves into a set of comprehensive example applications, presenting the important parts of the code with explanation of how it works, and how and when to use similar techniques in your own applications.

C++ for Dummies

|



C++ for Dummies


* This revision of the bestseller covers the popular object-oriented programming language C++ from the ground up, enabling beginners to become functional programmers and intermediate programmers to fine-tune their skills
* Thirty percent new material includes updates on the most recent ANSI standard, the new public domain C++ compiler, standards information on namespaces, new library functions, and complete coverage of the standard template library

Learning PHP Data Objects: A Beginner's Guide to PHP Data Objects, Database Connection Abstraction Library for PHP 5

Thursday, November 5, 2009 |



Learning PHP Data Objects: A Beginner's Guide to PHP Data Objects, Database Connection Abstraction Library for PHP 5


PDO is lighter, faster, and more powerful than existing PHP data abstraction interfaces. PDO is a common interface to different databases that must be used with a database-specific PDO driver to access a particular database server: the PDO extension does not provide a database abstraction by itself; it doesn't rewrite SQL, emulate missing database features, or perform any database functions using by itself.

Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

Wednesday, November 4, 2009 |



Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, LearningjQuery.com, share their knowledge, experience, and enthusiasm about jQuery to help you get the most from the library and to make your web applications shine.
For designers, jQuery leverages existing CSS and HTML skills, allowing you to dynamically find and change any aspect of a page.This book provides a gentle introduction to jQuery concepts, allowing you to add interactions and animations to your pages - even if previous attempts at writing JavaScript have left you baffled.

PC Magazine - November 2009 (US)

Monday, November 2, 2009 |



PC Magazine - November 2009 (US)

PC Magazine is a major source of information for computing professionals. Every issue provides comprehensive product evaluations based on benchmark tests from PC Magazine Labs- the industry's foremost product testing authority. You also get insightful profiles of the people that make the PC industry run and in-depth reports on the latest technologies.


Download:
http://bit.ly/2uoGj9

Web Application Design Handbook: Best Practices for Web-Based Software (Interactive Technologies)

|



Web Application Design Handbook: Best Practices for Web-Based Software (Interactive Technologies)

What is a web application? This is not an easy question to answer, and rather than leave the definition as an exercise for the reader (like some of the other web application books available), Fowler and Stanwick devote a chapter to it. Not only do they deliver a matrix that helps you to figure out where your project fits, they also get to the meat: based on the definition, what design differences are there?

Web-based software poses some real challenges, especially if you are coding in straight HTML and HTML/forms (even if you use a little JavaScript on the side). Java applets and Flash pose a slightly different set of challenges. Fowler and Stanwick devote chapters to the critical things you’ll need to know to design a usable application:
  • Browser Framework
  • Data Input: Forms
  • Data Input: Lists
  • Data Retrieval: Search
  • Data Retrieval: Filtering and Browsing
  • Data Output: Reports
  • Data Output: Printed Forms
  • Interacting With Output

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

Sunday, November 1, 2009 |



The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

With over 3 million users worldwide, Adobe's Dreamweaver is the most popular web development software in the world, and it just took another step forward with CS3, the new version released in 2007. Having come a long way from its humble beginnings as a simple web design tool, CS3 allows you to rapidly put together standards compliant web sites and dynamic web sites with server-side languages and Ajax, and much more. To complement this great new application, David Powers has written the ultimate guide to itThe Essential Guide to Dreamweaver CS3 teaches you everything you need to know about the application, from setting up your development environment environment to publishing your sites and applications on the web, and everything in between.
  • Takes you through your development environment set up
  • Covers everything you need to create both standards compliant web sutes, and dynamic web applications
  • Teaches several real world techniques using a series of step by step tutorials