<?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>João Morais &#187; PHP</title>
	<atom:link href="http://www.blog.joaomorais.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.joaomorais.com</link>
	<description>Blog about web development, high technology, new projects and development tools.</description>
	<lastBuildDate>Sun, 21 Mar 2010 20:03:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UTF-8 + PHP = Headache?</title>
		<link>http://www.blog.joaomorais.com/utf-8-php-headache/</link>
		<comments>http://www.blog.joaomorais.com/utf-8-php-headache/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 08:55:43 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://solidlocker.webhs.org/wordpress/?p=72</guid>
		<description><![CDATA[As some of you know PHP doesn&#8217;t handle UTF-8 by default and that could lead to a terrible headache, at least till version 6 cames out.
Today I&#8217;ve spent some time looking for good articles on this subject. I&#8217;ve found two great articles that cover a lot of topics including strategies to use while working with [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you know <a title="PHP Official Web Site" href="http://www.php.net">PHP</a> doesn&#8217;t handle <a title="UTF-8 and Unicode Standards" href="http://www.utf-8.com/">UTF-8</a> by default and that could lead to a terrible headache, at least till <a title="PHP 6 and What to Expect" href="http://it.slashdot.org/comments.pl?sid=180127&amp;cid=14914160">version 6</a> cames out.</p>
<p>Today I&#8217;ve spent some time looking for good articles on this subject. I&#8217;ve found two great articles that cover a lot of topics including strategies to use while working with <a title="MySQL Official Web Site" href="http://www.mysql.com">MySQL</a>:</p>
<p><a title="Handling UTF-8 with PHP" href="http://www.phpwact.org/php/i18n/utf-8">Handling UTF-8 with PHP</a><br />
<a title="Scripters UTF-8 Survival Guide" href="http://www.sitepoint.com/blogs/2006/08/09/scripters-utf-8-survival-guide-slides/">Scripters UTF-8 Survival Guide</a></p>
<p>You can download the second one in PDF format and read it later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.joaomorais.com/utf-8-php-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go PHP5!</title>
		<link>http://www.blog.joaomorais.com/go-php5/</link>
		<comments>http://www.blog.joaomorais.com/go-php5/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:15:52 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>

		<guid isPermaLink="false">http://solidlocker.webhs.org/wordpress/?p=57</guid>
		<description><![CDATA[A couple of weeks ago I&#8217;ve found this project, it&#8217;s name is GoPHP5 and it&#8217;s main goal is to speed up the transition of old PHP applications to the newer versions.
I totally agree with this project ideas and support them 100%, in my opinion it doesn&#8217;t make sense to keep developing applications using old PHP [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I&#8217;ve found this project, it&#8217;s name is <a title="HoPJP6.org - helping speed the transition to PHP 5.2" href="http://gophp5.org/">GoPHP5</a> and it&#8217;s main goal is to speed up the transition of old PHP applications to the newer versions.</p>
<p>I totally agree with this project ideas and support them 100%, in my opinion it doesn&#8217;t make sense to keep developing applications using old PHP versions.</p>
<p>At the moment there are already a couple of big projects associated such as <a href="http://drupal.org/gophp5">Drupal</a>, <a href="http://blog.cmsmadesimple.org/2007/07/08/gophp5/">CMS Made Simple</a>, <a href="http://www.phpmyadmin.net/gophp5">phpMyAdmin</a> and others.</p>
<p>If you&#8217;re going to develop a new project or develop new features to an existing one, take a look at the website, spend some time reading and <a title="HoPJP6.org - helping speed the transition to PHP 5.2" href="http://gophp5.org/">GoPHP5</a>.</p>
<p>At the moment I&#8217;m only working with PHP5 and I&#8217;ve got to say, the new features are great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.joaomorais.com/go-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony Framework</title>
		<link>http://www.blog.joaomorais.com/symfony-framework/</link>
		<comments>http://www.blog.joaomorais.com/symfony-framework/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 10:48:33 +0000</pubDate>
		<dc:creator>João Morais</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://solidlocker.webhs.org/wordpress/symfony-framework/</guid>
		<description><![CDATA[A couple of weeks ago I was looking for a PHP framework after a few searches I found one that fits my needs, and that is Symfony  framework!
Some of the features are:

Built on top of PHP 5, for me that&#8217;s a plus since I&#8217;m only working with PHP 5 at the moment.
MVC support makes [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I was looking for a PHP framework after a few searches I found one that fits my needs, and that is <a title="Symfony Project" href="http://www.symfony-project.org/">Symfony </a> <a title="Framework" href="http://en.wikipedia.org/wiki/Software_framework">framework</a>!</p>
<p>Some of the features are:</p>
<ul>
<li>Built on top of PHP 5, for me that&#8217;s a plus since I&#8217;m only working with PHP 5 at the moment.</li>
<li>MVC support makes application building faster and easier.</li>
<li>CRUD generator will reduce code repetitions and useless boring time spent on building this tasks.</li>
<li>Lots of support, when you start learning something new, all the support available you can get is a plus.</li>
<li>And a lot of other features, such as: Ajax support, smart URL&#8217;s, cache management, multilingualism and l18N support, scaffolding, among others. You can check the features list at <a title="Symfony Project" href="http://www.symfony-project.org/">Symfony Project</a> website.</li>
</ul>
<p>The only thing I think it&#8217;s a bit hard, is the learning curve. What I mean is, you really have to &#8220;waste&#8221; some time to get to know how the application works, but I think in the end it will compensate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.joaomorais.com/symfony-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
