ajax

TwitterFacebook
Get flash to fully experience Pearltrees
Note: Updated Dec 14th, 05' with instructions on using a SELECT menu to load the links. Description: This script uses Ajax to enable you to load external pages into a DIV without having to reload the browser or use IFRAMES. If your external pages reference any external .css or .js files for styling, this script can also load and apply them to the page on demand. Note: Due to security limitations, the external pages loaded must be from the same domain as the encompassing page. Any external .css and .js files associated with these pages, however, can be from any domain. The "Forum Archives" link illustrates how you're not limited to just loading html pages, but also dynamically generated pages (ie: php).

Dynamic Drive DHTML Scripts- Dynamic Ajax Content

http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
menus

Ajax (programming) - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/Ajax_(programming) History In the 1990s, most web sites were based on complete HTML pages; each user action required that the page be re-loaded from the server (or a new page loaded). This process is inefficient, as reflected by the user experience: all page content disappears then reappears, etc. Each time a page is reloaded due to a partial change, all of the content must be re-sent instead of only the changed information.

15 Best Examples of Free jQuery Content Sliders | VisonwidGet

http://visionwidget.com/inspiration/web/295-jquery-content-sliders.html What are revolutionary changes in the way for displays featured content and products and services with beautifully visual impression? Yes, it's the jQuery Content Slider which attracting more and more customers to have the first-hand impression by memory slideshows and the image galleries with contents. jQuery developers and designers widely use content slider scripts to create various and flexible effects on the images.

JavaScript Kit- Your comprehensive JavaScript, DHTML, CSS, and Ajax stop

http://www.javascriptkit.com/ This script uses HTML5's new audio element to allow you to easily add sound effects to any action on the page, such as when the user clicks or rolls over a link. See how to refine the process of preloading images to detect when all images have actually been preloaded and react accordingly. With the numerous CSS vendor prefixes one has to contend with when it comes to defining CSS3 properties such as -moz-box-shadow or -webkit-border-radius , setting them in JavaScript can be even more confusing. This tutorial looks at how to how to streamline the setting of CSS3 property values in JavaScript, by checking for and targeting only the version of a CSS3 property the browser supports.

AJAX.OOP - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/AJAX.OOP Access/call any parent properties and/or methods from any method of child class (just use this.$super accessor whenever you need to access parent properties and methods)