|
Познавший АНТИЧАТ
Регистрация: 14.01.2008
Сообщений: 1,165
Провел на форуме: 7229141
Репутация:
3099
|
|
Pascal
Pascal Programming | http://rapidshare.com/files/80545419/Pascal_Programming.pdf
================================================== ================================================== ==========
Download the following 15 Books in this post: (92.5 MB)
http://rapidshare.com/files/78417045/Javascript_AJAX_1.rar
[Apress] Beginning JavaScript with DOM Scripting and Ajax From Novice to Professional (2006).pdf
[Apress] Pro JavaScript Techniques (2006).pdf
[Manning] Ajax in Action (2005).pdf
[No Starch] The Book of JavaScript (2006).pdf
[O'Reilly] Head Rush Ajax (2006).chm
[O'Reilly] JavaScript, The Definitive Guide (2006).chm
[O'Reilly] Learning JavaScript (2006).chm
[Peachpit] JavaScript and Ajax for the Web (2006).chm
[Prentice Hall] PTR Understanding AJAX Using JavaScript to Create Rich Internet Applications (2006).chm
[SitePoint] Modern Web Design Using JavaScript and DOM (2005).pdf
[SitePoint] Simply JavaScript (2007).pdf
[SitePoint] The JavaScript Anthology, 101 Essential Tips, Tricks & Hacks (2006).pdf
[Wiley & Sons] Ajax Bible (2007).chm
[Wrox] Beginning JavaScript (2007).pdf
[Wrox] Professional JavaScript For Web Developers (2005).pdf
[SitePoint] Simply JavaScript (2007)
11.3 MB
Image
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!
Download:
http://mihd.net/hjy2u9
[Wrox] Beginning JavaScript (2007)
12.7 MB
Image
Book Description
Suitable for learning basic programming for Web browsers, Beginning JavaScript is a patient, introductory tutorial on writing scripts successfully. It teaches you how to create client-side scripts (including full coverage of fundamentals like variables and flow control, plus plenty of screen shots.)
JavaScript is a good way to learn programming. It's powerful, of course, but the book takes small steps, using scripts that work with string and time data first, and then moving to manipulating browser objects like forms and windows. A running case study for a trivia game helps anchor the steps with a practical (and fun) example. There are plenty of tips on debugging your scripts (including how to use the M!crosoft Script Debugger tool), and each section includes sample questions. (The book also offers extensive answers in over 80 pages at the end of the book.)
There's plenty of material on the differences between Internet Explorer and Netscape, especially when it comes to Dynamic HTML (DHTML). Coverage of the Document Object Model (DOM) for browsers helps bring the text up to date on some of the latest standards in Web browsers (including the new Netscape 6).
While the focus of Beginning JavaScript clearly is on the client, later sections turn to server-side ASP development (in which the sample trivia game is enhanced with ASPs written in JavaScript using ADO and M!crosoft Access.) Reference sections on JavaScript and the browser object model for Internet Explorer and Netscape (through version 4.x) round out the material.
In all, with its approachable style and clearly rendered code examples, Beginning JavaScript makes for a worthwhile first book of programming for today's browsers. Even if you haven't programmed before, this text can give you the tools you need to bring your static Web pages to life.
Download:
http://mihd.net/wbf7ks
[O'Reilly] Learning JavaScript (2006)
1.57 MB
Image
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:
http://mihd.net/39zlgn
[O'Reilly] JavaScript, The Definitive Guide (2006)
2.22 MB
Image
Book Description
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:
* Scripted HTTP and Ajax
* XML processing
* Client-side graphics using the <canvas> tag
* Namespaces in JavaScript--essential when writing complex programs
* Classes, closures, persistence, Flash, and JavaScript embedded in Java applications
Part I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.
Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:
* Generate a table of contents for an HTML document
* Display DHTML animations
* Automate form validation
* Draw dynamic pie charts
* Make HTML elements draggable
* Define keyboard shortcuts for web applications
* Create Ajax-enabled tool tips
* Use XPath and XSLT on XML documents loaded with Ajax
* And much more
Part III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript version 3.
Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the <canvas> tag.
Download:
http://mihd.net/mydx4j
[SitePoint] Modern Web Design Using JavaScript and DOM (2005)
2.64 MB
Book Description
This book will show you how to:
* Gain an in-depth knowledge of the Document Object Model (DOM)
* Make reusable modular image rollovers that keep your code separate from the content of the page
* Discover how to use DOM Events to make your code respond to input from the user
* Make tables more readable with dynamic highlighting
* Learn how to use feature sniffing to determine the browser’s capabilities so that your scripts won’t trouble browsers that are incapable of handling them
* Discover how animation can be used to improve usability
* Create animated tooltips to guide visitors through your site
* Discover how to validate form data using regular expressions, and give dynamic feedback to your users
* Build self-suggesting dropdown lists that improve the usability of dropdown menus, just like Google Suggest
* Discover the benefits of object-based programming
* Develop a fully standards-compliant, cross-browser, customizable navigation menu
* Get the lowdown on Remote Scripting techniques and AJAX
* Create form fields with name resolution that will automatically resolve an email address from a nickname
* Construct an AJAX signup form that can automatically let a user know that a username is taken without having to submit the whole form
* Learn how to make your JavaScript communicate with the server
* Develop a drag and drop file manager application (link to online version)
* Use XML-RPC and the Blogger API to make a weblog post editor
* Use XPath and JavaScript to parse RSS feeds
* And a whole lot more..
Download:
http://mihd.net/vd9t2j
[SitePoint] The JavaScript Anthology, 101 Essential Tips, Tricks & Hacks (2006)
2.98 MB
Image
Book Description
Among the 101 Tips, Tricks & Hacks you’ll learn how-to:
* Create a slick yet accessible drop-down menu system
* Take control of your web pages with the DOM
* Validate forms in real time using regular expressions
* Optimize your code so that it runs faster
* Manage style sheets and modify styles on-the-fly
* Produce sophisticated drag-and-drop interaction
* Enhance your site with slick, animated transitions
* Create AJAX applications with the XMLHttpRequest object
Download:
http://mihd.net/kpd1rx
[Apress] Pro JavaScript Techniques (2006)
5.82 MB
Image
Book Description
ro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.
Expert web developer and author John Resig concentrates on fundamental, vital topics--what modern JavaScripting is (and isn't), the current state of browser support, and pitfalls to be wary of. The book is organized into four sections:
* Modern JavaScript development--using JavaScript the object-oriented way, creating reusable code, plus testing and debugging
* DOM scripting--updating content and styles, plus events, and effect and event libraries
* Ajax--how Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications
* The future of JavaScript--looking at cutting edge topics like JSON, HTML 5, and more
All concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworks--so you can look up specific details quickly and easily.
http://mihd.net/two0jd
|