Download Free Ebook Video Training

Download Free Ebook Video Training

Video training,video training rapidshare.com,video training rapidshare,Video training megaupload,video training hotfile uploading,Video training mediafire,free ebook rapidshare,computers books rapidshare,Books rapidshare,Book rapidshare, Book mediafire, video tutorials


JavaScript Demystified

Jan 27, 2009
JavaScript Demystified

JavaScript Demystified

Product Description
Even if you have no programming experience, you’ll learn to create dynamic, interactive Web pages with help from this easy-to-use, self-teaching guide. Author and programming instructor Jim Keogh covers the basics of this leading Web development language and explains how to write cross-browser JavaScript programs in no time.

download


Password default : booktraining.net
read more “JavaScript Demystified”

Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences

Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences

Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences

Book Description
The last couple of years have seen big changes in server-side web programming. Now it’s the client’s turn; Dojo is the toolkit to make it happen and Mastering Dojo shows you how.

Dojo is a set of client-side JavaScript tools that help you build better web applications. Dojo blurs the line between local, native applications and browser based applications; the browser becomes the user interface platform. “Modern” browsers provide an incomplete, inconvenient, and incompatible programming environment, but Dojo eliminates these problems. While there are many JavaScript libraries available, most focus on just one thing (for example, effects libraries, perceived JavaScript omissions, or HTML widgets). Dojo addresses all of these functional areas-and many others-extensively.

In Mastering Dojo, you’ll get the whole story, from basic usage to advanced idioms. Mastering Dojo starts out with a fast moving tutorial that will give you techniques that you can start using right away. You’ll learn all about Dojo Core–the foundation on which all things Dojo stand. See how you can modularize your project for development and automatically package your release for optimal download performance. You’ll also learn how Dojo:

  • augments the core JavaScript library
  • fixes the event system
  • simplifies DOM programming
  • provides a complete class definition facility
  • includes a powerful remote scripting (XHR) framework
  • … and much more.You’ll love using Dojo’s HTML user interface control widget system, Dijit.
  • See how to use over 40 widgets, including the rich yet easy-to-use tree and grid controls.

    Finally, you’ll get an in-depth look at how to design and build a single-page, rich Internet Application.


    Download


    Password default : booktraining.net
    read more “Mastering Dojo: JavaScript and Ajax Tools for Great Web Experiences”

    Adobe AIR for JavaScript Developers Pocket Guide

    Adobe AIR for JavaScript Developers Pocket Guide

    Product Description
    This book is the official guide to Adobe ® AIR[TM], written by members of the AIR team. With Adobe AIR, web developers can use technologies like HTML and JavaScript to build and deploy web applications to the desktop. Packed with examples, this book explains how AIR works and features recipes for performing common runtime tasks.

    Part of the Adobe Developer Library, this concise pocket guide explains:

    • What Adobe AIR is, and the problems this runtime aims to solve
    • How to set up your development environment
    • The HTML and JavaScript environments within AIR
    • How to create your first AIR application using HTML and JavaScript
    • Ways to perform an array of common tasks with this runtime

    Also included is a guide to AIR packages, classes, and command line tools. Once you understand the basics of building HTML- and JavaScript-based AIR applications, this book makes an ideal reference for tackling specific problems. It offers a quick introduction to a significant new development technology, which lets you combine the reach and ease of the Web with the power of the desktop.

    About the Author
    Mike Chambers has spent the last 8 years building applications that target the Flash runtime. During that time, he has worked with numerous technologies including Flash, Generator, .NET, Central, Flex, and Ajax. He is currently the senior product manager for developer relations for Apollo. Daniel Dura is a Platform Evangelist at Adobe focusing on Apollo and Flash. He is currently based in San Francisco, California.

    Before joining Macromedia (which merged with Adobe in 2005) Daniel and his brother Josh founded Dura Media LLC, a Rich Internet Application development company based in Dallas, Texas. While at Adobe, he was a member of the Central and Flex teams, as well as a Product Manager for Developer Relations.

    Daniel has have given presentations on Flash, Apollo, and Flex all over the world at user group meetings, conferences, and pretty much anywhere someone is willing to listen. Outside of his day job he enjoys general aviation and is well on his way to earning his Private Pilot license. Kevin Hoyt is a Platform Evangelist with Adobe Systems, Inc. who likes moving, breaking, blurring and jumping over the lines of conventional technology. He seeks out every opportunity to congregate with other like-minded developers, and exploring how to escape any lines that form a box. Pushing the envelope of what technology can do, and how people perceive and interact with it, is his passion. Dragos Georgita is an engineer in the Adobe AIR Team, leading a group that focuses on the Ajax support in the runtime.

    Download


    Password default : booktraining.net
    read more “Adobe AIR for JavaScript Developers Pocket Guide”

    JavaScript Developer

    JavaScript Developer

    JavaScript Developer

    Book Description

    JavaScript Developer’s Dictionary covers all the essential functions, methods, and objects of JavaScript in an easy-to-find, logical order.

    JavaScript, and each different version of JavaScript, interacts very differently with each variety of Web browser, leaving Web developers scrambling to write code that will work in all the major browsers. JavaScript Developer’s Dictionary brings all these variants into one volume, breaking down every object in the JavaScript language and how it applies to each browser.

    Wherever possible, the book also provides workarounds for earlier versions of JavaScript and for direct inconsistencies. The emphasis throughout this book is on compatibility across many versions of Netscape and Internet Explorer.

    download


    Password default : booktraining.net
    read more “JavaScript Developer”

    How To Do Everything with JavaScript

    How To Do Everything with JavaScript

    How To Do Everything with JavaScript

    Book Description
    This friendly, solutions-oriented guide is filled with step-by-step examples that illustrate how to write basic to advanced JavaScript applications, as well as modify existing scripts to suit individual needs. Each chapter begins with the specific how-to topics that will be covered. Within the chapter, each topic is accompanied by a solid, easy-to-follow walkthrough of the process.



    download


    Password default : booktraining.net
    read more “How To Do Everything with JavaScript”

    JavaScript Professional Projects

    Text presents fundamental JavaScript techniques, including the essentials of object-oriented programming. Covers JavaScript security features and offers code debugging tips and tricks. Includes a project to develop a real-world JavaScript-enabled Web site. For intermediate to advanced level users.

    Because JavaScript is not a stand-alone technology, this book shows you how to work with such things as forms, graphics images, sound files, hyperlinks, and cascading style sheets (CSS). You will learn how to write not only JavaScript that can stand on its own within a Web page, but also how to write scripts that call functions or otherwise interact with applications written in other development languages. The programming concepts discussed within the book and shown by its examples are directly applicable to writing code in other languages. The JavaScript examples in the book’s projects show where and how to insert JavaScript code within HTML tags and how to work with the document object model (DOM) to execute functions that make an otherwise static Web page an interactive document.

    Table of Contents

    JavaScript Professional Projects
    Introduction
    Part I - JavaScript Essentials
    Chapter 1 - JavaScript Programming Basics
    Chapter 2 - Selection and Repetition Statements
    Chapter 3 - Arrays and Strings
    Chapter 4 - JavaScript Functions
    Chapter 5 - Object-Oriented JavaScript
    Chapter 6 - JavaScript Events and Timers
    Chapter 7 - The Document Object Model
    Chapter 8 - Handling and Validating Forms
    Chapter 9 - Windows and Frames
    Chapter 10 - Handling Web Browser, Screen Resolution, and Color Depth Differences
    Chapter 11 - Client-Side Data as Cookies
    Chapter 12 - Ensuring JavaScript Security
    Chapter 13 - Handling Errors and Debugging Scripts
    Part II - Applying Your Skills-The Center Park School Project
    Chapter 14 - Project Overview-Introducing Center Park School
    Chapter 15 - Creating a JavaScript Calendar
    Chapter 16 - Creating an Online Test or Survey
    Chapter 17 - Creating a Client-Side Shopping Cart
    Chapter 18 - Setting Up a Members-Only, Password-Protected Web Site
    Chapter 19 - Creating Hyperlinked Ad Rotators
    Chapter 20 - Using JavaScript to Create Dynamic HTML (DHTML) Effects
    Chapter 21 - Project Wrap-up-Center Park Web Site Functional Overview
    Index
    List of Figures
    List of Tables
    List of Sidebars

    http://rapidshare.com/files/135105255/Javascript_Professional_Projects_-_Premier_Press_2003.chm


    Password default : booktraining.net
    read more “JavaScript Professional Projects”

    Sams Teach Yourself Ajax, JavaScript, and PHP All in One

    Sams Teach Yourself Ajax, JavaScript, and PHP All in One

    Sams Teach Yourself Ajax, JavaScript, and PHP All in One

    Book Description

    In just a short time, you can learn how to use Ajax, JavaScript, and PHP to create interactive interfaces to your web applications by combining these powerful technologies.

    No previous Ajax programming experience is required. Using a straightforward, step-by-step approach, each lesson in this book builds on the previous ones, enabling you to learn the essentials of Ajax programming with JavaScript, PHP, and related technologies from the ground up.

    Regardless of whether you run Linux, Windows, or Mac OS X, the enclosed CD includes a complete Ajax programming starter kit that gives you all the programming tools, reference information, JavaScript libraries, and server software you need to set up a stable environment for learning, testing, and production.

    Learn how to…

    • Build better, more interactive interfaces for your web applications
    • Make JavaScript, HTML, XML, and PHP work together to create Ajax effects
    • Compile an Ajax application
    • Create and consume web services with SOAP and REST
    • Avoid common errors and troubleshoot programs
    • Use popular Ajax libraries to speed up and improve common programming tasks

    On the CD

    • XAMPP for Windows, Mac OS X, and Linux–an easy-to-install package to set up a PHP- and MySQL-enabled Apache server on your computer
    • The jEdit programming editor for Windows, Mac, and Linux
    • Prototype, Scriptaculous, Rico, and XOAD–popular JavaScript libraries for creating Ajax applications and effects
    • A complete Ajax, HTML, XML, and PHP tutorial reference library in searchable PDF format
    • Source code for the examples in the book

    Phil Ballard is a software engineering consultant and developer specializing in website and intranet design and development for an international portfolio of clients. He has an honors degree from the University of Leeds, England, and has worked for several years in commercial and managerial roles in the high technology sector.

    Michael Moncur is a freelance webmaster and author. He runs a network of websites and has written several bestselling books about web development, networking, certification programs, and databases.

    Category: Web Development

    Covers: Ajax, JavaScript and PHP

    User Level: Beginning—Intermediate

    $39.99 USA / $43.99 CAN / £25.99 Net UK

    About the Author

    Phil Ballard, the author of Sams Teach Yourself Ajax in 10 Minutes, graduated in 1980 with an honors degree in electronics from the University of Leeds, England. Following an early career as a research scientist with a major multinational, he spent a few years in commercial and managerial roles within the high technology sector, later working full time as a software engineering consultant. Operating as “The Mouse Whisperer” (http://www.mousewhisperer.co.uk), Ballard has spent recent years involved solely in website and intranet design and development for an international portfolio of clients.

    Michael Moncur is a freelance webmaster and author. He runs a network of websites, including the Web’s oldest site about famous quotations, online since 1994. He wrote Sams Teach Yourself JavaScript in 24 Hours and has also written several bestselling books about networking, certification programs, and databases. He lives with his wife in Salt Lake City, Utah.

    http://www.mediafire.com/?3mjm1bujxl0


    Password default : booktraining.net
    read more “Sams Teach Yourself Ajax, JavaScript, and PHP All in One”

    JavaScript: The Good Parts

    JavaScript: The Good Parts

    Book Description
    Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that’s more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code.

    Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.

    When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:

    • Syntax
    • Objects
    • Functions
    • Inheritance
    • Arrays
    • Regular expressions
    • Methods
    • Style
    • Beautiful features

    The real beauty? As you move ahead with the subset of JavaScript that this book presents, you’ll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.

    With JavaScript: The Good Parts, you’ll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you’re managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

    About the Author
    Douglas Crockford is a Senior JavaScript Architect at Yahoo!, well known for introducing and maintaining the JSON (JavaScript Object Notation) format. He’s a regular speaker at conferences on advanced JavaScript topics, and serves on the ECMAScript committee.

    Download

    Link 2

    Link 3


    Password default : booktraining.net
    read more “JavaScript: The Good Parts”

    Professional JavaScript for Web Developers

    Professional JavaScript for Web Developers

    Book Description
    * Dispels the myth that JavaScript is a “baby” language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applications
    * Quickly covers JavaScript basics and then moves on to more advanced topics such as object-oriented programming, XML, Web services, and remote scripting
    * Addresses the many issues that Web application developers face, including internationalization, security, privacy, optimization, intellectual property issues, and obfuscation
    * Builds on the reader’s basic understanding of HTML, CSS, and the Web in general

    This book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes:

    • Professional JavaScript for Web Developers (ISBN: 0764579088)
    • Professional Ajax 2nd edition (ISBN: 0470109491)
    • Professional Web 2.0 Programming (ISBN: 0470087889)
    • Professional Rich Internet Applications: Ajax and Beyond (ISBN: 0470082801)

    Download Description
    * Dispels the myth that JavaScript is a “”baby”" language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applications * Quickly covers JavaScript basics and then moves on to more advanced topics such as object-oriented programming, XML, Web services, and remote scripting * Addresses the many issues that Web application developers face, including internationalization, security, privacy, optimization, intellectual property issues, and obfuscation * Builds on the reader’s basic understanding of HTML, CSS, and the Web in general.

    Download


    Password default : booktraining.net
    read more “Professional JavaScript for Web Developers”

    JavaScript & DHTML Cookbook

    JavaScript & DHTML Cookbook

    JavaScript & DHTML Cookbook

    Book Description
    In today’s Web 2.0 world, JavaScript and Dynamic HTML are at the center of the hot new approach to designing highly interactive pages on the client side. With this environment in mind, the new edition of this book offers bite-sized solutions to very specific scripting problems that web developers commonly face. Each recipe includes a focused piece of code that you can insert right into your application.
    Why is JavaScript & DHTML Cookbook so popular? After reading thousands of forum threads over the years, author and scripting pioneer Danny Goodman has compiled a list of problems that frequently vex scripters of various experience levels. For every problem he addresses, Goodman not only offers code, but a discussion of how and why the solution works. Recipes range from simple tasks, such as manipulating strings and validating dates in JavaScript, to entire libraries that demonstrate complex tasks, such as cross-browser positioning of HTML elements, sorting tables, and implementing Ajax features on the client.

    Ideal for novices as well as experienced scripters, this book contains more than 150 recipes for:

    • Working with interactive forms and style sheets
    • Presenting user-friendly page navigation
    • Creating dynamic content via Document Object Model scripting
    • Producing visual effects for stationary content
    • Positioning HTML elements
    • Working with XML data in the browser

    Recipes in this Cookbook are compatible with the latest W3C standards and browsers, including Internet Explorer 7, Firefox 2, Safari, and Opera 9. Several new recipes provide client-side Ajax solutions, and many recipes from the previous edition have been revised to help you build extensible user interfaces for Web 2.0 applications. If you want to write your own scripts and understand how they work, rather than rely on a commercial web development framework, the JavaScript & DHTML Cookbook is a must.

    About the Author
    Danny Goodman has been writing about personal computers and consumer electronics since the late 1970s. A freelance writer and programmer, he’s published hundreds of magazine articles, several commercial software products, and three dozen computer books. His most popular book titles — on HyperCard, AppleScript, JavaScript, and Dynamic HTML — have covered programming environments that are both accessible to non-professionals yet powerful enough to engage experts. His “JavaScript Bible” (Wiley) book is now in its fifth edition. Danny is also a programming consultant to some of the industry’s top intranet development groups and corporations.

    download


    Password default : booktraining.net
    read more “JavaScript & DHTML Cookbook”

    Dojo: Using the Dojo JavaScript Library to Build Ajax Applications

    Dojo: Using the Dojo JavaScript Library to Build Ajax Applications

    Dojo: Using the Dojo JavaScript Library to Build Ajax Applications

    Book Description

    Dojo offers Web developers and designers a powerful JavaScript toolkit for rapidly developing robust Ajax applications. Now, for the first time, there’s a complete, example-rich developer’s guide to Dojo and its growing library of prepackaged widgets. Reviewed and endorsed by the Dojo Foundation, the creators of Dojo, this book brings together all the hands-on guidance and tested code samples you need to succeed.

    Expert Web developer James E. Harmon begins by demonstrating how to “Ajax-ify” existing applications and pages with Dojo, adding Ajax features such as client- and server-side validation as quickly and nondisruptively as possible. Next, he presents in-depth coverage of Dojo’s user interface, form, layout, and specialized Widgets, showing how they work and how to use them most effectively. Among the Widgets, he covers in detail: Date Pickers, Rich Text Editors, Combo Boxes, Expandable Outlines, and many others.

    In conclusion, Harmon introduces the Dojo toolkit’s powerful capabilities for simplifying Ajax development. He thoroughly explains Dojo’s helper functions, shortcuts, and special methods, illuminating each feature with examples of the JavaScript problems it can solve. This section’s far-ranging coverage includes strings, JSON support, event handling, Ajax remoting, Dojo and the DOM, testing, debugging, and much more. All source code examples are provided on a companion Web site, including source code for a complete tutorial case study application.


    download


    Password default : booktraining.net
    read more “Dojo: Using the Dojo JavaScript Library to Build Ajax Applications”

    JavaScript for Dummies

    JavaScript for Dummies

    Book Description

    • Responding to reader feedback, the author has thoroughly revamped the book with more step-by-step coverage of JavaScript basics, an exclusive focus on Internet Explorer, and many complete sample scripts
    • Updated to cover JavaScript 1.5, the latest release of this popular Web scripting language
    • Using lots of examples, including a sample working Web site, the book shows how to create dynamic and interactive pages, build entire sites, and automate pages

    Book Info
    Explains, in plain English for the nonprofessional, how to use JavaScript to write programs for the Internet. The CD-ROM is packed with bonus and trial software and HTML scripting and editing tools. Previous edition not cited.
    Download


    Password default : booktraining.net
    read more “JavaScript for Dummies”

    JavaScript Bible, Gold Edition

    JavaScript Bible, Gold Edition

    Book Description
    The JavaScript Bible, Gold Edition covers the new powerful functionality JavaScript gains with the release of the new fifth generation revisions of Internet Explorer and Netscape Communicator. The book includes all the great content included in the JavaScript Bible, 4th Edition, an international bestseller, plus over 400 pages of new material.

    The Gold Bible features essential new JavaScript information, additional ready -to-use JavaScript applications and scores of additional JavaScripts and Web page routines. This book will bring programmers and non-technical professionals, including casual programmers and scripters, painlessly up to speed on all aspects of mastering JavaScript. Key topics include programming fundamentals, JavaScript language elements and how to use them effectively, and how to easily and efficiently add powerful new functionality to HTML documents and Java applets. The JavaScript Bible, Gold Edition also comes with a Windows/Mac CD-ROM which includes over 100 sample scripts, on -screen quick-reference, and hundreds of megabytes of usable Web design elements and software.

    From the Back Cover
    “I highly recommend Danny Goodman’s JavaScript Bible.” —Brendan Eich, creator of JavaScript

    “I continue to use the book (JavaScript Bible) on a daily basis and would be lost without it.” —Mike Warner, Founder, Oak Place Publications

    “Whether you are a professional or a beginner, this is a great book to get.” —Brant Mutch, Web Application Developer, Wells Fargo Card Services, Inc.

    • Advance your JavaScript skills with the most comprehensive resource available
    • Conquer high-end scripting challenges using the latest techniques
    • Optimize scripts for Internet Explorer 5.5 and Netscape Navigator 6

    The Ultimate Guide to JavaScript for Professionals
    Featuring 15 bonus chapters with expanded coverage of data validation, debugging, plug-ins, security, and more, plus nine chapters on ready-to-use applications, this monumental reference is truly the most comprehensive and useful guide to JavaScript available today. Writing with his trademark clarity and verve, leading JavaScript authority Danny Goodman covers everything from Cascading Style Sheets and Document Object Models to XML data — and gives you all the tools you need to harness the full power of client-side JavaScript. Encyclopedic coverage of JavaScript and DOMs

    • Master JavaScript and DOM concepts with Danny’s exclusive interactive workbench: The Evaluator
    • Learn state-of-the-art debugging and tracing tricks
    • Apply the latest JavaScript 1.5 exception handling and custom object techniques
    • Implement cross-browser Dynamic HTML applications for MSIE 5.5 and Navigator 6
    • Embed a universal sound plug-in controller in your page
    • Develop deployment strategies that best suit your content goals and target audiencs
    http://rapidshare.com/files/142208328/Javascrip_1_Bibl_Gold_2_Editi0n_FreshWap.Net.rar
    Password default : booktraining.net
    read more “JavaScript Bible, Gold Edition”

    JavaScript 1.5 by Example

    Book Description

    JavaScript 1.5 by Example starts with a taste of JavaScript – what it is, what it¿s for, and what readers need to get started. The book then explains how to add JavaScript to existing HTML pages, leading readers into the fundamentals of the language including JavaScript syntax, notation and conventions, communicating with users via input and output, manipulating variables and data, logic statements in JavaScript, and object programming with JavaScript. The book progresses to an explanation of JavaScript¿s role in Dynamic HTML, and how that power can be exploited to create animation, navigation, forms processing and more.


    download


    Password default : booktraining.net
    read more “JavaScript 1.5 by Example”

    Making Use of JavaScript

    From the Back Cover
    Learn how to spice up your Web site by mastering the power of JavaScript to create interactive Web pages

    In order to create highly dynamic and interactive Web sites, more and more companies are hiring experts to incorporate scripting languages. JavaScript is one such language that while easy to master, enables you to add new life to the Web. This book provides you with everything you need to begin programming with JavaScript. Bhasin first presents a detailed introduction to the basics of the language, covering concepts such as data types, literals, expressions, and operators. She then shows you how to progress from developing basic applications with JavaScript to more advanced ones using browser objects, cookies, plug-ins, layers, and server-side scripting. Throughout each chapter, Bhasin includes extensive real-world exercises and case studies that will help you gain valuable exposure to procedures you can use to design your own Web sites.

    With numerous examples and expert advice, this book:
    * Provides a concise and task-oriented introduction to JavaScript
    * Helps you evaluate the suit-ability of JavaScript for your project
    * Is a practical introduction to JavaScript’s syntax and fundamental strengths
    * Includes numerous working scripts, with information on how to adapt and extend them to meet individual needs

    The companion Web site contains:
    * All source code from the book
    * Frequently asked questions, quizzes, and best practices
    * Links to other resource sites
    download


    Password default : booktraining.net
    read more “Making Use of JavaScript”

    Foundation ActionScript Animation: Making Things Move



    Foundation ActionScript Animation: Making Things Move

    Foundation ActionScript Animation: Making Things Move

    Product Description
    Sure you can animate using motion tweens, in fact we’ll help you do that with our Flash Cartoon Animation book, but isn’t there something extra special in making things move with just a few lines of code? In this book Keith Peters guides us through some basic animation theory and then demystifies the math and physics behind creating realistic animation, looking at trigonometry, velocity and acceleration, and bouncing & friction. As you’d expect, the book intersperses theory with practical demonstrations of the techniques covered. A basic knowledge of ActionScript concepts is all that is required to get up and running with the tutorials. Keith goes on to cover more advanced animation topics such as collision detection, particle attraction, and kinematics. The book concludes with looking at 3D animation techniques, including building a basic 3D engine, 3D lines, fills and solids, and matrix math

    download


    Password default : booktraining.net
    read more “Foundation ActionScript Animation: Making Things Move”

    JavaScript Bible

    JavaScript Bible

    Review
    “exhaustive update to the Bible series.” (.net, August 2007)

    Book Description
    Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again.

    Download

    Link 2


    Password default : booktraining.net
    read more “JavaScript Bible”

    JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications

    JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications

    Product Description
    JavaFX Script makes it easy for developers to quickly develop high-quality UI-intensive applications very quickly. As JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications demonstrates, developers can develop Rich Internet Applications and rich client-side user interfaces quickly and easily with this potential replacement for Ajax and perhaps even ActionScript and other scripting found in Flash.

    This firstPress book on JavaFX Scriptcovers the following topics:

    • The fundamentals of the JavaFX suite of technologies and the foundations of JavaFX Script and available tools
    • How to create a Wordsearch application
    • How to augment and enhance the Wordsearch application after learning more advanced JavaFX Script features such as classes, objects, UI components, and constructs.

    What you’ll learn

    • Understand the JavaFX family and JavaFX Script and its relationship to the Java/Java SE 6 platform.
    • Set up a JavaFX Script development and execution environment culminating in a Hello JFX application.
    • Create a Wordsearch application and explore important JavaFX Script concepts by doing so.
    • Survey the JavaFX UI Components including the commonly used ones that go into further building and enhancement of the Wordsearch application frame and menu structure.
    • Use more advanced JavaFX Script language constructs for extending the Wordsearch application.
    • Build JavaFX classes and objects, build the data model for the WordSearch application, and run the data model with a tester program.
    • Develop the view for the Wordsearch application using a data model such as bind as well as drawing on a canvas.
    • Explore more JavaFX Script concepts and possible IDE tie-ins to NetBeans, Eclipse, etc.

    Who is this book for?

    This book is for content developers and application developers with some programming experience who want to create rich internet applications.

    Download


    Password default : booktraining.net
    read more “JavaFX Script: Dynamic Java Scripting for Rich Internet/Client-side Applications”

    jQuery in Action

    Book Description
    A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute they’ve reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new, concise JavaScript library radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages.

    jQuery in Action, like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you’ll need to be productive immediately. The book anchors each new concept in the tasks you’ll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to work.

    There are dozens of JavaScript libraries available now, with major companies like Google, Yahoo and AOL open-sourcing their in-house tools. This book shows you how jQuery stacks up against other libraries and helps you navigate interaction with other tools and frameworks.

    jQuery in Action offers a rich investigation of the up-and-coming jQuery library for client-side JavaScript. This book covers all major features and capabilities in a manner focused on getting the reader up and running with jQuery from the very first sections. Web Developers reading this book will gain a deep understanding of how to use jQuery to simplify their pages and lives, as well as learn the philosophy behind writing jQuery-enhanced pages.

    download


    Password default : booktraining.net
    read more “jQuery in Action”

    Practical JavaScript, DOM Scripting and Ajax Projects

    Practical JavaScript, DOM Scripting and Ajax Projects

    Book Description
    Practical JavaScript, DOM, and Ajax Projects is ideal for web developers already experienced in JavaScript who want to take their knowledge to the next level. It presents ten complete example projects for you to learn from and adapt for use in your own work.

    The book starts with a quick recap of the fundamentals of modern JavaScript development before moving right along to the applications. For each application, you are taken through the planning, design, and implementation stages. There’s something for everyone here–a utility library, a validation framework, a GUI widget framework, a dynamic event calendar application, a drag-and-drop shopping cart, and more!

    Over the course of the book, author Frank Zammetti covers JavaScript best practices, Ajax techniques, and some of the most popular JavaScript libraries, such as Prototype, Script.aculo.us, and the Yahoo YUI. One of the main premises of this book is to help you learn by example so you can then apply your knowledge to your own projects. This book will save you countless hours of development time and help further your JavaScript knowledge!

    Download

    Link 2


    Password default : booktraining.net
    read more “Practical JavaScript, DOM Scripting and Ajax Projects”

    Learning JavaScript

    Learning JavaScript (Learning)

    Book Description
    As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax — the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window.

    Learning JavaScript introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you’ll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you’ll even be able to create a basic Ajax application.

    Download

    Link 2


    Password default : booktraining.net
    read more “Learning JavaScript”

    Advanced JavaScript, 3rd Edition

    Advanced JavaScript, 3rd Edition
    Publisher: Wordware Publishing, Inc. | 2007-11-25 | ISBN 1598220330 | Pages: 616 | PDF | 3.4 MB
    Advanced JavaScript 3rd Edition is an in-depth examination of the most important features of JavaScript. The book assumes readers have a basic understanding of web development, but includes a review of JavaScript fundamentals in Chapters 1 through 3. This book gives the reader a comprehensive look at the fundamentals of JavaScript by examining objects, arrays, date and time functions, math, and all the essentials that are needed for complex yet robust JavaScript scripts. Topics are thoroughly examined with several complete examples.
    Download


    Password default : booktraining.net
    read more “Advanced JavaScript, 3rd Edition”

    Prototype and script.aculo.us: You Never Knew JavaScript Could Do This!


    Posted by GaQuay under JavaScript

    Publisher: Pragmatic Bookshelf
    Language: English
    ISBN: 1934356018
    Paperback: 330 pages
    Data: Dec 2007
    Format: PDF
    Description: Tired of getting swamped in the nitty-gritty of cross-browser, Web 2.0-grade JavaScript? Get back in the game with Prototype and script.aculo.us, two extremely popular JavaScript libraries, that make it a walk in the park. Be it AJAX, drag and drop, auto-completion, advanced visual effects, or many other great features, all you need is write one or two lines of script that look so good they could almost pass for Ruby code!

    Download


    Password default : booktraining.net
    read more “Prototype and script.aculo.us: You Never Knew JavaScript Could Do This!”

    The Art & Science of JavaScript

    The Art & Science of JavaScript

    Book Description
    We’ve assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you’ll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you’re about to be amazed by the true potential of this powerful language. With an all star line-up of authors including James Edwards, Michael Mahemoff, Ara Pehlivanian, Cameron Adams, Dan Webb, Christian Heilmann, and Simon Willison, this superb book will show you how to:

  • Create a slick Google Maps and Flickr mashup.
  • Build your own fully accessible 3D maze.
  • Create stunning vector graphics using the canvas element.
  • Have some fun with draggable and sortable table columns.
  • Give your site some extra personality with client-side badges.
  • Write better code faster using metaprogramming techniques.
  • Become a debugging expert using pro-level Firebug tricks. This book is perfect for intermediate JavaScript developers wanting to take their JavaScript skills to the next level without sacrificing web accessibility or best practice. If you’ve never written a line of JavaScript before, this probably isn’t the right book for you.

    If you have only a small amount of experience with JavaScript, but are comfortable enough programming in another language such as PHP or Java, you’ll be just fine-we’ll hold your hand along the way, and all of the code is available for you to download and experiment with on your own.

    About the Author
    Cameron Adams has been adding to the Internet for over seven years and now runs his own design and development business. He likes to combine the aesthetic with the technological on his weblog. James Edwards is an outspoken advocate of standards-based development, co-author of SitePoint’s The JavaScript Anthology: 101 Essential Tips, Tricks & Hacks and author of the Ultimate Drop Down Menu system - the first commercial DHTML menu to be WCAG compliant. Christian Heilmann currently works as a lead developer for Agilisys. He publishes an almost daily blog at http://wait-till-i.com . He is a member of the Web Standards Project’s DOM Scripting Task Force. Michael Mahemoff is a hands-on software architect with 23 years of programming experience. Michael is a recovering Java developer, is the author of Ajax Design Patterns (published by O ™Reilly), and writes regularly at softwareas.com. Ara Pehlivanian has been working on the Web since 1997. He now works for Nurun* as a Senior Client-side developer and Tech Lead working on projects for highly visible clients Dan Webb is a London-based web developer specializing in web application development and hording vinyl. Danwebb.net is his personal site. Simon Willison is a seasoned Web developer from the UK. He specializes in both client- and server-side development, and is the co-creator of the Django framework for JavaScript.

  • http://rapidshare.com/files/133529620/SitePoint_The_Art_and_Science_of_JavaScript.rar.html
    Password default : booktraining.net
    read more “The Art & Science of JavaScript”

    Simply JavaScript

    Book Description
    Everything you need to learn JavaScript from Scratch! Packed with full-color examples, Simply JavaScript is a step-by-step introduction to programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move into more powerful techniques using the DOM and Ajax.

  • Learn JavaScript’s built-in functions, methods, and properties.
  • Easily integrate JavaScript in your web site.
  • Use JavaScript to validate form entries and interact with your users.
  • Understand how to respond to user events.
  • Create animations that bring your web site to life.
  • Start programming using the DOM and Ajax. Unlike other JavaScript books, modern best practices such as progressive enhancement, accessibility and unobtrusive scripting are used from the very beginning. All the code in the book is also cross-browser compatible and downloadable for free, so you can get started instantly!

    About the Author
    Kevin Yank is a world-renowned leader in web development. When not writing best sellers, Kevin is the Technical Director of sitepoint.com and editor of the popular SitePoint Tech Times newsletter. Cameron Adams is an author of multiple web development books and is often referred to as a “Web Technologist.” In addition to his extensive JavaScript experience, Cameron’s passions extend to CSS, PHP, and graphic design.

    Download

    Link 2


  • Password default : booktraining.net
    read more “Simply JavaScript”

    Professional JavaScript for Web Developers (Wrox Professional Guides)

    Book Description
    * Dispels the myth that JavaScript is a “baby” language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applications
    * Quickly covers JavaScript basics and then moves on to more advanced topics such as object-oriented programming, XML, Web services, and remote scripting
    * Addresses the many issues that Web application developers face, including internationalization, security, privacy, optimization, intellectual property issues, and obfuscation
    * Builds on the reader’s basic understanding of HTML, CSS, and the Web in general

    This book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes:

    • Professional JavaScript for Web Developers (ISBN: 0764579088)
    • Professional Ajax 2nd edition (ISBN: 0470109491)
    • Professional Web 2.0 Programming (ISBN: 0470087889)
    • Professional Rich Internet Applications: Ajax and Beyond (ISBN: 0470082801)

    Download Description
    * Dispels the myth that JavaScript is a “”baby”" language and demonstrates why it is the scripting language of choice used in the design of millions of Web pages and server-side applications * Quickly covers JavaScript basics and then moves on to more advanced topics such as object-oriented programming, XML, Web services, and remote scripting * Addresses the many issues that Web application developers face, including internationalization, security, privacy, optimization, intellectual property issues, and obfuscation * Builds on the reader’s basic understanding of HTML, CSS, and the Web in general.

    password: books_for_all

    Download


    Password default : booktraining.net
    read more “Professional JavaScript for Web Developers (Wrox Professional Guides)”

    JavaScript in 10 Steps or Less

    Product Description
    If you are looking to add exciting interactivity to Web pages and need a quick and easy understanding of the technology in order to do so, then this book is for you–whether you’re new to JavaScript or you need a refresher on every-thing from validating user input forms to creating menu trees. Open the book and you’ll discover clear, easy-to-follow instructions for more than 250 key JavaScript tasks, each presented in ten quick steps–or less.

    Easy-to-navigate pages, lots of screen shots, and to-the-point directions guide you through every common (and not so common) JavaScript challenge–and help you get more done in less time.

    • Each solution is ten steps–or less–to help you get the job done fast
    • Self-contained two-page spreads deliver the answers you need–without flipping pages
    • A no-fluff approach focuses on helping you achieve results
    • A resource packed with useful and fun ways to get the most out of JavaScript
    • Make it simple and get productive fast!– download ready-to-use source code for each task from the book’s companion Web site

    Book Info
    Text provides clear, easy-to-follow instructions for more than 250 key JavaScript tasks, each presented in ten quick steps or less. Softcover.

    Download


    Password default : booktraining.net
    read more “JavaScript in 10 Steps or Less”

    Pro JavaScript Design Patterns

    Pro JavaScript Design Patterns

    Book Description
    As a web developer, you’ll already know that JavaScript is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power waiting to be unlocked—JavaScript is capable of full object–oriented capabilities, and by applying OOP principles, best practices, and design patterns to your code, you can make it more powerful, more efficient, and easier to work with alone or as part of a team.

    With Pro JavaScript Design Patterns, you’ll start with the basics of object–oriented programming in JavaScript applicable to design patterns, including making JavaScript more expressive, inheritance, encapsulation, information hiding, and more. With that covered, you can kick–start your JavaScript development in the second part of the book, where you’ll find detail on how to implement and take advantage of several design patterns in JavaScript, including composites, decorators, façades, adapters, and many more.

    Each chapter is packed with real–world examples of how the design patterns are best used and expert advice on writing better code, as well as what to watch out for. Along the way you’ll discover how to create your own libraries and APIs for even more efficient coding.

    • Master the basics of object–oriented programming in JavaScript, as they apply to design patterns.
    • Apply design patterns to your kick–start your JavaScript development.
    • Work through several real–world examples.

    What you’ll learn

    • How to apply object–oriented programming techniques in JavaScript
    • How to take advantage of inheritance, interfaces, and encapsulation and information hiding to kick–start your JavaScript development
    • How to implement several design patterns in your JavaScript projects, including factory, façade, bridge, composite, adapter, decorator, flyweight, proxy, command, observer, and chain of responsibility
    • How to make your code easier to manage in a team environment, as well as on your own
    • How to create your own libraries and APIs

    Who is this book for?

    This book will be an invaluable learning tool for any experienced JavaScript developer.

    About the Apress Pro Series

    The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.

    You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career.

    http://www.mediafire.com/?nxv2ebgjtie
    Password default : booktraining.net
    read more “Pro JavaScript Design Patterns”

    Accelerated DOM Scripting with Ajax, APIs, and Libraries (Accelerated)

    Accelerated DOM Scripting with Ajax, APIs, and Libraries (Accelerated)

    Book Description
    If you’re a web developer with previous JavaScript and DOM scripting experience, Accelerated DOM Scripting with Ajax, APIs, and Libraries is perfect for you to take your knowledge up to the next level.

    This book is about JavaScript and using the document object model—the conduit to the HTML document. This book is not about learning how to program JavaScript from scratch. It starts with the assumption that you have done some JavaScript development before and understand the JavaScript syntax.

    This book builds on top of that knowledge to give you a deeper understanding of DOM Scripting and how to apply that to your projects. It uses this new understanding to describe what JavaScript libraries are and show you how they can be applied to your project. The book will also explain Ajax and how best to plan and apply it to your projects. It explains how to build simple animation objects for adding movement to elements on the page. There are straightforward examples that demonstrate the techniques used throughout the book.

    JavaScript has seen a resurgence in popularity over the past few years, and with it has come an exploration of the power of the language as well as what it can do within the browser. This book will explain techniques new and old—such as closures, encapsulation, and inheritance—that many are using and how you can best apply them to your own projects.

    By reading this book, you should have a greater understanding of how JavaScript works and be able to use advanced concepts such as closures and event delegation to build more flexible applications for the Web. You’ll walk away with a greater appreciation for JavaScript libraries and how they can simplify and speed up your development. You’ll also be able to implement Ajax effectively into your site, create special effects, use JavaScript libraries, and know how best to apply these libraries to your projects.

    What you’ll learn

    • Where CSS, HTML, and the DOM fit into modern scripting, and how to use them together effectively
    • OOP techniques for more efficient JavaScript coding
    • How to use JavaScript libraries such as Prototype in your work
    • How to build effective form validation into your applications using Ajax
    • How to create mashups using APIs
    • How to build dynamic user interfaces

    Who is this book for?

    This book is for beginner to intermediate developers, and already have knowledge of HTML, CSS, and JavaScript.

    About the Author
    Jonathan Snook is a self-professed web geek who’s been involved in developing web sites since 1995. With over 6 years of web agency experience, he has brought his talents to projects with clients such as FedEx, Apple, Red Bull, and the Canadian Red Cross.

    Download

    Link 2

    Link 3


    Password default : booktraining.net
    read more “Accelerated DOM Scripting with Ajax, APIs, and Libraries (Accelerated)”

    JavaScript Pocket Reference (2nd Edition)

    JavaScript Pocket Reference (2nd Edition)
    O’Reilly Media, Inc.; 2nd edition | ISBN:0596004117 | 136 pages | October 29, 2002 | CHM | 0.1 Mb
    JavaScript–the powerful, object-based scripting language that can be embedded directly into HTML pages–has earned its place in the web developer’s toolkit, to the extent that it’s now considered required knowledge for web developers. You can use JavaScript to create dynamic, interactive applications that run completely within a web browser. JavaScript is also the language of choice for developing Dynamic HTML content. Because its syntax is based on the popular programming languages C, C++, and Java, JavaScript is familiar and easy to learn for experienced programmers. At the same time, it’s an interpreted scripting language, providing a flexible, forgiving programming environment for new programmers.
    The JavaScript Pocket Reference, 2nd Edition, provides a complete overview of the core JavaScript language and client-side scripting environment, as well as quick-reference material on core and client-side objects, methods, and properties. The new edition has been revised to cover JavaScript 1.5, and is particularly useful for developers working with the standards-compliant web browsers, such as Internet Explorer 6, Netscape 7, and Mozilla. Ideal as an introduction for beginners and a quick reference for advanced developers, this pocket-sized book is easy to take anywhere and serves as the perfect companion volume to the bestselling javascript: The Definitive Guide, 4th Edition.

    O’Reilly’s Pocket References have become a favorite among developers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you’ve reached a sticking point and need to get to the answer quickly, the new JavaScript Pocket Reference is the book you’ll want close at hand.

    http://rapidshare.com/files/135686030/O_Reilly_-_JavaScript_Pocket_Reference_2nd_Edition.chm.html
    Password default : booktraining.net
    read more “JavaScript Pocket Reference (2nd Edition)”

    Beginning JavaServer Pages

    Beginning JavaServer Pages
    Wrox; 1 edition | ISBN:076457485X | 1296 pages | February 18, 2005 | PDF | 9 Mb
    * JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful tool
    * Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag libraries, JSTL, and techniques for testing and debugging
    * Shows how to use JSP in real-world Web applications along with open source frameworks such as Struts, WebWork, and Turbine, software design methodologies, and developer tools like Ant, jUnit, and CVS, as well as popular IDEs (integrated development environmnents)
    * Each chapter has an exercise section with solutions on the companion Web site

    http://rapidshare.com/files/45211539/Beginning_Java_Server_Pages.zip
    Password default : booktraining.net
    read more “Beginning JavaServer Pages”

    Handbook of Research on Information Security and Assurance



    While emerging information and internet ubiquitous technologies provide tremendous positive opportunities, there are still numerous vulnerabilities associated with technology. Attacks on computer systems are increasing in sophistication and potential devastation more than ever before. As such, organizations need to stay abreast of the latest protective measures and services to prevent cyber attacks.

    The Handbook of Research on Information Security and Assurance offers comprehensive definitions and explanations on topics such as firewalls, information warfare, encryption standards, and social and ethical concerns in enterprise security. Edited by scholars in information science, this reference provides tools to combat the growing risk associated with technology.


    7.1M pdf
    mirror

    Password default : booktraining.net
    read more “Handbook of Research on Information Security and Assurance”

    An Invitation to Discrete Mathematics



    This book is a clear and self-contained introduction to discrete mathematics. Aimed mainly at undergraduate and early graduate students of mathematics and computer science, it is written with the goal of stimulating interest in mathematics and an active, problem-solving approach to the presented material. The reader is led to an understanding of the basic principles and methods of actually doing mathematics (and having fun at that). Being more narrowly focused than many discrete mathematics textbooks and treating selected topics in an unusual depth and from several points of view, the book reflects the conviction of the authors, active and internationally renowned mathematicians, that the most important gain from studying mathematics is the cultivation of clear and logical thinking and habits useful for attacking new problems. More than 400 enclosed exercises with a wide range of difficulty, many of them accompanied by hints for solution, support this approach to teaching. The readers will appreciate the lively and informal style of the text accompanied by more than 200 drawings and diagrams. Specialists in various parts of science with a basic mathematical education wishing to apply discrete mathematics in their field can use the book as a useful source, and even experts in combinatorics may occasionally learn from pointers to research literature or from presentations of recent results. Invitation to Discrete Mathematics should make a delightful reading both for beginners and for mathematical professionals.
    The main topics include: elementary counting problems, asymptotic estimates, partially ordered sets, basic graph theory and graph algorithms, finite projective planes, elementary probability and the probabilistic method, generating functions, Ramsey's theorem, and combinatorial applications of linear algebra. General mathematical notions going beyond the high-school level are thoroughly explained in the introductory chapter. An appendix summarizes the undergraduate algebra needed in some of the more advanced sections of the book.


    3.7M pdf
    mirror

    Password default : booktraining.net
    read more “An Invitation to Discrete Mathematics”

    Network: Theorizing Knowledge Work in Telecommunications



    Review
    "And you thought theory was boring. Read this book to change your mind. Spinuzzi's snazzy prose is part hardcore social theory, part corporate soap opera. He takes theoretical discussion of actor-network theory and activity theory in new directions, bringing them together in a productive tension to illuminate critical issues in human-computer interaction, computer-supported collaborative work, and organizational design. The empirical substrate for the theoretical work is a tour de force ethnography of a large telecommunications company. Spinuzzi talks and listens to the little people, he delves fearlessly into the complexities (and muddles) of the big theories, and is kind and generous to all. A must read." -Bonnie Nardi, School of Information and Computer Sciences, University of California, Irvine "In this marvelously readable and yet theoretically challenging case study of work in a telecommunications company, Spinuzzi rethinks the (post)modern workplace-distributed, networked, spliced, improvised. He puts two of the leading explanations of such workplaces-actor-network theory and activity theory-into dialog as he follows workers and managers doing what he terms 'net work.' Through his fine-grained and always fascinating stories of their daily attempts to make sense and make do, he shows a way beyond earlier theories to a new understanding of (post)modern work and workplace learning. This is one of those rare books that is both a must-read for researchers and a good read for anyone looking for insight into how work actually gets done today." -David R. Russell, Professor, Rhetoric and Professional Communication, Iowa State University

    Review
    "And you thought theory was boring. Read this book to change your mind. Spinuzzi's snazzy prose is part hardcore social theory, part corporate soap opera. He takes theoretical discussion of actor-network theory and activity theory in new directions, bringing them together in a productive tension to illuminate critical issues in human-computer interaction, computer-supported collaborative work, and organizational design. The empirical substrate for the theoretical work is a tour de force ethnography of a large telecommunications company. Spinuzzi talks and listens to the little people, he delves fearlessly into the complexities (and muddles) of the big theories, and is kind and generous to all. A must read."
    -Bonnie Nardi, School of Information and Computer Sciences, University of California, Irvine


    "In this marvelously readable and yet theoretically challenging case study of work in a telecommunications company, Spinuzzi rethinks the (post)modern workplace-distributed, networked, spliced, improvised. He puts two of the leading explanations of such workplaces-actor-network theory and activity theory-into dialog as he follows workers and managers doing what he terms 'net work.' Through his fine-grained and always fascinating stories of their daily attempts to make sense and make do, he shows a way beyond earlier theories to a new understanding of (post)modern work and workplace learning. This is one of those rare books that is both a must-read for researchers and a good read for anyone looking for insight into how work actually gets done today."
    -David R. Russell, Professor, Rhetoric and Professional Communication, Iowa State University


    0.9M pdf
    mirror
    Password default : booktraining.net
    read more “Network: Theorizing Knowledge Work in Telecommunications”

    Ubuntu Certified Professional Study Guide (Exam LPI 199)



    The Best Fully Integrated Study System Available for Exam LPI 199

    With hundreds of practice questions and hands-on exercises, Ubuntu Certified Professional Study Guide covers what you need to know--and shows you how to prepare--for this challenging exam.

    * 100% complete coverage of all official objectives for exam LPI 199
    * Exam Readiness Checklist at the front of the book--you're ready for the exam when all objectives on the list are checked off
    * Inside the Exam sections in every chapter highlight key exam topics covered
    * Simulated exam questions match the format, tone, topics, and difficulty of the real exam

    Covers all Ubuntu Certified Professional exam topics, including:

    Ubuntu Community Resources · Installation · Specialized Hardware and Power Management · Automated Installation and Diskless Clients · Basic Commands and File Systems · Updates and Repositories · Printer Configuration · Languages and Accounts · Network Interfaces and Profiles · Network Authentication and File Systems · Configured and Customized GNOME


    6.9M pdf
    mirror

    Password default : booktraining.net
    read more “Ubuntu Certified Professional Study Guide (Exam LPI 199)”

    Optimal Urban Networks via Mass Transportation



    Recently much attention has been devoted to the optimization of transportation networks in a given geographic area. One assumes the distributions of population and of services/workplaces (i.e. the network's sources and sinks) are known, as well as the costs of movement with/without the network, and the cost of constructing/maintaining it. Both the long-term optimization and the short-term, "who goes where," optimization are considered. These models can also be adapted for the optimization of other types of networks, such as telecommunications, pipeline or drainage networks. In the monograph we study the most general problem settings, namely, when neither the shape nor even the topology of the network to be constructed is known a priori.


    1.5M pdf
    mirror

    Password default : booktraining.net
    read more “Optimal Urban Networks via Mass Transportation”

    Optimal Urban Networks via Mass Transportation



    Recently much attention has been devoted to the optimization of transportation networks in a given geographic area. One assumes the distributions of population and of services/workplaces (i.e. the network's sources and sinks) are known, as well as the costs of movement with/without the network, and the cost of constructing/maintaining it. Both the long-term optimization and the short-term, "who goes where," optimization are considered. These models can also be adapted for the optimization of other types of networks, such as telecommunications, pipeline or drainage networks. In the monograph we study the most general problem settings, namely, when neither the shape nor even the topology of the network to be constructed is known a priori.


    1.5M pdf
    mirror

    Password default : booktraining.net
    read more “Optimal Urban Networks via Mass Transportation”

    The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI



    In The Allure of Machinic Life, John Johnston examines new forms of nascent life that emerge through technical interactions within human-constructed environments—"machinic life"—in the sciences of cybernetics, artificial life, and artificial intelligence. With the development of such research initiatives as the evolution of digital organisms, computer immune systems, artificial protocells, evolutionary robotics, and swarm systems, Johnston argues, machinic life has achieved a complexity and autonomy worthy of study in its own right.

    Drawing on the publications of scientists as well as a range of work in contemporary philosophy and cultural theory, but always with the primary focus on the "objects at hand"—the machines, programs, and processes that constitute machinic life—Johnston shows how they come about, how they operate, and how they are already changing. This understanding is a necessary first step, he further argues, that must precede speculation about the meaning and cultural implications of these new forms of life.

    Developing the concept of the "computational assemblage" (a machine and its associated discourse) as a framework to identify both resemblances and differences in form and function, Johnston offers a conceptual history of each of the three sciences. He considers the new theory of machines proposed by cybernetics from several perspectives, including Lacanian psychoanalysis and "machinic philosophy." He examines the history of the new science of artificial life and its relation to theories of evolution, emergence, and complex adaptive systems (as illustrated by a series of experiments carried out on various software platforms). He describes the history of artificial intelligence as a series of unfolding conceptual conflicts—decodings and recodings—leading to a "new AI" that is strongly influenced by artificial life. Finally, in examining the role played by neuroscience in several contemporary research initiatives, he shows how further success in the building of intelligent machines will most likely result from progress in our understanding of how the human brain actually works.


    2.2M pdf
    mirror

    Password default : booktraining.net
    read more “The Allure of Machinic Life: Cybernetics, Artificial Life, and the New AI”

    The Best of 2600: A Hacker Odyssey



    Since its introduction in January of 1984, 2600 has been a unique source of information for readers with a strong sense of curiosity and an affinity for technology. The articles in 2600 have been consistently fascinating and frequently controversial. Over the past couple of decades the magazine evolved from three sheets of loose-leaf paper stuffed into an envelope (readers "subscribed" by responding to a notice on a popular BBS frequented by hackers and sending in a SASE) to a professionally produced quarterly magazine. At the same time, the creators' anticipated audience of "a few dozen people tied together in a closely knit circle of conspiracy and mischief" grew to a global audience of thousands of subscribers. Emmanuel Goldstein collects some of the strongest, most interesting and often controversial articles, chronicling milestone events and technology changes that have occurred for the last 24 years from the hacker’s perspective.



    New features of this Collector’s Edition:

    *
    Jacketed cloth with foil-stamped cloth under the jacket
    *
    Added front matter: names of the contributors/authors of all the articles in the collection (some were named, but others formerly anonymous want to be named now)
    *
    Praise pages for the original edition
    *
    Bound in CD with the best of the author’s Off the Hook Radio Shows
    *
    Single sheet first-page insert with sequential number for each book in the run (like having a “numbered” piece of art)
    *
    High quality paper stock
    *
    BIG BONUS: Full color trifold panel poster pullout of the covers from all issues of Hacker Quarterly


    3.4M pdf
    mirror

    Password default : booktraining.net
    read more “The Best of 2600: A Hacker Odyssey”

    Adaptive Signal Processing in Wireless Communications



    Adaptive techniques play a key role in modern wireless communication systems. The concept of adaptation is emphasized in the Adaptation in Wireless Communications Series through a unified framework across all layers of the wireless protocol stack ranging from the physical layer to the application layer, and from cellular systems to next-generation wireless networks. This specific volume, Adaptive Signal Processing in Wireless Communications is devoted to adaptation in the physical layer. It gives an in-depth survey of adaptive signal processing techniques used in current and future generations of wireless communication systems. Featuring the work of leading international experts, it covers adaptive channel modeling, identification and equalization, adaptive modulation and coding, adaptive multiple-input-multiple-output (MIMO) systems, and cooperative diversity. It also addresses other important aspects of adaptation in wireless communications such as hardware implementation, reconfigurable processing, and cognitive radio.

    A second volume in the series, Adaptation and Cross-layer Design in Wireless Networks(cat no.46039) is devoted to adaptation in the data link, network, and application layers.


    7.6M pdf
    mirror

    Password default : booktraining.net
    read more “Adaptive Signal Processing in Wireless Communications”

    Quantum Computing without Magic: Devices



    This text offers an introduction to quantum computing, with a special emphasis on basic quantum physics, experiment, and quantum devices. Unlike many other texts, which tend to emphasize algorithms, Quantum Computing without Magic explains the requisite quantum physics in some depth, and then explains the devices themselves. It is a book for readers who, having already encountered quantum algorithms, may ask, "Yes, I can see how the algebra does the trick, but how can we actually do it?" By explaining the details in the context of the topics covered, this book strips the subject of the "magic" with which it is so often cloaked.

    Quantum Computing without Magic covers the essential probability calculus; the qubit, its physics, manipulation and measurement, and how it can be implemented using superconducting electronics; quaternions and density operator formalism; unitary formalism and its application to Berry phase manipulation; the biqubit, the mysteries of entanglement, nonlocality, separability, biqubit classification, and the Schroedinger's Cat paradox; the controlled-NOT gate, its applications and implementations; and classical analogs of quantum devices and quantum processes.

    Quantum Computing without Magic can be used as a complementary text for physics and electronic engineering undergraduates studying quantum computing and basic quantum mechanics, or as an introduction and guide for electronic engineers, mathematicians, computer scientists, or scholars in these fields who are interested in quantum computing and how it might fit into their research programs.


    2.9M pdf
    mirror

    Password default : booktraining.net
    read more “Quantum Computing without Magic: Devices”

    Adaptation and Cross Layer Design in Wireless Networks



    Adaptive techniques play a key role in modern wireless communication systems. The concept of adaptation is emphasized in the Adaptation in Wireless Communications Series through a unified framework across all layers of the wireless protocol stack ranging from the physical layer to the application layer, and from cellular systems to next-generation wireless networks. Adaptation and Cross Layer Design in Wireless Networks is devoted to adaptation in the data link layer, network layer, and application layer. The book presents state-of-the-art adaptation techniques and methodologies, including cross-layer adaptation, joint signal processing, coding and networking, selfishness in mobile ad hoc networks, cooperative and opportunistic protocols, adaptation techniques for multimedia support, self –organizing routing, and tunable security services. It presents several new theoretical paradigms and analytical findings which are supported with various simulation and experimental results.

    Adaptation in wireless communications is needed in order to achieve high capacity and ubiquitous communications. The current trend in wireless communication systems is to make adaptation dependent upon the state of the relevant parameters in all layers of the system. Focusing on simplified cross layer design approaches, this volume describes advanced techniques such as adaptive resource management, adaptive modulation and coding, 4G communications, QoS, diversity combining, and energy and mobility aware MAC protocols. The first volume in the series, Adaptive Signal Processing in Wireless Communications (cat no.46012) covers adaptive signal processing at the physical layer.


    6.6M pdf
    mirror

    Password default : booktraining.net
    read more “Adaptation and Cross Layer Design in Wireless Networks”

    Embedded Computer Vision



    Embedded Computer Vision, exemplified by the migration from powerful workstations to embedded processors in computer vision applications, is a new and emerging field that enables an associated shift in application development and implementation.

    This comprehensive volume brings together a wealth of experiences from leading researchers in the field of embedded computer vision, from both academic and industrial research centers, and covers a broad range of challenges and trade-offs brought about by this paradigm shift. Part I provides an exposition of basic issues and applications in the area necessary for understanding the present and future work. Part II offers chapters based on the most recent research and results. Finally, the last part looks ahead, providing a sense of what major applications could be expected in the near future, describing challenges in mobile environments, video analytics, and automotive safety applications.

    Features:

    • Discusses the latest state-of-the-art techniques in embedded computer vision

    • Presents a thorough introductory section on hardware and architectures, design methodologies, and video analytics to aid the reader’s understanding through the following chapters

    • Offers emphasis on tackling important problems for society, safety, security, health, mobility, connectivity, and energy efficiency

    • Discusses evaluation of trade-offs required to design cost-effective systems for successful products

    • Explores the advantages of various architectures, development of high-level software frameworks and cost-effective algorithmic alternatives

    • Examines issues of implementation on fixed-point processors, presented through an example of an automotive safety application

    • Offers insights from leaders in the field on what future applications will be


    9.3M pdf
    mirror
    Password default : booktraining.net
    read more “Embedded Computer Vision”

    Selected Readings on Telecommunications and Networking



    Education and research in the field of telecommunications and networking can prove problematic without the proper resources and tools on the most relevant issues, trends, and advancements.

    Selected Readings on Telecommunications and Networking supplements course instruction and student research with quality chapters focused on key issues concerning the planning, design, maintenance, and management of telecommunications and networking technologies. Containing over 30 chapters from authors across the globe, these selected readings in areas such as collaborative technologies, virtual teams, and wireless systems depict the most relevant and important areas of classroom discussion within the categories of Fundamental Concepts and Theories; Development and Design Methodologies; Tools and Technologies; Application and Utilization; Critical Issues; and Emerging Trends.


    7.9M pdf
    mirror
    Password default : booktraining.net
    read more “Selected Readings on Telecommunications and Networking”

    Download Free Ebook Video Training

    Video training,video training rapidshare.com,video training rapidshare,Video training megaupload,video training hotfile uploading,Video training mediafire,free ebook rapidshare,computers books rapidshare,Books rapidshare,Book rapidshare, Book mediafire, video tutorials


    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 shytex@gmail.com. we will immediately respond to you.