<?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>KomunitasWeb &#187; PHP</title>
	<atom:link href="http://komunitasweb.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://komunitasweb.com</link>
	<description>Web Developer Tutorial</description>
	<lastBuildDate>Wed, 30 Jun 2010 00:44:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Relative Path for your Django Project</title>
		<link>http://komunitasweb.com/2010/06/relative-path-for-your-django-project/</link>
		<comments>http://komunitasweb.com/2010/06/relative-path-for-your-django-project/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 23:21:12 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=594</guid>
		<description><![CDATA[Sometimes you need to move your Django project (example:from local computer to production server) or you work as a team which don&#8217;t have the same path to your project. If you give absolute path then you always need to change the settings.py. The trick is to give relative path to your project. TEMPLATE_DIRS = &#40; [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2010/02/django-tutorial-simple-notes-application/' rel='bookmark' title='Permanent Link: Django Tutorial &#8211; Simple Notes Application'>Django Tutorial &#8211; Simple Notes Application</a></li>
<li><a href='http://komunitasweb.com/2009/03/using-django-template-in-php/' rel='bookmark' title='Permanent Link: Using Django template in PHP'>Using Django template in PHP</a></li>
<li><a href='http://komunitasweb.com/2010/06/how-to-check-if-an-application-is-installed-in-django/' rel='bookmark' title='Permanent Link: How to Check if An Application is Installed in Django'>How to Check if An Application is Installed in Django</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2010/06/relative-path-for-your-django-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Check if An Application is Installed in Django</title>
		<link>http://komunitasweb.com/2010/06/how-to-check-if-an-application-is-installed-in-django/</link>
		<comments>http://komunitasweb.com/2010/06/how-to-check-if-an-application-is-installed-in-django/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 02:33:39 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=570</guid>
		<description><![CDATA[If you have scenario where you need to check whether you have one Django application installed in your project or not, you can use this simple trick : from django.conf import settings &#160; if &#34;app_name&#34; in settings.INSTALLED_APPS: print &#34;app_name install&#34; That&#8217;s it. Enjoy! Related posts:Django Tutorial &#8211; Simple Notes Application Relative Path for your Django [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2010/02/django-tutorial-simple-notes-application/' rel='bookmark' title='Permanent Link: Django Tutorial &#8211; Simple Notes Application'>Django Tutorial &#8211; Simple Notes Application</a></li>
<li><a href='http://komunitasweb.com/2010/06/relative-path-for-your-django-project/' rel='bookmark' title='Permanent Link: Relative Path for your Django Project'>Relative Path for your Django Project</a></li>
<li><a href='http://komunitasweb.com/2010/02/10-django-apps-i-cant-live-without/' rel='bookmark' title='Permanent Link: 10 Django Apps I Can&#8217;t Live Without'>10 Django Apps I Can&#8217;t Live Without</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2010/06/how-to-check-if-an-application-is-installed-in-django/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web Development Tools in Linux</title>
		<link>http://komunitasweb.com/2009/10/web-development-tools-in-linux/</link>
		<comments>http://komunitasweb.com/2009/10/web-development-tools-in-linux/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 01:47:26 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=335</guid>
		<description><![CDATA[Switching to Linux is one great move, but sometimes as a web developer who familiar with GUI, you&#8217;ll find hard to find your tools. So here some GUI tools that can help you. It&#8217;s not complete list, but I&#8217;ll keep adding tools when I find them useful for web developer. Text Editor General text editor, [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/' rel='bookmark' title='Permanent Link: Linux Commands You Need to Know as Web Developer'>Linux Commands You Need to Know as Web Developer</a></li>
<li><a href='http://komunitasweb.com/2009/10/10-steps-to-becoming-a-great-web-developer/' rel='bookmark' title='Permanent Link: 10 Steps to Becoming a Great Web Developer'>10 Steps to Becoming a Great Web Developer</a></li>
<li><a href='http://komunitasweb.com/2010/06/set-different-settings-for-development-in-django/' rel='bookmark' title='Permanent Link: Set Different Settings for Development in Django'>Set Different Settings for Development in Django</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/10/web-development-tools-in-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Steps to Becoming a Great Web Developer</title>
		<link>http://komunitasweb.com/2009/10/10-steps-to-becoming-a-great-web-developer/</link>
		<comments>http://komunitasweb.com/2009/10/10-steps-to-becoming-a-great-web-developer/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 04:51:02 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=328</guid>
		<description><![CDATA[For those of us who are already web developers it may seem obvious but when you just getting started and don&#8217;t know what to do, it is nice to have guide where to start. 1. Learn HTML HTML or Hyper Text Markup Language is the markup language for web pages, it is the heart of [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/web-developer-resources-1-css-layout/' rel='bookmark' title='Permanent Link: Web Developer Resources #1 &#8211; CSS Layout'>Web Developer Resources #1 &#8211; CSS Layout</a></li>
<li><a href='http://komunitasweb.com/2009/04/linux-commands-you-need-to-know-as-web-developer/' rel='bookmark' title='Permanent Link: Linux Commands You Need to Know as Web Developer'>Linux Commands You Need to Know as Web Developer</a></li>
<li><a href='http://komunitasweb.com/2009/10/web-development-tools-in-linux/' rel='bookmark' title='Permanent Link: Web Development Tools in Linux'>Web Development Tools in Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/10/10-steps-to-becoming-a-great-web-developer/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Ultimate Collection of PHP Libraries</title>
		<link>http://komunitasweb.com/2009/10/ultimate-collection-of-php-libraries/</link>
		<comments>http://komunitasweb.com/2009/10/ultimate-collection-of-php-libraries/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:10:27 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=314</guid>
		<description><![CDATA[Having a collection of php libraries in one places will help you get your job done faster. It help me, so I share my list. I&#8217;ll keep update the list with more libraries. Template Engine Smarty &#8211; php template engine with many features, such as caching, filter, plugin system and many more. PHPTAL eZ components [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/20-great-php-library-you-need-to-know/' rel='bookmark' title='Permanent Link: 20 Great PHP Libraries You Need to Know'>20 Great PHP Libraries You Need to Know</a></li>
<li><a href='http://komunitasweb.com/2009/03/101-php-tutorials-for-php-programmer-wannabe/' rel='bookmark' title='Permanent Link: 101 PHP Tutorials for PHP Programmer Wannabe'>101 PHP Tutorials for PHP Programmer Wannabe</a></li>
<li><a href='http://komunitasweb.com/2009/08/4-simple-php-rss-parser/' rel='bookmark' title='Permanent Link: 4 Simple PHP RSS Parser'>4 Simple PHP RSS Parser</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/10/ultimate-collection-of-php-libraries/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Submitting Form and Progressive Enhancement</title>
		<link>http://komunitasweb.com/2009/10/submitting-form-and-progressive-enhancement/</link>
		<comments>http://komunitasweb.com/2009/10/submitting-form-and-progressive-enhancement/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 08:55:20 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=308</guid>
		<description><![CDATA[Most users nowadays familiar with AJAX, well they don&#8217;t really know the term. What users familiar is the experience, such as of submitting form without reloading the page. So when you build new website or your web application, don&#8217;t forget to include this experience. But you also have to remember, there are some people who [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/cakephp-acl-tutorial-what-and-how/' rel='bookmark' title='Permanent Link: CakePHP ACL Tutorial &#8211; What and How'>CakePHP ACL Tutorial &#8211; What and How</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application2/' rel='bookmark' title='Permanent Link: CodeIgniter Tutorial &#8211; To do list application#2'>CodeIgniter Tutorial &#8211; To do list application#2</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/' rel='bookmark' title='Permanent Link: Codeigniter tutorial &#8211; To do list application'>Codeigniter tutorial &#8211; To do list application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/10/submitting-form-and-progressive-enhancement/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Tutorial Compilation</title>
		<link>http://komunitasweb.com/2009/10/codeigniter-tutorial-compilation/</link>
		<comments>http://komunitasweb.com/2009/10/codeigniter-tutorial-compilation/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 03:47:36 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=305</guid>
		<description><![CDATA[I write small CodeIgniter tutorial compilation, it&#8217;s not finished yet. Really like to have more feedbacks. Tweet me at http://twitter.com/komunitasweb Thank you for your feedback. Related posts:Codeigniter tutorial &#8211; To do list application CodeIgniter Tutorial &#8211; To do list application part 3 CodeIgniter Tutorials to Help You Get Started


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/' rel='bookmark' title='Permanent Link: Codeigniter tutorial &#8211; To do list application'>Codeigniter tutorial &#8211; To do list application</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application-part-3/' rel='bookmark' title='Permanent Link: CodeIgniter Tutorial &#8211; To do list application part 3'>CodeIgniter Tutorial &#8211; To do list application part 3</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorials-to-help-you-get-started/' rel='bookmark' title='Permanent Link: CodeIgniter Tutorials to Help You Get Started'>CodeIgniter Tutorials to Help You Get Started</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/10/codeigniter-tutorial-compilation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Showing the weather with PHP and Google Weather API</title>
		<link>http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/</link>
		<comments>http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 19:58:56 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=293</guid>
		<description><![CDATA[If you need to show weather in your website, you can use weather widget such as weatherbug. It&#8217;s nice and simple, but maybe you need something more integrated with your website. So, take a look at Google Weather API. http://www.google.com/ig/api?weather=[city name] Example : http://www.google.com/ig/api?weather=jakarta It will give you xml data, and you can parse it [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/using-django-template-in-php/' rel='bookmark' title='Permanent Link: Using Django template in PHP'>Using Django template in PHP</a></li>
<li><a href='http://komunitasweb.com/2009/08/4-simple-php-rss-parser/' rel='bookmark' title='Permanent Link: 4 Simple PHP RSS Parser'>4 Simple PHP RSS Parser</a></li>
<li><a href='http://komunitasweb.com/2009/10/ultimate-collection-of-php-libraries/' rel='bookmark' title='Permanent Link: Ultimate Collection of PHP Libraries'>Ultimate Collection of PHP Libraries</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/09/showing-the-weather-with-php-and-google-weather-api/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>4 Simple PHP RSS Parser</title>
		<link>http://komunitasweb.com/2009/08/4-simple-php-rss-parser/</link>
		<comments>http://komunitasweb.com/2009/08/4-simple-php-rss-parser/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 08:08:06 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=265</guid>
		<description><![CDATA[Sometimes you need to parse RSS from other website and integrate to your project. Well you can create your own library to parse that RSS, but before wasting your development time, please take a look these great libraries for parsing RSS. SimplePie SimplePie is a very fast and easy-to-use PHP class to parse RSS. Features [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/20-great-php-library-you-need-to-know/' rel='bookmark' title='Permanent Link: 20 Great PHP Libraries You Need to Know'>20 Great PHP Libraries You Need to Know</a></li>
<li><a href='http://komunitasweb.com/2009/10/ultimate-collection-of-php-libraries/' rel='bookmark' title='Permanent Link: Ultimate Collection of PHP Libraries'>Ultimate Collection of PHP Libraries</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorials-to-help-you-get-started/' rel='bookmark' title='Permanent Link: CodeIgniter Tutorials to Help You Get Started'>CodeIgniter Tutorials to Help You Get Started</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/08/4-simple-php-rss-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Tips and Tricks</title>
		<link>http://komunitasweb.com/2009/04/php-tips-and-trick/</link>
		<comments>http://komunitasweb.com/2009/04/php-tips-and-trick/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 16:30:03 +0000</pubDate>
		<dc:creator>Gilang Chandrasa</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://komunitasweb.com/?p=242</guid>
		<description><![CDATA[After years use PHP, there is always a time where I find myself look back to PHP documentation. PHP has many functions, if you&#8217;re new to PHP, you won&#8217;t note some of useful function to remember. There are also some of technique that you couldn&#8217;t learn by just looking PHP documentation. For a beginner, who [...]


Related posts:<ol><li><a href='http://komunitasweb.com/2009/03/101-php-tutorials-for-php-programmer-wannabe/' rel='bookmark' title='Permanent Link: 101 PHP Tutorials for PHP Programmer Wannabe'>101 PHP Tutorials for PHP Programmer Wannabe</a></li>
<li><a href='http://komunitasweb.com/2009/03/codeigniter-tutorial-to-do-list-application/' rel='bookmark' title='Permanent Link: Codeigniter tutorial &#8211; To do list application'>Codeigniter tutorial &#8211; To do list application</a></li>
<li><a href='http://komunitasweb.com/2009/03/using-django-template-in-php/' rel='bookmark' title='Permanent Link: Using Django template in PHP'>Using Django template in PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://komunitasweb.com/2009/04/php-tips-and-trick/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
