<?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>Aleix Cortadellas &#187; section</title>
	<atom:link href="http://www.aleixcortadellas.com/main/tag/section/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aleixcortadellas.com/main</link>
	<description>A little bit of everything...</description>
	<lastBuildDate>Wed, 23 Sep 2009 21:05:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Submit forms with POST method using AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/03/01/ajax-post/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/03/01/ajax-post/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 11:00:30 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=429</guid>
		<description><![CDATA[AJAX (Asynchronous JavaScript And XML) is a keystone of Web 2.0 and is very useful in many aspects, because it offers the possibility to change the structure of the page (DOM). For instance, it makes possible sending a form in a website without having to reload the whole page (&#8217;asynchronously&#8216; is the magic word here). [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/01/ajax-post/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Refreshing DIV content with AJAX (multiple DIVs)</title>
		<link>http://www.aleixcortadellas.com/main/2009/02/25/refreshing-div-content-with-ajax-multiple-divs/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/02/25/refreshing-div-content-with-ajax-multiple-divs/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:00:24 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=397</guid>
		<description><![CDATA[After reading the post Refreshing DIV content with AJAX, you already know how to refresh the content of a DIV in your website with the help of AJAX. But perhaps you want to refresh more than one DIV, and you&#8217;ve realised the code in the other post didn&#8217;t work! Don&#8217;t panic, as a matter of [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/02/25/refreshing-div-content-with-ajax-multiple-divs/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>AJAXifying your site&#8217;s navigation</title>
		<link>http://www.aleixcortadellas.com/main/2009/02/19/364/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/02/19/364/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 09:00:58 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml Edit]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=364</guid>
		<description><![CDATA[This post is inspired in Refreshing DIV content with AJAX. However this code does not actually automatically refresh the contents of a DIV but it refreshes them when the user clicks a link. The implementation of the code below allows to refresh the contents as mentioned, but the content retrieved can be different every time. [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/02/19/364/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Automatically query MySQL and output results with AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/02/15/automatically-query-mysql-and-output-results-with-ajax/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/02/15/automatically-query-mysql-and-output-results-with-ajax/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 17:30:24 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=320</guid>
		<description><![CDATA[This is an extension of the post Refreshing DIV content with AJAX. I recommend you read it at first because you will understand better what the script below is about.
What this script does is the following: without having to press any refresh button, and not even reloading the whole page (but a DIV), it retrieves [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/02/15/automatically-query-mysql-and-output-results-with-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Refreshing DIV content with AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/02/11/232/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/02/11/232/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 16:30:08 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=232</guid>
		<description><![CDATA[AJAX (Asynchronous JavaScript And XML) is a keystone of Web 2.0 and is very useful in many aspects, because it offers the possibility to change the structure of the page (DOM). For instance, it makes possible refreshing a part of a website instead of having to use the classic page reload, which requests again the [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/02/11/232/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>
