<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Is the coffee still warm?</title>
	<atom:link href="http://vailo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vailo.wordpress.com</link>
	<description>PHP Web development</description>
	<lastBuildDate>Sat, 18 May 2013 09:11:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vailo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Is the coffee still warm?</title>
		<link>http://vailo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vailo.wordpress.com/osd.xml" title="Is the coffee still warm?" />
	<atom:link rel='hub' href='http://vailo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Google Chart Tools</title>
		<link>http://vailo.wordpress.com/2011/10/26/googles-chart-tools/</link>
		<comments>http://vailo.wordpress.com/2011/10/26/googles-chart-tools/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 11:44:59 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[2011]]></category>
		<category><![CDATA[October]]></category>
		<category><![CDATA[Chart tool]]></category>
		<category><![CDATA[Charts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web chart tools]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=280</guid>
		<description><![CDATA[After spending way to much time trying to build and/or use different plugins to create dynamic and useful charts of different types my eyes was finally opened when I found the Google Chart Tools. You don&#8217;t need to sign up for anything nor pay for anything, it is completely free. I won&#8217;t go into to [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=280&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2011/10/26/googles-chart-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>Prepared statements with MySQLi</title>
		<link>http://vailo.wordpress.com/2009/09/26/prepared-statements-with-mysqli/</link>
		<comments>http://vailo.wordpress.com/2009/09/26/prepared-statements-with-mysqli/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 07:43:18 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[September]]></category>
		<category><![CDATA[dynamically bind_param]]></category>
		<category><![CDATA[mysqli]]></category>
		<category><![CDATA[prepared statements]]></category>
		<category><![CDATA[SQL injections]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=249</guid>
		<description><![CDATA[Todays update is all about databases and using MySQLi with prepared statements instead of using MySQL and mysql_connect. There are already a bunch of discussions about prepared statements so I will not go into details here. Basically it helps us protect our site against SQL injections, it runs faster and when preparing a statement the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=249&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2009/09/26/prepared-statements-with-mysqli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple file upload with attachment_fu</title>
		<link>http://vailo.wordpress.com/2009/04/13/multiple-file-upload-with-attachment_fu/</link>
		<comments>http://vailo.wordpress.com/2009/04/13/multiple-file-upload-with-attachment_fu/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:13:43 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[April]]></category>
		<category><![CDATA[attachment_fu]]></category>
		<category><![CDATA[multiple file upload]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[virtual attribute]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=228</guid>
		<description><![CDATA[Hi and  welcome to the first tutorial with Ruby on Rails. Today we are going to look at a file upload plugin called attachment_fu together with javascript to handle a multiple file upload form. We are not going to go into details about attachment_fu plugin nor every detail on Ruby on Rails. We aim low [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=228&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2009/04/13/multiple-file-upload-with-attachment_fu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO: Page title in your URL</title>
		<link>http://vailo.wordpress.com/2008/08/13/seo-page-title-in-your-url/</link>
		<comments>http://vailo.wordpress.com/2008/08/13/seo-page-title-in-your-url/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 10:51:36 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[June]]></category>
		<category><![CDATA[add title to url]]></category>
		<category><![CDATA[dynamic webpages]]></category>
		<category><![CDATA[friendly urls]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo title in url]]></category>
		<category><![CDATA[title in address bar]]></category>
		<category><![CDATA[title in url]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=166</guid>
		<description><![CDATA[We already covered the basic idea behind the friendly URL and how it can bring more visitors to your web page. If you missed the post where we discussed this and implemented the mod_rewrite module in Apache, you can read all about friendly URLs and our setup right here. One growing, important, feature nowadays is [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=166&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/08/13/seo-page-title-in-your-url/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>The PHP Authorization Class</title>
		<link>http://vailo.wordpress.com/2008/08/01/the-php-authorization-class/</link>
		<comments>http://vailo.wordpress.com/2008/08/01/the-php-authorization-class/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 07:05:58 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[August]]></category>
		<category><![CDATA[actions]]></category>
		<category><![CDATA[addResource]]></category>
		<category><![CDATA[addRole]]></category>
		<category><![CDATA[allow]]></category>
		<category><![CDATA[allowed]]></category>
		<category><![CDATA[apache server]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[authorization class]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[customizable]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[isAllowed]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[roles]]></category>
		<category><![CDATA[serialize]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[unit tests]]></category>
		<category><![CDATA[unserialize]]></category>
		<category><![CDATA[user valid]]></category>
		<category><![CDATA[validate]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=148</guid>
		<description><![CDATA[When you decide to work with PHP and MySQL you probably end up creating some sort of user controlled application. It might not be your first application but rather soon you start working with forms and suddenly you have created a login form and want to validate the user on every single page to see [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=148&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/08/01/the-php-authorization-class/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting Up a Database with the MySQL Tools</title>
		<link>http://vailo.wordpress.com/2008/07/09/setting-up-a-database-with-the-mysql-tools/</link>
		<comments>http://vailo.wordpress.com/2008/07/09/setting-up-a-database-with-the-mysql-tools/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 11:18:06 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[July]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[execute SQL]]></category>
		<category><![CDATA[foreign keys]]></category>
		<category><![CDATA[MySQL Administrator]]></category>
		<category><![CDATA[MySQL Query Browser]]></category>
		<category><![CDATA[mysql tools]]></category>
		<category><![CDATA[setting up]]></category>
		<category><![CDATA[SQL create field]]></category>
		<category><![CDATA[SQL create table]]></category>
		<category><![CDATA[stored procedures]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=129</guid>
		<description><![CDATA[Today we will take a look at the different options you have when you want to create a new database. We are going to use the MySQL Tools we presented earlier here on the site. We will look at two approaches on creating and setting up a database: Using the MySQL Administrator Using the MySQL [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=129&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/07/09/setting-up-a-database-with-the-mysql-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>Designing a Database ER Model with Dia</title>
		<link>http://vailo.wordpress.com/2008/07/07/designing-a-database-er-model-with-dia/</link>
		<comments>http://vailo.wordpress.com/2008/07/07/designing-a-database-er-model-with-dia/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:35:28 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[July]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[conceptual layer]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dia]]></category>
		<category><![CDATA[Dia for Linux]]></category>
		<category><![CDATA[Dia for Windows]]></category>
		<category><![CDATA[entity]]></category>
		<category><![CDATA[Entity-Relationship]]></category>
		<category><![CDATA[implementation layer]]></category>
		<category><![CDATA[normalization rules]]></category>
		<category><![CDATA[physical layer]]></category>
		<category><![CDATA[relation]]></category>
		<category><![CDATA[relationship]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=85</guid>
		<description><![CDATA[When it comes to web development many people seem to forget one important thing. They all start with designing the graphics and page layouts and making sure the code follows every standard and conventions there is, but sadly that&#8217;s it. Many don&#8217;t think of database design as a important piece in the development. When you [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=85&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/07/07/designing-a-database-er-model-with-dia/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>

		<media:content url="http://vailo.files.wordpress.com/2008/07/dia_example1.png?w=262" medium="image">
			<media:title type="html">Dia example 1</media:title>
		</media:content>

		<media:content url="http://vailo.files.wordpress.com/2008/07/dia_example2.png?w=300" medium="image">
			<media:title type="html">Dia example 2</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Code Standard and Name Conventions</title>
		<link>http://vailo.wordpress.com/2008/07/05/php-code-standard-and-name-conventions/</link>
		<comments>http://vailo.wordpress.com/2008/07/05/php-code-standard-and-name-conventions/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 09:43:58 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[July]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[class names]]></category>
		<category><![CDATA[code standard]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[method names]]></category>
		<category><![CDATA[name convenstions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[strict]]></category>
		<category><![CDATA[variable names]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=95</guid>
		<description><![CDATA[Today&#8217;s web development requires a lot of know-how and a fair amount of knowledge about various languages. Creating a web page isn&#8217;t as easy as before. Now you need to handle graphics, flash, CSS, JavaScript, AJAX, PHP, ASP, JSP and so on. None of the web development scripts are strict concerning code standard nor name [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=95&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/07/05/php-code-standard-and-name-conventions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>The 3 Layer Architecture &amp; Smarty: The PHP Template System</title>
		<link>http://vailo.wordpress.com/2008/07/04/the-3-layer-architecture-smarty-the-php-template-system/</link>
		<comments>http://vailo.wordpress.com/2008/07/04/the-3-layer-architecture-smarty-the-php-template-system/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 05:40:18 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[July]]></category>
		<category><![CDATA[3 layer architecture]]></category>
		<category><![CDATA[application layer]]></category>
		<category><![CDATA[application structure and logic]]></category>
		<category><![CDATA[data layer]]></category>
		<category><![CDATA[database layer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[presentation layer]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[template system]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=84</guid>
		<description><![CDATA[When I first started working with web design and web development I did both the page layout, design and programming. This worked great since I was the only one working on the web site. I didn&#8217;t have to wait for a design to be approved or work my ass off when the design actually was [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=84&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/07/04/the-3-layer-architecture-smarty-the-php-template-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Unit Test &amp; Test-Driven Development</title>
		<link>http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/</link>
		<comments>http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 06:35:31 +0000</pubDate>
		<dc:creator>vailo</dc:creator>
				<category><![CDATA[July]]></category>
		<category><![CDATA[extends]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[setUp()]]></category>
		<category><![CDATA[simpleTest]]></category>
		<category><![CDATA[tearDown()]]></category>
		<category><![CDATA[test case]]></category>
		<category><![CDATA[test-driven]]></category>
		<category><![CDATA[TestSuit]]></category>
		<category><![CDATA[unit test]]></category>
		<category><![CDATA[UnitTestCase]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://vailo.wordpress.com/?p=90</guid>
		<description><![CDATA[Test-Driven Development! Sounds fancy! It&#8217;s not new but you still hear about it every now and then. Do you know what it is? Do you know why they talk about it? If you don&#8217;t know, this might get interesting for you. The idea behind test-driven development is plain and easy: Before we write any code [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vailo.wordpress.com&#038;blog=1210461&#038;post=90&#038;subd=vailo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/ba1205ba78845cf9f922d21d4f3716d2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif" medium="image">
			<media:title type="html">vailo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
