<?phpxml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" 
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
 >
<channel>
	<title>Pligg beta 9 / gudi - published</title>
	<link>http://www.ajaxcss.com</link>
	<description>Pligg Web 2.0 Content Management System</description>
	<pubDate>Sat, 06 Oct 2007 06:35:06 -0600</pubDate>
	<language>en</language>
	<item>
		<title><![CDATA[Javascript / CSS Crossfader]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Javascript-/-CSS-Crossfader/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Javascript-/-CSS-Crossfader/</comments>
		<pubDate>Sat, 06 Oct 2007 06:35:06 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Javascript-/-CSS-Crossfader/</guid>
		<description><![CDATA[In response to this article at ajaxian.com, and just for the sheer fun of it, here's a small-footprint object-encapsulated unobtrusive javascript crossfader.At 1.7Kb it's one hundredth of the size of the scriptaculous library used in the other example. (Woohoo.) &nbsp;&#187;&nbsp;<a href='http://www.brandspankingnew.net/archive/2006/09/javascript_css_crossfader.html'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Real-Time 3D in Javascript]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Real-Time-3D-in-Javascript/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Real-Time-3D-in-Javascript/</comments>
		<pubDate>Sat, 06 Oct 2007 06:32:55 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Real-Time-3D-in-Javascript/</guid>
		<description><![CDATA[This is known so far to work in IE6 (with some hacks to render transparent borders) and IE7, as well as the latest versions of Firefox, Opera and Safari. This was hacked together in 2 evenings, so there are some glitches and the code is not great; it's just a proof of concept. This demo brought to you by www.uselesspickles.com. &nbsp;&#187;&nbsp;<a href='http://www.uselesspickles.com/triangles/demo.html'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[CSS Tabs example]]></title>
		<link>http://www.ajaxcss.com/CSSExamples/CSS-Tabs-example/</link>
		<comments>http://www.ajaxcss.com/CSSExamples/CSS-Tabs-example/</comments>
		<pubDate>Sat, 06 Oct 2007 06:29:43 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>CSS Examples</category>
		<guid>http://www.ajaxcss.com/CSSExamples/CSS-Tabs-example/</guid>
		<description><![CDATA[Example of CSS-driven tabs &nbsp;&#187;&nbsp;<a href='http://clagnut.com/sandbox/csstabs/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[CSS Specificity: Things You Should Know]]></title>
		<link>http://www.ajaxcss.com/CSSExamples/CSS-Specificity-Things-You-Should-Know/</link>
		<comments>http://www.ajaxcss.com/CSSExamples/CSS-Specificity-Things-You-Should-Know/</comments>
		<pubDate>Sat, 06 Oct 2007 06:26:41 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>CSS Examples</category>
		<guid>http://www.ajaxcss.com/CSSExamples/CSS-Specificity-Things-You-Should-Know/</guid>
		<description><![CDATA[Apart from Floats, the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why your CSS-rules don't apply to some elements, although you think they should have. In order to minimize the time for bug hunting you need to understand, how browsers interpret your code. And to understand that, you need to have a firm understanding on how specificity works. In most cases such problems are caused by the simple fact that somewhere among your CSS-rules you've defined a more specific selector.CSS Specificity isn't simple. However, there are methods to explain it in a simple and intuitive way. And that's what this article is all about. You'll understand the concept if you love Star Wars. Really &nbsp;&#187;&nbsp;<a href='http://www.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[SWFUpload 2007]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/SWFUpload-2007/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/SWFUpload-2007/</comments>
		<pubDate>Wed, 16 May 2007 23:21:03 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/SWFUpload-2007/</guid>
		<description><![CDATA[A small javascript/flash library to get the best of both worlds - The great upload capabilitys of flash and the accessibility and ease of html/css &nbsp;&#187;&nbsp;<a href='http://swfupload.mammon.se/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Advanced RSS Ticker (Ajax invocation)]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Advanced-RSS-Ticker-(Ajax-invocation)/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Advanced-RSS-Ticker-(Ajax-invocation)/</comments>
		<pubDate>Wed, 16 May 2007 23:12:25 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Advanced-RSS-Ticker-(Ajax-invocation)/</guid>
		<description><![CDATA[RSS ticker script to display any RSS content on your site in a ticker fashion! This script uses a simple PHP based RSS parser called LastRSS for retrieving a RSS feed, then Ajax and DHTML to display the feed dynamically and with flare. &nbsp;&#187;&nbsp;<a href='http://www.dynamicdrive.com/dynamicindex17/rsstickerajax/index.htm'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[FrogJS Javascript Gallery]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/FrogJS-Javascript-Gallery/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/FrogJS-Javascript-Gallery/</comments>
		<pubDate>Wed, 16 May 2007 23:04:15 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/FrogJS-Javascript-Gallery/</guid>
		<description><![CDATA[FrogJS is a simple, unobtrusive javascript gallery. It is not a replacement for other thumbnail galleries such as Lightbox JS, but rather a different way of showing galleries.Features are Image Preloading,No Javascript,Supports any image size. &nbsp;&#187;&nbsp;<a href='http://www.puidokas.com/portfolio/frogjs/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Cross-fading Slideshow]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Cross-fading-Slideshow/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Cross-fading-Slideshow/</comments>
		<pubDate>Wed, 16 May 2007 22:56:15 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Cross-fading-Slideshow/</guid>
		<description><![CDATA[This is a simple script that will reveal multiple elements one at a time with a cross-fade effect.To set it up all you need is an HTML block element. All immediate descendants become slides. &nbsp;&#187;&nbsp;<a href='http://millstream.com.au/view/code/cross-fade-anything'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[TableKit-Sortable, resizable, editable]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/TableKit-Sortable-resizable-editable-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/TableKit-Sortable-resizable-editable-1/</comments>
		<pubDate>Sun, 13 May 2007 15:59:32 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/TableKit-Sortable-resizable-editable-1/</guid>
		<description><![CDATA[TableKit is a collection of HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax. &nbsp;&#187;&nbsp;<a href='http://www.millstream.com.au/view/code/tablekit/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Plotr - Javascript graphics]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Plotr--Javascript-graphics/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Plotr--Javascript-graphics/</comments>
		<pubDate>Sun, 13 May 2007 15:51:15 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Plotr--Javascript-graphics/</guid>
		<description><![CDATA[With Prototype you can plot data on a graph on your web site. Pretty sweet. &nbsp;&#187;&nbsp;<a href='http://www.solutoire.com/plotr'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[JonDesign's SmoothGallery]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/JonDesigns-SmoothGallery/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/JonDesigns-SmoothGallery/</comments>
		<pubDate>Sun, 13 May 2007 15:46:13 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/JonDesigns-SmoothGallery/</guid>
		<description><![CDATA[A slide show javascript making use of javascript libraries - prototype and moo.fx &nbsp;&#187;&nbsp;<a href='http://smoothgallery.jondesign.net/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Phoogle Maps v2.01]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Phoogle-Maps-v2-01/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Phoogle-Maps-v2-01/</comments>
		<pubDate>Sun, 13 May 2007 15:40:09 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Phoogle-Maps-v2-01/</guid>
		<description><![CDATA[Phoogle Maps (pronounced like Foogle Maps) is a PHP class that integrates itself with the Google Maps API and with the Google Geocoding API to make an easy to use interface to display Google Maps on your site.With about 5 lines of PHP code you can display a customized Google Map on your website. &nbsp;&#187;&nbsp;<a href='http://www.systemsevendesigns.com/phoogle'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[TurboDbAdmin]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/TurboDbAdmin/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/TurboDbAdmin/</comments>
		<pubDate>Wed, 09 May 2007 23:33:11 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/TurboDbAdmin/</guid>
		<description><![CDATA[A single-page solution for exploring and editing databases from a browser. Edit data just like you would in a desktop application, without submit buttons or page refreshes. TurboDbAdmin is free to download and install on any standard web server. &nbsp;&#187;&nbsp;<a href='http://www.turboajax.com/products/turbodbadmin/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[CakeTimer - An Ajax file uploads progress bar]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/CakeTimer--Ajax-file-uploads-progress-bar/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/CakeTimer--Ajax-file-uploads-progress-bar/</comments>
		<pubDate>Wed, 09 May 2007 23:27:23 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/CakeTimer--Ajax-file-uploads-progress-bar/</guid>
		<description><![CDATA[This is a demonstration of an AJAX powered progressbar to monitor file uploads with (Cake)PHP. &nbsp;&#187;&nbsp;<a href='http://thinkingphp.org/demos/cake-timer/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Orangoo Labs - GoogieSpell]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Orangoo-Labs--GoogieSpell/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Orangoo-Labs--GoogieSpell/</comments>
		<pubDate>Wed, 09 May 2007 23:20:42 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Orangoo-Labs--GoogieSpell/</guid>
		<description><![CDATA[Gmail like downloadable spell checker for your own web application. &nbsp;&#187;&nbsp;<a href='http://orangoo.com/labs/?page_id=3'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Simile-Timeline]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Simile-Timeline/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Simile-Timeline/</comments>
		<pubDate>Wed, 09 May 2007 23:13:40 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Simile-Timeline/</guid>
		<description><![CDATA[Timeline is a DHTML-based AJAXy widget for visualizing time-based events. It is like Google Maps for time-based information. &nbsp;&#187;&nbsp;<a href='http://simile.mit.edu/timeline/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Highslide - JS thumbnail viewer]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Highslide--JS-thumbnail-viewer/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Highslide--JS-thumbnail-viewer/</comments>
		<pubDate>Wed, 09 May 2007 23:06:49 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Highslide--JS-thumbnail-viewer/</guid>
		<description><![CDATA[Highslide JS is a piece of JavaScript that streamlines the use of thumbnail images on web pages. &nbsp;&#187;&nbsp;<a href='http://vikjavev.no/highslide/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[jQuery Portlets]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/jQuery-Portlets/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/jQuery-Portlets/</comments>
		<pubDate>Wed, 09 May 2007 23:00:53 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/jQuery-Portlets/</guid>
		<description><![CDATA[Boxes of content that can be expanded / coallapsed and dragged to a new position. &nbsp;&#187;&nbsp;<a href='http://sonspring.com/journal/jquery-portlets'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Smoot - Web-based Diagram and GIS tool]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Smoot--Web-based-Diagram-GIS-tool/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Smoot--Web-based-Diagram-GIS-tool/</comments>
		<pubDate>Wed, 09 May 2007 22:55:17 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Smoot--Web-based-Diagram-GIS-tool/</guid>
		<description><![CDATA[Smoot is a Web-based tool for creating diagrams of icons and links between them. Features include Google Maps and Google Earth integration, configurable tool palettes, and automated palette generation from a Google Local query. &nbsp;&#187;&nbsp;<a href='http://smoot.sourceforge.net/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Relay: Ajax Directory Manager]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Relay-Ajax-Directory-Manager/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Relay-Ajax-Directory-Manager/</comments>
		<pubDate>Wed, 09 May 2007 22:49:29 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Relay-Ajax-Directory-Manager/</guid>
		<description><![CDATA[Nice and small AJAX based online file and directory manager tool.Its features are drag-n-drop files and folders,dynamic loading file structure,upload progress bar,thumbnail view, including pdf and multiple users &amp; accounts. &nbsp;&#187;&nbsp;<a href='http://ecosmear.com/relay/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Suckerfish HoverLightbox]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Suckerfish-HoverLightbox-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Suckerfish-HoverLightbox-1/</comments>
		<pubDate>Wed, 09 May 2007 22:42:03 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Suckerfish-HoverLightbox-1/</guid>
		<description><![CDATA[Roll over a title, it shows a grid of thumbnails. Rolling over a thumbnail shows a slightly &nbsp;&#187;&nbsp;<a href='http://mondaybynoon.com/2006/03/27/suckerfish-hoverlightbox/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[ThickBox 2.1.1 - a webpage UI dialog widget]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/ThickBox-2-1-1--webpage-UI-dialog-widget/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/ThickBox-2-1-1--webpage-UI-dialog-widget/</comments>
		<pubDate>Mon, 23 Apr 2007 01:46:18 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/ThickBox-2-1-1--webpage-UI-dialog-widget/</guid>
		<description><![CDATA[ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple images, inline content, iframed content, or content served through AJAX in a hybrid modal. &nbsp;&#187;&nbsp;<a href='http://jquery.com/demo/thickbox/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Magnetic AJAX]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Magnetic-AJAX/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Magnetic-AJAX/</comments>
		<pubDate>Mon, 23 Apr 2007 01:24:10 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Magnetic-AJAX/</guid>
		<description><![CDATA[This is just like the magnetic word kits you've seen before except this is on the internet! It saves state when you release a piece.It updates itself every 7 seconds. &nbsp;&#187;&nbsp;<a href='http://www.broken-notebook.com/magnetic/info.php'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Transparent Message]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Transparent-Message/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Transparent-Message/</comments>
		<pubDate>Sun, 22 Apr 2007 23:38:24 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Transparent-Message/</guid>
		<description><![CDATA[Transparent message is a new way to display information on a web page. It shows the message in a overlay layer of your HTML page.It includes a ROR helper to display flash[:notice/:error] in just one line!! &nbsp;&#187;&nbsp;<a href='http://transparent-message.xilinus.com/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[ModalBox 1.5-User Friendly Web-based]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/ModalBox-1-5-User-Friendly-Web-based/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/ModalBox-1-5-User-Friendly-Web-based/</comments>
		<pubDate>Sat, 21 Apr 2007 23:37:37 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/ModalBox-1-5-User-Friendly-Web-based/</guid>
		<description><![CDATA[ModalBox is a JavaScript technique for creating modern modal dialogs or even wizards without using conventional popups and page reloads. ModalBox is based on Sam Stephenson's excellent Prototype JavaScript Framework, script.aculo.us and valid XHTML/CSS. ModalBox uses AJAX to load content. &nbsp;&#187;&nbsp;<a href='http://okonet.ru/projects/modalbox/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Really Easy Field Validation with Prototype]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Really-Easy-Field-Validation-with-Prototype-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Really-Easy-Field-Validation-with-Prototype-1/</comments>
		<pubDate>Wed, 18 Apr 2007 21:17:26 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Really-Easy-Field-Validation-with-Prototype-1/</guid>
		<description><![CDATA[Here's a form validation script that is very easy to use. The basic method is to attach to the form's onsubmit event, read out all the form elements' classes and perform validation if required. If a field fails validation, reveal field validation advice and prevent the form from submitting. &nbsp;&#187;&nbsp;<a href='http://tetlaw.id.au/view/javascript/really-easy-field-validation'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Unobtrusive table sort script]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Unobtrusive-table-sort-script-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Unobtrusive-table-sort-script-1/</comments>
		<pubDate>Tue, 17 Apr 2007 17:50:23 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Unobtrusive-table-sort-script-1/</guid>
		<description><![CDATA[A rewrite of the original table sort script that includes a few more features and a much faster sort routine architecture. &nbsp;&#187;&nbsp;<a href='http://www.frequency-decoder.com/2006/09/16/unobtrusive-table-sort-script-revisited'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Carousel Component - Documentation]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Carousel-Component--Documentation-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Carousel-Component--Documentation-1/</comments>
		<pubDate>Tue, 17 Apr 2007 16:54:38 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Carousel-Component--Documentation-1/</guid>
		<description><![CDATA[The carousel component manages a list of content (HTML UL and LI elements) that can be displayed horizontally or vertically. The content can be scrolled back and forth with or without animation. The content can reference static HTML content or the list items can be created dynamically on-the-fly (with or without Ajax). &nbsp;&#187;&nbsp;<a href='http://billwscott.com/carousel/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[Roll-your-own AJAX Slideshow]]></title>
		<link>http://www.ajaxcss.com/AjaxCodes/Roll-your-own-AJAX-Slideshow-1/</link>
		<comments>http://www.ajaxcss.com/AjaxCodes/Roll-your-own-AJAX-Slideshow-1/</comments>
		<pubDate>Mon, 16 Apr 2007 23:35:14 -0600</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>Ajax Codes</category>
		<guid>http://www.ajaxcss.com/AjaxCodes/Roll-your-own-AJAX-Slideshow-1/</guid>
		<description><![CDATA[Just import their script in your web page to add a cool popup slideshow.The TripTracker slideshow is a lightweight JavaScript image viewer with an animated slideshow feature. &nbsp;&#187;&nbsp;<a href='http://slideshow.triptracker.net/'>original news</a>]]></description>
	</item>

	<item>
		<title><![CDATA[ajax im - the ajax-based instant messenger]]></title>
		<link>http://www.ajaxcss.com/All/ajax-im--ajax-based-instant-messenger-1/</link>
		<comments>http://www.ajaxcss.com/All/ajax-im--ajax-based-instant-messenger-1/</comments>
		<pubDate>Wed, 30 Nov -001 00:00:00 -0700</pubDate>
		<dc:creator>gudi</dc:creator>
		<category>All</category>
		<guid>http://www.ajaxcss.com/All/ajax-im--ajax-based-instant-messenger-1/</guid>
		<description><![CDATA[ajax im (&quot;asynchronous javascript and xml instant messenger&quot;) is a browser-based instant messaging client. It uses AJAX to create a near real-time IM environment that can be used in conjunction with community, intranet, and social websites. No refreshing of the page is ever needed for this &quot;web application&quot; to work, as everything is updated in real-time via JavaScript. &nbsp;&#187;&nbsp;<a href='http://www.ajaxim.com/'>original news</a>]]></description>
	</item>

</channel>
</rss>
