admin[at]shared4u.org
Shared4u
Paypal Donate
Please donate 3$ and help us afford the hosting costs. Thank you!Login Form
please contact me at
admin[at]shared4u.org
- All Sections
- content: Video Training (11)
- content: eBooks (8)
|
Lynda.com - Foundations of Programming FundamentalsWork files incl | 1.04 Gb | Release:9/22/2011Foundations of Programming: Fundamentals provides the core knowledge to begin programming in any language. Simon Allardice uses JavaScript to explore the core syntax of a programming language, and shows how to write and execute your first application and understand what’s going on under the hood. The course covers creating small programs to explore conditions, loops, variables, and expressions; working with different kinds of data and seeing how they affect memory; writing modular code; and how to debug, all using different approaches to constructing software applications.
AJAX Grundlagen (deutsch)JavaScript, HTTP und XMLRohmaterial inkl | 1.77 gbvideo2brain.com/de/products-251.htmMit diesem Videotraining erhalten angehende und erfahrene Webprogrammierer einen umfassenden Einstieg in die Grundlagen von AJAX. Ralph Steyer begleitet Sie bei den ersten Schritten bis hin zur kompletten, AJAX-basierten Webanwendung.
VTC - Ajax TutorialsHF 168| MB | 7 hrs / 97 leçonsvtc.com/products/ajax-tutorials.htmAjax, shorthand for Asynchronous Javascript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uploading and downloading data, and display the results in the browser using dynamic HTML. Using Ajax gives your Web pages the feel of a desktop application-the whole display will no longer flash when you click a button. VTC Author Steve Holzner helps you get started developing and building your own Ajax capable web pages. A familiarity with JavaScript, XML, PHP is recommended for this course.
Ajax For Web Application Developers | Pub Date: 2006 | ISBN: 0-67-232912-3 | Pages: 288 | .CHM | 1,44 MBPreface:Reusable components and patterns for Ajax-driven applicationsAjax is one of the latest and greatest ways to improve users' online experience and create new and innovative web functionality. By allowing specific parts of a web page to be displayed without refreshing the entire page, Ajax significantly enhances the experience of web applications. It also lets web developers create intuitive and innovative interaction processes.Ajax for Web Application Developers provides the in-depth working knowledge of Ajax that web developers need to take their web applications to the next level. The book shows how to create an Ajax-driven web application from an object-oriented perspective, and it includes discussion of several useful Ajax design patterns.
Ajax for Dummies | Pub Date: 2006 | ISBN: 0-471-78597-0 | Pages: 382 | .PDF | 8,16 MBPreface:Making Web applications look and feel like desktop applications is what this book is all about — that’s what Ajax does. Although Web development is getting more and more popular, users still experience the nasty part of having to click a button, wait until a new page loads, click another button, wait until a new page loads, and so on. That’s where Ajax comes in. With Ajax, you communicate with the server behind the scenes, grab the data you want and display it instantly in a Web page — no page refreshes needed, no flickering in the browser, no waiting. That’s a big deal, because at last it lets Web applications start to look like desktop applications. With today’s faster connections, grabbing data from the server is usually a snap, so Web software can have the same look and feel of software on the user’s desktop. And that, in a nutshell, is going to be the future of Web programming — now the applications in your browser can look and work just like the applications installed on your computer. No wonder Ajax is the hottest topic to come along in years.
Ajax Design Patterns | Pub Date: 2006 | ISBN: 0-596-10180-5 | Pages: 655 | .CHM | 7,33 MBPreface:Ajax, or Asynchronous javascript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a strong foundation for creating interactive web applications with XML or JSON-based web services by using javascript in the browser to process the web server response.
AJAX - Creating Web Pages with Asynchronous JavaScript and XML | Pub Date: 2006 | ISBN: 0-13-227267-9| Pages: 432 | .CHM | 2,96 MB Preface:The Easy, Example-Based Guide to Ajax for Every Web DeveloperUsing Ajax, you can build Web applications with the sophistication and usability of traditional desktop applications and you can do it using standards and open source software. Now, for the first time, there's an easy, example-driven guide to Ajax for every Web and open source developer, regardless of experience.Edmond Woychowsky begins with simple techniques involving only HTML and basic JavaScript. Then, one step at a time, he introduces techniques for building increasingly rich applications. Don't worry if you're not an expert on Ajax's underlying technologies; Woychowsky offers refreshers on them, from JavaScript to the XMLHttpRequest object. You'll also find multiple open source technologies and open standards throughout, ranging from Firefox to Ruby and MySQL.
Adding Ajax by Shelley Powers - O'Reilly | Pub Date: June 01, 2007 | ISBN-10: 0596529368 | Pages: 399 | .CHM | 4,27 Mb Preface: "Ajax: It is part revolution, part evolution, and some would say all hype. Ajax is an umbrella term used to encompass a set of technologies including: Markup, such as HTML, XHTML, XML, and SVG JavaScript CSS and XSLT Last but not least, browser objects, including the canvas object and the object that really makes Ajax, XMLHttpRequest Despite all of the recent interest, most of these technologies have been around for about a decade. Why the interest now?
Ajax: The Complete ReferenceMcGraw-Hill Osborne Media; 1 edition (February 21, 2008) 978-0071492164 PDF | English 674 pages | 13 MbThe Definitive Guide to Ajax Web Application Development!Evolve from the click-and-wait programming pattern to the latest Web 2.0 paradigm using this comprehensive guide to Ajax. Written by Web development expert Thomas Powell, the book lays out every feature of Ajax alongside detailed explanations and real-world code examples.Ajax: The Complete Reference explains how to create and test Ajax-enabled Web applications using the XMLHttpRequest object as well as alternative JavaScript-based communication mechanisms. You'll explore a variety of sample applications featuring emerging user-interface conventions and build applications that address real-world networking and security issues. A robust communication library is developed throughout the book that enables you to architect flexible Ajax applications. The latest technologies such as Web services, Flash-Ajax integration, client-side templates, Comet, and Offline Access are also covered. Discover the future of Web development today! * Work with traditional JavaScript communication approaches like iframes *Explore all the quirks and details in the XMLHttpRequest object *Handle disparate data formats, including XML, JSON, CSV, YAML, and more *Deal with networking issues, including timeouts, retries, response ordering, and a variety of server and content errors *Simplify JavaScript programming using open-source Ajax libraries like YUI *Secure Ajax applications using authentication, obfuscation, and encryption * Implement common Ajax UI patterns such as auto suggest, click-to-edit, and drag-and-drop *Solve troubling Ajax architecture problems, including back button, history, and bookmarking issues *Learn Ajax's role in Web 2.0 and Web services *Explore push style communication using Comet and Flash *Discover the future of offline Web application access and operation
CartoonSmart - Ajax BasicsHF | 206 MB | Project files incl.www.cartoonsmart.com/ajax_basics.htmlWorking with Javascript and XML to create Dynamic Web Pages.Topics taught include: Installing the "Web Developer" plugin for Firefox to help debug code. Using the free Development IDE, Aptana ( a program you'll use to code in) Program web pages that don't need refreshing to load a new content. HTML menus / Buttons that trigger funtions ( like pop-up prompts) Tabbed Menus for Opening CSS DIV Windows Create Drag and Drop Taps for a Shopping Cart or Web Interface
Lynda.com - ColdFusion 9: AJAX Controls and TechniquesHF | 230.8MB | Work files incl.www.lynda.com/home/DisplayCourse.aspx?lpk2=59951In ColdFusion 9: AJAX Controls and Techniques, Dan Short demonstrates how to add Web 2.0 style and functionality to applications using the complete set of AJAX controls and workflow tools in ColdFusion 9. Together, this tool set enables developers to build visually compelling, data-rich cross-browser web applications without having to write large amounts of custom JavaScript code. This course covers using ColdFusion layout controls, creating interactive forms and data grids, and adding a map powered by Google Maps. Exercise files are included with the course.
Lynda.com - AIR 1.5 for Dreamweaver and AJAX DevelopersHF |351 MBhttp://www.lynda.com/home/DisplayCourse.aspx?lpk2=598AIR 1.5 is a leading platform for building and deploying native desktop applications that work across different operating systems. Developers can use HTML, CSS, and JavaScript when creating applications with AIR. In AIR 1.5 for Dreamweaver and AJAX Developers, Adobe Certified Instructor David Gassner brings AJAX developers deeper into the functions and features of AIR 1.5 used with Dreamweaver CS4. David explores the power of this platform to work with the local file system, create and maintain local databases, and manage native windows and menus to create more responsive and engaging applications. Exercise files accompany the course.Topics include:
Lynda.com - AJAX Crash CourseHotfile/KewlShare | 75.9 MB
In The AJAX Crash Course, published by SitePoint, instructor Kevin Yank explores the many technologies that come together in AJAX applications. These technologies include the Document Object Model (DOM), Extensible Markup Language (XML), JavaScript, and XMLHttpRequest (XHR). Along with providing an application tour, Kevin explains how to make intelligent decisions about which of these tools to use, and gives hands-on examples of how to apply them.Product Page:http://www.lynda.com/home/DisplayCourse.aspx?lpk2=387 |
