AJAX Asyncronous Javascript and XML

AJAX Asyncronous Javascript and XML

Asynchronous JavaScript and XML is a new approach to using a number of existing technologies together, including HTML or XHTML, Cascading Style Sheets, JavaScript, the Document Object Model, XML, XSLT, and the XMLHttpRequest object. When...

Asynchronous JavaScript and XML is a new approach to using a number of existing technologies together, including HTML or XHTML, Cascading Style Sheets, JavaScript, the Document Object Model, XML, XSLT, and the XMLHttpRequest object. When these technologies are combined in the Ajax model, internet applications are able to make quick, incremental updates to the user interface without reloading the entire browser page.

Sorted by: Alphabetical
  1
  2
  3
  4
  5
Sorted by: Top Picks
Written by ksmithaiea on
Hello, I need some help sending a form from a page to greybox. Currently the script doesnt seem to be sending the form. With the current code, the greybox pops-up for a second with no content then disappears. Here are my scripts: instant_quote.js JavaScript Code: var xmlHttp   function send ( ) { xmlHttp=GetXmlHttpObject ( )     if ( xmlHttp== null )       {       alert ( "Browser does not support HTTP Request" )       return       } var url= "instantquote.php"   var name = document. getElementById ( 'name' ) . value ; var email ... Read Full Story
Written by ksmithaiea on
don't now that much JavaScript can any body tell me if the script below needs some kind of escape function in it? JavaScript Code: if ( window!=top ) top. location =location. href ; function RateItem ( varItemId, varRating ) {   var varOrigClassName = document. getElementById ( varItemId ) . className ;     // Retrieve Ajax Feeds   new Ajax. Request ( 'ajax.rate.item.php' ,     {       method: 'post' ,       parameters: { item : varItemId, rating: varRating, classes: varOrigClassName } ,       onSuccess: ReloadRating,       onFailure: RatingError     }   ) ; ... Read Full Story
Written by netdevinc on
From:   byatool.com
Hello again, my wonderful audience, I have something great and fun planned for this post. If you read this post you might have been left wondering how to add custom messages to the error holder. It's ok if you did, there's nothing wrong with being confused all the time. It's what makes you so adorable. Say you have a form like this, and if you don't I cry endlessly for your loss. My heart goes out to you. < form id= "ILoveEverythingForm" > < div id= "NotSoNiceThingsDiv" style = "display:none;" ></ div > ... </ form > As you can see, there is an ... Read Full Story
Written by francissukin on
eBook Details Author:Garcia Jesus No of Pages: 425 pages Press: Manning Publications; Edition:1 edition Dated;April 28, 2010 Language: English ISBN-10: 1935182110 ISBN-13: 978-1935182115 eBook Description Ext JS in Action teaches the reader about Ext from the ground up. By following the common design patterns demonstrated in the Ext source and in many commercial applications, the book teaches you to achieve the same results you see in world-class commercial JavaScript applications. This book will guide you through the Ext component model and layouts. You'll learn how core components, such as the Container class, serve as building blocks for building complex user interfaces. The book fully ... Read Full Story
Written by MandavaBharath on
Simple related posts gadget is replaced by this new 'Related Posts with thumnails'. It has a feature of  displaying the thumbnails of images from the posts and attracts the users which results in increase of page views per user. This gadget is created by BloggerPlugins and is listed here. Similar gadget is also available  from Linkwithin and is very simple to install in your blog. Finally, this gadget helps in retrieving all your stories from Blog Archieve. To add this gadget to your blog go to > Layout > Edit HTML and search for </head> and add the below code above this tag. <!--Related ... Read Full Story
Written by waqararif on
jQuery UI 1.7: The User Interface Library for jQuery 450 pages | Packt Publishing (November 28, 2009) | ISBN: 1847199720 | PDF | 8.5 MB In this book, you’ll learn how each component can be initialized in a basic default implementation and then see how easy it is to customize its appearance and configure its behavior to [...] Read Full Story
Written by toon on
This post is in the Learning jQuery series. Let's enjoy a post today by learning how to maximize the Modal Windows or Dialog Box in jQuery UI. This post explains how to use this Dialog Box on the right way. 1 Vote(s) Read Full Story
JavaScript. The team is made up of heavy back-end PHP developers, so if you know PHP, its a big plus, but not a must have. They need several front-end specialists to create dynamic, interactive web pages. If you have build interactive ...  
From blogsearch.google.com ()
More perspectives...
Mootools, jQuery, Prototype, Scriptaculous, Javascript. Select a category: WordPress Layouts, WordPress Hacks. (Required) URL: Post Title: Post Text (Required): ... 10 Best Sources of Ajax/Javascript Examples and Demos ...  
From blogsearch.google.com ()
More perspectives...
These days the popularity of Ext JS (a JavaScript library) is gaining momentum. One of the most popular widgets within Ext JS is the DataGrid. The reason – displaying data from a database is one of the most common tasks of a web application. “Out of the box” the DataGrid has functionality (for instance ascending or descending sorting and reordering of columns by dragging it) that otherwise would require some effort from developers.read more  
From java.sys-con.com ()
More perspectives...
CSS-Jquery Expert For Long term Basis freelance project is offered at getafreelancer. You will need to have Coder account before you place your bid. If interested, you can get your getafreelancer account. In case you already have an ...  
From blogsearch.google.com ()
More perspectives...
Hi, I'm wondering how to create a DIV dynamically. Basicly, I have two labels, and depending on which one is clicked, I want some code to appear inside an existing DIV. Obviously, I will need to do this using javascript and the onClick event. To make things even more complicated, I also want some...  
From daniweb.com ()
More perspectives...
Ext is a JavaScript library for building interactive web applications using techniques such as Ajax, DHTML and DOM scripting. Originally built as an add-on library extension of YUI, Ext includes interoperability with jQuery and Prototype. Ext version 3.0 was released on 6 July 2009. This version adds communication support for REST and a new Ext.Direct server side platform. Ext JS 3.0 Cookbook is part of Packt's Cookbook series: Each recipe is...  
From pr-inside.com ()
More perspectives...
Animated Sharing Bar With jQuery & CSS. This week we are using pure JavaScript and the jQuery framework, to make an animated sharing bar, which will enable your website visitors to share your posts on a number of social networks. ...  
From blogsearch.google.com ()
More perspectives...
Advanced JavaScript Pop-up: TopUp TopUp is an unobtrusive Lightbox clone that is highly customizable & offering advanced features. It is built with jQuery/jQuery UI & can display images, videos, webpages or any HTML content. ...  
From blogsearch.google.com ()
More perspectives...
... Strong visual design sense, augmented by experience in applying User Centered Design methods in software development efforts; Experience on at least one of the Javascript libraries such as JQuery, MooTools, Ext JS (JQuery preferred) ...  
From blogsearch.google.com ()
More perspectives...
Richard Thomas has another Solar Framework Short posted today looking at how to integrate the jQuery Javascript library directly into your Solar application. When it comes to Jquery integration you have 2 main uses. Calling a php function from a website or calling Jquery functions from php both are done through an XMLHttpRequest. By extending a jQuery-related controller, you gain some special automatic abilities like automatic json...  
From phpdeveloper.org ()
More perspectives...
Sorted by: Top Rated
  1
  2
  3
  4
  6
Sorted by: Top Rated
  1
  4
  5
  6
  7
  8
  9
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.