Archive for the ‘Programs’ Category

Beginning Microsoft Visual C# 2008

July 3, 2008

Author: Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner and Eric White
Paperback: 1344 pages
Publisher: Wrox (May 5, 2008)
Language: English
ISBN-10: 047019135X
ISBN-13: 978-0470191354
Format: pdf
Details:
The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:
The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
Additional Techniques: “The fun stuff”, including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.
The book makes complicated subjects seem easy to learn, and it inspires readers to investigate areas further on their own by providing references to additional material, and exercise questions that require significant effort and personal research to complete.

easy way mix

Bookmark and Share

XML and Java Developing Web Applications

June 25, 2008

Develop Web business applications using XML and Java through real-world examples and code * Quickly obtain XML programming skills * Become familiar with Document Object Models (DOM) and the Simple API for XML (SAX) * Understand the Electronic Document Interchange (EDI) system design using XML and Document Type Definition (DTD), including * coverage on automating business-to-business message exchange * Leverage JavaBean components * Learn a hands-on, practical orientation to XML and Java

XML has strong support from industry giants such as IBM, Sun, Microsoft, and Netscape. Java, with its “write once, run anywhere” capabilities, is a natural companion to XML for building the revolutionary Internet applications described in this book. XML and Java demonstrates how developers can harness the power of these technologies to develop effective Web applications. If you want to learn Java-based solutions for implementing key XML features–including parsing, document generation, object tree manipulation, and document processing–there is no better resource than this book.

Bookmark and Share

C++ Programming Collection Ebook

June 21, 2008

Here’s the list of books included:

Code:

Accelerated C++ Practical Programming by Example
Advanced Cobra Programming with C++
Applied C++ – Techniques for Building Better Software
Beginning C++ Game Programming
Beyond the C++ Standard Library – An Introduction to Boost
C++ Advanced 3D Game Programming with DirectX 9.0
C++ by Dissection
C++ Coding Standards – 101 Rules Guidelines
C++ Complete Reference
C++ Cookbook
C++ Demystified – A Self-Teaching Guide
C++ Design Generic Programming
C++ for Business Programming, 2nd Edition
C++ for Dummies, 5th Edition
C++ for Real Programmers
C++ How to Program, 5th Edition
C++ in a Nutshell
C++ In Action Industrial Strength Programming Techniques
C++ Plus Data Structures
C++ Primer Plus, 4th Edition
C++ Primer, 4th Edition
C++ Programming for the Absolute Beginner
C++ Programming with Cobra
C++ Reverse Engineering
C++ Standard Library – A Tutorial and Reference
C++ Templates – The Complete Guide
C++ Timesaving Techniques for Dummies
C++ Unleashed
Core C++ – A Software Engineer’s Approach
Data Structures and Algorithms with Object Oriented Design Patterns in C++
Data Structures and Problem Solving in C++
Effective and More Effective C++
Effective C++ Third Edition 55 Specific Ways to Improve Your Programs and Designs
Essential C++
Exceptional C++ Style 40 New Engineering Puzzles, Programming problems and solutions
Game Programming All in One
How Not to Program in C++
Linux C++ Programming – Howto
Modeling Derivatives in C++
Modern C++ Design Generic Programming and Design Patterns Applied
Professional C++
Programming Embedded Systems in C and C++
The Art of C++
The C++ Programming Language, 3rd Edition
The Elements of C++ Style
Theory and Problems of Programming with C++
Thinking in C++ (Vol 1. and 2)
Tricks of the Windows Game Programming Gurus
You Can Program in C++ – A Programmer’s Introduction

easy way mix

Bookmark and Share

How To Do Everything with JavaScript

June 18, 2008

Product Details
Paperback: 448 pages
Publisher: McGraw-Hill Osborne Media; 1 edition (February 28, 2003)
Language: English
ISBN-10: 0072228873
ISBN-13: 978-0072228878 Book Description
This friendly, solutions-oriented guide is filled with step-by-step examples that illustrate how to write basic to advanced JavaScript applications, as well as modify existing scripts to suit individual needs. Each chapter begins with the specific how-to topics that will be covered. Within the chapter, each topic is accompanied by a solid, easy-to-follow walkthrough of the process.

Book Info
Provides a comfortable, friendly platform for any level programmer who wants to maximize JavaScript. Features solid coverage of versions 1.0 and 2.0. Softcover.

easy way mix

Bookmark and Share

How To Be Advanced JavaScript, 3rd Edition

June 16, 2008

Publisher: Wordware Publishing, Inc. | 2007-11-25 | ISBN 1598220330 | Pages: 616 | PDF | 3.06 MB

Advanced JavaScript 3rd Edition is an in-depth examination of the most important features of JavaScript. The book assumes readers have a basic understanding of web development, but includes a review of JavaScript fundamentals in Chapters 1 through 3. This book gives the reader a comprehensive look at the fundamentals of JavaScript by examining objects, arrays, date and time functions, math, and all the essentials that are needed for complex yet robust JavaScript scripts. Topics are thoroughly examined with several complete examples.

Pass: www.dl4all.com

easy way mix

Bookmark and Share

C++ How to Program (5th Edition)

June 14, 2008

Author: Harvey & Paul) Deitel & Associates
Paperback: 1536 pages
Publisher: Prentice Hall; 5 edition (January 15, 2005)
Language: English
ISBN-10: 0131857576
ISBN-13: 978-0131857575
Format: chm
Detials:
With over 250,000 sold, Harvey and Paul Deitel’s C++ How to Program is the world’s best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. Deitels’ C++ How to Program is the most comprehensive, practical introduction to C++ ever published-with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. The updated Fifth Edition now includes a new early classes pedagogy-classes and objects are introduced in Chapter 3 and used throughout the book as appropriate. The new edition uses string and vector classes to make earlier examples more object-oriented. Large chapters are broken down into smaller, more manageable pieces. A new OOD/UML ATM case study replaces the elevator case study of previous editions, and UML in the OOD/UML case study and elsewhere in the book has been upgraded to UML 2. The Fifth Edition features new mini case studies (e.g., GradeBook and Time classes). An employee hierarchy replaces Point/Circle/Cylinder to introduce inheritance and polymorphism. Additional enhancements include tuned treatment of exception handling, new “Using the Debugger” material and a new “Before You Begin” section to help readers get set up properly. Also included are separate chapters on recursion and searching/sorting. The Fifth Edition retains every key concept and technique ANSI C++ developers need to master: control statements, functions, arrays, pointers and strings, classes and data abstraction, operator overloading, inheritance, virtual functions, polymorphism, I/O, templates, exception handling, file processing, data structures, and more. It also includes a detailed introduction to Standard Template Library (STL) containers, container adapters, algorithms, and iterators. The accompanying CD-ROM includes all the source code from the book. A valuable reference for programmers and anyone interested in learning the C++ programming language and object-oriented development in C++.


Follow

Get every new post delivered to your Inbox.