Saturday, January 13, 2007

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition by Simson Garfinkel
Publisher: O’Reilly Media; 2 edition (January 15, 2002) | ISBN-10: 0596000456 | CHM | 6,1 Mb | 800 pages Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have the threats to our security and privacy–from credit card fraud to routine invasions of marketers to web site defacements to attacks that shut down popular web sites. Web Security, Privacy & Commerce goes behind the headlines, examines the major security risks facing us today, and explains how we can minimize them. It describes risks for Windows and Unix, Microsoft Internet Explorer and Netscape Navigator, and a wide range of current programs and products.

Download:
http://depositfiles.com/files/520643 OR
http://rapidshare.com/files/11365005/0596000456.O_27Reilly_20Media.Web_20Security_2C_20Privacy_20and_20Commerce_2C_202nd_20Edition.chm

Ajax on Rails (Paperback)




Ajax on Rails (Paperback)

Book Description
Learn to build dynamic, interactive web applications using the two most important approaches to web development today: Ajax and the phenomenally efficient Ruby on Rails platform. This book teaches intermediate to advanced web developers how to use both Ajax and Rails to quickly build high-performance, scalable applications without being overwhelmed with thousands of lines of JavaScript code. More than just recipes, you also get a thorough, low-level understanding of what's happening under the hood.

* Ajax on Rails includes three fully worked out Rails/Ajax applications, and quick reference sections for Prototype and script.aculo.us.
* Testing lessons show you how to eliminate cross-browser JavaScript errors and DOM debugging nightmares using a combination of Firebug, and Venkman.
* Advanced material explains the most current design practices for Ajax usability. You'll learn to avoid user experience mistakes with proven design patterns.

Beyond the how-to, Ajax on Rails helps you consider when Ajax is (and isn't) appropriate, and the trade-offs associated with it. For those new to Rails, this book provides a quick introduction, the big picture, a walk through the installation process, and some tips on getting started. If you've already started working with Rails and seek to deepen your skill set, you'll find dozens of examples drawn from real-world projects, exhaustive reference for every relevant feature, and expert advice on how to "Ajaxify" your applications.

Download:
http://rapidshare.com/files/11154650/OReilly.Ajax.on.Rails.Dec.2006.chm

C++ Ebook Collection

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

Download:
http://rapidshare.com/files/3416635/C___Ebook_Collection.part1.rar
http://rapidshare.com/files/3416612/C___Ebook_Collection.part2.rar
http://rapidshare.com/files/3416574/C___Ebook_Collection.part3.rar

Ebook Learning Ajax

Introduction
Welcome (03:22)
System Requirements (06:36)
Getting to know Ajax
Downloading Data Behind the Scenes (03:09)
Modifying Web Pages on the Fly (05:30)
Searching in Real Time with Live Searches (03:05)
Getting the Answer With Autocomplete (03:10)
Dragging and Dropping HTML Elements With Ajax (05:43)
Getting Instant Login Feedback (03:31)
Writing Ajax
Working With JavaScript in Browsers (04:29)
Creating an XMLHttpRequest Object in JavaScript (07:4)
Checking the XMLHttpRequest Object's readyState property (04:19)
Checking the XMLHttpRequest Object's status property (03:23)
Getting Your Data With the XMLHttpRequest Object (04:54)
Problems creating an XMLHttpRequest Object (05:05)
Fetching Text Data From the Browser (05:23)
Decoding the Fetched Data (06:10)
Selecting Relative or Absolute URLs (03:30)
Getting XMLHttpRequest Objects in Other Ways (05:37)
Using Server-Side Scripting (05:1)
Storing Ajax Data in XML (05:59)
Fetching XML Data From the Server (05:21)
Extracting Data From XML (06:31)
Passing Data to the Server with GET (06:21)
Passing Data to the Server with POST (05:22)
Getting More Ajax Power
Determining Which Browser the User Has (06:27)
Handling Head Requests for More Data (05:12)
Creating a Live Search Pt.1 (07:2)
Creating a Live Search Pt.2 (03:41)
Connecting to Google Suggest (04:24)
Calling a Different Domain Safely (03:53)
Using Two XMLHttpRequest objects (05:31)
Handling Multiple XMLHttpRequest Requests (04:17)
Returning JavaScript Objects From the Server (05:22)
Creating Ajax Applications
Downloading Images Using Ajax (04:3)
Creating a Shopping Cart (02:31)
Handling Mouse Events (05:4)
Enabling Dragging (05:4)
Handling Drops (04:04)
Communicating With the Shopping Cart on the Server (03:05)
Creating an Ajax-driven Drop-down Menu System (05:57)
Downloading Data with Drop-down Menu System (03:00)
Displaying a Menu with a Drop-down Menu System (04:27)
Exploring The Browser-Side Ajax Frameworks
Introducing Ajax Frameworks (01:5)
Creating Ajax With libXmlRequest (06:04)
Creating Ajax With AjaxLib (05:01)
Creating Ajax With XHConn (04:30)
Creating Ajax With Sack (04:41)
Creating Ajax With Interactive Website Framework (03:09)
Creating Ajax With Sarissa (05:16)
Exploring the Server-Side Ajax Frameworks
Creating Ajax With PHP and Sajax Pt.1 (04:04)
Creating Ajax With PHP and Sajax Pt.2 (04:33)
Creating Ajax With PHP and Xajax (05:03)
Using XML With Ajax
Understanding XML (05:03)
Loading XML into a Browser Object (04:10)
Navigating through XML Documents Using JavaScript (06:04)
Extracting data from text nodes (03:02)
Handling White Space in Mozilla and Firefox (04:50)
Accessing Attribute Values in XML Elements (07:01)
Accessing XML Elements by Name (04:11)
Validating XML You Get From the Server (06:26)
Validating XML With a DTD (03:19)
Using CSS With Ajax in Web Pages
Introducing CSS (03:50)
Setting Styles (05:57)
Using an External Style Sheet (03:04)
Working with Text Styles (05:42)
Setting Colors and Backgrounds (04:3)
Getting Newly-displayed Text Noticed (05:52)
Showing Ajax Results (03:22)
Hiding Ajax Results (03:44)
Positioning Elements (03:30)
Positioning Elements: Absolute Positioning (03:39)
Positioning Elements: Relative Positioning (03:47)
Stacking (03:04)
Using PHP and Ajax
Using PHP in Web Pages (03:0)
Understanding Basic PHP Syntax (03:56)
Working With Variables (05:09)
Working With Operators (04:54)
Working With Strings (05:4)
Working With Arrays (04:47)
Making Choices With the if Statement (02:0)
Using the switch Statement (04:03)
Using for Loops in PHP (03:5)
Using while Loops in PHP (02:24)
Sending Data to the Server (05:44)
Extracting Data from Text Fields (03:42)
Extracting Data from Checkboxes (04:13)
Extracting Data from Radio Buttons (03:10)
Extracting Data from Listboxes (04:29)
Uploading Files (03:21)
Reading Uploaded Files (04:32)
Redirecting the Browser (02:5)
Doing It Right: Ajax Best Practices
Handling the Back Button (02:33)
Remember - Google Can't See Your Ajax Content (01:53)
Watching Out for Browser Caching (03:50)
Giving Visual Cues (02:42)
Wrap-up (03:20)
Credits
About the Author (00:40)

Download:
http://rapidshare.com/files/2325368/www.yoknall.com_VTC.Ajax-LinGiSO.part3.rar
http://rapidshare.com/files/2325230/www.yoknall.com_VTC.Ajax-LinGiSO.part6.rar
http://rapidshare.com/files/2325317/www.yoknall.com_VTC.Ajax-LinGiSO.part1.rar
http://rapidshare.com/files/2325319/www.yoknall.com_VTC.Ajax-LinGiSO.part4.rar
http://rapidshare.com/files/2325324/www.yoknall.com_VTC.Ajax-LinGiSO.part2.rar
http://rapidshare.com/files/2325330/www.yoknall.com_VTC.Ajax-LinGiSO.part5.rar
Telecommunications Essentials is the complete global reference on telecommunications technologies, applications, and networks. The book is based on the globally acclaimed LIDO Telecommunications Essentials(R) seminar series, which I've had the pleasure of conducting, globally, since 1984.
This book is designed to allow a non-technical professional, as well as technical professional wishing to expand their range of knowledge, to develop an understanding of the language and concepts comprising telecommunications, while also providing enough technical depth to develop a sound knowledge of the key technologies and network infrastructures. Its organization reflects the logical progression of telecommunications developments and solutions, allowing one to develop a historical basis for appreciating the evolution of telecommunications, while developing an enthusiasm for realizing the magnitude of the revolution yet to come.
My academic background in clinical psychology, combined with 21 years of practical experience in telecommunications consulting and education, allows me to deliver information about complex technologies with a distinct human touch, one designed not just to teach you the principles of telecommunications, but to also engage your interest, and inspire your desire to learn more.
Realizing that the study of telecom involves lifelong learning, Telecommunications Essentials is supported with an online learning environment, including LIDO Telecom WebCentral(R), a knowledge portal offering access to over 6,000 web resources, as well as the Telecom Essentials Learning Center, where you can take online quizzes, engage in or create discussion groups, access an online glossary, and find over 1,000 recommendations on selected books, magazines and websites, all organized according to the chapters of the book.

Download:
http://rapidshare.com/files/9204444/Telecommunications_Essentials_-_Pr0j3ctW.rar

The Art of Photoshop for Digital Photographers

iNFO:
Experience the highly visual format of the Art of Photoshop: Digital Photography Workshop and learn how to take good source photos and transform them into display-quality digital works of art with visual effects used in Adobe Photoshop. Using the beauty of the Tuscan region of Italy as a backdrop, author and artist/photographer Daniel Giordan, will take you through the steps of how to capture good source materials, how to explore the artistic effect of those images, and how to turn those explorations into richly layered and visually complex artwork using the tools available in Photoshop. This is your chance to look over the author's shoulder as he guides you through a process of creative exploration through which he creates 10 artistic montages.

Sams The Art of Photoshop for Digital Photographers (Aug 2005) by Daniel Giordan
Paperback: 288 pages | Publisher: Sams (August 29, 2005)
Language: English | ISBN: 0672327139 | Format: CHM | Size: 9.4 MB

Download:
http://rapidshare.de/files/8806265/Sams.The.Art.of.Photoshop.for.Digital.Photographers.Aug.2005.eBook-BBL.GFX.rar.html
or
http://www.megaupload.com/?d=LAWRM2MZ

My Infomation

Name: Vien Hoang
Address: to 4 khoi 10, thi tran Cao Loc
City: Lang Son
Country: Vietnam

Im very happy when you visit my blog.
Thank you.