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... [more]

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
http://events.ccc.de/congress/2006/F...rting_Ajax.pdf Quote: The most important concept could be explained by looking at the following code: var xmlreqc=XMLHttpRequest; XMLHttpRequest = function() { this.xml = new xmlreqc(); return this; } In this example, the reference to XMLHttpRequest native object is saved in a new variable and XMLHttpRequest is readdressed to a new object by using one of the many ways of creating a constructor. Inside the constructor, a new attribute is instantiated as the previously saved real XMLHttpRequest. From now on, every cloned object will be a wrapper clone and not a clone of the original one. What follows is the implementation of wrapper methods for ... Read Full Story
Written by ksmithaiea on
http://events.ccc.de/congress/2006/F...rting_Ajax.pdf Quote: The most important concept could be explained by looking at the following code: var xmlreqc=XMLHttpRequest; XMLHttpRequest = function() { this.xml = new xmlreqc(); return this; } In this example, the reference to XMLHttpRequest native object is saved in a new variable and XMLHttpRequest is readdressed to a new object by using one of the many ways of creating a constructor. Inside the constructor, a new attribute is instantiated as the previously saved real XMLHttpRequest. From now on, every cloned object will be a wrapper clone and not a clone of the original one. What follows is the implementation of wrapper methods for ... Read Full Story
Written by shahidsidd on
Jorge Ramon, “Ext JS 3.0 Cookbook” Packt Publishing | 2009 | ISBN: 1847198708 | 425 pages | PDF | 3,6 MB Clear step-by-step recipes for antiquity awesome flush internet applications using the Ext JS JavaScript accumulation Master the Ext JS widgets and see to create bespoken components to meet your needs Build striking autochthonous and bespoken layouts, forms, grids, listviews, treeviews, charts, journalism panels, menus, toolbars and much more for your real-world individual interfaces Packed with easy-to-follow examples to training every of the features of the Ext JS accumulation Part of Packt’s Cookbook series: Each instruction is a carefully fashioned ordering of manual to ... Read Full Story
Written by ksmithaiea on
Hi I am trying to build something like a tree menu but not exactly. You click a menu, which then does a ajax request for submenus and then displays them. You can then click on the submenus again and get another level of submenus. My problem is sometimes when click on the submenus it does close the menu or sometimes will keep adding to the existing submenu, menaing it will add an identical copy of the submenu, so you see two of the everything. I am using .live to and then is.hidden to see if the menu is visible. Any thoughts as to how ... Read Full Story
Written by olakara on
Ext JS provide us with a very flexible ComboBox widget that can be loaded locally or remotely (dynamic loading). You can also load the combo box from the server in response to an event like changing selection of another combo box. In this article I am going to walk you through an example of dynamically loading a ComboBox in a form. For example, we have simple form to add details of country. The fields are country name, population and population type. I will keep the first two fields as normal text fields and population type as a combo box. Upon loading of the form, ... Read Full Story
Written by ksmithaiea on
Hello! I'm stuck in an error while trying to destroy an iframe, and I need some help. Here is what I have: JavaScript Code: <script type= "text/javascript" >   function fileUpload ( form, action_url, div_id ) {       // Create the iframe...      var iframe = document. createElement ( "iframe" ) ;      iframe. setAttribute ( "id" , "upload_iframe" ) ;      iframe. setAttribute ( "name" , "upload_iframe" ) ;      iframe. setAttribute ( "width" , "0" ) ;      iframe. setAttribute ( "height" , "0" ) ;      iframe. setAttribute ( "border" , "0" ) ... Read Full Story
Written by ksmithaiea on
Can a background css image be faded in using jQuery ... I tried putting $(this).fadeIn("slow").css('background-image', 'url(EggA_' + eid + '.gif)'); and it did not work see code below, this flickers when you click on it html Code: <a href="javascript :;" id="egg1" class="eggswap"></a> JavaScript Code: $ ( function ( ) {     var arr = [ "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" , "9" , "10" , "11" , "12" ] ;     jQuery. each ( arr, function ( ) {         var eid = this ;          ... Read Full Story
I have to Set Iframe Height Dynamically using Jquery or Javascript . I am Using following jquery code: var theFrame = $("#IframeId", parent.document.body); theFrame.height($(document.body).height); My Problem is that data in iframe has some Images,video thumbnail which are coming from...  
From daniweb.com ()
Related news:
More perspectives...
Front end developer (X)HTML/CSS/JavaScript/UI (Moonfruit.com) - LondonEssential Skills: HTML, CSS, W3C web standards, JavaScript, Ajax, Browser bugs/inconsistencies, UI/Design skills. JQuery or similar and Macromedia Flash/Flex coding ...  
From blogsearch.google.com ()
More perspectives...
Hey Jennsweb, There are a couple items that I see right off. In your link code for custom effect, you should only have this: class="highslide" onclick="return custom_effect(this, 'big_image_container', '')" In you header javascript, you only need this code: function custom_effect(img, div, attr) { if(img != 'undefined' && div != 'undefined' && div != '') { var d = document.getElementById(div); var html...  
From wordpress.org ()
More perspectives...
Hi, Yesterday I faced a problem with a PoC I did some months ago. I added a ratings feature to SharePoint 2007 Lists using JQuery. There were a conflict caused by sp.js and jquery.js using prototype methods. I just followed the recomendations to avoid it. As I had put everything in my document ready area, I just reassigned JQuery, and use the new variable at that level: var $j = jQuery; $j(document).ready(function(){ $j('div.rating').rating...  
From blogs.msdn.com ()
More perspectives...
Working!!! It would only work if I do this: This is because actually calls the script within it. So the jQuery(document).ready(function($){ ends up being called before the script is loaded...  
From wordpress.org ()
More perspectives...
programming: modules.js - Is there any better JavaScript XHR module loader out there? also published in reddit.com · Emacs JavaScript; also categorized in jQuery · jQuery UI: Interactions and Widgets; also categorized in jQuery ...  
From blogsearch.google.com ()
More perspectives...
We have a a freelance opportunity for someone with strong CSS, Javascript/AJAX and JQuery expertise. We will supply sample HTML code and Photoshop files of desired layouts. We need you to supply CSS and Javascript files for the two ...  
From blogsearch.google.com ()
More perspectives...
If you have played around with the dialog widget in JQuery UI you may have noticed a couple of things. Like a lot of JavaScript libraries it messes with the DOM (Document Object Model) at what might be unexpected times and therefore it does not play well with SharePoint. It breaks the web part verb menu (the 'edit' drop down menu)  
From simple-talk.com ()
More perspectives...
How to dynamically change/refresh image src with Javascript & jQuery. Sometimes the developer needs to change the image source. This could be because a new image has been uploaded. Whatever is the reason here is the code. ...  
From blogsearch.google.com ()
More perspectives...
Catalyst Repository Systems is looking for a Web Developer with extensive CSS, HTML, JavaScript, and JavaScript library (jQuery, Yahoo, DOJO, etc.) experience. Candidate will join a team working on a new web ui for it's flagship product ...  
From blogsearch.google.com ()
More perspectives...
Sponsors
Sorted by: Top Rated
  1
  2
  3
  4
  6
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.