|
Познавший АНТИЧАТ
Регистрация: 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
[No Starch] The Book of JavaScript (2006)
5.91 MB
Image
Book Description
With JavaScript, you can add interactivity, animation, and other tricks to your web pages quickly. But this isn't just a book of scripts for you to cut and paste into your HTML, only to find out later that nothing works as you'd expected. Using real-world examples as the starting point, author thau! walks you step by step through various scripts and explains how they produce the effects you want.
Because no discussion of JavaScript today is complete without coverage of Ajax, this thoroughly updated second edition includes new chapters on Ajax, so you can get up to speed with this valuable method for creating truly dynamic web pages. This second edition of the best-selling The Book of JavaScript also features revised appendices and new examples throughout to reflect today's web environment. Inside, you'll learn to:
* Work with frames, forms, cookies, and alarms
* Use events to react to a user's actions
* Perform image swaps and rollovers
* Program your own functions to produce customized solutions
* Store user preferences and build a shopping cart
* Use Dynamic HTML to turn web pages into multimedia applications
If you need to spruce up tired-looking pages, The Book of JavaScript, 2nd Edition will help take your site from bland to brilliant.
Download:
http://mihd.net/0ikc9g
[Prentice Hall] PTR Understanding AJAX Using JavaScript to Create Rich Internet Applications (2006)
6.23 MB
Book Description
Already an experienced Web developer? Apply your skills in today’s fastest-growing area of Web development: AJAX!
Building on what you already know, this fast-paced guide will show you exactly how to create rich, usable Internet applications. Joshua Eichorn teaches through sophisticated code examples, including extensive server-side PHP code.
You won’t just learn how to code AJAX applications: Eichorn covers the entire development lifecycle, from use cases and design through debugging. He also presents detailed application case studies, including a start-to-finish update of a non-AJAX application that addresses everything from feature improvements to changing usage patterns. Coverage includes:
* How AJAX changes the conventional Web development cycle
* Problems created by the AJAX paradigm -- and how to avoid them
* Adding AJAX to existing Web applications: key considerations
* Using core AJAX technologies, including the XMLHttpRequest object
* Consuming data returned to an AJAX application using both XSLT and JSON
* Building more usable AJAX applications: guidelines and downloadable resources
* Use cases: solving real-world problems in the AJAX environment
* Libraries and toolkits for simplifying AJAX development, including Sarissa, scriptaculous, and HTML_AJAX
* A complete guide to AJAX debugging
* Supporting browsers without XMLHttpRequest by using IFrames or cookies
* JSON data encoding debugging guide, which covers tools for Firefox and Internet Explorer
* A list of libraries, which includes PHP, .NET, Java, and other libraries that can be used with any server language
Download:
http://mihd.net/jc2qz9
[Wrox] Professional JavaScript For Web Developers (2005)
8.99 MB
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
Download:
http://mihd.net/lort9g
[Manning] Ajax in Action (2005)
9.25 MB
Book Description
Web users are getting tired of the traditional web experience. They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous JavaScript and XML, known as "Ajax," you can give them a better experience. Once users have experienced an Ajax interface, they hate to go back. Ajax is new way of thinking that can result in a flowing and intuitive interaction with the user.
Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities. Along the way it helps you unlearn many old coding habits. Above all, it opens your mind to the many advantages gained by placing much of the processing in the browser. If you are a web developer who has prior experience with web technologies, this book is for you.
Download:
http://mihd.net/ci8qn2
|