<?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; form</title>
	<atom:link href="http://www.aleixcortadellas.com/main/tag/form/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>Saving multiple selections from drop down list to database</title>
		<link>http://www.aleixcortadellas.com/main/2009/03/20/492/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/03/20/492/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:00:28 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[selections]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[unserialize]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=492</guid>
		<description><![CDATA[This post will teach you how to process and store multiple selections from a form element into a MySQL database, using PHP. In order to understand how it works, you will need basic knowledge of PHP arrays, because they&#8217;re necessary for achieving the results.
If you still don&#8217;t know what arrays are and how do they [...]


Related posts:<ol><li><a href='http://www.aleixcortadellas.com/main/2009/09/09/742/' rel='bookmark' title='Permanent Link: OpenCart: display stock levels in storefront, as numbers or colour icons'>OpenCart: display stock levels in storefront, as numbers or colour icons</a> <small>As I mentioned here, a military, police and adventure gear...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/20/492/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking availability of user name with AJAX</title>
		<link>http://www.aleixcortadellas.com/main/2009/03/05/465/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/03/05/465/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 16:00:44 +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[available]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[registration]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[retrieve]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=465</guid>
		<description><![CDATA[
Lately I&#8217;ve been writing quite much about AJAX, but it is so useful that I&#8217;m sure it is of everyone&#8217;s interest!
In this post I will show you &#8211; as the post title says &#8211; an example script of AJAXed registration form, without recurring to AJAX frameworks (there are already many tutorials about this topic in [...]


Related posts:<ol><li><a href='http://www.aleixcortadellas.com/main/2009/09/09/742/' rel='bookmark' title='Permanent Link: OpenCart: display stock levels in storefront, as numbers or colour icons'>OpenCart: display stock levels in storefront, as numbers or colour icons</a> <small>As I mentioned here, a military, police and adventure gear...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/05/465/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<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). [...]


Related posts:<ol><li><a href='http://www.aleixcortadellas.com/main/2009/09/09/742/' rel='bookmark' title='Permanent Link: OpenCart: display stock levels in storefront, as numbers or colour icons'>OpenCart: display stock levels in storefront, as numbers or colour icons</a> <small>As I mentioned here, a military, police and adventure gear...</small></li></ol>]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/03/01/ajax-post/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Calculating age with JavaScript</title>
		<link>http://www.aleixcortadellas.com/main/2009/02/28/calculating-age-with-javascript/</link>
		<comments>http://www.aleixcortadellas.com/main/2009/02/28/calculating-age-with-javascript/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 10:00:23 +0000</pubDate>
		<dc:creator>Aleix</dc:creator>
				<category><![CDATA[Computers & programming]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[age]]></category>
		<category><![CDATA[birth]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[text field]]></category>

		<guid isPermaLink="false">http://www.aleixcortadellas.com/main/?p=422</guid>
		<description><![CDATA[I&#8217;ve been working on a simple form &#8211; nothing really challenging &#8211; where members of a group can provide some data about themselves for registration purposes. However I tried adding an extra function to it: a small text field next to where they input their birth data, which displays their age (according of course to [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.aleixcortadellas.com/main/2009/02/28/calculating-age-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
