Free Ebook Video Training

Monday, December 8, 2008

C++ Neural Networks and Fuzzy Logic

C++ Neural Networks and Fuzzy LogicThis book is excellent introduction to theory and practical application of neural networks and fuzzy logic. I know that for sure because I was totaly illiterate in that topic before I red it. This book requires some prerequisite knowledge from reader. Reader must have at least average undergraduate knowledge of discrete matematics,probability theory and matrix algebra.

I saw from previous reviews that some “good” C++ programmers expects to learn all that mathematics from one 500 pages book.
I think that would be impossible even for a perfect neural network.

Download

C++ Templates: The Complete Guide

C++ Templates: The Complete Guide

Book Info
The first book to provide complete and accurate information on using templates in C++. A complete reference as well as a tutorial. Includes real-world examples. Every working C++ programmer will need a copy of this book for his or her library.

From the Back Cover

Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.

C++ Templates begins with an insightful tutorial on basic concepts and language features. The remainder of the book serves as a comprehensive reference, focusing first on language details, then on a wide range of coding techniques, and finally on advanced applications for templates. Examples used throughout the book illustrate abstract concepts and demonstrate best practices.

Readers learn

  • The exact behaviors of templates
  • How to avoid the pitfalls associated with templates
  • Idioms and techniques, from the basic to the previously undocumented
  • How to reuse source code without threatening performance or safety
  • How to increase the efficiency of C++ programs
  • How to produce more flexible and maintainable software

This practical guide shows programmers how to exploit the full power of the template features in C++.

Download

C++ Solutions: Companion to the C++ Programming Language

C++ Solutions: Companion to the C++ Programming Language

Book Description
C++ Solutions, provides insightful, logical, and easy-to-follow solutions to selected exercises found in The C++ Programming Language, Third Edition, by Bjarne Stroustrup. The exercises are explained in detail and are extensively annotated with cross-references to Stroustrup’s book. Developers acquire a thorough understanding of ANSI/ISO C++ by working through examples. Vandevoorde solves a broad subset of illustrative and realistic exercises to facilitate this process. He also includes hints to help programmers find their own solutions, and additional exercises to provide deeper insights into modern software design. Highlights
* In-depth coverage of C++ language concepts, syntax, and features for each chapter
* Numerous detailed examples that build intuition about performance issues
* Adherence to the final ANSI/ISO C++ specifications
* Sample code and programs available on-line

Download

Introduction to C++ for Financial Engineers: An Object-Oriented Approach

Introduction to C++ for Financial Engineers: An Object-Oriented Approach

Product Description
This book introduces the reader to the C++ programming language and how to use it to write applications in quantitative finance (QF) and related areas. No previous knowledge of C or C++ is required. - experience with VBA, Matlab or other programming language is sufficient. The book adopts an incremental approach;

starting from basic principles then moving on to advanced complex techniques and then to real-life applications in financial engineering. There are five major parts in the book:

* C++ fundamentals and object-oriented thinking in QF
* Advanced object-oriented features such as inheritance and polymorphism
* Template programming and the Standard Template Library (STL)
* An introduction to GOF design patterns and their applications in QF Applications

The kinds of applications include binomial and trinomial methods, Monte Carlo simulation, advanced trees, partial differential equations and finite difference methods.

This book contains a CD with all source code and many useful C++ classes that you can use in your own applications. Examples, test cases and applications are directly relevant to QF.

Download

Link 2

Link 3

password:ganelon

A Simplified Approach to Image Processing: Classical and Modern Techniques in C (HP Professional)

A Simplified Approach to Image Processing: Classical and Modern Techniques in C (HP Professional)

Book Description
Image processing, the use of computers to process pictures, has revolutionized the fields of medicine, space exploration, geology, and oceanography, and has become the hottest area in digital signal processing. This book provides a comprehensive introduction to the most popular image processing techniques used today, without getting bogged down in the complex mathematical presentations found in most image processing books and journals. The book covers the hottes t topics in image proessing, including whole chapters on the processing of color images, image warping and morphing techniques, and image compression. The diskette, written in portable C code, provides a “hands-on” introduction to image processing techniques that can be incorporated into the user’s applications. For computer programmers and electrical engineers who need to enhance image processing applications.

  • Paperback: 336 pages
  • Publisher: August 16, 1996
  • Language: English
  • ISBN-10: 0132264161
  • ISBN-13: 978-0132264167

download

Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Series

 Advanced PIC Microcontroller Projects in C: From USB to RTOS with the PIC 18F Series

Product Description
This book is ideal for the engineer, technician, hobbyist and student who have knowledge of the basic principles of PIC microcontrollers and want to develop more advanced applications using the 18F series.
The architecture of the PIC 18FXXX series as well as typical oscillator, reset, memory, and input-output circuits is completely detailed. After giving an introduction to programming in C, the book describes the project development cycle in full, giving details of the process of editing, compilation, error handling, programming and the use of specific development tools. The bulk of the book gives full details of tried and tested hands-on projects, such as the 12C BUS, USB BUS, CAN BUS, SPI BUS and real-time operating systems.

* A clear introduction to the PIC 18FXXX microcontroller’s architecture
* 20 projects, including developing wireless and sensor network applications, using I2C BUS, USB BUS, CAN BUS and the SPI BUS, which give the block and circuit diagram, program description in PDL, program listing and program description.
* Numerous examples of using developmental tools: simulators, in-circuit debuggers (especially ICD2) and emulators
* A CDROM of all the programs, hex listings, diagrams, data sheets and tables

From the Back Cover
Over 20 projects for the PIC18 included in this book!

Microchips PIC18 offers a world of possibilities from LEDs to voltmeters to real-time operating systems (RTOSs). Filled with projects, this book starts the reader with an overview of the basic features of microcontrollers followed by a review of the PIC18 series in depth. Also, included is a brief tutorial on the C programming language. The mikroC compiler is used throughout the book with a chapter devoted to its functions and libraries. Currently available development kits are discussed including simulators, emulators, and in-circuit debuggers with examples of what these tools can bring to a project. All of this is in preparation for the challenging projects that you will find between these covers.

Advanced PIC18 projects include:
SD Card projects such as: Read CID Register and Display on a PC Screen
USB-based projects such as: USB-based Microcontroller Input/Output
CAN bus projects such as: Temperature sensor
RTOS projects such as: Random number generator

download

link2

A Complete Guide to Programming in C++

Product Description
This guide was written for readers interested in learning the C++ programming language from scratch, and for both novice and advanced C++ programmers wishing to enhance their knowledge of C++. The text is organized to guide the reader from elementary language concepts to professional software development, with in depth coverage of all the C++ language elements en route.

Book Info
Suited for both complete novices and advanced users of C++. Takes a clear and logical approach using uncluttered English and purposeful examples. With examples and website content, it represents great value for the money and is highly recommended as both a tutorial for students and newcomers to C++ and a dip-in guide for more advanced practitioners.

Password: netbks.com

Download

Learn to Program With C++

Book Description
More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program with C++. Learn from more than 100 questions and answers as well as real-world programming projects.



Download

Object-Oriented Programming in C++ (4th Edition)

Object-Oriented Programming in C++ (4th Edition)

Object-Oriented Programming in C++ (4th Edition)

Book Description

Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.

Educational Supplement

Suggested solutions to the programming projects found at the end of each chapter are made available to instructors at recognized educational institutions. This educational supplement can be found at www.prenhall.com, in the Instructor Resource Center.

Download

Microsoft Visual C++ Windows Applications by Example

Microsoft Visual C++ Windows Applications by Example

Microsoft Visual C++ Windows Applications by Example

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.

Download

Introduction to Windows And Graphics Programming With Visual C++ .net

Introduction to Windows And Graphics Programming With Visual C++ .net
Product Description
This book provides an accessible approach to the study of Windows® programming with Visual C++®. It is intended to be an introduction to Visual C++® for technical people including practicing engineers, engineering students, and others who would like to understand Windows® programming and use its inherent graphic capabilities. While the book is aimed at a technical audience, the mathematical content is modest and it should be readable by most people interested in C++ programming. Readers of this book will be introduced to Windows® programming in perhaps the most natural way, by using the Visual C++® object-oriented environment and the tools of the Microsoft® Foundation Classes (MFC). –This text refers to the Paperback edition.

download

link2

Image Processing in C: Analyzing and Enhancing Digital Images, 2nd Edition

Image Processing in C: Analyzing and Enhancing Digital Images, 2nd Edition

Dwayne Phillips, «Image Processing in C: Analyzing and Enhancing Digital Images, 2nd Edition
CPM | 2nd edition, August 1, 1997 | English | ISBN: 087930443X | 720 pages | PDF | 6 Mb

This book is a tutorial on image processing. Each chapter explains basic concepts. Print routines are provided for laser printers, graphics printers, and character printers. Display procedures are provided for monochrome, CGA, VGA, and EGA monitors. All of these functions are provided in a system that will run on a ” provide working edge detectors, filters, and histogram equalizers, I/O routines, display and print procedures that are ready to use, or can be modified for special , 2) a set of routines for Boolean operations on images — such as subtracting or adding one with another, 3) a batch system for performing offline processing (such as overnight for long involved manipulations). The C Image Processing System (CIPS) works with Tag Image File Format (TIFF) gray scale images. The entire system has been updated from the original publications to comply with the TIFF 6.0 specification from June 1993 (the magazine articles were written for the TIFF 5.0 specification.) The text and accompanying with words and figures, shows image processing results with photographs, and implements the operations in C.

The C code in this book is based on a series of articles published in The C Users Journal from 1990 through 1993, and includes three entirely new chapters and six new appendices. The new chapters are 1) an introduction to the entire

Audience: Programmers seeking tools for image processing, ranging from the basics to advanced techniques. System Requirements: Any PC with a hard disk. Slower the machine, the slower the processing, but the system does not require a math co-processor or special imaging board. A regular VGA monitor is preferred, but you can use the system with an EGA or CGA monitor. The code was compiled with Microsoft C v 6. The code should run using other compilers with little modification.

Download

Beginning Visual C++ 6

Beginning Visual C++ 6

Book Description

Visual C++ 6.0 was released in 1998 as a component of Visual Studio 6.0. For three years, until the launch of Visual Studio .NET to support the .NET Framework, it was Microsoft’s premier development product. Now five service packs old, version 6.0 remains the environment of choice for many developers who haven’t yet made the move to .NET. If your aim is to learn how to program in C++ on the Windows platform, with all the help offered by the Visual Studio interface, Visual C++ 6.0 remains a sound choice.

What does this book cover?

Beginning Visual C++ 6 can be broken down into four sections. The first is a fast-paced but thorough tutorial to the C++ language, punctuated with interesting and worthwhile example programs. After that, you’ll learn about object orientation with C++, and how this relates to Windows programming - the section ends with the design and implementation of a sizable class-based C++ application.

The third part of the book walks the reader through creating Windows applications using the Microsoft Foundation Classes (MFC). This includes the following:

  • Outputting to the screen and printer
  • Creating menus, toolbars, and dialogs
  • Debugging your program
  • Responding to a user’s actions

To illustrate the theory, this section also includes the complete implementation of a simple but fully-featured drawing application. The final section comprises a grounding in programmatic database access, an introduction to Microsoft’s Component Object Model (COM), and examples of how to create ActiveX controls using both MFC and the Active Template Library (ATL).

This book was voted Amazon.com’s C++ Book of the Year in 1998. It contains countless examples for you to follow and experiment with, and there are challenging exercises and model solutions in every chapter.

Who is this book for?
This book is for anyone who wants to learn C++ and Windows programming with Microsoft Visual C++ 6.0. Although progress will be easier if you have some experience of a programming discipline, an adept newcomer will also succeed in taming object-oriented programming and writing real Windows applications.

download

Borland C++ Builder The Complete Reference

Borland C++ Builder The Complete Reference

Book Description
Best-selling programming author Herb Schildt brings you the most comprehensive resource to Borland C++ Builder available. Including complete coverage of the C++ language, tools, libraries–plus an introduction to Windows programming–this book contains everything you need to know to expertly work with Borland C++. –This text refers to an out of print or unavailable edition of this title.

download

1001 Visual C++ Programming Tips

Book Description
Visual C++ is a programming environment used to develop and compile programs or perform specific tasks, such as drawing an object onscreen. C++ is one of the staples of any programmer’s knowledge base. For this reason, owning 1001 Visual C++ Programming Tips, which covers everything from programming basics to variables, functions, and object-oriented programming, is a must! This book covers all aspects of Visual C++ programming, including the Microsoft Foundation Class Library and threads. The 1001 tips in the book present such comprehensive information in easy-to-digest pieces, that this is the definitive reference on Visual C++. You can read the book from cover to cover or simply locate the tips that address your needs at the moment. No matter how you read this book, you’ll receive unique expert advice about Visual C++!



Download

The C++ Programming Language Special (3rd Edition)

The C++ Programming Language Special (3rd Edition)

In this brand-new third edition of The C++ Programming Language, author Bjarne Stroustrup, the creator of C++, presents the full specification for the C++ language and standard library, a spec that will soon become the joint ISO/ANSI C++ standard.

Past readers will find that the new edition has changed a great deal and grown considerably to encompass new language features, particularly run-time type identification, namespaces, and the standard library. At the same time, readers will recognize the lucid style and sensible advice that made previous editions so readable and enjoyable. Probably the biggest change is a substantial new section, well over 200 pages in length, covering the contents and design of the C++ standard library, the most important new feature of the C++ specification. The author has also added a substantial number of new exercises while keeping many from previous editions that have retained their value.

While The C++ Programming Language is not a C++ tutorial, strictly speaking, anyone learning the language, especially those coming from C, will greatly benefit from the clear presentation of all its elements. It is impossible to overstate the importance of this book for anyone who is serious about using C++. –This text refers to the Paperback edition.

Dr. Dobb’s Journal
Read the entire review, including a chapter-by-chapter analysis of this book.

Bjarne Stroustrup’s The C++ Programming Language, Third Edition (Addison-Wesley, 1997) has been available for several months. This work, by the creator of C++, is the definitive treatment of the subject and has been since its first edition in 1987. I must confess that I did not care for the first edition. I had expected a tutorial approach as elegant as the classic K&R white book. But then, K&R was about C, a programming language that supported a familiar programming model. The C++ programming model was new to most of us ten years ago, and Stroustrup’s first edition was daunting, to say the least. Looking at it now, I find it far less so and much easier to read.

Comparing the first and third editions of The C++ Programming Language provides insight into how the C++ language has grown and changed in the past decade. The third edition has almost three times the number of pages and a slightly different organization. Whereas the first edition included a 67-page language reference manual at the end, the third edition includes only a language grammar section to represent formal language definition. This is appropriate. The ANSI/ISO Standard document, which is now the formal language and library definition, is itself about 750 pages long. Stroustrup plans to publish The Annotated C++ Language Standard (coauthored by Andrew Koenig, the ANSI C++ committee’s Project Editor) sometime this year.

The third edition takes a tutorial approach with many of Stroustrup’s personal programming philosophies. The author’s explanations of how he uses language features provide examples for learning the behavior of those features. He also explains code idioms that some programmers routinely use but that he finds inappropriate.

As much as possible, the third edition reflects Standard C++. When small language features are found to be missing, particularly new ones, Stroustrup pledges to add them to a future printing…

This book is an essential addition to a C++ programmer’s library. It is not for dummies, and it wouldn’t be my first choice for an entry-level, self-help tutorial on C++ for beginning programmers. It is, however, an excellent textbook for programmers who are self-motivated and students who study under the watchful care of a skilled instructor. As an experienced C++ programmer, I find the book useful as a reference to language usage and behavior. The author invented the language and then stayed close to the standardization and innovation process for the duration, always maintaining a careful vigilance over the evolution of his brainchild. Consequently, this book serves, for those who do not care to pore over the ANSI/ISO document (or the promised annotated version), as the authority on the Standard C++ language, how it works, and how you should use it. — Al Stevens, Dr. Dobb’s Journal –This text refers to the Paperback edition.

download

C++: A Beginner’s Guide, Second Edition

C++: A Beginner\'s Guide, Second Edition

Book Description
Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.

About the Author
Herbert Schildt (Mahomet, IL) is a leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best-sellers including, C++: The Complete Reference, C: The Complete Reference, C++ from the Ground Up, Java 2: The Complete Reference, Java 2: A Beginner’s Guide, C#: A Beginner’s Guide, The Art of Java and many more. Schildt holds a master’s degree in computer science from the University of Illinois.

download

Ivor Horton’s Beginning Visual C++ 2008


Ivor Horton's Beginning Visual C++ 2008

Ivor Horton's Beginning Visual C++ 2008

Book Description
Ivor Horton’s Beginning Visual C++ 2008

Proudly presenting the latest edition of one of the all-time bestselling books on the C++ language, successful author Ivor Horton repeats the formula that has made each previous edition so popular by teaching you both the standard C++ language and C++/CLI as well as Visual C++ 2008. Thoroughly updated for the 2008 release, this book shows you how to build real-world applications using Visual C++ and guides you through the ins and outs of C++ development.

Horton’s accessible approach and detailed examples cover both flavors of the C++ language-native ISO/ANSIC++ Windows application development using the Microsoft Foundation Classes (MFC), as well as the development of C++/CLI Windows applications using Windows Forms. He also introduces you to the techniques you can use for accessing data sources in both MFC and Windows Forms, and working examples demonstrate each programming technique that is being discussed. With this book by your side, you are well on your way to becoming a successful C++ programmer.

What you will learn from this book

  • How to use the Standard Template Library, a powerful and extensive set of tools for organizing and manipulating data in your native C++ programs
  • Techniques for finding errors in your C++ programs
  • The ways that Microsoft(r) Windows(r) applications are structured and the elements that are essential for each application
  • How to create and use common controls in order to build the graphical user interface for your application
  • Ways to develop your own libraries using MFC
  • The different controls that are available for accessing data sources, how they work, and how to customize them

Who this book is for
This book is for anyone who wants to write C++ applications for the Microsoft Windows OS. No prior experience of any programming language is assumed.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Download

Programming Embedded Systems in C and C++

Programming Embedded Systems in C and C++

Programming Embedded Systems in C and C++

Book Description
Embedded software is in almost every electronic device designed today. There is software hidden away inside our watches, microwaves, VCRs, cellular telephones, and pagers; the military uses embedded software to guide smart missiles and detect enemy aircraft; communications satellites, space probes, and modern medicine would be nearly impossible without it. Of course, someone has to write all that software, and there are thousands of computer scientists, electrical engineers, and other professionals who actually do.

Each embedded system is unique and highly customized to the application at hand. As a result, embedded systems programming is a widely varying field that can take years to master. However, if you have some programming experience and are familiar with C or C++, you’re ready to learn how to write embedded software. The hands-on, no-nonsense style of this book will help you get started by offering practical advice from someone who’s been in your shoes and wants to help you learn quickly.

The techniques and code examples presented here are directly applicable to real-world embedded software projects of all sorts. Even if you’ve done some embedded programming before, you’ll still benefit from the topics in this book, which include:

  • Testing memory chips quickly and efficiently
  • Writing and erasing Flash memory
  • Verifying nonvolatile memory contents with CRCs
  • Interfacing to on-chip and external peripherals
  • Device driver design and implementation
  • Optimizing embedded software for size and speed

So whether you’re writing your first embedded program, designing the latest generation of hand-held whatchamacalits, or simply managing the people who do, this book is for you.

Download

Algorithms in C

Algorithms in C

Algorithms in C

Book Description:

Expanded coverage of arrays, linked lists, strings, trees, and other basic data structures
Greater emphasis on abstract data types (ADTs) than in previous editions
Over 100 algorithms for sorting, selection, priority queue ADT implementations, and symbol table ADT (searching) implementations

New implementations of binomial queues, multiway radix sorting, Batcher’s sorting networks, randomized BSTs, splay trees, skip lists, multiway tries, and much more
Increased quantitative information about the algorithms, including extensive empirical studies and basic analytic studies, giving you a basis for comparing them
Over 1000 new exercises to help you learn the properties of algorithms

download

Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005

Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005

Building Automated Trading Systems: With an Introduction to Visual C++.NET 2005

Review
“Building Automated Trading Systems is a must read for anyone developing professional algorithmic trading systems. It brings all aspects of design, functionality and real-time system implementation into clear step-by-step focus. This book will be a first choice reference manual for the serious professional .NET programmer in trading system development.”
– Russell Wojcik, Member of CME and CBOT, Head of Trading Strategy Concentration, Illinois Institute of Technology

“This book is an excellent primer for anyone interested in developing automated or semi-automated trading applications. Ben covers the programming knowledge needed to develop successful trading applications. A must have for traders getting into programming and programmers getting into trading. It will also serve as a useful reference for developing more sophisticated trading tools.”

Download

Microsoft Visual Basic 2005 Video Training Course

Course Features

  • Ensure quality of work with the necessary knowledge of the VB language.
  • Streamline applications with debugging and security considerations.
  • Understand the basics of creating a user interface with the underlying .NET framework.
  • Discover how to create desktop, smart client, and dynamic web applications.
  • Be more productive with enhancements to forms, solutions, and more.


About This Course

This course provides an introduction to the Visual Basic 2005 language. You’ll cover the basics of the language that include such areas as object-oriented programming and working with databases. This course will provide you with enough of a basis so you’ll be ready to tackle a variety of scenarios that may come up in your development work. With Visual Basic 2005 you’ll be able to build a variety of applications including Windows applications, web applications, web services, console applications, and more. All of these types of applications are available to Visual Basic 2005 because it creates applications to run right on the .NET framework. VB 2005 may have dropped the term “dot net” from it’s name, but it continues to create applications that take advantage of the powerful features of the .NET framework.

Instructor

Instructor Photo

Craig Utley

President, CIOBriefings LLC

Craig Utley is a Mentor with Solid Quality Learning and the President of CIOBriefings LLC, a consulting company focused on enterprise architecture, development team building and productivity, and business intelligence. Craig has been developing with Microsoft tools since the Visual Basic 1.0 days and has worked with companies of all sizes, helping them design, build, and implement enterprise-wide applications on Microsoft technologies. His interest in developer productivity has led him into the world of design patterns, test-driven development (TDD), and agile/extreme methodologies. He is a published author of articles, courseware, and books, including the first book on VB .NET beta 2 that Microsoft authorized for release. He has been a frequent conference speaker at such conferences as ASP.NET Connections, SQL Server Magazine Connections, Microsoft’s Developer Days, and more. He holds an MCSD and is a Microsoft MVP.

http://rapidshare.com/files/171524409/Begining_VB.NET_2005_Training.part01.rar
http://rapidshare.com/files/171524390/Begining_VB.NET_2005_Training.part02.rar
http://rapidshare.com/files/171524417/Begining_VB.NET_2005_Training.part03.rar
http://rapidshare.com/files/171524362/Begining_VB.NET_2005_Training.part04.rar
http://rapidshare.com/files/171524430/Begining_VB.NET_2005_Training.part05.rar
http://rapidshare.com/files/171524379/Begining_VB.NET_2005_Training.part06.rar
http://rapidshare.com/files/171524466/Begining_VB.NET_2005_Training.part07.rar
http://rapidshare.com/files/171524359/Begining_VB.NET_2005_Training.part08.rar
http://rapidshare.com/files/171524438/Begining_VB.NET_2005_Training.part09.rar
http://rapidshare.com/files/171524415/Begining_VB.NET_2005_Training.part10.rar
http://rapidshare.com/files/171524444/Begining_VB.NET_2005_Training.part11.rar
http://rapidshare.com/files/171524363/Begining_VB.NET_2005_Training.part12.rar
http://rapidshare.com/files/171524441/Begining_VB.NET_2005_Training.part13.rar
http://rapidshare.com/files/171524391/Begining_VB.NET_2005_Training.part14.rar
http://rapidshare.com/files/171524455/Begining_VB.NET_2005_Training.part15.rar
http://rapidshare.com/files/171522943/Begining_VB.NET_2005_Training.part16.rar

Google SketchUp Essential Training with: George Maestri



Architecture, design, and media professionals all over the world are using Google SketchUp to create detailed 3D models efficiently and quickly. In Google SketchUp Essential Training, design expert George Maestri teaches the foundations of SketchUp's drawing, design, and rendering tools. He covers the fundamentals of the application, the interface, and the Sandbox extension, which is used to create realistic organic shapes and terrain. George also discusses how to model and texture objects from existing photographs and export models to Google Earth to visualize how buildings fit in a real landscape. Exercise files accompany the course.
Released on: 11/21/2008
http://rapidshare.com/files/171483256/Ad_DW_CS3_UDS.part01.rar
http://rapidshare.com/files/171483346/Ad_DW_CS3_UDS.part02.rar
http://rapidshare.com/files/171483356/Ad_DW_CS3_UDS.part03.rar
http://rapidshare.com/files/171484619/Ad_DW_CS3_UDS.part04.rar
http://rapidshare.com/files/171487918/Ad_DW_CS3_UDS.part05.rar
http://rapidshare.com/files/171505792/Ad_DW_CS3_UDS.part06.rar
http://rapidshare.com/files/171505488/Ad_DW_CS3_UDS.part07.rar
http://rapidshare.com/files/171505514/Ad_DW_CS3_UDS.part08.rar
http://rapidshare.com/files/171504795/Ad_DW_CS3_UDS.part09.rar

Total Training for Adobe Dreamweaver CS3: Advanced


Description: Take your web design to next level with the Adobe Dreamweaver CS3: Advanced training series. Instructed by Janine Warner, you'll learn tips and tricks for working with Adobe's latest award-winning design program including how to customize CSS Layouts, how to use Spry features to create drop-down navigation bars, and the basics of creating a site with ColdFusion.


Highlights

  • Use Dreamweaver's CSS layouts to create a design that meets web standards.
  • Get an introduction to the benefits of database-driven websites.
  • Explore the basics of creating a site with ColdFusion.
  • Learn how to use the Spry features to create a drop-down navigation bar.
  • Discover how to use Spry to handle form verification.

http://rapidshare.com/files/171475895/LGSET.part1.rar
http://rapidshare.com/files/171475963/LGSET.part2.rar
http://rapidshare.com/files/171475707/LGSET.part3.rar
http://rapidshare.com/files/171480142/LGSET.part4.rar
http://rapidshare.com/files/171479465/LGSET.part5.rar

Adobe Flex 2 Advanced Visual Programming

Discover best practices for architecting a Flex application. Learn how to connect a Flex application to server side data including web services and remote methods. Understand how to customize a Flex application to give it a unique look and feel.

Course Outline:

Lesson 1: INTRODUCING ADOBE FLEX 2 (08 min)
1. The Evolution of the Rich Internet Application
2. Introducing the Flex Product Line
3. Introducing the Flash® Player

Lesson 2: USING FLEX BUILDER™ 2 (19 min)
1. Creating a New Flex Project
2. Building a Simple Form
3. Compiling the Application into a SWF
4. Debugging the Application
5. Setting Up Break Points

Lesson 3: FLEX FUNDAMENTALS (33 min)
1. Aligning Text Vertically & Horizontally
2. Looking at the Flex Component Explorer
3. Creating Data Bindings between Label Controls
4. Architecting an Application with MXML Components
5. De.ning a Property to Access outside the Component
6. Adding in Bindable Meta Tags
7. Adding Custom Properties & Methods to a Component

Lesson 4: HANDLING EVENTS (17 min)
1. Understanding Events
2. Creating Event Handlers Using Inline ActionScript
3. Handling Events with ActionScript Functions
4. Placing ActionScript Functions in External Files
5. Understanding the Event Object

Lesson 5: APPLICATION NAVIGATION (23 min)
1. Creating a ViewStack Container
2. Adding Navigational Controls to the ViewStack
3. Using the TabNavigator Container
4. Using the Accordion Container
5. Adding an ApplicationControlBar with a ToggleButtonBar

Lesson 6: RETRIEVING XML DATA (37 min)
1. Setting Up an XML Data Project & Setting HTTP Service
2. Setting Up a DataGrid to Display XML Data
3. Adding a Label Control to a DataGrid
4. Using an ArrayCollection
5. Examining a Data Structure in Debugging Mode
6. Utilizing Data Returned in an Event Object
7. Using the HTTP Service Class to Catch Faults
8. Creating a Cross Domain Security File

Lesson 7: USING VIEW STATES (24 min)
1. Creating a New State & Inserting a Form
2. Adding Click Properties to the Base & Form States
3. Creating Rollover Text for an Image
4. Adjusting the Size of a Rollover Image
5. Creating Rollover Components

Lesson 8: BUILDING A STOCK PHOTO APPLICATION, PART 1 (50 min)
1. Adding a Background Color & an Image to a Project
2. Building a Component
3. Integrating Components into the Main Application
4. Building Form Items
5. Creating a Gallery Component
6. Creating a Tile Container & Invoking Components
7. Adding a Shopping Cart to a Layout
8. Using View States
9. Fixing Overlapping Images
10. Using States to View an Image in the Gallery
11. Incorporating CSS Styles into the Application

Lesson 9: USING A DATA GRID (40 min)
1. Using the DataGrid Control
2. Specifying DataGrid Columns
3. Formatting DataGrid Columns
4. Using Item Renderers & Item Editors
5. Creating Custom Components for Item Renderers & Editors
6. Working with the TileList Container
7. Accessing Information in the DataGrid

Lesson 10 ARCHITECTING AN APPLICATION (28 min)
1. Understanding the Disadvantages of Bindings
2. De.ning & Dispatching a Custom Event
3. Referencing a Custom Event
4. Write a Custom Event Class & De.ne a Custom Property
5. Attach the Custom Event Class to the Custom Event Object
6. Handling the Event to Run in the Main Application

Lesson 11: USING A REPEATER (19 min)
1. Creating Buttons Inside a Repeater Tag
2. Labeling Buttons in the Repeater Tag
3. Creating a Display Data Function with a Click Event
4. Using DataProvider Data in Repeated Controls
5. Accessing Components within a Data Structure

Lesson 12: BUILDING A STOCK PHOTO APPLICATION, PART 2 (62 min)
1. Examining the Stock Photo Application
2. Initializing the Application
3. Using a Repeater Control to Display Images
4. Specifying the Source & Bindable Properties
5. Dynamically Changing the Display View of the Photos
6. Using a Custom Event to Enable a Shopping Cart
7. Adding a Purchase Button in the Details State
8. Using an ArrayCollection to Store Item Details
9. Use an Item Renderer to Display Info in the Shopping Cart
10. Replacing the Repeater with a TileList

Lesson 13: MANIPULATING XML (34 min)
1. Manipulating Client Side Data Using E4X Syntax
2. Creating a Tree Control to Display the XML Data
3. Adding a Change Event to Display Data from the Tree
4. Populating the Shopping Cart with Raw XML Content
5. Working with an XML List Collection
6. Using Conditional Logic to Compare & Update Values

Lesson 14: USING WEB SERVICES (25 min)
1. Accessing Web Services
2. Invoking Web Services Methods & Results
3. Using a FaultHandler
4. Call Multiple Methods from One Web Service Object
5. Passing Parameters to Web Services

Lesson 15: MANIPULATING COMPLEX DATA STRUCTURES (29 min)
1. Viewing Data in the Flash Player
2. Applying the FilterByCategory Function
3. Adding a Sort Function
4. Setting Up for the IViewCursor Interface
5. Using the IViewCursor Interface

Lesson 16: FORMATTING & VALIDATING DATA (30 min)
1. Triggering Numeric Validation with Events
2. Triggering Validation with ActionScript
3. Build a Custom Validator with Regular Expressions
4. Customizing a Currency Formatter
5. Final Comments & Credits

download links:
http://rapidshare.com/files/153182794/TT_Flex.part01.rar
http://rapidshare.com/files/153182969/TT_Flex.part02.rar
http://rapidshare.com/files/153181861/TT_Flex.part03.rar
http://rapidshare.com/files/153183100/TT_Flex.part04.rar
http://rapidshare.com/files/153182043/TT_Flex.part05.rar
http://rapidshare.com/files/153181558/TT_Flex.part06.rar
http://rapidshare.com/files/153182679/TT_Flex.part07.rar
http://rapidshare.com/files/153182741/TT_Flex.part08.rar
http://rapidshare.com/files/153181911/TT_Flex.part09.rar
http://rapidshare.com/files/153181397/TT_Flex.part10.rar
http://rapidshare.com/files/153181784/TT_Flex.part11.rar
http://rapidshare.com/files/153181908/TT_Flex.part12.rar
http://rapidshare.com/files/153182191/TT_Flex.part13.rar
http://rapidshare.com/files/153181471/TT_Flex.part14.rar
http://rapidshare.com/files/153181367/TT_Flex.part15.rar
http://rapidshare.com/files/153194670/TT_Flex.part16.rar
http://rapidshare.com/files/153194890/TT_Flex.part17.rar
http://rapidshare.com/files/153194860/TT_Flex.part18.rar
http://rapidshare.com/files/153194783/TT_Flex.part19.rar
http://rapidshare.com/files/153195253/TT_Flex.part20.rar
http://rapidshare.com/files/153194652/TT_Flex.part21.rar
http://rapidshare.com/files/153195271/TT_Flex.part22.rar
http://rapidshare.com/files/153195000/TT_Flex.part23.rar
http://rapidshare.com/files/153195407/TT_Flex.part24.rar
http://rapidshare.com/files/153195113/TT_Flex.part25.rar
http://rapidshare.com/files/153195114/TT_Flex.part26.rar
http://rapidshare.com/files/153189510/TT_Flex.part27.rar

Total Training for Microsoft Office SharePoint Designer 2007


Title: Microsoft Office SharePoint Designer 2007
Category: Development & Programming
Communication & Office Tools
Presenter: John Jansen
Platform: Windows
Format: Online
Running Time: 9 Hrs
Level: Beginner to Advanced
Project Files: Included

Homepage
http://www.totaltraining.com/prod/outlines/microsoft/sharepoint2007.asp

Description:
Explore the countless possibilities of SharePoint Designer 2007. In this video series John Jansen teaches you to build very
simple or incredibly complex business solutions on the SharePoint platform. Learn about Master Pages, how to modify Cascading Style Sheets (CSS) in SharePoint Designer, and how to integrate Visual Studio with custom Web part deployment and workflow actions.
Highlights
Learn how to build a Workflow in SharePoint Designer that leverages custom actions from Visual Studio.
Create and modify new layout pages and customize them in SharePoint Designer.
Customize the Cascading Style Sheets (CSS) files used in SharePoint to create a custom branded site.
Build Master Pages from scratch so that layout pages and CSS files can be used across your site.
Develop custom business applications with multiple data views.
Product Trailler
http://video.totaltraining.com/totaltraining/ttvid/microsoft/TSD/adv/TSD_Trailer.wmv
download links:
CD1:
http://rapidshare.com/files/155353370/Sharepoint.2007.CD1.www.netbks.com.part1.rar
http://rapidshare.com/files/155353373/Sharepoint.2007.CD1.www.netbks.com.part2.rar
http://rapidshare.com/files/155352529/Sharepoint.2007.CD1.www.netbks.com.part3.rar

CD2:
http://rapidshare.com/files/155356197/Sharepoint.2007.CD2.www.netbks.com.part1.rar
http://rapidshare.com/files/155356185/Sharepoint.2007.CD2.www.netbks.com.part2.rar
http://rapidshare.com/files/155354753/Sharepoint.2007.CD2.www.netbks.com.part3.rar

CD3:
http://rapidshare.com/files/155359521/Sharepoint.2007.CD3.www.netbks.com.part1.rar
http://rapidshare.com/files/155359499/Sharepoint.2007.CD3.www.netbks.com.part2.rar
http://rapidshare.com/files/155359020/Sharepoint.2007.CD3.www.netbks.com.part3.rar

CD4:
http://rapidshare.com/files/155365042/Sharepoint.2007.CD4.www.netbks.com.part1.rar
http://rapidshare.com/files/155365049/Sharepoint.2007.CD4.www.netbks.com.part2.rar
http://rapidshare.com/files/155365046/Sharepoint.2007.CD4.www.netbks.com.part3.rar
http://rapidshare.com/files/155365047/Sharepoint.2007.CD4.www.netbks.com.part4.rar
http://rapidshare.com/files/155364675/Sharepoint.2007.CD4.www.netbks.com.part5.rar

CD5:
http://rapidshare.com/files/155366894/Sharepoint.2007.CD5.www.netbks.com.part1.rar
http://rapidshare.com/files/155366912/Sharepoint.2007.CD5.www.netbks.com.part2.rar
http://rapidshare.com/files/155365709/Sharepoint.2007.CD5.www.netbks.com.part3.rar

VBScript Training Videos

VBScript contains the following Training Videos:

Introduction to VBScript
Duration: 8:22
In this video we’ll talk about what VBScript is, how to get it and why would you want to use it to script with. We discuss COM objects and how they add more power to your scripting. Finally we talk about script editors and how to set up the default Windows Script Host.

Lets Start Scripting
Duration: 12:32
In this video you’ll learn all about Variables, Literals, Constants and the use of Comments in your scripts. You’ll also learn about the function of the Option Explicit and On Error Resume Next statements.

Arrays
Duration: 14:21
In this video we’ll introduce you to arrays which are simply lists of data. Arrays are one of the most widely used functions in most scripting languages, so you wont want to miss this video.

Statements and Functions
Duration: 15:15
In this video you’ll learn all about Statements and Functions which are used in all VBScripts.

Loops
Duration: 11:35
In this video you’ll learn all about Loops. We’ll cover the For Each Next loop, the For Next loop, Do While loops and Do Until Loops.

Objects
Duration: 25:54
In this video you’ll learn all about what Objects and Methods are. We focus on the FileSystem Object and show you how to use it to manipulate drives, folders, files and text.

WshShell
Duration: 28:52
In this video you’ll learn all about the WshShell Object and see how we can use it to access the Windows Registry, Write to the Event Log, Run External Applications and much more!

WshNetwork
Duration: 13:30
In this video you’ll learn all about the WshNetwork Object and see how we can use it to access logon information, map drives and printers.

Writing Your Own Scripts
Duration: 6:57
In this video we’ll give you some hints on how to approach script writing for yourself.

download links:
http://rapidshare.com/files/155083178/netbks.com.VBScript.part1.rar
http://rapidshare.com/files/155083152/netbks.com.VBScript.part2.rar
http://rapidshare.com/files/155083155/netbks.com.VBScript.part3.rar
http://rapidshare.com/files/155082724/netbks.com.VBScript.part4.rar

70-290 - MCSE Managing and Maintaining a Microsoft Windows Server 2003 Environment (Training Videos)

Exam 70-290 contains the following Training Videos:
——————————————————————

Groups
Duration: 13:15
In this Video we discuss Creating Groups in Windows Server 2003 using Active Directory Users and Computers and Automating Group creation using the command line.

Computer Accounts
Duration: 7:56
In this Video we discuss Creating Computer Accounts on Windows Server 2003 using Active Directory Users and Computers and via command line utilities.

User Accounts
Duration: 16:03
In this Video we show you how to Create and Configure User Accounts in a Windows Server 2003 Active Directory Domain Environment.

Creating User Accounts Using Automation
Duration: 36:04
In this Video we show you how to Create and Configure User Accounts in a Windows Server 2003 Active Directory Domain Environment using automation tools like LDIFDE, CSVDE, the Net User and the Directory Services Commands.

Share and NTFS Permissions
Duration: 26:52
In this Video we discuss Share and NTFS Permissions. We discuss how these permission work when they are applied together and highlight issues you’ll face when using Deny entries. Then we move on to discuss Inheritence, Effective Permissions and Taking Ownership of Files and Folders.

Shares
Duration: 11:23
In this Video we discuss the the default Windows Shares, how to create Shares and how to map to shares using the Command Line and the GUI.

Remote Desktop
Duration: 12:02
In this Video we show you how to configure and use the Remote Desktop feature of Windows Server 2003. We also take a detailed look at both the Client and Server Configuration.

Remote Desktop Web Connection
Duration: 4:50
Following on from our Video on the Windows Server 2003 Remote Desktop, we show you how to Install and Configure the Remote Desktop Web Connection and IIS.

Software Update Services (SUS)
Duration: 38:40
In this Video we install, configure and demonstrate how to use Microsoft Software Update Services to ensure all of your Windows 2000 and above Clients are updated automatically. We discuss Parent/Child SUS Servers, how to backup and restore your SUS Servers, Group Policy Client Configuration and how to Troubleshoot SUS.

Backups
Duration: 20:51
In this Video we discuss planning for and responding to disaster using Windows Backup on Windows 2003 Server. We show you how to backup and restore your files and we also discuss the 5 types of backup methods and demonstrate the relevance that archive bit has on your backup choices.

Automated System Recovery
Duration: 3:37
In this Video we discuss Creating the Automated System Recovery (ASR) Disk using Windows Backup on Windows 2003 Server.

System State Backup and Restores
Duration: 10:30
In this Video we demonstrate performing System State Backups and Restores and ensuring that an Authoritative Restore Replicates to your other Domain Controllers.

Printers
Duration: 40:54
In this video we show you how to configure Printers on a Windows 2003 Server.
download links:
http://rapidshare.com/files/155505489/netbks.com_Winstructor.Managing.Windows.Server.2003.part01.rar
http://rapidshare.com/files/155505645/netbks.com_Winstructor.Managing.Windows.Server.2003.part02.rar
http://rapidshare.com/files/155505424/netbks.com_Winstructor.Managing.Windows.Server.2003.part03.rar
http://rapidshare.com/files/155505662/netbks.com_Winstructor.Managing.Windows.Server.2003.part04.rar
http://rapidshare.com/files/155505483/netbks.com_Winstructor.Managing.Windows.Server.2003.part05.rar
http://rapidshare.com/files/155504894/netbks.com_Winstructor.Managing.Windows.Server.2003.part06.rar

Winstructor - Internet Information Services 6 (IIS 6) Training Videos

Winstructor - Internet Information Services 6 (IIS 6) (Eng)

Internet Information Services 6 (IIS 6) contains the following Training Videos:
————————————————————————————————-

Introduction and Installing IIS 6
Duration: 5:06
In this video we introduce you to Internet Information Services 6 and touch on the improvements Microsoft have made to IIS 6. We then cover how to install IIS 6.0 on your Windows 2003 Server. This video serves as a primer for the rest of the IIS 6.0 Series of Videos.

Metabase
Duration: 20:29
In this Video we discuss the importance of the IIS 6 Metabase. We show you how to configure IIS 6 to allow it to be modified whilst its still running. Then we move on and show you how to backup and restore the Metabase. Finally, we touch on some best practice security principles to ensure the Metabase isn’t compromised.

Configuring FTP Sites on IIS 6
Duration: 33:21
In this Video we Install and Configure FTP Sites on IIS 6. IIS 6 supports 3 different modes of Operation: Non-Isolated Mode, Isolated Mode and Active Directory Isolated Mode. We show you how to configure all three.

Configuring Websites on IIS 6
Duration: 41:43
In this Video we Install and Configure Websites on IIS 6. We also discuss Host Headers, default pages, content expiration and much more!

Installing PHP and Perl on IIS 6
Duration: 10:47
In this Video we show you how to Install and Configure PHP and Perl to run on your IIS 6.0 Server. PHP and Perl are both widely used and powerful scripting languages that are extremely popular in both the Windows and Linux/Unix worlds.

Application Pools
Duration: 14:08
In this Video we explain what Application Pools are and show you how to configure Application Pools to form boundaries around your IIS Applications.

Authentication
Duration: 16:33
In this Video we introduce the different methods of Authentication in IIS 6. This includes Anonymous, Basic, Digest, Advanced Digest, Windows Integrated and .NET Passport Authentication.

Network News Transfer Protocol
Duration: 23:33
In this Video we Install and Configure the Network News Transfer Protocol so you can host Newsgroups on IIS 6!

Logging
Duration: 12:15
In this video we show you how to use IIS 6 Logging to find out who is using your Server and what they are doing on it.

Web Server Security
Duration: 18:50
In this video we show you how to configure your IIS 6 Web Server so its much more secure!
download links:

http://uploading.com/files/6U9E1L62/Winstructor_-_Internet_Information_Services_6.part12.rar.html
http://uploading.com/files/DWGLMCW6/Winstructor_-_Internet_Information_Services_6.part11.rar.html
http://uploading.com/files/3V8SEQ1N/Winstructor_-_Internet_Information_Services_6.part13.rar.html
http://uploading.com/files/XGTAPQ3W/Winstructor_-_Internet_Information_Services_6.part10.rar.html
http://uploading.com/files/H1ELWVQG/Winstructor_-_Internet_Information_Services_6.part07.rar.html
http://uploading.com/files/2SC5ZBFV/Winstructor_-_Internet_Information_Services_6.part09.rar.html
http://uploading.com/files/RXA3BRTJ/Winstructor_-_Internet_Information_Services_6.part08.rar.html
http://uploading.com/files/VDDSE30P/Winstructor_-_Internet_Information_Services_6.part06.rar.html
http://uploading.com/files/6BLM4Q4F/Winstructor_-_Internet_Information_Services_6.part04.rar.html
http://uploading.com/files/HE8AYEW4/Winstructor_-_Internet_Information_Services_6.part05.rar.html
http://uploading.com/files/GDM8WL82/Winstructor_-_Internet_Information_Services_6.part03.rar.html
http://uploading.com/files/41FCSDKP/Winstructor_-_Internet_Information_Services_6.part01.rar.html
http://uploading.com/files/57YFZMY5/Winstructor_-_Internet_Information_Services_6.part02.rar.html

http://letitbit.net/download/ad54b0203671/Winstructor---Internet-Information-Services-6.part10.rar.html
http://letitbit.net/download/2d258f643750/AS3-FLASHCS3-PROFESSIONAL-BB.part16.rar.html
http://letitbit.net/download/bd14a2943194/Winstructor---Internet-Information-Services-6.part02.rar.html
http://letitbit.net/download/fc7bcc55831/Winstructor---Internet-Information-Services-6.part13.rar.html
http://letitbit.net/download/55b83851664/Winstructor---Internet-Information-Services-6.part12.rar.html
http://letitbit.net/download/ae4fd114977/Winstructor---Internet-Information-Services-6.part04.rar.html
http://letitbit.net/download/aba610151826/AS3-FLASHCS3-PROFESSIONAL-BB.part13.rar.html
http://letitbit.net/download/180740715030/Winstructor---Internet-Information-Services-6.part07.rar.html
http://letitbit.net/download/504f0d822201/Winstructor---Internet-Information-Services-6.part06.rar.html
http://letitbit.net/download/6173b3513188/Winstructor---Internet-Information-Services-6.part05.rar.html
http://letitbit.net/download/e8e242493772/AS3-FLASHCS3-PROFESSIONAL-BB.part05.rar.html
http://letitbit.net/download/fa25f6753728/AS3-FLASHCS3-PROFESSIONAL-BB.part07.rar.html
http://letitbit.net/download/74392c208025/Winstructor---Internet-Information-Services-6.part09.rar.html
http://letitbit.net/download/c0fc32711234/Winstructor---Internet-Information-Services-6.part11.rar.html
http://letitbit.net/download/4986a8154023/AS3-FLASHCS3-PROFESSIONAL-BB.part04.rar.html
http://letitbit.net/download/72db43819048/AS3-FLASHCS3-PROFESSIONAL-BB.part11.rar.html
http://letitbit.net/download/c242f5739983/AS3-FLASHCS3-PROFESSIONAL-BB.part15.rar.html
http://letitbit.net/download/5b1f70796294/AS3-FLASHCS3-PROFESSIONAL-BB.part08.rar.html
http://letitbit.net/download/28eed9648286/Winstructor---Internet-Information-Services-6.part03.rar.html
http://letitbit.net/download/82534f71742/AS3-FLASHCS3-PROFESSIONAL-BB.part06.rar.html
http://letitbit.net/download/0d5fd5561512/Winstructor---Internet-Information-Services-6.part01.rar.html
http://letitbit.net/download/3a69b1849573/Winstructor---Internet-Information-Services-6.part08.rar.html

http://rapidshare.com/files/244227700/Winstructor_-_Internet_Information_Services_6.part13.rar
http://rapidshare.com/files/244227765/Winstructor_-_Internet_Information_Services_6.part05.rar
http://rapidshare.com/files/244227769/Winstructor_-_Internet_Information_Services_6.part03.rar
http://rapidshare.com/files/244227787/Winstructor_-_Internet_Information_Services_6.part04.rar
http://rapidshare.com/files/244227796/Winstructor_-_Internet_Information_Services_6.part01.rar
http://rapidshare.com/files/244227807/Winstructor_-_Internet_Information_Services_6.part09.rar
http://rapidshare.com/files/244227809/Winstructor_-_Internet_Information_Services_6.part07.rar
http://rapidshare.com/files/244227814/Winstructor_-_Internet_Information_Services_6.part10.rar
http://rapidshare.com/files/244227815/Winstructor_-_Internet_Information_Services_6.part12.rar
http://rapidshare.com/files/244227835/Winstructor_-_Internet_Information_Services_6.part06.rar
http://rapidshare.com/files/244227851/Winstructor_-_Internet_Information_Services_6.part08.rar
http://rapidshare.com/files/244227860/Winstructor_-_Internet_Information_Services_6.part02.rar
http://rapidshare.com/files/244227882/Winstructor_-_Internet_Information_Services_6.part11.rar


http://hotfile.com/dl/6471910/23ae16a/Winstructor_-_Internet_Information_Services_6.part01.rar.html
http://hotfile.com/dl/6471928/415f177/Winstructor_-_Internet_Information_Services_6.part02.rar.html
http://hotfile.com/dl/6471945/979429d/Winstructor_-_Internet_Information_Services_6.part03.rar.html
http://hotfile.com/dl/6471961/da59ed3/Winstructor_-_Internet_Information_Services_6.part04.rar.html
http://hotfile.com/dl/6471971/613a1b7/Winstructor_-_Internet_Information_Services_6.part05.rar.html
http://hotfile.com/dl/6471982/593952f/Winstructor_-_Internet_Information_Services_6.part06.rar.html
http://hotfile.com/dl/6471998/73794eb/Winstructor_-_Internet_Information_Services_6.part07.rar.html
http://hotfile.com/dl/6472010/e0159a6/Winstructor_-_Internet_Information_Services_6.part08.rar.html
http://hotfile.com/dl/6472037/92ab390/Winstructor_-_Internet_Information_Services_6.part09.rar.html
http://hotfile.com/dl/6472051/d5fd388/Winstructor_-_Internet_Information_Services_6.part10.rar.html
http://hotfile.com/dl/6472065/4b2dc77/Winstructor_-_Internet_Information_Services_6.part11.rar.html
http://hotfile.com/dl/6472074/6c42d63/Winstructor_-_Internet_Information_Services_6.part12.rar.html
http://hotfile.com/dl/6472081/75dcc64/Winstructor_-_Internet_Information_Services_6.part13.rar.html

70-293 Planning and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Exam 70-293 contains the following Training Videos:
——————————————————————

Introducing Certificates
Duration: 3:58
In this Video we Introduce you to Certificates, Public/Private Key Pairs, and Symmetric Keys.

Protecting the ROOT and Intermediate CA’s
Duration: 1:46
In this Video we show you how to design your PKI Hierarchy to Protect the ROOT and Intermediate CA’s. Protecting the ROOT and Intermediate CA’s is Critical to the Security of your Certification Authority.

Installing the ROOT CA
Duration: 15:35
In this Video we show you how to Install the ROOT CA in a Standalone Workgroup Environment.

Installing the Intermediate CA
Duration: 6:37
In this Video we show you how to Install the Intermediate CA in a Standalone Workgroup Environment.

Installing the Issuing CA
Duration: 9:02
In this Video we show you how to Install the Issuing CA as an Enterprise Subordinate. Then we discuss Backups and Restoring your CA’s.

Certificate Autoenrollment
Duration: 11:35
In this Video we show you how to use Certificate Autoenrollment to Automatically Enroll Users with Certificates. This is not an easy task, but even in a medium sized business, this can save you a considerable amount of time.

Issuing Certificates using Web Enrollment
Duration: 13:43
In this Video we show you how to Issue Certificates to users, using Web Enrollment.

Issuing Certificates using the Certification Authority MMC
Duration: 10:20
In this Video we show you how to Issue Certificates using the Certification Authority MMC and to Secure Access to a Website with SSL/Certificates.

Renewing Certificates
Duration: 4:55
Your ROOT, Intermediate and Issuing CA’s need Certificates too! In this Video we show you how to Renew the Certificates for your PKI Hierarchy.

Key Recovery Agents
Duration: 18:34
In this Video we show you how to recover lost Keys by Creating a Key Recovery Agent. We demonstrate Archiving Keys and retrieving lost keys using the Certutil Utility. Then we recover an encrypted file, that has been encrypted with an old, deleted private key.

download links:
.part1.rar
.part2.rar
.part3.rar

Winstructor - CiscoWorks 2000 Training Videos

CiscoWorks 2000 contains the following Training Videos:

Installing CiscoWorks 2000
Duration: 7:15
In this video we show you how to Install CiscoWorks 2000 and the Resource Management Essentials Products.

Client Access
Duration: 13:43
In this video we show you how to configure Client Access within CiscoWorks 2000. You will learn how to Create, Modify and Delete User Accounts and Configure Alternative Authentication Mechanisms for better Security.

Configuring CiscoWorks 2000
Duration: 13:35
In this video we show you how to configure various CiscoWorks 2000 Administration Options. You will learn how to Backup and Restore the CiscoWorks Database, Add New Devices to CiscoWorks and much more.

Integrating CiscoWorks 2000 with other Applications
Duration: 8:53
In this video we show you how Integrating CiscoWorks with other Applications works. This allows you to launch CiscoWorks from within another Network Management Application such as Tivoli Netview, HP Openview Network Node Manager and more.

Inventory Lists
Duration: 16:49
In this video we show you how Inventory Lists can be created and automatically maintained by CiscoWorks 2000 to ensure that you have up to date information about your Network Devices.

IOS Images
Duration: 11:58
In this video we show you how you can use CiscoWorks 2000 to Manage, Maintain and Upgrade the IOS Images and dsitribute these images to your devices to keep them up to date.

Configuration Management
Duration: 12:09
In this video we show you how you can use the Configuration Management features of CiscoWorks 2000 to Manage the Current Running and Historial Configurations of your managed devices.

Syslog Messages
Duration: 9:55
In this video we show you how you can configure your devices to send their Syslog Messages to CiscoWorks 2000 and how to Manage these messages within CiscoWorks 2000.

Download

http://uploading.com/files/64NGEJDB/Winstructor.CiscoWorks.2000-SoSISO.part08.rar.html
http://uploading.com/files/CT11R1R5/Winstructor.CiscoWorks.2000-SoSISO.part09.rar.html
http://uploading.com/files/F3Z12NQ4/Winstructor.CiscoWorks.2000-SoSISO.part05.rar.html
http://uploading.com/files/TGANTNSN/Winstructor.CiscoWorks.2000-SoSISO.part07.rar.html
http://uploading.com/files/1QMCOS2R/Winstructor.CiscoWorks.2000-SoSISO.part06.rar.html
http://uploading.com/files/JMXJQAX8/Winstructor.CiscoWorks.2000-SoSISO.part04.rar.html
http://uploading.com/files/AJY6Y8KQ/Winstructor.CiscoWorks.2000-SoSISO.part03.rar.html
http://uploading.com/files/PAIBNR43/Winstructor.CiscoWorks.2000-SoSISO.part02.rar.html
http://uploading.com/files/R0EXE6WR/Winstructor.CiscoWorks.2000-SoSISO.part01.rar.html

Mirror

http://hotfile.com/dl/6612383/df02b0e/Winstructor.CiscoWorks.2000-SoSISO.part01.rar.html
http://hotfile.com/dl/6612389/e4ddc93/Winstructor.CiscoWorks.2000-SoSISO.part02.rar.html
http://hotfile.com/dl/6612395/5f66013/Winstructor.CiscoWorks.2000-SoSISO.part03.rar.html
http://hotfile.com/dl/6612405/bfe6bc2/Winstructor.CiscoWorks.2000-SoSISO.part04.rar.html
http://hotfile.com/dl/6612418/3cf9a0b/Winstructor.CiscoWorks.2000-SoSISO.part05.rar.html
http://hotfile.com/dl/6612428/c863195/Winstructor.CiscoWorks.2000-SoSISO.part06.rar.html
http://hotfile.com/dl/6612435/d969ffb/Winstructor.CiscoWorks.2000-SoSISO.part07.rar.html
http://hotfile.com/dl/6612441/1632ea0/Winstructor.CiscoWorks.2000-SoSISO.part08.rar.html
http://hotfile.com/dl/6612446/7063451/Winstructor.CiscoWorks.2000-SoSISO.part09.rar.html
Mirror:

http://rapidshare.com/files/244478584/Winstructor.CiscoWorks.2000-SoSISO.part01.rar
http://rapidshare.com/files/244478601/Winstructor.CiscoWorks.2000-SoSISO.part09.rar
http://rapidshare.com/files/244478661/Winstructor.CiscoWorks.2000-SoSISO.part07.rar
http://rapidshare.com/files/244478821/Winstructor.CiscoWorks.2000-SoSISO.part02.rar
http://rapidshare.com/files/244478848/Winstructor.CiscoWorks.2000-SoSISO.part05.rar
http://rapidshare.com/files/244478849/Winstructor.CiscoWorks.2000-SoSISO.part06.rar
http://rapidshare.com/files/244478902/Winstructor.CiscoWorks.2000-SoSISO.part04.rar
http://rapidshare.com/files/244478906/Winstructor.CiscoWorks.2000-SoSISO.part08.rar
http://rapidshare.com/files/244478934/Winstructor.CiscoWorks.2000-SoSISO.part03.rar

Mirror:

http://letitbit.net/download/5382a8244226/Winstructor.CiscoWorks.2000-SoSISO.part09.rar.html
http://letitbit.net/download/2e37ce767540/Winstructor.CiscoWorks.2000-SoSISO.part03.rar.html
http://letitbit.net/download/8e6709434675/Winstructor.CiscoWorks.2000-SoSISO.part02.rar.html
http://letitbit.net/download/174a36971462/Winstructor.CiscoWorks.2000-SoSISO.part05.rar.html
http://letitbit.net/download/67daec751559/Winstructor.CiscoWorks.2000-SoSISO.part07.rar.html
http://letitbit.net/download/9723ba304270/Winstructor.CiscoWorks.2000-SoSISO.part04.rar.html
http://letitbit.net/download/397167333037/Winstructor.CiscoWorks.2000-SoSISO.part08.rar.html
http://letitbit.net/download/78236391959/Winstructor.CiscoWorks.2000-SoSISO.part06.rar.html
http://letitbit.net/download/94c523410835/Winstructor.CiscoWorks.2000-SoSISO.part01.rar.html

Beginning Web Programming with HTML, XHTML, and CSS

Beginning Web Programming with HTML, XHTML, and CSS


Beginning Web Programming with HTML, XHTML, and CSS teaches you how to write Web pages using HTML, XHTML, and CSS. It follows standards-based principles, but also teaches readers ways around problems they are likely to face using (X)HTML.

While XHTML is the "current" standard, the book still covers HTML because many people do not yet understand that XHTML is the official successor to HTML, and many readers will still stick with HTML for backward compatibility and simpler/informal Web pages that don't require XHTML compliance.

The book teaches basic principles of usability and accessibility along the way, to get users into the mode of developing Web pages that will be available to as many viewers as possible from the start. The book also covers the most commonly used programming/scripting language — JavaScript — and provides readers with a roadmap of other Web technologies to learn after mastering this book to add more functionality to their sites.

Download:

http://rapidshare.com/files/63268449/0764578138.rar

Creating a Web Site with Flash: Visual QuickProject Guide

Creating a Web Site with Flash: Visual QuickProject Guide


Face it: Poorly designed, static Web sites just don't cut it anymore. The Web (not to mention the technology surrounding it) has been around long enough, and people have grown accustomed enough to dealing with it, that folks want (and expect) a little razzle-dazzle when they go online. For just $12.99, this compact guide shows you how to deliver it! Whether your boss wants you to jazz up the company's Web site or you're burning the midnight oil trying to pull together some Web animations for a class project, this tightly focused, project-based guide shows you how to start creating Flash animations in an instant! Using big, bold full-color pictures and streamlined instructions, it covers just the need-to-know essentials that will get you animating with Flash: using the Flash authoring tool, creating and animating graphics, tweening, adding sound, and more.

Download:

http://rapidshare.com/files/64109727/0321321251.rar

Stylin�� with CSS: A Designer��s Guide (2nd Edition)

Stylin�� with CSS: A Designer��s Guide (2nd Edition)


Cascading Style Sheets enable you to rapidly create web designs that can be shared by hundreds or even thousands of web pages. It accelerates development cycles by centralizing text and layout information for easy editing and updates. This book teaches you everything you need to know to start using CSS in your web development work, from the basics of marking up your content and styling text, through the creation of multi-column page layouts without the use of tables. Learn to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS (no JavaScript required). Discover how to design code that works on the latest standard-compliant browsers, such as IE7 and current versions of Firefox, Safari, and Opera, while working around the quirks of the older ones. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get started and build your skills is right here in this book. You’ll be stylin’ in no time!

Download:

http://rapidshare.com/files/99359304/stylin.with.css.a.designers.guide.rar

http://w15.easy-share.com/1699847471.html

The Essential Guide to CSS and HTML Web Design

The Essential Guide to CSS and HTML Web Design


The Essential Guide to CSS and HTML Web Design is a special book—it will tell you all you need to know to design great web sites that are standards compliant, usable, and look great, but not overwhelm you with waffle, theory, and obscure details. It is designed to be invaluable to you, whatever stage you are at in your career, with a mixture of practical tutorials and reference material—beginners will quickly pick up the basics, while more experienced web designers and developers will keep returning to the book again and again to recap on techniques they maybe haven't used for a while, or look up properties, attributes and other details. It is destined to become a close friend, adopting a permanent place on your desk. It starts off by giving a brief introduction to the internet, and the broad area of web design, before diving straight in to HTML and CSS basics, reusing code, other best practices. It then focuses on all the most important areas of a successful web site—typography, images, navigation, tables, layouts, forms and feedback (including ready made PHP scripts for you to use,) and browser quirks, hacks and bugs. The book is completely up-to-date, covering support of the newest standards in all the latest browsers, including IE 7 and Firefox 2. The last chapter of the book provides several case studies for you to dissect and learn from, including all the most popular web site archetypes—a blog, a store front, a corporate home page, and an online gallery. Then the book is rounded off with several detailed reference appendices covering CSS, HTML, Color references, entities, and more, meaning that any details you need to look up are close at hand.

Download:

http://rapidshare.com/files/102699513/FriendsofED.The.Essential.Guide.to.CSS.and.HTML.Web.Design.Nov.2007.rar

Foundations of ASP.NET AJAX


Foundations of ASP.NET AJAX


Since the emergence of Google Maps 12 months ago, Ajax programming techniques have become one of the hottest topics in the programming arena. To date, the frameworks available for creating these applications have been complex and have separated the development of the client–side Ajax (on the user’s machine) from the server–side supporting technology (on the company’s machines). This separation has made development slow and difficult.

ASP.NET AJAX is Microsoft’s solution to this problem. ASP.NET AJAX (formerly code–named Atlas) is a set of extensions to the existing ASP.NET 2.0 technology that provides you with a fast-and-simple environment to create Ajax applications. Microsoft has combined Ajax with ASP.NET technology and provided a unified set of development tools within Visual Studio 2005. For the first time, Ajax applications can be developed seamlessly in conjunction with a supporting technology.

Foundations of ASP.NET AJAX (written by Laurence Moroney the author of Apress successful Foundations of Atlas) gives you a detailed grounding in how ASP.NET AJAX works. It takes you swiftly through the basic principles of Ajax, then deep into the heart of the technology, where every namespace is discussed and every function considered. By the end of the book, you’ll know all the essentials to confidently produce cutting-edge ASP.NET AJAX applications swiftly and professionally. You will not need any reference beyond this book.


Download:

http://rapidshare.com/files/103788472/Foundations.of.ASP.NET.AJAX.rar

http://w16.easy-share.com/1700002262.html

Honor Your Anger: How Transforming Your Anger Style Can Change Your Life

Honor Your Anger: How Transforming Your Anger Style Can Change Your Life


How to better understand anger and manage it to achieve emotional health

When most people think of someone having a problem with anger they think the person has a "bad temper" or is a negative and unhealthy person. But in this provocative book, respected author and therapist Beverly Engel shows how anger is in fact a normal and healthy emotion. She also describes the unhealthy anger styles, including being afraid to express anger, expressing anger in underhanded ways, and allowing others to act out your anger for you. Engel shows readers how to create an anger style that is not only healthy but life transforming. She combines prescriptive action steps with inspiring personal stories for a positive, easy-to-follow approach to managing anger, whether the problem is violent outbursts or passive-aggressive behavior.

Beverly Engel (Los Osos, CA) is the author of twelve nonfiction books and has been a psychotherapist for over 25 years. She conducts professional training programs and has appeared on many national television shows, including Oprah, Donahue, Ricki Lake, and CNN. Her books include Loving Him Without Losing Him (0-471-40979-0) and The Power of Apology (0-471-21892-8), which was a finalist in the Books for a Better Life Awards competition.

Download:

http://w16.easy-share.com/1700012130.html

http://rapidshare.com/files/103984157/Honor.Your.Anger.rar

Web Design and Marketing Solutions for Business Websites

Web Design and Marketing Solutions for Business Websites


The best business websites serve their readers with strong content, well-architected design, and a focus on usability, readability, and accessibility. This book covers the fundamental aspects of building a website that works for the company, not against it. It covers the essentials of strong copywriting, and then dedicates several chapters to designing user-centric About, Products and Services, and Support sections.

Your visitors come to your site because they are interested in your business and are therefore potential customers. This book covers taking advantage of that traffic by expanding the companys story through a corporate blog and using testimonials, case studies, and other third-party validation to reinforce the marketing message. With this knowledge you will be able to create and maintain a highly professional, polished business site.

While a pleasing website is essential for any modern business, creating it is only a small piece of the online strategy. This book also discusses search engine optimization, using e-mail and RSS to communicate with customers and prospects, and advertising the corporate domain with paid search placement, online banners, text links, and more. The primary theme is using your corporate website to market the business effectively, from designing intelligent product pages to writing compelling e-mail newsletters. This book explores those ideas and offers compelling advice on how to take full advantage of the Web as a marketing medium.


Download:

http://rapidshare.com/files/104158187/Web.Design.and.Marketing.rar

This site does not store any files on its server.We only index and link to content provided by other sites. In case of any query/objection regarding copyright or piracy, please inform us at youzhny197@gmail.com, we will immediately respond to you.