<?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>Ajax Updates &#187; Readme</title>
	<atom:link href="http://www.ajaxupdates.com/tag/readme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxupdates.com</link>
	<description>Latest Ajax Scripts, Examples, News and other Ajax related stuff</description>
	<lastBuildDate>Fri, 12 Feb 2010 12:46:54 +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>Multiple file upload &#8211; Moo tools</title>
		<link>http://www.ajaxupdates.com/multiple-file-upload-moo-tools/</link>
		<comments>http://www.ajaxupdates.com/multiple-file-upload-moo-tools/#comments</comments>
		<pubDate>Fri, 08 May 2009 17:51:03 +0000</pubDate>
		<dc:creator>alyaspk</dc:creator>
				<category><![CDATA[Ajax File Uploaders]]></category>
		<category><![CDATA[Ajax Scripts]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Compatible Code]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Download Files]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[file uploader]]></category>
		<category><![CDATA[Moo Tools]]></category>
		<category><![CDATA[Multiple File]]></category>
		<category><![CDATA[Readme]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Spite]]></category>
		<category><![CDATA[Stickman]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Zip File]]></category>

		<guid isPermaLink="false">http://www.ajaxupdates.com/?p=1603</guid>
		<description><![CDATA[It’s about 18 months since I released my simple script for creating a prettier way to include multiple file elements on a page. In that time it has remained by far the most popular page on this site, in spite of the fact that I haven’t updated it since and have long since given up [...]


Related Listings:<ol><li><a href='http://www.ajaxupdates.com/uploadify-a-file-upload-plugin-using-jquery/' rel='bookmark' title='Permanent Link: uploadify &#8211; A file upload plugin using jQuery'>uploadify &#8211; A file upload plugin using jQuery</a> <small>This plugin allows you to change any element with an...</small></li>
<li><a href='http://www.ajaxupdates.com/timespinner-moo-tools/' rel='bookmark' title='Permanent Link: TimeSpinner : Moo Tools'>TimeSpinner : Moo Tools</a> <small>Welcome to this temporary/permanent page. Temporary because is really ugly,...</small></li>
<li><a href='http://www.ajaxupdates.com/featured-articles-plugin-for-wordpress-with-moo-tools/' rel='bookmark' title='Permanent Link: Featured articles plugin for Wordpress with Moo Tools'>Featured articles plugin for Wordpress with Moo Tools</a> <small>Featured articles gives the wordpress blog admin the possibility to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It’s about 18 months since I released my simple script for creating a prettier way to include multiple file elements on a page. In that time it has remained by far the most popular page on this site, in spite of the fact that I haven’t updated it since and have long since given up trying to keep up with the comments it still generates.</p>
<p>Anyway as a way of getting to know Mootools, I decided to rewrite it to take advantage of the framework. I took the opportunity to clean up the code a bit and make it easier to style the output.</p>
<p>You can find a zip file for MooTools version 1.2 here (included is another zip file with the old, MooTools v1.1 compatible code) with the full annotated source code, also a compressed version (it weighs in at just 2.5K), some simple CSS, an example HTML file and a readme (which is basically identical to the extended comments at the top of the source code).</p>
<p><strong>Demo</strong>: <a href="http://the-stickman.com/files/mootools/multiupload/"> http://the-stickman.com/files/mootools/multiupload/</a></p>
<p align="left"><strong>Download: <a href="http://the-stickman.com/files/mootools/multiupload/Stickman.MultiUpload.zip"> http://the-stickman.com/files/mootools/multiupload/Stickman.MultiUpload.zip</a></strong></p>
<p align="left"><em>Source: <a href="http://the-stickman.com/web-development/javascript/multiple-file-uploader-mootools-version/"> http://the-stickman.com/web-development/javascript/multiple-file-uploader-mootools-version/</a></em></p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.ajaxupdates.com%2Fmultiple-file-upload-moo-tools%2F', 'Multiple+file+upload+%26%238211%3B+Moo+tools')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.ajaxupdates.com%2Fmultiple-file-upload-moo-tools%2F', title: '+Multiple+file+upload+%26%238211%3B+Moo+tools+' })"/></div>

<p>Related Listings:<ol><li><a href='http://www.ajaxupdates.com/uploadify-a-file-upload-plugin-using-jquery/' rel='bookmark' title='Permanent Link: uploadify &#8211; A file upload plugin using jQuery'>uploadify &#8211; A file upload plugin using jQuery</a> <small>This plugin allows you to change any element with an...</small></li>
<li><a href='http://www.ajaxupdates.com/timespinner-moo-tools/' rel='bookmark' title='Permanent Link: TimeSpinner : Moo Tools'>TimeSpinner : Moo Tools</a> <small>Welcome to this temporary/permanent page. Temporary because is really ugly,...</small></li>
<li><a href='http://www.ajaxupdates.com/featured-articles-plugin-for-wordpress-with-moo-tools/' rel='bookmark' title='Permanent Link: Featured articles plugin for Wordpress with Moo Tools'>Featured articles plugin for Wordpress with Moo Tools</a> <small>Featured articles gives the wordpress blog admin the possibility to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxupdates.com/multiple-file-upload-moo-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image Gallery with Automatic Thumbnails</title>
		<link>http://www.ajaxupdates.com/image-gallery-with-automatic-thumbnails/</link>
		<comments>http://www.ajaxupdates.com/image-gallery-with-automatic-thumbnails/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 06:16:36 +0000</pubDate>
		<dc:creator>alyaspk</dc:creator>
				<category><![CDATA[Ajax Explorers]]></category>
		<category><![CDATA[Ajax Scripts]]></category>
		<category><![CDATA[Files Script]]></category>
		<category><![CDATA[Application Name]]></category>
		<category><![CDATA[Application Web]]></category>
		<category><![CDATA[Business Logic]]></category>
		<category><![CDATA[Change Directory]]></category>
		<category><![CDATA[Database Rows]]></category>
		<category><![CDATA[Domain Objects]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Incoming Requests]]></category>
		<category><![CDATA[Interdependence]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Localhost]]></category>
		<category><![CDATA[Model View]]></category>
		<category><![CDATA[Mongrel]]></category>
		<category><![CDATA[Object Relational Mapping]]></category>
		<category><![CDATA[Readme]]></category>
		<category><![CDATA[Riding The Rails]]></category>
		<category><![CDATA[Server Script]]></category>
		<category><![CDATA[Web Application Framework]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Webserve]]></category>

		<guid isPermaLink="false">http://www.ajaxupdates.com/?p=1219</guid>
		<description><![CDATA[Rails is a web-application framework that includes everything needed to create
database-backed web applications according to the Model-View-Control pattern. 
This pattern splits the view (also called the presentation) into &#8220;dumb&#8221; templates
that are primarily responsible for inserting pre-built data in between HTML tags.
The model contains the &#8220;smart&#8221; domain objects (such as Account, Product, Person,
Post) that holds all [...]


Related Listings:<ol><li><a href='http://www.ajaxupdates.com/pikachoose-lightweight-jquery-image-gallery-plugin/' rel='bookmark' title='Permanent Link: Pikachoose &#8211; lightweight Jquery Image Gallery plugin'>Pikachoose &#8211; lightweight Jquery Image Gallery plugin</a> <small>Pikachoose is a lightweight Jquery plugin that allows easy presentation...</small></li>
<li><a href='http://www.ajaxupdates.com/dynamic-image-gallery-with-slideshow/' rel='bookmark' title='Permanent Link: Dynamic Image Gallery with Slideshow'>Dynamic Image Gallery with Slideshow</a> <small>This extremely lightweight JavaScript image gallery and slideshow script clocks...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Rails is a web-application framework that includes everything needed to create<br />
database-backed web applications according to the Model-View-Control pattern. </p>
<p>This pattern splits the view (also called the presentation) into &#8220;dumb&#8221; templates<br />
that are primarily responsible for inserting pre-built data in between HTML tags.<br />
The model contains the &#8220;smart&#8221; domain objects (such as Account, Product, Person,<br />
Post) that holds all the business logic and knows how to persist themselves to<br />
a database. The controller handles the incoming requests (such as Save New Account,<br />
Update Product, Show Post) by manipulating the model and directing data to the view.</p>
<p>In Rails, the model is handled by what&#8217;s called an object-relational mapping<br />
layer entitled Active Record. This layer allows you to present the data from<br />
database rows as objects and embellish these data objects with business logic<br />
methods. You can read more about Active Record in<br />
link:files/vendor/rails/activerecord/README.html.</p>
<p>The controller and view are handled by the Action Pack, which handles both<br />
layers by its two parts: Action View and Action Controller. These two layers<br />
are bundled in a single package due to their heavy interdependence. This is<br />
unlike the relationship between the Active Record and Action Pack that is much<br />
more separate. Each of these packages can be used independently outside of<br />
Rails.  You can read more about Action Pack in<br />
link:files/vendor/rails/actionpack/README.html.</p>
<p><strong><br />
== Getting Started</strong></p>
<p>1. At the command prompt, start a new Rails application using the <tt>rails</tt> command<br />
   and your application name. Ex: rails myapp<br />
2. Change directory into myapp and start the web server: <tt>script/server</tt> (run with &#8211;help for options)<br />
3. Go to http://localhost:3000/ and get &#8220;Welcome aboard: You&#8217;re riding the Rails!&#8221;<br />
4. Follow the guidelines to start developing your application</p>
<p><strong>== Web Servers</strong></p>
<p>By default, Rails will try to use Mongrel and lighttpd if they are installed, otherwise<br />
Rails will use WEBrick, the webserver that ships with Ruby. When you run script/server,<br />
Rails will check if Mongrel exists, then lighttpd and finally fall back to WEBrick. This ensures<br />
that you can always get up and running quickly.</p>
<p>Mongrel is a Ruby-based webserver with a C component (which requires compilation) that is<br />
suitable for development and deployment of Rails applications. If you have Ruby Gems installed,<br />
getting up and running with mongrel is as easy as: <tt>gem install mongrel</tt>.<br />
More info at: http://mongrel.rubyforge.org</p>
<p>If Mongrel is not installed, Rails will look for lighttpd. It&#8217;s considerably faster than<br />
Mongrel and WEBrick and also suited for production use, but requires additional<br />
installation and currently only works well on OS X/Unix (Windows users are encouraged<br />
to start with Mongrel). We recommend version 1.4.11 and higher. You can download it from</p>
<p>http://www.lighttpd.net.</p>
<p>And finally, if neither Mongrel or lighttpd are installed, Rails will use the built-in Ruby<br />
web server, WEBrick. WEBrick is a small Ruby web server suitable for development, but not<br />
for production.</p>
<p>But of course its also possible to run Rails on any platform that supports FCGI.<br />
Apache, LiteSpeed, IIS are just a few. For more information on FCGI,<br />
please visit: http://wiki.rubyonrails.com/rails/pages/FastCGI</p>
<p>== Debugger</p>
<p>Debugger support is available through the debugger command when you start your Mongrel or<br />
Webrick server with &#8211;debugger. This means that you can break out of execution at any point<br />
in the code, investigate and change the model, AND then resume execution!<br />
You need to install ruby-debug to run the server in debugging mode. With gems, use &#8216;gem install ruby-debug&#8217;<br />
Example:</p>
<pre class="brush: php">  class WeblogController &lt; ActionController::Base
    def index
      @posts = Post.find(:all)
      debugger
    end
  end
</pre>
<p>So the controller will accept the action, run the first line, then present you<br />
with a IRB prompt in the server window. Here you can do things like:</p>
<p>[/code]
<pre class="brush: php">  &gt;&gt; @posts.inspect
  =&gt; &quot;[#&lt;post :0x14a6be8 @attributes={\&quot;title\&quot;=&gt;nil, \&quot;body\&quot;=&gt;nil, \&quot;id\&quot;=&gt;\&quot;1\&quot;}&gt;,
       #&lt;/post&gt;&lt;post :0x14a6620 @attributes={\&quot;title\&quot;=&gt;\&quot;Rails you know!\&quot;, \&quot;body\&quot;=&gt;\&quot;Only ten..\&quot;, \&quot;id\&quot;=&gt;\&quot;2\&quot;}&gt;]&quot;
  &gt;&gt; @posts.first.title = &quot;hello from a debugger&quot;
  =&gt; &quot;hello from a debugger&quot;
&lt;/post&gt;</pre>
<p>...and even better is that you can examine how your runtime objects actually work:</p>
<pre class="brush: php">  &gt;&gt; f = @posts.first
  =&gt; #&lt;post :0x13630c4 @attributes={&quot;title&quot;=&gt;nil, &quot;body&quot;=&gt;nil, &quot;id&quot;=&gt;&quot;1&quot;}&gt;
  &gt;&gt; f.&lt;/post&gt;</pre>
<p>  Display all 152 possibilities? (y or n)</p>
<p>Finally, when you're ready to resume execution, you enter "cont"</p>
<p align="left"><strong>Demo</strong>: <a href="http://github.com/syntacticx/sauce/zipball/master"> http://github.com/syntacticx/sauce/zipball/master</a></p>
<p align="left"><strong>Download: <a href="http://download.github.com/syntacticx-sauce-9ea3843e17a336f508816e88f12826b4fc5b7761.zip"> http://download.github.com/syntacticx-sauce-9ea3843e17a336f508816e88f12826b4fc5b7761.zip</a></strong></p>
<p align="left"><em>Source: <a href="http://github.com/syntacticx/sauce/zipball/master"> http://github.com/syntacticx/sauce/zipball/master</a></em></p>
<div id="st0000000001" class="st-taf"><script src="http://taf.socialtwist.com:80/taf/js/shoppr.core.js?id=0000000001"></script><img style="border:0;margin:0;padding:0;" src="http://tellafriend.socialtwist.com:80/wizard/images/tafbutton_blue16.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '0000000001', 'http%3A%2F%2Fwww.ajaxupdates.com%2Fimage-gallery-with-automatic-thumbnails%2F', 'Image+Gallery+with+Automatic+Thumbnails')" onclick="cw(this, {id:'0000000001',link: 'http%3A%2F%2Fwww.ajaxupdates.com%2Fimage-gallery-with-automatic-thumbnails%2F', title: '+Image+Gallery+with+Automatic+Thumbnails+' })"/></div>

<p>Related Listings:<ol><li><a href='http://www.ajaxupdates.com/pikachoose-lightweight-jquery-image-gallery-plugin/' rel='bookmark' title='Permanent Link: Pikachoose &#8211; lightweight Jquery Image Gallery plugin'>Pikachoose &#8211; lightweight Jquery Image Gallery plugin</a> <small>Pikachoose is a lightweight Jquery plugin that allows easy presentation...</small></li>
<li><a href='http://www.ajaxupdates.com/dynamic-image-gallery-with-slideshow/' rel='bookmark' title='Permanent Link: Dynamic Image Gallery with Slideshow'>Dynamic Image Gallery with Slideshow</a> <small>This extremely lightweight JavaScript image gallery and slideshow script clocks...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ajaxupdates.com/image-gallery-with-automatic-thumbnails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->