Chitika

Sunday, March 13, 2011

All eBooks on XML,HTML,PHP,C,C++,VB and .net and Other Programming Stuffs


Visual C++ is an established development language for Windows desktop applications. This book shows you how to develop professional, real-life applications by examining real world examples. It is fast, and used in millions of applications throughout the world.


In Detail

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.

The applications include: a Tetris-style game, a drawing application, a spreadsheet, and a word processor.

If you know the C++ language, or another Windows-based programming language, and want to use C++ to write real, complex applications then this book is ideal for you.

Read the full Table of Contents for Microsoft Visual C++ Windows Applications by Example


What you will learn from this book

When you read this book, you will learn to:

* Build larger, more powerful, user friendly C++ applications
* Create MDI (multiple document interface) applications and use other Windows application interface elements
* Create memory structures for complex application objects: documents, spreadsheets, drawings
* Save files to represent these memory structures
* Parse and process text, display interactive graphics, and handle input from the mouse and the keyboard

Who this book is written for

The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++.

If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.

Author(s)

Stefan Bjornander

Stefan Bjornander is a Ph.D. candidate at Malardalen University, Sweden. He has worked as a software developer as well as a senior lecturer at Umea University, Sweden. He holds a master's degree in computer science and his research interests include compiler construction, mission-critical systems, and model-driven engineering.

# Paperback: 440 pages
# Publisher: Packt Publishing (June 27, 2008)
# Language: English
# ISBN-10: 1847195563
# ISBN-13: 978-1847195562
1.here is the link:
http://rapidshare.com/files/235819849/1847195563_plus.plus.rar

2.download c++ graphics ebook by dis link... file size: 2.64 MB

http://depositfiles.com/en/files/2144946

http://rapidshare.com/files/64790900/Introduction_to_C___Programming_and_Graphics.rar

yashwant kanetkar ebook...

http://rapidshare.com/files/138148881/Yashwant_Kanetkar_27s_C.zip

n second is i think book name is "Let us C"
http://rapidshare.com/files/70592379/Let_Us_C_-_Yashwant_Kanetkar.zip

3.Course Description
The Assembly Language course is intended for those who wish to write assembly for both Windows and Linux. It uses the freely available NASM assembler, which is feature-complete and produces object code in a variety of formats. The predominant CPUs today use the Intel instruction set, and all examples in the course use that instruction set. The course covers the background information necessary for assembly programming and it covers the forms programs must take to operate in the systems. Some time is spent with low-level I/O, but many of the examples interface with C mainline programs. The emphasis of the course is in writing assembly language functions that can be called from higher level languages. To begin learning today, simply click on the movie links.

Course Information
Course: Assembly Language Programming
Author: Arthur Griffith
SKU: 33995
ISBN: 1-935320-44-0
Release Date: 2009-05-28
Duration: 5.5 hrs / 70 tutorials
Work Files: Yes
Captions: No

Download Link:
http://hotfile.com/dl/4293457/805ddf7/VTC-ALP.rar.html

4.Thousands of businesses have used ASP.NET to build professional, dynamic web sites. In ASP.NET Essential Training, web developer David Gassner demonstrates the tools needed to build and deploy a dynamic site using ASP.NET 3.5. Covering everything from installing and configuring Visual Web Developer 2008 and SQL Server 2008 Express, to creating web form pages, this course is designed to give beginning and intermediate developers hands-on experience.
Released on: 4/28/2009

Code: [Select] [nofollow]
http://www.lynda.com/home/DisplayCourse.aspx?lpk2=784


Code: [Select] [nofollow]
http://rapidshare.com/files/233654318/abedy22.part1.rar
http://rapidshare.com/files/233658022/abedy22.part2.rar
http://rapidshare.com/files/233661833/abedy22.part3.rar
http://rapidshare.com/files/233665818/abedy22.part4.rar
http://rapidshare.com/files/233669699/abedy22.part5.rar
http://rapidshare.com/files/233577502/abedy22.part6.rar



The Mac GUI Interface files for the tutorials can now be found in
this upload. These two files (one for FullScreenMode and one for
WindowMode)can be found in the "Mac GUI" folder in the main director
(They'll need to be extracted from the compressed "Mac GUI Apps.sit"
file - Note: This should ONLY be done on Macs, since Windows messes
up the file structure). All Mac users need to do is replace
FullScreenMode.exe and WindowMode.exe files with the
FullScreenMode.app and WindowMode.app files.

What's more, these two files are interchangable with all the
Lynda.com Releases/Repacks that have the Lynda.com Flash
GUI Interface. Again, all you would need to do is extract those two
files to the root directory of the various Lynda.com tutorials that
you have.

Table of contens

Preface 1
Chapter 1: AJAX and the Future of Web Applications 7
Delivering Functionality via the Web 8
Advantages of Web Applications 9
Building Websites Since 1990 10
HTTP and HTML 10
PHP and Other Server-Side Technologies 11
JavaScript and Other Client-Side Technologies 12
What's Been Missing? 13
Understanding AJAX 14
Building a Simple Application with AJAX and PHP 18
Time for Action—Quickstart AJAX 21
Summary 28
Chapter 2: Client-Side Techniques with Smarter JavaScript 29
JavaScript and the Document Object Model 30
Time for Action—Playing with JavaScript and the DOM 32
JavaScript Events and the DOM 33
Time for Action—Using JavaScript Events and the DOM 35
Even More DOM 37
Time for Action—Even More DOM 37
JavaScript, DOM, and CSS 39
Time for Action—Working with CSS and JavaScript 39
Using the XMLHttpRequest Object 42
Creating the XMLHttpRequest Object 43
Creating Better Objects for Internet Explorer 45
Initiating Server Requests Using XMLHttpRequest 46
Handling Server Response 49
Time for Action—Making Asynchronous Calls with XMLHttpRequest 50 Table of Contents
Working with XML Structures 55
Time for Action—Making Asynchronous Calls with XMLHttpRequest and XML 55
Handling More Errors and Throwing Exceptions 59
Creating XML Structures 63
Summary 64
Chapter 3: Server-Side Techniques with PHP and MySQL 65
PHP and DOM 65
Time for Action—Doing AJAX with PHP 66
Passing Parameters and Handling PHP Errors 71
Time for Action—Passing PHP Parameters and Error Handling 72
Connecting to Remote Servers and JavaScript Security 79
Time for Action—Connecting to Remote Servers 81
Using a Proxy Server Script 85
Time for Action—Using a Proxy Server Script to Access Remote Servers 86
A Framework for Making Repetitive Asynchronous Requests 91
Time for Action—Implementing Repetitive Tasks 93
Working with MySQL 101
Creating Database Tables 101
Manipulating Data 104
Connecting to Your Database and Executing Queries 105
Time for Action—Working with PHP and MySQL 106
Wrapping Things Up and Laying Out the Structure 109
Time for Action—Building the Friendly Application 112
Summary 119
Chapter 4: AJAX Form Validation 121
Implementing AJAX Form Validation 122
Thread-Safe AJAX 125
Time for Action—AJAX Form Validation 126
Summary 144
Chapter 5: AJAX Chat 145
Introducing AJAX Chat 145
Implementing AJAX Chat 147
Time for Action—Ajax Chat 148
Summary 164
Chapter 6: AJAX Suggest and Autocomplete 165
Introducing AJAX Suggest and Autocomplete 165
Google Suggest 166
Implementing AJAX Suggest and Autocomplete 167
Time for Action—AJAX Suggest and Autocomplete 168
Summary 188
Chapter 7: AJAX Real-Time Charting with SVG 189
Implementing a Real-Time Chart with AJAX and SVG 190
Time for Action—Building the Real-Time SVG Chart 193
Summary 202
Chapter 8: AJAX Grid 203
Implementing the AJAX Grid Using Client-Side XSLT 204
Time for Action—AJAX Grid 205
Summary 221
Chapter 9: AJAX RSS Reader 223
Working with RSS 223
The RSS Document Structure 224
Google Reader 224
Implementing the AJAX RSS Reader 225
Time for Action—Building the RSS Reader Application 226
Summary 236
Chapter 10: AJAX Drag and Drop 237
Using Drag and Drop on the Web 237
Shopping Carts 237
Sortable Lists 238
Building the AJAX Drag-and-Drop Sortable List Application 238
Time for Action—Task Management Application with AJAX 241
Summary 253
Appendix A: Preparing Your Working Environment 255
Preparing Your Windows Playground 256
Installing Apache 256
Installing MySQL 258
Installing PHP 259
Preparing Your *nix Playground 261
Installing Apache 261
Installing MySQL 261
Installing PHP 262
Installing phpMyAdmin 263
Preparing the AJAX Database 264
Index 267



Download :
http://uploading.com/files/QI3LP6I5/AJAX And PHP - Building Responsive Web Applications (2006) - allbooksfree.tk.pdf.html

Here is a collection of video tutorials to learn shell scripting.

All of them are compressed independent of each other so you can download the topic of your interest and watch it.

Chapter 01 - Introduction
http://rapidshare.com/files/219539931/Chapter_01_-_Introduction.rar

Size: 7 MB

Chapter 02 - Your_First_Shell_Script
http://rapidshare.com/files/219540090/Chapter_02_-_Your_First_Shell_Script.rar

Size: 14 MB

Chapter 03 - Running_a_Shell_Script

http://rapidshare.com/files/219540021/Chapter_03_-_Running_a_Shell_Script.rar

Size: 9 MB

Chapter 04 - Shell_Programming_Features

http://rapidshare.com/files/219540133/Chapter_04_-_Shell_Programming_Features.rar

Size: 14 MB

Chapter 05 - Conditional_Code

http://rapidshare.com/files/219540216/Chapter_05_-_Conditional_Code.rar

Size: 16 MB

Chapter 06 - Loops

http://rapidshare.com/files/219540161/Chapter_06_-_Loops.rar

Size: 7 MB

Chapter 07 - Text_Processing

http://rapidshare.com/files/219540438/Chapter_07_-_Text_Processing.rar

Size: 15 MB

Chapter 08 - Functions

http://rapidshare.com/files/219540406/Chapter_08_-_Functions.rar

Size: 12 MB

Chapter 09 - Command-line_Parameters

http://rapidshare.com/files/219540408/Chapter_09_-_Command-line_Parameters.rar


All eBooks on XML,HTML,PHP,C,C++,VB and .net and Other Programming Stuffs will be posted and requested in this thread

Nick : Sams Teach Yourself XML in 21 Days :

http://www.icefile.info/index.php?page=main&id=b20011233&name=1575213966.rar


Sams Teach Yourself HTML 4 in 10 Minutes (2nd Edition) :

http://w18.easy-share.com/1702384566.html
or:
http://depositfiles.com/files/xpztr4zrt


c++ by e-balaguruswamy

http://www.4shared.com/file/Z6Qcp_CV/hmmmm.html

No comments:

Post a Comment