This AJAX playscript allows you make page read on other page's content (both asks to be from the same web site - avoid security issues) and show them on require inside the current user page. You can further assign any external .js or .css files that should be loaded at the same time as the external page, because AJAX fetched pages often will be not load these files correctly equally they come out within the page's source.
This AJAX code lets you display content pulled from page content of external files into a DIV and organized via CSS tabs. A fully unobtrusive, CSS and HTML based JavaScript, it supports practical features such as persistence of the active tab (ie: when page is reloaded), an "IFRAME" mode, a "slideshow" mode, ability to expand/contract arbitrary DIVs on the page at the same time, nested tabs, and much more. We got our inspiration for this script from Yahoo's homepage, which employs such a concept to show news in an organized fashion.
This JavaScript is combination from CSS Pagination Links and AJAX - helps you generate content from multiple pages and display them on demand, by using AJAX. Pagination links are automatically created, with each page downloaded only when requested (speeding up delivery and saving on bandwidth).
This AJAX code lets you display a selection of external page content onto DIV on via CSS tabs! We got our inspiration for this JavaScript from Yahoo's new homepage, which employs such a concept to show news in an organized fashion.
An interstitial is a container that appears over an entire webpage intermittingly to display content in an eye catching way. A common example is an interstitial ad, though advertising is certainly just one of many handy uses of an interstitial.
This JavaScript tutorial will show you how to combine RSS, AJAX, and JavaScript to create a real-time RSS ticker.
Thanks to AJAX, the conventional roles of server side and client side programming are reversed in an web application like this as JavaScript- not PHP- is used to handle much of the work, including parsing the RSS file.
I've learned it's good form to always show your viewers exactly where you're leading them to begin with, so here are a couple of examples of the Ajax style RSS ticker I'll be discussing how to create.
Prototype is a JavaScript framework that features a unique, easy-to-use toolkit for class-driven development. The standards-compliant code takes a lot of the burden associated with creating rich, highly interactive Web pages.
Documentation can be found at: http://tinyurl.com/c7agc and http://tinyurl.com/buhp2.
Many browsers allow the XMLHTTPRequest object to be created directly. One method is to use this snippet. It tries all methods of creating the object until it discovers one that works.
Use this JavaScript instead of frames. When a visitor clicks on a specific link, the content of that link is inserted into the page without a refresh. When a page doesn't exist, a user-friendly error message is given.


10/09/2008
0

