<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: : PHP Programmer</title>
	<atom:link href="http://www.soulsystems.org/programming/php-programmer.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.soulsystems.org/programming/php-programmer.htm</link>
	<description>Soul Of All Systems</description>
	<lastBuildDate>Tue, 06 Jul 2010 18:03:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: samurai</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1305</link>
		<dc:creator>samurai</dc:creator>
		<pubDate>Sat, 16 Jan 2010 20:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1305</guid>
		<description>well, you can do a number of things
1 - get on facebook and start meeting people in the China network from Hangzhou
2 - put ads in one of the internet classifieds for jobs in China
3 - Join some networks dealing with IT industry</description>
		<content:encoded><![CDATA[<p>well, you can do a number of things<br />
1 &#8211; get on facebook and start meeting people in the China network from Hangzhou<br />
2 &#8211; put ads in one of the internet classifieds for jobs in China<br />
3 &#8211; Join some networks dealing with IT industry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bas24680</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1302</link>
		<dc:creator>bas24680</dc:creator>
		<pubDate>Thu, 14 Jan 2010 10:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1302</guid>
		<description>but in the video goes its about strings that are vars or am i wrong??</description>
		<content:encoded><![CDATA[<p>but in the video goes its about strings that are vars or am i wrong??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patriot16100</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1300</link>
		<dc:creator>Patriot16100</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1300</guid>
		<description>kind of looks like something you would put into a batch file, like echo and such...</description>
		<content:encoded><![CDATA[<p>kind of looks like something you would put into a batch file, like echo and such&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bombbombtube</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1301</link>
		<dc:creator>bombbombtube</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1301</guid>
		<description>I like the bush is smart LOL  FALSE</description>
		<content:encoded><![CDATA[<p>I like the bush is smart LOL  FALSE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interested</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1303</link>
		<dc:creator>Interested</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1303</guid>
		<description>I can help you out with this!

Ask for industry certifications. The 2 industry certifications for PHP are the Zend Certified Engineer in PHP5 certification and also the Zend Certified Engineer w/ Zend Framework. The ladder of the 2 is more of a supplemental certification.

Also ask if they utilize any &quot;frameworks&quot; to write their applications with. You want the answer to be yes. Frameworks for rich web applications force web projects into a strict structure which makes them more robust and less prone to error.

You will want to make sure they use the software architecture called &quot;Object-Oriented Programming (OOP)&quot;. Good software architects will tell you there is no better method to use. People who do not use OOP structures end up with, what we call in the business, spaghetti code. Spaghetti code essentially is one long page with 4000+ lines of code which is a maintenance nightmare.

You will want to ask what version of PHP they are using. To keep with the times, PHP 5.2 or newer is the only acceptable version. If they are programming in PHP4, they are way behind the times because PHP4 is practically archaic now-a-days.

Ask how familiar they are with proper PHP secure programming. If they mention some of the following, they are squared away: Validation, Filtering, Cross-site scripting attacks, SQL Injection, Remote Code Injection, Request Forgeries, or Session Hi-jacking.

If you choose, you will want to ask for previous work history. Make sure this is not their first project(unless you are getting a good deal, it may be worth it then).

Finally, make sure they speak english and have a cell phone. I know this may seem strange but, it&#039;s important.

Anyways, Good luck in your search. Perhaps if all else fails, you can just hire me =D.

Take care!
Brian</description>
		<content:encoded><![CDATA[<p>I can help you out with this!</p>
<p>Ask for industry certifications. The 2 industry certifications for PHP are the Zend Certified Engineer in PHP5 certification and also the Zend Certified Engineer w/ Zend Framework. The ladder of the 2 is more of a supplemental certification.</p>
<p>Also ask if they utilize any &quot;frameworks&quot; to write their applications with. You want the answer to be yes. Frameworks for rich web applications force web projects into a strict structure which makes them more robust and less prone to error.</p>
<p>You will want to make sure they use the software architecture called &quot;Object-Oriented Programming (OOP)&quot;. Good software architects will tell you there is no better method to use. People who do not use OOP structures end up with, what we call in the business, spaghetti code. Spaghetti code essentially is one long page with 4000+ lines of code which is a maintenance nightmare.</p>
<p>You will want to ask what version of PHP they are using. To keep with the times, PHP 5.2 or newer is the only acceptable version. If they are programming in PHP4, they are way behind the times because PHP4 is practically archaic now-a-days.</p>
<p>Ask how familiar they are with proper PHP secure programming. If they mention some of the following, they are squared away: Validation, Filtering, Cross-site scripting attacks, SQL Injection, Remote Code Injection, Request Forgeries, or Session Hi-jacking.</p>
<p>If you choose, you will want to ask for previous work history. Make sure this is not their first project(unless you are getting a good deal, it may be worth it then).</p>
<p>Finally, make sure they speak english and have a cell phone. I know this may seem strange but, it&#039;s important.</p>
<p>Anyways, Good luck in your search. Perhaps if all else fails, you can just hire me =D.</p>
<p>Take care!<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mejai</title>
		<link>http://www.soulsystems.org/programming/php-programmer.htm/comment-page-1#comment-1304</link>
		<dc:creator>Mejai</dc:creator>
		<pubDate>Wed, 13 Jan 2010 17:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.soulsystems.org/programming/php-programmer.htm#comment-1304</guid>
		<description>First, I&#039;d suggest study PHP using multiple tutorials. If you don&#039;t like to read tutorials, here is a great site where you can watch PHP video tutorials!
http://phpvideotutorials.com

After you think your confident, go around and practice your coding on sites that want help with their PHP. Start small and preferably free.

One place that has alot of need for PHP programmers is Virtual Pet Sites.
Two sites that have people looking (for help with Pet Sites) is virtualpetlist.com and virtualpetcommunity.com

After you&#039;ve done some practice with them and your 100% confident, they try to earn some money, by looking on job sites.</description>
		<content:encoded><![CDATA[<p>First, I&#039;d suggest study PHP using multiple tutorials. If you don&#039;t like to read tutorials, here is a great site where you can watch PHP video tutorials!<br />
http://phpvideotutorials.com</p>
<p>After you think your confident, go around and practice your coding on sites that want help with their PHP. Start small and preferably free.</p>
<p>One place that has alot of need for PHP programmers is Virtual Pet Sites.<br />
Two sites that have people looking (for help with Pet Sites) is virtualpetlist.com and virtualpetcommunity.com</p>
<p>After you&#039;ve done some practice with them and your 100% confident, they try to earn some money, by looking on job sites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
