<?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>Free Web Resources - Web Resources Depot &#187; Dojo</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Mon, 22 Mar 2010 06:46:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Database From JavaScript: Taffy DB</title>
		<link>http://www.webresourcesdepot.com/database-from-javascript-taffy-db/</link>
		<comments>http://www.webresourcesdepot.com/database-from-javascript-taffy-db/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 05:01:07 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/database-from-javascript-taffy-db/</guid>
		<description><![CDATA[For JavaScript and AJAX applications, Taffy DB is a beautiful tool.
 		Taffy DB is an open source JavaScript library that acts as a data layer inside the applications. Just think of it as a SQL database in your web browser.

Let&#8217;s say you have a collection of products and you want to find every product that [...]]]></description>
			<content:encoded><![CDATA[<p>For JavaScript and AJAX applications, <a target="_blank" href="http://taffydb.com"><strong>Taffy DB</strong></a> is a beautiful tool.</p>
<p><strong> 		Taffy DB</strong> is an <strong>open source JavaScript library</strong> that acts as a data layer inside the applications. Just think of it as a SQL database in your web browser.</p>
<p><a target="_blank" href="http://taffydb.com"><img width="401" height="44" alt="JavaScript Database Library" src="http://www.webresourcesdepot.com/wp-content/uploads/image/javascript-database-library.gif" /></a></p>
<p>Let&#8217;s say you have a collection of products and you want to find every product that costs less than $10 and is not a book. Simple, just write some JavaScript:<br />
<em>products.find({price:{lessthan:10},<br />
type:{not:&quot;Book&quot;}});</em></p>
<h3>Major features:</h3>
<ul>
<li>Under 10K!</li>
<li>Simple, JavaScript Centric Syntax</li>
<li>Fast</li>
<li>Easy to include in any web application</li>
<li>Compatible with major Ajax libraries: YUI, JQuery, Dojo, Prototype, EXT, etc</li>
<li>CRUD Interface (Create, Read, Update, Delete)</li>
<li>Sorting</li>
<li>Looping</li>
<li>Advanced Queries</li>
</ul>
<p>Check out the Getting Started Guide for <strong>Taffy DB</strong>&#8217;s capabilities.</p>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://findicons.com" target="_blank">FindIcons.com &#8211; Ultimate Free Icon Search Engine</a><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/ajax/" title="Ajax" rel="tag">Ajax</a>, <a href="http://www.webresourcesdepot.com/tag/database/" title="Database" rel="tag">Database</a>, <a href="http://www.webresourcesdepot.com/tag/dojo/" title="Dojo" rel="tag">Dojo</a>, <a href="http://www.webresourcesdepot.com/tag/ext-js/" title="Ext JS" rel="tag">Ext JS</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/jquery/" title="jQuery" rel="tag">jQuery</a>, <a href="http://www.webresourcesdepot.com/tag/prototype/" title="Prototype" rel="tag">Prototype</a>, <a href="http://www.webresourcesdepot.com/tag/yui/" title="YUI" rel="tag">YUI</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/" title="What You See Is What You Ajax: WaveMaker (March 5, 2008)">What You See Is What You Ajax: WaveMaker</a></li>
	<li><a href="http://www.webresourcesdepot.com/image-preloading-from-css-with-jquery/" title="Image Preloading From CSS With jQuery (June 20, 2008)">Image Preloading From CSS With jQuery</a></li>
	<li><a href="http://www.webresourcesdepot.com/high-quality-controls-widgets-for-prototypejs/" title="High Quality Controls &#038; Widgets for Prototype.js (April 18, 2008)">High Quality Controls &#038; Widgets for Prototype.js</a></li>
	<li><a href="http://www.webresourcesdepot.com/form-validation-ajax-submit-with-protoform/" title="Form Validation + Ajax Submit With ProtoForm (August 28, 2008)">Form Validation + Ajax Submit With ProtoForm</a></li>
	<li><a href="http://www.webresourcesdepot.com/feature-rich-data-grid-for-jquery-flexigrid/" title="Feature-Rich Data Grid For jQuery: Flexigrid (March 24, 2008)">Feature-Rich Data Grid For jQuery: Flexigrid</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/database-from-javascript-taffy-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What You See Is What You Ajax: WaveMaker</title>
		<link>http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/</link>
		<comments>http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 05:01:09 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Dojo]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Widget]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/</guid>
		<description><![CDATA[Creating ajax applications are now much easier with WaveMaker Visual Ajax Studio for both developers and users with even no JavaScript experience.
WaveMaker Visual Ajax Studio is a visual builder that helps ceating web-applications using Ajax widgets, web services and databases. Best of all, it does not require complex codes, forms, patterns or portal frameworks.

Some Features:

Drag [...]]]></description>
			<content:encoded><![CDATA[<p>Creating ajax applications are now much easier with <a href="http://www.wavemaker.com/" target="_blank"><strong>WaveMaker Visual Ajax Studio</strong></a> for both developers and users with even no JavaScript experience.</p>
<p><strong>WaveMaker Visual Ajax Studio</strong> is a visual builder that helps ceating web-applications using Ajax widgets, web services and databases. Best of all, it does not require complex codes, forms, patterns or portal frameworks.</p>
<p><a href="http://www.wavemaker.com/" target="_blank"><img width="480" height="298" src="http://www.webresourcesdepot.com/wp-content/uploads/image/ajax-software.jpg" alt="Ajax Software" /></a></p>
<h3>Some Features:</h3>
<ul>
<li>Drag &amp; Drop  Assembly</li>
<li>LiveLayout&trade;</li>
<li>Push to  Deploy&trade;: One-touch application deployment</li>
<li>Visual Data Binding&gt;</li>
<li>SOAP, REST and RSS web  services</li>
<li>Leverage existing CSS,  HTML and Java</li>
<li>Deploys a standard Java .war file</li>
</ul>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://findicons.com" target="_blank">FindIcons.com &#8211; Ultimate Free Icon Search Engine</a><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/ajax/" title="Ajax" rel="tag">Ajax</a>, <a href="http://www.webresourcesdepot.com/tag/dojo/" title="Dojo" rel="tag">Dojo</a>, <a href="http://www.webresourcesdepot.com/tag/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/widget/" title="Widget" rel="tag">Widget</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/javascript-widgets-library-meteora/" title="JavaScript Widgets Library: Meteora (March 24, 2008)">JavaScript Widgets Library: Meteora</a></li>
	<li><a href="http://www.webresourcesdepot.com/database-from-javascript-taffy-db/" title="Database From JavaScript: Taffy DB (March 12, 2008)">Database From JavaScript: Taffy DB</a></li>
	<li><a href="http://www.webresourcesdepot.com/tooltips-over-images-with-tipmage/" title="Tooltips Over Images With Tipmage (July 10, 2008)">Tooltips Over Images With Tipmage</a></li>
	<li><a href="http://www.webresourcesdepot.com/tiny-html-wysiwyg-editor-nicedit/" title="Tiny Html (WYSIWYG) Editor: NicEdit (February 2, 2008)">Tiny Html (WYSIWYG) Editor: NicEdit</a></li>
	<li><a href="http://www.webresourcesdepot.com/simpletip-a-flexible-jquery-tooltip-plugin/" title="Simpletip &#8211; A Flexible jQuery Tooltip Plugin (February 8, 2009)">Simpletip &#8211; A Flexible jQuery Tooltip Plugin</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/what-you-see-is-what-you-ajax-wavemaker/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 10/28 queries in -8.444 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-22 14:28:26 -->