<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>PHP made simple</title>
	<link>http://artemis.com.vn/blogvui</link>
	<description>Web developers handy resources</description>
	<lastBuildDate>Sat, 27 Sep 2008 10:18:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using XML web services</title>
		<description><![CDATA[Web services allow you to exchange  information over HTTP using XML. When you want to find out the weather forecast, the current stock price, or the cost of a product on eBay, you can write a short script to gather that data in a format you can  easily manipulate. From a developer&#8217;s perspective, [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/09/02/using-xml-web-services/</link>
			</item>
	<item>
		<title>Prototype and Scriptaculous tree</title>
		<description><![CDATA[After a week trying to embrace SilverStripe JS treeview, finally I had my friend send me a treeview written on Prototype and Scriptaculous, the TafelTree. There are a dozen of treeview control written in many different JS framework like ExtJS, jQuery, etc. but it takes me long time to find out an Protopye one. Good [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/08/18/prototype-and-scriptaculous-tree/</link>
			</item>
	<item>
		<title>Resize images with ImageMagic</title>
		<description><![CDATA[I used my old Image utilities class for a long time until today taking it seriously for an e-commerce website to resize administrative uploaded images. The library use GD2 PHP module with some calculation to resize images proportionally. Unfortunately, quality is very low for big images, those are more than 1200&#215;1200 px.
Figured out that GD2 [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/07/01/resize-images-with-imagemagic/</link>
			</item>
	<item>
		<title>Writing the Hello world application with Prado</title>
		<description><![CDATA[Prado PHP framework is a really cool framework, especially for .NET programmers who are looking for solutions in PHP. Prado focus mainly in making things done than doing a single task smartly. But coder won&#8217;t have to worry about quality of their code as Prado classes are written so well already.
I&#8217;ve spent more than one [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/06/26/making-the-hello-world-application-with-prado/</link>
			</item>
	<item>
		<title>Object Oriented Programming with JavaScript - Before Prototype, jQuery or ExtJS</title>
		<description><![CDATA[Speaking a language fluently is the key to leverage that language&#8217;s power. JavaScript has a long time being considered a difficult language to learn and use, making the Web user interface less interactive and sometimes, so boring. But in recent years, AJAX term has become so popular and many JS frameworks born to facilitate the [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/04/27/object-oriented-programming-with-javascript-before-prototype-jquery-or-extjs/</link>
			</item>
	<item>
		<title>More about JSON</title>
		<description><![CDATA[After the first post, JSON Quick start, you know what JSON is and how useful it&#8217;s in AJAX applications. This is more about JSON with more examples and advanced usages.
]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/04/27/more-about-json/</link>
			</item>
	<item>
		<title>Begin develop Facebook Application</title>
		<description><![CDATA[I&#8217;ve wanted to start an entry about writing Facebook applications  for long time but seem these days I am quite busy with my running projects. From Internet, I got some useful links for people begin with as Facebook developers.
These are very helpful pieces of information highly recommend for reading before you get too far into [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/03/01/begin-develop-facebook-application/</link>
			</item>
	<item>
		<title>Introduction to PHP</title>
		<description><![CDATA[It is now ending of our lunar New Year eve and I start to write some first lessons in the learning PHP series. The fact is that Wordpress blog is not very good in content management and so the PHP lessons will be mixed up with other articles. However, I will try to create a [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/02/12/introduction-to-php/</link>
			</item>
	<item>
		<title>40 signs of a lousy PHP coder</title>
		<description><![CDATA[Passing through PHPDevelopers.org, I found this worth to read article of how lousy a PHP coder standing out of the project team. The second sign is not very correct as sometimes I just need a Notepad or gedit or VIM but it is from Reinhold blog, I keep them all intact.
By Reinhold Weber 
]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/02/10/40-signs-of-a-lousy-php-coder/</link>
			</item>
	<item>
		<title>Building a Data Access layer using PDO</title>
		<description><![CDATA[Every time you start building a complete website with some modules and functionalities, you start thinking about the &#8220;structure&#8221; of your system or in other word, the framework you use  through  the system. For a PHP website, MVC is the most widely use framework or programming model where M is the Model which [...]]]></description>
		<link>http://artemis.com.vn/blogvui/index.php/2008/02/10/building-a-data-access-layer-using-pdo/</link>
			</item>
</channel>
</rss>
