<?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; Ajax</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sat, 20 Mar 2010 05:01:56 +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>Open Source Ajax Push Engine: APE</title>
		<link>http://www.webresourcesdepot.com/open-source-ajax-push-engine-ape/</link>
		<comments>http://www.webresourcesdepot.com/open-source-ajax-push-engine-ape/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:00:24 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=945</guid>
		<description><![CDATA[APE (Ajax Push Engine) is an open source solution which is designed to push real-time data with only JavaScript on the client side.
The core of APE is an epoll-driven HTTP server, entirely written in C, which provides patterns such as XHR long-polling (cross browser), forever frame and many more.
The other part of APE is the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ape-project.org/en/" target="_blank"><img height="108" width="120" align="left" src="http://www.webresourcesdepot.com/wp-content/uploads/image/ape.jpg" alt="APE" style="margin-right: 5px;" /></a>APE (Ajax Push Engine)</strong> is an <strong>open source</strong> solution which is designed to <strong>push real-time data</strong> with only JavaScript on the client side.</p>
<p>The core of <strong>APE</strong> is an <strong>epoll-driven HTTP server</strong>, entirely written in C, which provides patterns such as XHR long-polling (cross browser), forever frame and many more.</p>
<p>The other part of <strong>APE</strong> is the <strong>Javascript Framework based on MooTools</strong> which deals with the <strong>APE protocol</strong>. On the other hand, users can decide what Javascript framework they want to develop with.</p>
<p><a href="http://www.ape-project.org/en/" target="_blank"><img height="221" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/ape-server.jpg" alt="Ajax Push Engine" /></a></p>
<p><strong>APE</strong> only uses web standards, no plugins are needed to be installed on the browsers &amp; it works with all browsers.</p>
<p>It is possible to create various multi-user applications with <strong>APE</strong> as it can broadcast to hundreds of users with ease.</p>
<p>With a <strong>module support</strong> (currently with C but PHP support is on the way) the application can be extended &amp; customized more.</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://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/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.webresourcesdepot.com/tag/mootools/" title="Mootools" rel="tag">Mootools</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/mootools-star-rating-with-rabid-ratings/" title="Mootools Star Rating With Rabid Ratings (January 31, 2008)">Mootools Star Rating With Rabid Ratings</a></li>
	<li><a href="http://www.webresourcesdepot.com/power-mootools-js-framework-using-moord-extension/" title="Moo.rd: Lightweight JavaScript Library Based On Mootools (February 14, 2008)">Moo.rd: Lightweight JavaScript Library Based On Mootools</a></li>
	<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/flexible-ajax-image-gallery-imago/" title="Flexible Ajax Image Gallery: Imago (August 14, 2008)">Flexible Ajax Image Gallery: Imago</a></li>
	<li><a href="http://www.webresourcesdepot.com/attractive-calendar-application-with-mootools/" title="Attractive Calendar Application With Mootools (March 30, 2008)">Attractive Calendar Application With Mootools</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/open-source-ajax-push-engine-ape/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynamic Drag&#8217;n Drop With jQuery And PHP</title>
		<link>http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/</link>
		<comments>http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 05:05:21 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Drag'n Drop]]></category>
		<category><![CDATA[jQuery UI]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=891</guid>
		<description><![CDATA[After publishing ScheduledTweets yesterday, I&#160;received e-mails asking &#34;how the drag&#8217;n drop &#38; saving the new positions to the database was working&#34;.
Drag&#8217;n drop generally looks hard-to-apply but it is definitely not by using JavaScript frameworks. Here is, how it is done by using jQuery &#38; jQuery UI:

The Database:
We create a simple database as below:

The most important [...]]]></description>
			<content:encoded><![CDATA[<p>After publishing <a href="http://www.webresourcesdepot.com/scheduledtweets-free-and-fully-ajaxed-php-application-to-schedule-tweets/">ScheduledTweets</a> yesterday, I&nbsp;received e-mails asking &quot;<strong>how the drag&#8217;n drop &amp; saving the new positions to the database</strong> was working&quot;.</p>
<p><strong>Drag&#8217;n drop</strong> generally <strong>looks hard-to-apply</strong> but it is <strong>definitely not</strong> by using JavaScript frameworks. Here is, how it is done by using <a target="_blank" href="jquery.com/"><strong>jQuery</strong></a> &amp; <a target="_blank" href="http://www.jqueryui.com/"><strong>jQuery UI</strong></a>:</p>
<p><img height="135" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-drag-n-drop.gif" alt="jQuery Drag'n Drop" /><a href="http://www.webresourcesdepot.com/wp-content/uploads/file/jquerydragdrop/" target="_blank"><img height="48" width="480" style="border: 0px none ;" alt="jQuery Drag'n Drop Demo" src="http://www.webresourcesdepot.com/wp-content/uploads/image/demo-button.gif" /></a><a href="http://feeds2.feedburner.com/webresourcesdepot" target="_blank"><img style="border: 0px none ;" alt="jQuery Drag'n Drop Download" src="http://www.webresourcesdepot.com/wp-content/uploads/image/download-button.gif" /></a></p>
<h3>The Database:</h3>
<p>We create a simple database as below:</p>
<p><img height="92" width="477" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-drag-drop-db.gif" alt="jQuery Drag'n Drop Database" /></p>
<p>The most important column in the database is <code>recordListingID</code> which shows us the order of the records.</p>
<p>This feature can be applied to any table by adding such a column to it.</p>
<h3>The HTML:</h3>
<p>We&#8217;ll be using an <strong>unordered list that is generated from a PHP&nbsp;query</strong> that lists the items according to the <code>recordListingID</code> value mentioned above.</p>
<p>Here it is:</p>
<p>
<pre class="brush: php">&lt;/p&gt;
&lt;div id=&quot;contentLeft&quot;&gt;
&lt;ul&gt;
    &lt;li id=&quot;recordsArray_&amp;lt;?php echo $row[&#039;recordID&#039;]; ?&amp;gt;&quot;&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p&gt;</pre>
<p>&nbsp;</p>
<h3>The JavaScript:</h3>
<p>We will be using <a target="_blank" href="http://www.jqueryui.com/demos/sortable/"><strong>jQuery UI&#8217;s sortable plugin</strong></a>.</p>
<p>
<pre class="brush: javascript"> &lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function(){ 

	$(function() {
		$(&quot;#contentLeft ul&quot;).sortable({ opacity: 0.6, cursor: &#039;move&#039;, update: function() {
			var order = $(this).sortable(&quot;serialize&quot;) + &#039;&amp;action=updateRecordsListings&#039;;
			$.post(&quot;updateDB.php&quot;, order, function(theResponse){
				$(&quot;#contentRight&quot;).html(theResponse);
			});
		}
		});
	});

});
&lt;/script&gt; </pre>
</p>
<p>We made the unordered list inside <code>#contentLeft</code> a sortable item, used the <code>serialize</code> function of jQuery to create the array and posted it to updateDB.php.</p>
<h3>The PHP:</h3>
<p>After posting the array of &quot;new order of the items&quot; to updateDB.php, we must run a query to update our database that will reflect the last positions of every item:</p>
<p>
<pre class="brush: php">&lt;?php
require(&quot;db.php&quot;);

$action 				= $_POST[&#039;action&#039;];
$updateRecordsArray 	= $_POST[&#039;recordsArray&#039;];

if ($action == &quot;updateRecordsListings&quot;){

	$listingCounter = 1;
	foreach ($updateRecordsArray as $recordIDValue) {

		$query = &quot;UPDATE records SET recordListingID = &quot; . $listingCounter . &quot; WHERE recordID = &quot; . $recordIDValue;
		mysql_query($query) or die(&#039;Error, insert query failed&#039;);
		$listingCounter = $listingCounter + 1;
	}

	echo &#039;&lt;pre&gt;&#039;;
	print_r($updateRecordsArray);
	echo &#039;&lt;/pre&gt;&#039;;
	echo &#039;If you refresh the page, you will see that records will stay just as you modified.&#039;;
}
?&gt;</pre>
</p>
<p>You can see that this is the easiest part. We handled the array as <code>$updateRecordsArray </code>and used it inside a <code>for each</code> statement.</p>
<p>With a new variable named <code>$listingCounter</code>, while the <code>for each</code> statement runs, we have updated the values of <code>recordListingID</code> column of every item in the database with <code>$listingCounter</code> values. And that&#8217;s it.</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://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/dragn-drop/" title="Drag&#039;n Drop" rel="tag">Drag&#039;n Drop</a>, <a href="http://www.webresourcesdepot.com/tag/jquery-ui/" title="jQuery UI" rel="tag">jQuery UI</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/machform-self-hosted-html-form-builder-3-licenses-giveaway/" title="MachForm: Self-Hosted HTML Form Builder / 3 Licenses Giveaway (January 13, 2009)">MachForm: Self-Hosted HTML Form Builder / 3 Licenses Giveaway</a></li>
	<li><a href="http://www.webresourcesdepot.com/machform-html-form-builder-winners-of-the-free-licenses/" title="MachForm: HTML Form Builder / Winners Of The Free Licenses (January 20, 2009)">MachForm: HTML Form Builder / Winners Of The Free Licenses</a></li>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/smoot-ajax-diagram-and-gis-tool/" title="Smoot: Ajax Diagram And GIS Tool (March 11, 2008)">Smoot: Ajax Diagram And GIS Tool</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-shoutbox-script-wtag/" title="PHP Shoutbox Script: wTag (June 22, 2008)">PHP Shoutbox Script: wTag</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>Free Ajax Newsletter Script</title>
		<link>http://www.webresourcesdepot.com/free-ajax-newsletter-script/</link>
		<comments>http://www.webresourcesdepot.com/free-ajax-newsletter-script/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:49:40 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[CC License]]></category>
		<category><![CDATA[Extras]]></category>
		<category><![CDATA[Newsletter Mngmnt.]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=846</guid>
		<description><![CDATA[This is a free Ajax newsletter script that is built with PHP &#38; jQuery.
With a very simple interface, it enables you to:

Create categories (lists)
Add e-mails to categories
Send e-mails to any category and/or e-mail
View the previously sent e-mails


It uses 1 PHP&#160;file &#38; comes with a .SQL file for creating the necessary tables in MySQL.
To mention, the [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://virae.org/newsletter_module/">This</a> is a <strong>free Ajax newsletter script</strong> that is built with PHP &amp; jQuery.</p>
<h3>With a very simple interface, it enables you to:</h3>
<ul>
<li>Create categories (lists)</li>
<li>Add e-mails to categories</li>
<li>Send e-mails to any category and/or e-mail</li>
<li>View the previously sent e-mails</li>
</ul>
<p><a target="_blank" href="http://virae.org/newsletter_module/"><img height="197" width="480" alt="Free Ajax Newsletter Script" src="http://www.webresourcesdepot.com/wp-content/uploads/image/free-ajax-newsletter.jpg" /></a></p>
<p>It uses 1 PHP&nbsp;file &amp; comes with a .SQL file for creating the necessary tables in <strong>MySQL</strong>.</p>
<p>To mention, the script is only the <strong>admin interface</strong>. If needed, you can create a front-end for users who want to subscribe to a newsletter by inserting their e-mails to the related categories.</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://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/mysql/" title="Mysql" rel="tag">Mysql</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/smoot-ajax-diagram-and-gis-tool/" title="Smoot: Ajax Diagram And GIS Tool (March 11, 2008)">Smoot: Ajax Diagram And GIS Tool</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-shoutbox-script-wtag/" title="PHP Shoutbox Script: wTag (June 22, 2008)">PHP Shoutbox Script: wTag</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-ajax-chat-application-mia-chat/" title="PHP &#8211; Ajax Chat Application: Mia Chat (July 8, 2008)">PHP &#8211; Ajax Chat Application: Mia Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/open-source-project-management-software-collabtive/" title="Open Source Project Management Software: Collabtive (February 10, 2008)">Open Source Project Management Software: Collabtive</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/free-ajax-newsletter-script/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Canvas Tooltips With jQuery: BeautyTips</title>
		<link>http://www.webresourcesdepot.com/canvas-tooltips-with-jquery-beautytips/</link>
		<comments>http://www.webresourcesdepot.com/canvas-tooltips-with-jquery-beautytips/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 05:01:07 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=828</guid>
		<description><![CDATA[BeautyTips is a jQuery plugin which draws tooltips in realtime using the canvas element.
The tooltips are very flexible and can be triggered in various ways.

Every tooltip, by default is displayed at the side of an element where there is more space. But the position can also be forced.
Content can be hard-coded, called from an attribute [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html"><strong>BeautyTips</strong></a> is a <strong>jQuery plugin</strong> which draws tooltips in realtime using the <strong>canvas</strong> element.</p>
<p>The <strong>tooltips</strong> are very flexible and can be triggered in various ways.</p>
<p><a target="_blank" href="http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html"><img height="194" width="490" alt="jQuery Tooltips" src="http://www.webresourcesdepot.com/wp-content/uploads/image/beautytips.gif" /></a></p>
<p>Every <strong>tooltip</strong>, by default is displayed at the side of an element where there is more space. But the position can also be forced.</p>
<p>Content can be hard-coded, called from an attribute or with an <strong>Ajax</strong> request.</p>
<p>The look &amp; feel of the <strong>tooltips</strong> can be totally customized considering they are <strong>canvas elements</strong>.</p>
<p><strong>BeautyTips</strong> works in all major browsers, including iPhone (requires <a target="_blank" href="http://excanvas.sourceforge.net/">ExplorerCanvas</a> for IE).</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://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/javascript/" title="Javascript" rel="tag">Javascript</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/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>
	<li><a href="http://www.webresourcesdepot.com/practical-non-ajax-image-gallery-easyalbum/" title="Practical Non-Ajax Image Gallery: easyAlbum (April 29, 2008)">Practical Non-Ajax Image Gallery: easyAlbum</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/canvas-tooltips-with-jquery-beautytips/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A jQuery Portal Framework For Netvibes-Like Interfaces: JPolite</title>
		<link>http://www.webresourcesdepot.com/a-jquery-portal-framework-for-netvibes-like-interfaces-jpolite/</link>
		<comments>http://www.webresourcesdepot.com/a-jquery-portal-framework-for-netvibes-like-interfaces-jpolite/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 17:00:33 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[GPL License]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Netvibes]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=813</guid>
		<description><![CDATA[JPolite is a lightweight portal framework, built with jQuery, for creating Netvibes-like interfaces.
It is a powerful base for creating complex / customizable websites quickly.

JPolite seperates content, appearance and behavior. And, it makes turning a content module into tabbed or accordion presentations very easy.
Some examples of the ease it provides:

A form with class=&#34;ajaxform1 will automatically turned [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.trilancer.com/jpolite/"><strong>JPolite</strong></a> is a lightweight portal framework, built with <strong>jQuery</strong>, for creating <strong>Netvibes-like interfaces</strong>.</p>
<p>It is a powerful base for creating complex / customizable websites quickly.</p>
<p><a target="_blank" href="http://www.trilancer.com/jpolite/"><img height="172" width="480" alt="JPolite" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jpolite.jpg" /></a></p>
<p><strong>JPolite</strong> seperates content, appearance and behavior. And, it makes turning a content module into <strong>tabbed</strong> or <strong>accordion</strong> presentations very easy.</p>
<h3>Some examples of the ease it provides:</h3>
<ul>
<li>A form with <code>class=&quot;ajaxform1</code> will automatically turned into an Ajaxed form.</li>
<li>Any link with <code>class=&quot;thickbox&quot;</code> will be displayed in <strong>Thickbox</strong> &amp; more.</li>
</ul>
<p>To check this interesting project, <a target="_blank" href="http://www.trilancer.com/jpolite/">click here</a>.</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://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/javascript/" title="Javascript" rel="tag">Javascript</a>, <a href="http://www.webresourcesdepot.com/tag/netvibes/" title="Netvibes" rel="tag">Netvibes</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/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>
	<li><a href="http://www.webresourcesdepot.com/practical-non-ajax-image-gallery-easyalbum/" title="Practical Non-Ajax Image Gallery: easyAlbum (April 29, 2008)">Practical Non-Ajax Image Gallery: easyAlbum</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/a-jquery-portal-framework-for-netvibes-like-interfaces-jpolite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Highly Customizable jQuery Modal Plugin: NyroModal</title>
		<link>http://www.webresourcesdepot.com/highly-customizable-jquery-modal-plugin-nyromodal/</link>
		<comments>http://www.webresourcesdepot.com/highly-customizable-jquery-modal-plugin-nyromodal/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:24:20 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[MIT License]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=802</guid>
		<description><![CDATA[NyroModal is a very flexible &#38; customizable jQuery plugin for creating modal windows easily.
It can display any type of HTML objects:

with Ajax requests
by showing a hidden DOM element
as a gallery
forms, iframes..


Besides the features mentioned, you can target the content inside an Ajax request or a form, resize the modal window from an Ajax request &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://nyromodal.nyrodev.com/"><strong>NyroModal</strong></a> is a very flexible &amp; customizable <strong>jQuery plugin</strong> for creating <strong>modal windows</strong> easily.</p>
<h3>It can display any type of HTML objects:</h3>
<ul>
<li>with Ajax requests</li>
<li>by showing a hidden DOM element</li>
<li>as a gallery</li>
<li>forms, iframes..</li>
</ul>
<p><a target="_blank" href="http://nyromodal.nyrodev.com/"><img height="155" width="480" alt="jQuery Modal Windows: NyroModal" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-modal-nyromodal.jpg" /></a></p>
<p>Besides the features mentioned, you can target the content inside an Ajax request or a form, resize the <strong>modal window</strong> from an Ajax request &amp; more.</p>
<p>On every event, like showing or hiding the <strong>modal box</strong>, any animation can be defined too.</p>
<p>The plugin is very well-documented &amp; presents various examples.</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://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><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/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</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/sortable-and-editable-tables-with-ajax/" title="Sortable And Editable Tables (With Ajax) (February 15, 2008)">Sortable And Editable Tables (With Ajax)</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/highly-customizable-jquery-modal-plugin-nyromodal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simpletip &#8211; A Flexible jQuery Tooltip Plugin</title>
		<link>http://www.webresourcesdepot.com/simpletip-a-flexible-jquery-tooltip-plugin/</link>
		<comments>http://www.webresourcesdepot.com/simpletip-a-flexible-jquery-tooltip-plugin/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 10:03:31 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[GPL License]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=789</guid>
		<description><![CDATA[Simpletip is a fresh &#38; lightweight jQuery plugin for creating flexible tooltips.
Tooltips can be attached to any element &#38; easily styled in means of presentation &#38; positioning.

The tooltips can be static, dynamic or loaded via Ajax. And, any combination of effects can be applied to make them more attractive.
Simpletip provides various options for max. customization. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://craigsworks.com/simpletip/" target="_blank"><strong>Simpletip</strong></a> is a fresh &amp; lightweight <strong>jQuery plugin</strong> for creating flexible <strong>tooltips</strong>.</p>
<p><strong>Tooltips</strong> can be attached to any element &amp; easily styled in means of presentation &amp; positioning.</p>
<p><a href="http://craigsworks.com/simpletip/" target="_blank"><img height="89" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/jquery-simple-tip-plugin.gif" alt="jQuery Simpletip Tooltip Plugin" /></a></p>
<p>The tooltips can be static, dynamic or loaded via <strong>Ajax</strong>. And, any combination of <strong>effects</strong> can be applied to make them more attractive.</p>
<p><strong>Simpletip</strong> provides various options for max. customization. The plugin is well-documented &amp; provides examples.</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://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/javascript/" title="Javascript" rel="tag">Javascript</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/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/practical-non-ajax-image-gallery-easyalbum/" title="Practical Non-Ajax Image Gallery: easyAlbum (April 29, 2008)">Practical Non-Ajax Image Gallery: easyAlbum</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-shoutbox-script-wtag/" title="PHP Shoutbox Script: wTag (June 22, 2008)">PHP Shoutbox Script: wTag</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/simpletip-a-flexible-jquery-tooltip-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Advanced Ajax Preloader Images Creator: Preloaders.net</title>
		<link>http://www.webresourcesdepot.com/advanced-ajax-preloader-images-creator-preloadersnet/</link>
		<comments>http://www.webresourcesdepot.com/advanced-ajax-preloader-images-creator-preloadersnet/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 08:17:25 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[License Free]]></category>
		<category><![CDATA[Various Objects]]></category>
		<category><![CDATA[Ajax]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=778</guid>
		<description><![CDATA[Preloaders.net is a free web-based service for creating Ajax preloader images.
It offers a wide-selection of preloaders. Besides the most popular images there are fresh ones, including 3D preloaders.

You can mention:

background colors (transparent support)
foreground colors
sizes
speed of the animation

for creating a customized Ajax preloader image.
Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://preloaders.net/"><strong>Preloaders.net</strong></a> is a free web-based service for <strong>creating Ajax preloader images</strong>.</p>
<p>It offers a wide-selection of preloaders. Besides the most popular images there are fresh ones, including 3D preloaders.</p>
<p><a target="_blank" href="http://preloaders.net/"><img height="102" width="480" alt="Ajax Preloader" src="http://www.webresourcesdepot.com/wp-content/uploads/image/ajax-preloader.jpg" /></a></p>
<h3>You can mention:</h3>
<ul>
<li>background colors (transparent support)</li>
<li>foreground colors</li>
<li>sizes</li>
<li>speed of the animation</li>
</ul>
<p>for creating a customized <strong>Ajax preloader image</strong>.</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://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><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/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</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/sortable-and-editable-tables-with-ajax/" title="Sortable And Editable Tables (With Ajax) (February 15, 2008)">Sortable And Editable Tables (With Ajax)</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/advanced-ajax-preloader-images-creator-preloadersnet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AJAX APIs Playground: Learn &amp; Test Google&#8217;s APIs Easily</title>
		<link>http://www.webresourcesdepot.com/ajax-apis-playground-learn-test-googles-apis-easily/</link>
		<comments>http://www.webresourcesdepot.com/ajax-apis-playground-learn-test-googles-apis-easily/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 22:08:00 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Info]]></category>
		<category><![CDATA[No License]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=762</guid>
		<description><![CDATA[AJAX APIs Playground, a web-based application that runs on Google&#8217;s App. engine, enables you to learn &#38; test APIs of Google products.
APIs included are:

Visualization
Search
Language
Blogger Data
Maps
Earth
Feeds
Calendar Data


All functions of the APIs have well-commented examples that you can modify &#38; run.
Besides playing with the codes, you can login with a Google account &#38; save the code you [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://code.google.com/apis/ajax/playground/"><strong>AJAX APIs Playground</strong></a>, a web-based application that runs on Google&#8217;s App. engine, enables you to <strong>learn &amp; test APIs of Google products</strong>.</p>
<h3>APIs included are:</h3>
<ul>
<li>Visualization</li>
<li>Search</li>
<li>Language</li>
<li>Blogger Data</li>
<li>Maps</li>
<li>Earth</li>
<li>Feeds</li>
<li>Calendar Data</li>
</ul>
<p><a target="_blank" href="http://code.google.com/apis/ajax/playground/"><img height="153" width="480" alt="AJAX APIs Playground" src="http://www.webresourcesdepot.com/wp-content/uploads/image/ajax-apis-playground.gif" /></a></p>
<p>All functions of the <strong>APIs have well-commented examples</strong> that you can modify &amp; run.</p>
<p>Besides playing with the codes, you can login with a Google account &amp; save the code you created for future use.</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://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/api/" title="API" rel="tag">API</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/google-ajax-translation-api/" title="Google AJAX Translation API (March 22, 2008)">Google AJAX Translation API</a></li>
	<li><a href="http://www.webresourcesdepot.com/ajax-libraries-api-from-google/" title="Ajax Libraries API From Google (May 27, 2008)">Ajax Libraries API From Google</a></li>
	<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/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/universal-embedding-api-oembed/" title="Universal Embedding API: oEmbed (June 16, 2008)">Universal Embedding API: oEmbed</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/ajax-apis-playground-learn-test-googles-apis-easily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MachForm: HTML Form Builder / Winners Of The Free Licenses</title>
		<link>http://www.webresourcesdepot.com/machform-html-form-builder-winners-of-the-free-licenses/</link>
		<comments>http://www.webresourcesdepot.com/machform-html-form-builder-winners-of-the-free-licenses/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 05:01:16 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Extras]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Reviews & Giveaways]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Drag'n Drop]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=754</guid>
		<description><![CDATA[Last week, a post at WebResourcesDepot had announced the giveaway of 3 MachForm, a self-hosted HTML form builder, licenses ($39/license).
Winners are selected &#38; announced at the bottom of the post.
To remind, what is MachForm?

It is a&#160; HTML form builder that you can install it under any website, comes with full PHP&#160;source code &#38; uses MySQL [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, <a href="http://www.webresourcesdepot.com/machform-self-hosted-html-form-builder-3-licenses-giveaway/">a post at WebResourcesDepot</a> had announced the giveaway of 3 <strong>MachForm</strong>, a self-hosted <strong>HTML form builder</strong>, licenses ($39/license).</p>
<p>Winners are selected &amp; announced at the bottom of the post.</p>
<h3>To remind, what is MachForm?</h3>
<p><a href="http://www.appnitro.com/" target="_blank"><img height="76" width="480" src="http://www.webresourcesdepot.com/wp-content/uploads/image/machform-info.jpg" alt="MachForm" /></a></p>
<p>It is a&nbsp;<strong> HTML form builder</strong> that you can install it under any website, comes with full PHP&nbsp;source code &amp; uses <strong>MySQL</strong> for storing data.</p>
<h3>It simply makes these processes very easy:</h3>
<ul>
<li>creating forms</li>
<li>collecting data</li>
<li>analyzing &amp; exporting the data</li>
</ul>
<p>It is a flexible application which you can <strong>create almost any type of forms</strong> &amp; <strong>style them</strong> to fit your needs.</p>
<h3>Here are the winners?</h3>
<ul>
<li>Victor (comment #33551)</li>
<li>advative (comment #33673)</li>
<li>Jerry82 (comment #33488)</li>
</ul>
<p>Congratulations to the winners, they will be contacted by <strong>MachForm</strong> staff shortly and thanks to everyone for joining this giveaway.<strong><br />
</strong></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://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/dragn-drop/" title="Drag&#039;n Drop" rel="tag">Drag&#039;n Drop</a>, <a href="http://www.webresourcesdepot.com/tag/mysql/" title="Mysql" rel="tag">Mysql</a>, <a href="http://www.webresourcesdepot.com/tag/php/" title="Php" rel="tag">Php</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/machform-self-hosted-html-form-builder-3-licenses-giveaway/" title="MachForm: Self-Hosted HTML Form Builder / 3 Licenses Giveaway (January 13, 2009)">MachForm: Self-Hosted HTML Form Builder / 3 Licenses Giveaway</a></li>
	<li><a href="http://www.webresourcesdepot.com/voice-enabled-powerful-web-chat-software-ajax-chat/" title="Voice Enabled Powerful Web Chat Software: Ajax Chat (February 21, 2008)">Voice Enabled Powerful Web Chat Software: Ajax Chat</a></li>
	<li><a href="http://www.webresourcesdepot.com/smoot-ajax-diagram-and-gis-tool/" title="Smoot: Ajax Diagram And GIS Tool (March 11, 2008)">Smoot: Ajax Diagram And GIS Tool</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-shoutbox-script-wtag/" title="PHP Shoutbox Script: wTag (June 22, 2008)">PHP Shoutbox Script: wTag</a></li>
	<li><a href="http://www.webresourcesdepot.com/php-ajax-chat-application-mia-chat/" title="PHP &#8211; Ajax Chat Application: Mia Chat (July 8, 2008)">PHP &#8211; Ajax Chat Application: Mia Chat</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/machform-html-form-builder-winners-of-the-free-licenses/feed/</wfw:commentRss>
		<slash:comments>1</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 29/71 queries in -3.136 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-20 17:05:48 -->