<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Apply Script</title>
	
	<link>http://applyscript.com</link>
	<description>JavaScript and AJAX Directory and Articles</description>
	<pubDate>Fri, 02 Jan 2009 12:02:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ApplyScript" type="application/rss+xml" /><feedburner:emailServiceId>ApplyScript</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>TypeWatch</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/YGxP7iRabqY/</link>
		<comments>http://applyscript.com/archive/typewatch/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 12:02:29 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[QuickSilver]]></category>

		<category><![CDATA[Ubiquitous]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=57</guid>
		<description><![CDATA[TypeWatch is a script built on top of jQuery that lets you determine whether or not a user has stopped typing, this way you can make sure you do not run unecessesary requests with your AJAX-driven apps. I am thinking of using such a interaction pattern for site specific commands in a similar way to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dennydotnet.com/post/TypeWatch-jQuery-Plugin.aspx">TypeWatch</a> is a script built on top of jQuery that lets you determine whether or not a user has stopped typing, this way you can make sure you do not run unecessesary requests with your AJAX-driven apps. I am thinking of using such a interaction pattern for site specific commands in a similar way to <a href="http://docs.blacktree.com/quicksilver/what_is_quicksilver">QuickSilver for Mac</a> or the <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">ubiquitous firefox plugin</a>.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
<li><a href="http://applyscript.com/archive/masked-input/" title="Masked Input">Masked Input</a></li>
<li><a href="http://applyscript.com/archive/jgrowl/" title="jGrowl">jGrowl</a></li>
<li><a href="http://applyscript.com/archive/tablesorter/" title="TableSorter">TableSorter</a></li>
<li><a href="http://applyscript.com/archive/new-ajax-and-javascript-directory/" title="New AJAX and JavaScript Directory">New AJAX and JavaScript Directory</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/7PzmgpjNWrqi_zu0a1-AM6hoFKc/0/da"><img src="http://feedads.g.doubleclick.net/~a/7PzmgpjNWrqi_zu0a1-AM6hoFKc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7PzmgpjNWrqi_zu0a1-AM6hoFKc/1/da"><img src="http://feedads.g.doubleclick.net/~a/7PzmgpjNWrqi_zu0a1-AM6hoFKc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/YGxP7iRabqY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/typewatch/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/typewatch/</feedburner:origLink></item>
		<item>
		<title>Masked Input</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/f1GD0L4eIss/</link>
		<comments>http://applyscript.com/archive/masked-input/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 21:31:55 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[Forms]]></category>

		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[Form]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[Masked Input]]></category>

		<category><![CDATA[User Experience]]></category>

		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=52</guid>
		<description><![CDATA[ The Masked Input Plugin for jQuery enables support for developers and designers solving a big problem when it comes to form validation. By specifying the pattern or mask you expect the input to be in, you can make sure that the data you are sending to the server probably will be properly formatted and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://digitalbush.com/projects/masked-input-plugin/"><img class="alignleft size-thumbnail wp-image-53" title="Masked Input jQuery Plugin" src="http://applyscript.com/wp-content/uploads/2008/11/picture-12-150x150.png" alt="" width="150" height="150" /></a> <a href="http://digitalbush.com/projects/masked-input-plugin/">The Masked Input Plugin for jQuery</a> enables support for developers and designers solving a big problem when it comes to form validation. By specifying the pattern or mask you expect the input to be in, you can make sure that the data you are sending to the server probably will be properly formatted and provide for a better user experience.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/typewatch/" title="TypeWatch">TypeWatch</a></li>
<li><a href="http://applyscript.com/archive/jgrowl/" title="jGrowl">jGrowl</a></li>
<li><a href="http://applyscript.com/archive/tablesorter/" title="TableSorter">TableSorter</a></li>
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/Nl6FK_wFICD5uGdfLY6ghrc_K54/0/da"><img src="http://feedads.g.doubleclick.net/~a/Nl6FK_wFICD5uGdfLY6ghrc_K54/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Nl6FK_wFICD5uGdfLY6ghrc_K54/1/da"><img src="http://feedads.g.doubleclick.net/~a/Nl6FK_wFICD5uGdfLY6ghrc_K54/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/f1GD0L4eIss" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/masked-input/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/masked-input/</feedburner:origLink></item>
		<item>
		<title>jGrowl</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/t3mgiRIinYE/</link>
		<comments>http://applyscript.com/archive/jgrowl/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 21:27:01 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[Utilities]]></category>

		<category><![CDATA[Alerts]]></category>

		<category><![CDATA[Events]]></category>

		<category><![CDATA[Growl]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[Messaging]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=49</guid>
		<description><![CDATA[jGrowl is a Growl clone built as a jQuery plugin. Growl is a event messaging library for Mac OS X. The purpose of jGrowl is to be able to raise unobtrusive messages based on user or system events. If you have used Growl on Mac OS X, you know this is a great design pattern [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://stanlemon.net/projects/jgrowl.html"><img class="alignleft size-thumbnail wp-image-50" title="jGrowl jQuery Growl Plugin" src="http://applyscript.com/wp-content/uploads/2008/11/picture-11-150x150.png" alt="" width="150" height="150" /></a><a href="http://stanlemon.net/projects/jgrowl.html">jGrowl</a> is a Growl clone built as a jQuery plugin. Growl is a event messaging library for Mac OS X. The purpose of jGrowl is to be able to raise unobtrusive messages based on user or system events. If you have used Growl on Mac OS X, you know this is a great design pattern that adds greatly to the user experience.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/typewatch/" title="TypeWatch">TypeWatch</a></li>
<li><a href="http://applyscript.com/archive/masked-input/" title="Masked Input">Masked Input</a></li>
<li><a href="http://applyscript.com/archive/tablesorter/" title="TableSorter">TableSorter</a></li>
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/d4uTxwgODKSNYkK2EKLVREsiC8Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/d4uTxwgODKSNYkK2EKLVREsiC8Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/d4uTxwgODKSNYkK2EKLVREsiC8Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/d4uTxwgODKSNYkK2EKLVREsiC8Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/t3mgiRIinYE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/jgrowl/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/jgrowl/</feedburner:origLink></item>
		<item>
		<title>Datejs</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/5zZN4NgCKQI/</link>
		<comments>http://applyscript.com/archive/datejs/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:32:42 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[Library]]></category>

		<category><![CDATA[Utilities]]></category>

		<category><![CDATA[Date]]></category>

		<category><![CDATA[i18n]]></category>

		<category><![CDATA[l10n]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=43</guid>
		<description><![CDATA[Datejs is a JavaScript Date Library. If you are looking for a good extension for the core JavaScript Date object with extra features such as an extremely good string parser for dates, nice syntax for finding dates in the future and back, i18n-support and l10n-support out of the box then Datejs is the library for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.datejs.com/"><img class="alignleft size-thumbnail wp-image-44" title="Datejs" src="http://applyscript.com/wp-content/uploads/2008/11/picture-7-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.datejs.com">Datejs</a> is a JavaScript Date Library. If you are looking for a good extension for the core JavaScript Date object with extra features such as an extremely good string parser for dates, nice syntax for finding dates in the future and back, i18n-support and l10n-support out of the box then Datejs is the library for you. This is a must have for people seeking solutions for manipulating time and date clientside using JavaScript.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/fvKqbXlgvJbYSyk6SkOkf4MeiyU/0/da"><img src="http://feedads.g.doubleclick.net/~a/fvKqbXlgvJbYSyk6SkOkf4MeiyU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fvKqbXlgvJbYSyk6SkOkf4MeiyU/1/da"><img src="http://feedads.g.doubleclick.net/~a/fvKqbXlgvJbYSyk6SkOkf4MeiyU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/5zZN4NgCKQI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/datejs/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/datejs/</feedburner:origLink></item>
		<item>
		<title>SyntaxHighlighter</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/kH1-BBj2yuA/</link>
		<comments>http://applyscript.com/archive/syntaxhighlighter/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:47:50 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[Utilities]]></category>

		<category><![CDATA[Blog]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Plugin]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Utils]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=38</guid>
		<description><![CDATA[SyntaxHighlighter is an excellent script for people who publish code online. The script supports code highlightning for a number of different popular languages, such as C++, C#, CSS, Delphi, Java, JavaScript, PHP, Python, Ruby, SQL, VB, XML, HTML. SyntaxHighlighter has become some sort of standard for bloggers posting source code for other to view. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/syntaxhighlighter/"><img class="alignleft size-thumbnail wp-image-39" title="SyntaxHighlighter" src="http://applyscript.com/wp-content/uploads/2008/11/picture-61-150x150.png" alt="" width="150" height="150" /></a><a href="http://code.google.com/p/syntaxhighlighter/">SyntaxHighlighter</a> is an excellent script for people who publish code online. The script supports code highlightning for a number of different popular languages, such as C++, C#, CSS, Delphi, Java, JavaScript, PHP, Python, Ruby, SQL, VB, XML, HTML. SyntaxHighlighter has become some sort of standard for bloggers posting source code for other to view. The script are also <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">available as a WordPress plugin</a>.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/72p23GNxzvNSpDH1ZqW3ZGRmcpU/0/da"><img src="http://feedads.g.doubleclick.net/~a/72p23GNxzvNSpDH1ZqW3ZGRmcpU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/72p23GNxzvNSpDH1ZqW3ZGRmcpU/1/da"><img src="http://feedads.g.doubleclick.net/~a/72p23GNxzvNSpDH1ZqW3ZGRmcpU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/kH1-BBj2yuA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/syntaxhighlighter/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/syntaxhighlighter/</feedburner:origLink></item>
		<item>
		<title>TableSorter</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/ewEOtExfa60/</link>
		<comments>http://applyscript.com/archive/tablesorter/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:49:46 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[Data]]></category>

		<category><![CDATA[Grid]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[jQuery UI]]></category>

		<category><![CDATA[Tables]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=33</guid>
		<description><![CDATA[TableSorter for jQuery by Christian Bach is a easy to add script for sorting tables. It works on large sets of data, and is customizable both via filters, options and themes. It is a shame this plugin is not part of the jQuery UI, I bet they are working on some kind of grid functionality [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tablesorter.com/docs/"><img class="alignleft size-thumbnail wp-image-34" title="TableSorter" src="http://applyscript.com/wp-content/uploads/2008/11/picture-4-150x150.png" alt="" width="150" height="150" /></a><a href="http://tablesorter.com/docs/">TableSorter</a><a href="http://tablesorter.com/docs/"> for jQuery</a> by <a href="http://lovepeacenukes.com/">Christian Bach</a> is a easy to add script for sorting tables. It works on large sets of data, and is customizable both via filters, options and themes. It is a shame this plugin is not part of the <a href="http://ui.jquery.com/">jQuery UI</a>, I bet they are working on some kind of grid functionality to add to the jQuery UI. TableSorter was a part of jQuery UI in the beginning, but got taken away before version 1.5. The script is well written, works fine and is widely used.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/typewatch/" title="TypeWatch">TypeWatch</a></li>
<li><a href="http://applyscript.com/archive/masked-input/" title="Masked Input">Masked Input</a></li>
<li><a href="http://applyscript.com/archive/jgrowl/" title="jGrowl">jGrowl</a></li>
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/aPJuxNVt_X574ZHnliNJZ9CsWZc/0/da"><img src="http://feedads.g.doubleclick.net/~a/aPJuxNVt_X574ZHnliNJZ9CsWZc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aPJuxNVt_X574ZHnliNJZ9CsWZc/1/da"><img src="http://feedads.g.doubleclick.net/~a/aPJuxNVt_X574ZHnliNJZ9CsWZc/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/ewEOtExfa60" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/tablesorter/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/tablesorter/</feedburner:origLink></item>
		<item>
		<title>Lightbox 2</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/dcCVa5PXRLg/</link>
		<comments>http://applyscript.com/archive/lightbox-2/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:14:06 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[Lightbox Clone]]></category>

		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[Graphic]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[Lightbox]]></category>

		<category><![CDATA[Prototype]]></category>

		<category><![CDATA[Scriptaculous]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=28</guid>
		<description><![CDATA[Lightbox 2 is the second version of the mother of all lightbox clones. Lightbox runs on top of Prototype JS and Scriptaculous. New stuff in version 2 is Image Sets, Visual Effects (Transition). The script is unobtrusive and easier to implement than for example Shadowbox, but you are forced to use the Prototype library. A [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lokeshdhakar.com/projects/lightbox2/"><img class="alignleft size-thumbnail wp-image-29" title="Lightbox 2" src="http://applyscript.com/wp-content/uploads/2008/11/picture-3-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox 2</a> is the second version of the mother of all lightbox clones. Lightbox runs on top of <a href="http://www.prototypejs.org/">Prototype JS</a> and <a href="http://script.aculo.us/">Scriptaculous</a>. New stuff in version 2 is Image Sets, Visual Effects (Transition). The script is unobtrusive and easier to implement than for example Shadowbox, but you are forced to use the Prototype library. A lot of Ruby-apps run prototype and Lightbox out of the box.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/JKF84MCI-bKf_mBRf_vo4Yeq20I/0/da"><img src="http://feedads.g.doubleclick.net/~a/JKF84MCI-bKf_mBRf_vo4Yeq20I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JKF84MCI-bKf_mBRf_vo4Yeq20I/1/da"><img src="http://feedads.g.doubleclick.net/~a/JKF84MCI-bKf_mBRf_vo4Yeq20I/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/dcCVa5PXRLg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/lightbox-2/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/lightbox-2/</feedburner:origLink></item>
		<item>
		<title>Shadowbox</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/xleWk0zv_NM/</link>
		<comments>http://applyscript.com/archive/shadowbox/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:03:32 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[Lightbox Clone]]></category>

		<category><![CDATA[User Interface]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Dojo Toolkit]]></category>

		<category><![CDATA[ExtJS]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[Library Agnostic]]></category>

		<category><![CDATA[Lightbox]]></category>

		<category><![CDATA[Media Viewer]]></category>

		<category><![CDATA[MooTools]]></category>

		<category><![CDATA[Prototype]]></category>

		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=23</guid>
		<description><![CDATA[Shadowbox is a media viewer script, on ApplyScript we will categorize these scripts as lightbox clones, as lightbox are the script that have been most used and spread. Shadowbox offers wide support for different media types and is javascript-library-agnostic, it works with all the big JavaScript libraries. Shadowbox can be somewhat difficult to set up [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mjijackson.com/shadowbox/"><img class="alignleft size-thumbnail wp-image-24" title="Shadowbox Script" src="http://applyscript.com/wp-content/uploads/2008/11/picture-2-150x150.png" alt="" width="150" height="150" /></a><a href="http://www.mjijackson.com/shadowbox/">Shadowbox</a> is a media viewer script, on ApplyScript we will categorize these scripts as <a href="http://www.huddletogether.com/projects/lightbox/">lightbox</a> clones, as lightbox are the script that have been most used and spread. Shadowbox offers wide support for different media types and is javascript-library-agnostic, it works with all the big JavaScript libraries. Shadowbox can be somewhat difficult to set up and run, but it is worth the wait/struggle when it runs smoothly.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/typewatch/" title="TypeWatch">TypeWatch</a></li>
<li><a href="http://applyscript.com/archive/lightbox-2/" title="Lightbox 2">Lightbox 2</a></li>
<li><a href="http://applyscript.com/archive/masked-input/" title="Masked Input">Masked Input</a></li>
<li><a href="http://applyscript.com/archive/jgrowl/" title="jGrowl">jGrowl</a></li>
<li><a href="http://applyscript.com/archive/tablesorter/" title="TableSorter">TableSorter</a></li>
<li><a href="http://applyscript.com/archive/new-ajax-and-javascript-directory/" title="New AJAX and JavaScript Directory">New AJAX and JavaScript Directory</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/wEHel1RDtamSye2c_7X17UAIo4o/0/da"><img src="http://feedads.g.doubleclick.net/~a/wEHel1RDtamSye2c_7X17UAIo4o/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wEHel1RDtamSye2c_7X17UAIo4o/1/da"><img src="http://feedads.g.doubleclick.net/~a/wEHel1RDtamSye2c_7X17UAIo4o/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/xleWk0zv_NM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/shadowbox/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/shadowbox/</feedburner:origLink></item>
		<item>
		<title>New AJAX and JavaScript Directory</title>
		<link>http://feedproxy.google.com/~r/ApplyScript/~3/_LJksVUTJ6U/</link>
		<comments>http://applyscript.com/archive/new-ajax-and-javascript-directory/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:03:58 +0000</pubDate>
		<dc:creator>Ernie McCracken</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://applyscript.com/?p=12</guid>
		<description><![CDATA[ApplyScript will feature JavaScript and AJAX articles as well as a directory for libraries and frameworks that solves the problems you are after solving. We appreciate if you hand us your scripts so we can start promoting your different scripts on ApplyScript. 
Hopefully we will grow slow and comfortably to good resource for finding scripts for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>ApplyScript</strong> will feature JavaScript and AJAX articles as well as a directory for libraries and frameworks that solves the problems you are after solving. We appreciate if you hand us your scripts so we can start promoting your different scripts on ApplyScript. </p>
<p>Hopefully we will grow slow and comfortably to good resource for finding scripts for different purposes.<br />
<h3>Related Scripts</h3>
<ul class="related_post">
<li><a href="http://applyscript.com/archive/typewatch/" title="TypeWatch">TypeWatch</a></li>
<li><a href="http://applyscript.com/archive/shadowbox/" title="Shadowbox">Shadowbox</a></li>
</ul>

<p><a href="http://feedads.g.doubleclick.net/~a/JKpdOtiMBFuI5DGqLqgXU0fQEj8/0/da"><img src="http://feedads.g.doubleclick.net/~a/JKpdOtiMBFuI5DGqLqgXU0fQEj8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JKpdOtiMBFuI5DGqLqgXU0fQEj8/1/da"><img src="http://feedads.g.doubleclick.net/~a/JKpdOtiMBFuI5DGqLqgXU0fQEj8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/ApplyScript/~4/_LJksVUTJ6U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://applyscript.com/archive/new-ajax-and-javascript-directory/feed/</wfw:commentRss>
		<feedburner:origLink>http://applyscript.com/archive/new-ajax-and-javascript-directory/</feedburner:origLink></item>
	</channel>
</rss>
