<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ajaxBlender.com&#8212; A Whole Lot of AJAX! Directory for Web 2.0 AJAX scripts, demos and tutorials. Custom AJAX Coding Service for Your Web 2.0 Website.</title>
	<atom:link href="http://www.ajaxblender.com/user-interface/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxblender.com</link>
	<description>A Whole Lot of AJAX!</description>
	<lastBuildDate>Mon, 02 May 2011 07:38:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Browser Detection</title>
		<link>http://www.ajaxblender.com/browser-detection.html</link>
		<comments>http://www.ajaxblender.com/browser-detection.html#comments</comments>
		<pubDate>Wed, 24 Nov 2010 12:50:20 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[browser detection]]></category>
		<category><![CDATA[detect old browsers]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1190</guid>
		<description><![CDATA[Our friends at DevSlide recently launched a Labs area where they publish ideas, software, script, apps, etc., and we thought that this one could be interesting for JS developers and webmasters. It is a JavaScript browser detection tool that detects the user’s browser. If an old browser is detected, it will display a friendly suggestion [...]]]></description>
			<content:encoded><![CDATA[<p>Our friends at DevSlide recently launched a Labs area where they publish ideas, software, script, apps, etc., and we thought that this one could be interesting for JS developers and webmasters. It is a JavaScript browser detection tool that detects the user’s browser. If an old browser is detected, it will display a friendly suggestion for them to upgrade their browser to the latest version or download a new browser.<span id="more-1190"></span></p>
<h2>Background</h2>
<p>Coding for old browsers (such as old versions of Internet Explorer, Firefox, Opera) can be a nightmare even for experienced web developers who hand code XHTML/CSS markup. It is difficult to find a balance of features, speed, and browser compatibility. It is particularly frustrating when you run a JS / CSS3 website and know that only a small percentage of your users are preventing you from using all the features of CSS3 (which, when used correctly, is feature rich, optimizes page load speeds and is easier to maintain). </p>
<p>Well, we have not opened a new world here :). But, this is a big problem and it is further complicated, because most users who are running such an out-dated browser do not even know where to go to upgrade their browser. The DevSlide team created a script written from scratch in JavaScript and will not conflict with any existing JavaScript frameworks such as jQuery, and MooTools. It displays a nicely styled and friendly message. You can choose from five predefined messages (professional, informal, goofy, technical, and even a mean one, lol) or customize your own message. There is also a cookie feature, so that the user can choose to ignore the message or ask to be reminded later.</p>
<h2>How to Install It</h2>
<p>It&#8217;s easy to add to your site and configure. There is even a <a href="http://www.devslide.com/labs/browser-detection/configure">configuration form</a> where you can customize it and load it from the DevSlide servers or download and host it on your server.</p>
<p>1.) Go to <a href="http://www.devslide.com/labs/browser-detection">DevSlide Labs</a> and configure the script.<br />
2.) Add generated code to your <strong>&lt;head&gt;&#8230;&lt;/head&gt;</strong> tag.<br />
3.) Help us all to eliminate out dated browsers ;)</p>
<p>That&#8217;s it ;) Click the links below to visit DevSlide Labs to download and configure the script.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=1190&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/browser-detection.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>jFiller</title>
		<link>http://www.ajaxblender.com/jfiller.html</link>
		<comments>http://www.ajaxblender.com/jfiller.html#comments</comments>
		<pubDate>Mon, 26 Apr 2010 08:08:30 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[auto forms filling]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1157</guid>
		<description><![CDATA[Our team often works on developing server-side scripts which sometimes have registration forms, large survey forms, etc. During testing our engineers might have to fill out a form 200-300 times a day, and this, of course, is a boring and tedious process ;)
That&#8217;s why we developed a quick but very useful jQuery plugin which prevent [...]]]></description>
			<content:encoded><![CDATA[<p>Our team often works on developing server-side scripts which sometimes have registration forms, large survey forms, etc. During testing our engineers might have to fill out a form 200-300 times a day, and this, of course, is a boring and tedious process ;)<span id="more-1157"></span></p>
<p>That&#8217;s why we developed a quick but very useful jQuery plugin which prevent the developer from having to fill out the form manually during testing.  It automatically detects forms in your document and saves your filling preference. The jFiller plugin also provides proper data for the different types of fields: radio buttons, check boxes, text inputs, textareas, selects, etc. The only field type we cannot provide automatic data filling for is the file upload field, but the reason is obvious, right? :)</p>
<p>And at the end it won&#8217;t require any modifications, you just include it and use it. When the debug phase is complete, you can simply exclude it from your HTML document. We like this automatic form filling script, and hope others will find it useful during development too.</p>
<h2>How to Use</h2>
<p>1.) <a title="Download jFiller jQuery Plugin" href="http://www.ajaxblender.com/script-sources/jfiller/download/jfiller.zip" target="_blank">Download</a> jFiller script. The package already contains jQuery framework.<br />
2.) Add the following code to your <strong>&lt;head&gt;&#8230;&lt;/head&gt;</strong> tag to connect jQuery framework and jFiller plugin. <em>(Make sure paths to files are correct.)</em></p>
<pre class="html">
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;jquery.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;jquery.cookie.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;jfiller.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlOtherTag">&lt;style type=<span class="htmlAttributeValue">&quot;text/css&quot;</span> media=<span class="htmlAttributeValue">&quot;screen&quot;</span>&gt;</span>
    @import url(&quot;jfiller.css&quot;);
<span class="htmlOtherTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span>&gt;</span>
$(document).ready(function() {
    $(&#039;form&#039;).FillIt();
});
<span class="htmlScriptTag">&lt;/script&gt;</span>
</pre>
<p>That&#8217;s it ;) Click the <strong>Demo</strong> button to see it in action.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=1157&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/jfiller.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jNiceIt</title>
		<link>http://www.ajaxblender.com/jniceit.html</link>
		<comments>http://www.ajaxblender.com/jniceit.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:25:23 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1136</guid>
		<description><![CDATA[jNiceIt is a jQuery plugin which allows you to customize generic form controls and apply your customized design to them. You may use this plugin to emulate MS Windows, Linux or Apple MacOS controls or your own unique style.
Design of each control can be fully customized via CSS. The plugin supports both fixed and fluid [...]]]></description>
			<content:encoded><![CDATA[<p>jNiceIt is a jQuery plugin which allows you to customize generic form controls and apply your customized design to them. You may use this plugin to emulate MS Windows, Linux or Apple MacOS controls or your own unique style.<span id="more-1136"></span></p>
<p>Design of each control can be fully customized via CSS. The plugin supports both fixed and fluid page layouts because it does not use absolute positioning of skinned controls like most jNiceIt alternatives do.</p>
<h3>Features</h3>
<ol>
<li>Light-weight script</li>
<li>Easy to integrate</li>
<li>Fully customizable via CSS</li>
<li>Works with all modern browsers</li>
<li>Supports fixed and fluid page layouts</li>
<li>The following controls supported:
<ol>
<li>Button</li>
<li>Text Input</li>
<li>Check Box</li>
<li>Radio Button</li>
<li>File Upload Input</li>
<li>Select Box</li>
<li>List</li>
<li>Text Area</li>
</ol>
</li>
</ol>
<h3>How to Use</h3>
<p>1.) <a title="Download jNiceIt jQuery Plugin" href="http://www.ajaxblender.com/script-sources/jniceit/download/jniceit.zip">Download</a> jNiceIt script. The package already contains jQuery framework.</p>
<p>2.) Add the following code to your <strong>&lt;head&gt;&#8230;&lt;/head&gt;</strong> tag to connect jQuery framework and jNiceIt plugin. <em>(Make sure paths to files are correct.)</em></p>
<pre class="html">
<span class="htmlStyleTag">&lt;style type=<span class="cssString">&quot;text/css&quot;</span> media=<span class="cssString">&quot;screen&quot;</span>&gt;</span>
    <span class="cssImport">@import url(<span class="cssString">"../jniceit.css"</span>);</span>
<span class="htmlStyleTag">&lt;/style&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;../jquery-1.3.2.min.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;../jniceit.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span>&gt;</span>
$(document).ready(function() {
    //    This will skin the form with class &#039;.NiceIt&#039;
    $(&#039;form.NiceIt&#039;).NiceIt();
});
<span class="htmlScriptTag">&lt;/script&gt;</span>
</pre>
<p>That&#8217;s it ;) Click the <strong>Demo</strong> button to see it in action.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=1136&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/jniceit.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>jQTouch</title>
		<link>http://www.ajaxblender.com/jqtouch.html</link>
		<comments>http://www.ajaxblender.com/jqtouch.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 13:10:50 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1079</guid>
		<description><![CDATA[A jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices.
]]></description>
			<content:encoded><![CDATA[<p>A jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=1079&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/jqtouch.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xBreadcrumbs</title>
		<link>http://www.ajaxblender.com/xbreadcrumbs.html</link>
		<comments>http://www.ajaxblender.com/xbreadcrumbs.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:51:01 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[breadcrumbs]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1038</guid>
		<description><![CDATA[xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly navigate through one section of the site to another. xBreadcrumbs works with unordered lists (UL/LI) which would make your breadcrumbs fully optimized [...]]]></description>
			<content:encoded><![CDATA[<p>xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly navigate through one section of the site to another. <span id="more-1038"></span>xBreadcrumbs works with unordered lists (UL/LI) which would make your breadcrumbs fully optimized for search engines. An SEO freindly breadcrumb has many benefits.</p>
<h3>Features</h3>
<ol>
<li> Light-weight script (~3Kb)</li>
<li>Easy to integrate</li>
<li>Fully customizable via CSS</li>
<li>Works with all modern browsers</li>
</ol>
<h3>How to Use</h3>
<p>1.) <a href="http://www.ajaxblender.com/script-sources/xbreadcrumbs/download/xbreadcrumbs.zip">Download</a> xBreadcrumbs script. The package already contains jQuery framework.<br />
2.) Add the following code to your <strong>&lt;head&gt;&#8230;&lt;/head&gt;</strong> tag to connect jQuery framework, xBreadcrumbs plugin and CSS. <em>(Make sure paths to files are correct.)</em></p>
<pre class="html">
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;../jquery-1.3.2.min.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlScriptTag">&lt;script type=<span class="htmlAttributeValue">&quot;text/javascript&quot;</span> src=<span class="htmlAttributeValue">&quot;../xbreadcrumbs.js&quot;</span>&gt;</span><span class="htmlScriptTag">&lt;/script&gt;</span>
<span class="htmlOtherTag">&lt;link rel=<span class="htmlAttributeValue">&quot;stylesheet&quot;</span> href=<span class="htmlAttributeValue">&quot;../xbreadcrumbs.css&quot;</span> /&gt;</span>
</pre>
<p>3.) Create your breadcrumbs structure inside of your <strong>&lt;body&gt;…&lt;/body&gt;</strong> tag.</p>
<pre class="html">
<span class="htmlOtherTag">&lt;ul id=<span class="htmlAttributeValue">&quot;breadcrumbs&quot;</span>&gt;</span>
     <span class="htmlOtherTag">&lt;li&gt;</span>
          <span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Home<span class="htmlAnchorTag">&lt;/a&gt;</span>
          <span class="htmlOtherTag">&lt;ul&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Servers<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Desktop Computers<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Laptops<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
          <span class="htmlOtherTag">&lt;/ul&gt;</span>
     <span class="htmlOtherTag">&lt;/li&gt;</span>
     <span class="htmlOtherTag">&lt;li&gt;</span>
          <span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Laptops<span class="htmlAnchorTag">&lt;/a&gt;</span>
          <span class="htmlOtherTag">&lt;ul&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Dell<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>HP<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Apple<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>IBM<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
          <span class="htmlOtherTag">&lt;/ul&gt;</span>
     <span class="htmlOtherTag">&lt;/li&gt;</span>
     <span class="htmlOtherTag">&lt;li&gt;</span>
          <span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>Apple<span class="htmlAnchorTag">&lt;/a&gt;</span>
          <span class="htmlOtherTag">&lt;ul&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>MacBook Pro<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
               <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>MacBook Air<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
          <span class="htmlOtherTag">&lt;/ul&gt;</span>
     <span class="htmlOtherTag">&lt;/li&gt;</span>
     <span class="htmlOtherTag">&lt;li&gt;</span><span class="htmlAnchorTag">&lt;a href=<span class="htmlAttributeValue">&quot;#&quot;</span>&gt;</span>MacBook Air<span class="htmlAnchorTag">&lt;/a&gt;</span><span class="htmlOtherTag">&lt;/li&gt;</span>
<span class="htmlOtherTag">&lt;/ul&gt;</span>
</pre>
<p>4.) Use the following code (preferably inside of your <strong>&lt;head&gt;&#8230;&lt;/head&gt;</strong> tag) to initialize xBreadcrumbs.</p>
<pre class="php">
<span class="phpOperator">&lt;</span>script type=<span class="phpString">"text/javascript"</span><span class="phpOperator">&gt;</span>
     $<span class="phpOperator">(</span>document<span class="phpOperator">)</span>.ready<span class="phpOperator">(</span><span class="phpFunctionKeyword">function</span><span class="phpOperator">(</span><span class="phpOperator">)</span><span class="phpOperator">{</span>
          $<span class="phpOperator">(</span><span class="phpString">'#breadcrumbs'</span><span class="phpOperator">)</span>.xBreadcrumbs<span class="phpOperator">(</span><span class="phpOperator">)</span><span class="phpText">;</span>
     <span class="phpOperator">}</span><span class="phpOperator">)</span><span class="phpText">;</span>
<span class="phpOperator">&lt;</span>/script<span class="phpOperator">&gt;</span>
</pre>
<p>That&#8217;s it ;) Click the <strong>Demo</strong> button to see it in action.</p>
<h3>Options</h3>
<table class="options" border="0">
<tbody>
<tr>
<th>Configuration Option</th>
<th>Default Value</th>
<th>Description</th>
</tr>
<tr>
<td><strong>showSpeed</strong></td>
<td>fast</td>
<td>Numeric value in milliseconds or jQuery string value (&#8217;fast&#8217;, &#8216;normal&#8217;, &#8217;slow&#8217;). The parameter sets speed of sub level to appear. If empty then no transition is used.</td>
</tr>
<tr class="odd">
<td><strong>hideSpeed</strong></td>
<td><em>empty</em></td>
<td>Numeric value in milliseconds or jQuery string value (&#8217;fast&#8217;, &#8216;normal&#8217;, &#8217;slow&#8217;). The parameter sets speed of sub level to hide. If empty then no transition is used.</td>
</tr>
<tr>
<td><strong>collapsible<br />
</strong></td>
<td>false</td>
<td>Parameters enables collapsing of upper levels.</td>
</tr>
<tr class="odd">
<td><strong>collapsedWidth<br />
</strong></td>
<td>10 <em>(pixels)</em></td>
<td>Width of collapsed level.</td>
</tr>
</tbody>
</table>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=1038&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/xbreadcrumbs.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>jGrowl</title>
		<link>http://www.ajaxblender.com/jgrowl.html</link>
		<comments>http://www.ajaxblender.com/jgrowl.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 10:31:23 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/jgrowl.html</guid>
		<description><![CDATA[jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X&#8217;s Growl Framework works.
]]></description>
			<content:encoded><![CDATA[<p>jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X&#8217;s Growl Framework works.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=919&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/jgrowl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Scrollbars</title>
		<link>http://www.ajaxblender.com/custom-scrollbars.html</link>
		<comments>http://www.ajaxblender.com/custom-scrollbars.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 10:03:01 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[script.aculo.us]]></category>
		<category><![CDATA[scroll effect]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=911</guid>
		<description><![CDATA[A simple and light-weight implementation of a customizable custom scroll bar using script.aculo.us.
]]></description>
			<content:encoded><![CDATA[<p>A simple and light-weight implementation of a customizable custom scroll bar using script.aculo.us.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=911&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/custom-scrollbars.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlockUI</title>
		<link>http://www.ajaxblender.com/blockui-jquery-plugin.html</link>
		<comments>http://www.ajaxblender.com/blockui-jquery-plugin.html#comments</comments>
		<pubDate>Fri, 30 Oct 2009 09:19:19 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery ui]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=896</guid>
		<description><![CDATA[jQuery BlockUI plugin let&#8217;s you block page or a part of the page (a form, for example) to prevent user activity until AJAX request will be completed. The jQuery plugin is highly customizable and provides various options and styles.
]]></description>
			<content:encoded><![CDATA[<p>jQuery BlockUI plugin let&#8217;s you block page or a part of the page (a form, for example) to prevent user activity until AJAX request will be completed. The jQuery plugin is highly customizable and provides various options and styles.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=896&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/blockui-jquery-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooTools Tree Component</title>
		<link>http://www.ajaxblender.com/mootools-tree-component.html</link>
		<comments>http://www.ajaxblender.com/mootools-tree-component.html#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:30:56 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=821</guid>
		<description><![CDATA[This script is a implementation of well-known treeview UI component using Mootools. This implementation includes drag-n-drop and nodes sorting functionality.
]]></description>
			<content:encoded><![CDATA[<p>This script is a implementation of well-known treeview UI component using Mootools. This implementation includes drag-n-drop and nodes sorting functionality.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=821&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/mootools-tree-component.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accordion</title>
		<link>http://www.ajaxblender.com/accordion.html</link>
		<comments>http://www.ajaxblender.com/accordion.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:29:09 +0000</pubDate>
		<dc:creator>ajaxBlender.com</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.ajaxblender.com/?p=763</guid>
		<description><![CDATA[This jQuery plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at first) and to customize animations. The navigation-option automatically activates a part of the accordion based on the current location (URL) of the [...]]]></description>
			<content:encoded><![CDATA[<p>This jQuery plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at first) and to customize animations. The navigation-option automatically activates a part of the accordion based on the current location (URL) of the page.</p>
<img src="http://www.ajaxblender.com/?ak_action=api_record_view&id=763&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.ajaxblender.com/accordion.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

