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 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 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
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
Hi all I have a jquery fade in, fade out effect. For that I have used the following js: I simply have a html file: <html> <head> <script type="text/javascript">google.load("jquery", "1.2.6");</script> <script type="text/javascript" src="scripts/sample.js"></script> <script type="text/javascript"> google.setOnLoadCallback( initNews ); </script> </head> <body> <div id="ticker"> <ul> <li>some...</li> <li>some...</li> <li>some...</li> <li>some...</li> <li>some...</li> <li>some...</li> </ul> </div> </body> Now to this I have applied fade in, fade out effect using: effect.js ---------- // globale var index_news = 0; // function initNews() { $('div#ticker') .slideDown('slow', function() { $('div#ticker li').eq( index_news ).fadeIn(); setTimeout( next_news, 5000 ); } ); } function next_news() { $('div#ticker li') .eq( index_news ) .fadeOut(1000, function() { index_news++; ... Read Full Story
Written by webresourcesdepot on
Anyone who visited Mashable lately, the popular social news website, might have seen the " drag to share " functionality which appears when hovering an image. It is a smart technique which encourages visitors to share a story by offering a quite fun usage. Nettuts+ is sharing a very nice tutorial (with source) that enables you to implement this feature using jQuery & jQuery UI . It makes use of the draggable & droppable components of jQuery UI to make drag’n dropping & targeting objects possible. To see how it works, a demo is provided as well. Special Downloads: Ajaxed Add-To-Basket Scenarios With jQuery ... Read Full Story
cc, milestone changed This problem means that settings from view.yml, for example, are not honored in layout.php indexSuccess: components: wizard: [general, wizardStep1] javascripts: [jquery/jquery.carousel.js] and then in layout.php getJavascripts())); ?> the variable $js is empty! This is a serious show...  
From trac.symfony-project.org ()
More perspectives...
hi, in my case i want to add a new menu item(actually a div tag) to my existing menu when an event or method calling occurs. i want to append a div tag dynamically to my existing menu with all css and effects. so if you guys have a better idea for this matter plz let me know. that will be a...  
From daniweb.com ()
More perspectives...
I have a customized jquery-ui script that my wordpress plugin uses which depends on jquery 1.3. Wordpress 2.7 comes with jquery 1.2. How do I use the enqueue method and override pulling in the pre-packaged jquery script for wordpress versions < 2.8 ? I don't want to just hardcode my own jquery script since it is likely that other plugins will be using the pre-packaged jquery as well. Is this possible!?  
From wordpress.org ()
Related news:
More perspectives...
Riotjs: A JavaScript Unit Testing Framework · reddit.com (1 hour, 5 min ago) jQuery ... semsem30 » Integrating ExtJS Javascript Library into Oracle APEX · Hi Mark, your app EXTJS with APEX is very nice.. Is there a possibilty to . ...  
From blogsearch.google.com ()
More perspectives...
Jeremy Ashkenas and the DocumentCloud team have just released Underscore.js a small library that provides all the functional programming helpers that you expect from Prototype.js or Ruby, but without extending any core JavaScript objects. Jeremy told us: This makes it a natural fit alongside jQuery, without having to worry about the conflicts and redundant functionality that using [...]  
From ajaxian.com ()
More perspectives...
eWEEK Labs' Jeff Cogswell has spent some time testing Ext JS Version 3.0, a JavaScript library for creating sophisticated AJAX-powered Websites. Following are screen captures of some of the sample applications that come with Ext JS. By Jeff Cogswell - ...  
From eweek.com ()
Related news:
More perspectives...
Ext JS is a cross-browser JavaScript library for building rich Internet applications, Version 3.0 of Ext JS makes it very easy to create GUIs that run in the browser using JavaScript. - I feel like Im about to reveal a deep secret that only a privileged few Web designers know. Its about a product called Ext JS. In short, if you use Ext JS, your Web development experience will be much happier and far easier. As many Web designers will attest...  
From eweek.com ()
More perspectives...
(e.g. "ajax", "designer, london", "javascript, boston"). Post a new job · Jobs for Developers · Jobs for Designers · Jobs for Writers · « Home. Seen recently. » UI Front End Developer, Jquery. 3. applicants. freelance ...  
From blogsearch.google.com ()
More perspectives...
Use any webpage or JavaScript / canvas app. 11:53 AM Oct 13th; Zack Grossbart gave a jQuery “jumpstart” talk to a bunch of Java devs, and you can see it here 10:51 AM Oct 13th; @font-face performance from @souders: “IE doesn't render ...  
From blogsearch.google.com ()
More perspectives...
have experience developing cross-browser javascript for web sites and web applications. - show ability to get by without using a framework (jQuery, Prototype, etc) - show strong knowledge of jQuery. Knowledge of other JS frameworks (eg. ...  
From blogsearch.google.com ()
More perspectives...
Sponsors
Sorted by: Top Rated
  1
  2
  3
  4
  6
Sorted by: Top Rated
  1
  4
  5
  6
  7
  8
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.