Tutorials, Training & Tips
Building "drag and drop" shopping cart with Ajax
posted byjkolarovinTutorials, Training & Tips
For this article, we'll create an interactive shopping experience allowing us to add items to our shopping basket by dragging and dropping them onto an icon of a shopping cart. We'll add AJAX functionality, allowing us to update our shopping cart without redrawing the entire screen. To save the trouble of setting up a product database, we'll use Amazon Web Services to search for DVDs and use those to shop from.
Reviews0
PriceFree
Views6624
AJAX without XMLHTTP
posted bytanvirbuttinTutorials, Training & Tips
I have a client that has their own version of IE installed in their large user base (I think this is very typical of large corporations). While they have JavaScript running, they have removed the XMLHTTP object. So, how do you do AJAX without XMLHTTP?
Reviews0
PriceFree
Views1193
How to Make AJAX Read between the Lines
posted bysheikoinTutorials, Training & Tips
The method for getting information through an implicit request can be applied not only for technical dictionary. Have you ever wondered about the double underlined links in such projects as hotscripts.com and devarticles.com? This is context-dependent advertising based on IntelliTXT engine from Vibrant Media (www.vibrantmedia.com). When the mouse cursor points to such a link an advertisement window appears. This technology is referred to as in-text advertising.
This method is also increasingly used on news portals. The main page contains only the news headings. Yet when the user puts a mouse cursor over the heading a short description appears. Thus the main page can hold a lot more news. The visitor sees the headings and all he/she has to do to get a short summary is to browse through the items with a mouse cursor. Let us now look into how contextual help can be implemented with AJAX.
Reviews0
PriceFree
Views3041
Ajax For Beginners
posted bysinjixmediainTutorials, Training & Tips
AJAX allows you to make a call to an http server (typically an RSS feed or a webpage), get it�s content and load them into your existing page without having to refresh the whole page. This means that services like email don�t have to reload the whole page everytime you click a message, saving on bandwidth (loading the header/footer all over again) and making things more efficient.
Reviews0
PriceFree
Views4971
Simple Introduction to AJAX and XMLHttpRequest
posted bynmcmahoninTutorials, Training & Tips
This tutorial explains from the very beginning how to use AJAX in web applications. It is assumed you have a knowledge of Javascript (with a little DOM) as well as a server side scripting language, although you should pick it up easily.
Reviews0
PriceFree
Views2594
Creating Live Data with AJAX
posted bynmcmahoninTutorials, Training & Tips
If you want to have live data on your website, that will change all on its own without you having to constantly refresh the page, then this tutorial will show you how to. Assumes you have an understanding of the AJAX (XMLHttpRequest) object.
Reviews0
PriceFree
Views4133
Making a Google Suggest-like application
posted bynmcmahoninTutorials, Training & Tips
Ever wanted to make your own "live" advanced search that gives you suggestions as you type. This tutorial will show you how to make one just like Google's new "Suggest" search feature.
Reviews0
PriceFree
Views2520
Tutorial with demos
posted bywebmasterinTutorials, Training & Tips
Step-by-step tutorial to understand the XMLHttpRequest object and how to use it from JavaScript. Examples with text, XML and JSON files. The tutorial is completed by demo pages that you can use as templates for you own website. Plus a specific JSON tutorial a very simple to use format.
Reviews0
PriceFree
Views3189
How to Create CAPTCHA Protection using PHP and AJAX
posted bybouvilloninTutorials, Training & Tips
CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your forms. The goal of this tutorial is to demonstrate how to make your own simple CAPTCHA protection using PHP and AJAX technologies.
Reviews0
PriceFree
Views2535
Head Rush Ajax
posted byRailsFaninTutorials, Training & Tips
With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web servers...and having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail.If you thought Ajax was rocket science, this book is for you. Head Rush Ajax puts dynamic, compelling experiences within reach for every web developer.
Reviews0
PriceUSD 26.39
Views1143
Alternate Ajax Techniques - Part 2
posted byRailsFaninTutorials, Training & Tips
In this installment, you'll learn how to use images and cookies to enable client-server communication even on older browsers that don't support the DOM.
Reviews0
PriceFree
Views1231
Guide to Using AJAX and XMLHttpRequest
posted byRailsFaninTutorials, Training & Tips
The XMLHttpRequest object is a handy JavaScript object that offers a convenient way for Web pages to get information from servers without refreshing themselves. The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object
Reviews0
PriceFree
Views1371
Ajax: Getting Started
posted byRailsFaninTutorials, Training & Tips
This article guides you through the Ajax basics and gives you two simple hands-on examples to get you started.
Reviews0
PriceFree
Views3079
Ajax from Scratch
posted byRailsFaninTutorials, Training & Tips
Learn how to keep your XMLHttpRequests from colliding with your rich Internet applications.
Reviews1
PriceFree
Views2493
A PHP Developer's Primer - Delving into Ajax
posted byRailsFaninTutorials, Training & Tips
In this article we are going to delve deeper into Ajax and explore how XSL can be used on both the client side (using Javascript) and on the server side (using PHP) to transform XML data into XHTML.
Reviews0
PriceFree
Views1894
Take Ajax to Your E-mail Inbox
posted byRailsFaninTutorials, Training & Tips
In this article, the first of three parts, you will start creating a simple web-based POP 3 client using Ajax, which will use "XMLHttpRequest" objects to retrieve messages from a mail server.
Reviews0
PriceFree
Views1595
Shopping Cart with AJAX
posted byRailsFaninTutorials, Training & Tips
This tutorial will you how to build a Drag and Drop Shopping Cart.
Reviews0
PriceFree
Views9851
AJAX: How to Handle Bookmarks and Back Buttons
posted byRailsFaninTutorials, Training & Tips
This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications.
Reviews0
PriceFree
Views2193
AJAX Design Patterns
posted byRailsFaninTutorials, Training & Tips
Excellent tutorial on how to build an Ajax-powered Web site, with dynamic page loads.
Reviews0
PriceFree
Views2503
Three Practical Uses For Ajax
posted byRailsFaninTutorials, Training & Tips
In this article I'm going to show you three simple and practical uses for Ajax on your Web site. You'll need to know a bit of HTML, JavaScript, and PHP to follow along, but I'll do my best to explain everything in simple terms so you don't get lost.
Reviews0
PriceFree
Views2387