<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>PHP Programming 101</title>
	<link>http://phpprogramming101.com</link>
	<description>Your basic PHP tutorial site.</description>
	<lastBuildDate>Wed, 10 Mar 2010 14:38:06 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Embedding Comments</title>
		<description><![CDATA[
Now, to make you a better programmer we all know the value of comments. This allows you to understand the code that you have written defining and given meaning to operations as you build them up. You start with the terminators used by PHP and end with them as well. Single line comments look like [...]]]></description>
		<link>http://phpprogramming101.com/basic-programming/embedding-comments/</link>
			</item>
	<item>
		<title>More into the syntax of PHP</title>
		<description><![CDATA[
As you might have seen, all of the PHP statement ends with �;� which would be somewhat similar to Perl. The valid HTML code that was handed back to the server was :



Who are You?

My name is MacGyver.


More in the coming posts when we dig deeper as we widen our understanding of PHP.
]]></description>
		<link>http://phpprogramming101.com/basic-programming/more-into-the-syntax-of-php/</link>
			</item>
	<item>
		<title>Dissecting/Understanding the first program</title>
		<description><![CDATA[
The first post had you making a program that was equivalent to the &#8220;Hello World&#8221; program used for teaching basics of a programming language and here&#8217;s how it worked. When the script was requested by opening the web page, Apache intercepted the request and passed it onto PHP which parsed the script looking for the [...]]]></description>
		<link>http://phpprogramming101.com/basic-programming/dissectingunderstanding-the-first-program/</link>
			</item>
	<item>
		<title>6 Tips For Better Form Design (3/3)</title>
		<description><![CDATA[

INFORM THE USERS ABOUT INPUT LIMITS
When your database has a field limit, situate a size limit on a text box &#8211; this stops people from entering too much text only to find out that their data has been trimmed down by your database.
KEEP FORMS SHORT
Never make forms too long and verbose- this may cause confusion [...]]]></description>
		<link>http://phpprogramming101.com/php/6-tips-for-better-form-design-33/</link>
			</item>
	<item>
		<title>6 Tips For Better Form Design (2/3)</title>
		<description><![CDATA[
ERROR HANDLING
When there is an error within a field, always put a notice next to it and a message at the top indicating the user about the error &#8211; if you don&#8217;t put the message at the top, people will not notice that there is an error, and if you don&#8217;t put a notice near [...]]]></description>
		<link>http://phpprogramming101.com/php/6-tips-for-better-form-design-23/</link>
			</item>
	<item>
		<title>6 Tips For Better Form Design (1/3)</title>
		<description><![CDATA[
The use of forms is the main method in which users can send data to the scripts, so it is essential to get them right. Aside from the coding aspect of forms, there are a number of basic usability guidelines to follow to further improve the effectivity:
TABLES 
The use of tables will make the layout [...]]]></description>
		<link>http://phpprogramming101.com/php/6-tips-for-better-form-design-13/</link>
			</item>
	<item>
		<title>SERVER REVIEW: APACHE vs. IIS (cont&#8230;)</title>
		<description><![CDATA[(cont&#8230;)
On the other hand, Microsoft&#8217;s Internet Information Server (IIS) is a group of internet servers which has additional fetures for Microsoft operating system such as Windows NT and windows 2000 operating system servers. IIS can’t use Java, Perl and PHP on a .Net platform because Microsoft doesn&#8217;t support those technologies but Web developers can use [...]]]></description>
		<link>http://phpprogramming101.com/php/server-review-apache-vs-iis-cont/</link>
			</item>
	<item>
		<title>SERVER REVIEW: APACHE vs. IIS</title>
		<description><![CDATA[Apache is an open source http server named after the Native American. It is then first release in the year 1995. Now a day, Apache is considered as the most used http server in the world. It is compatible with almost all operating systems like Linux, Windows, Mac and etc. Almost anyone can adopt with [...]]]></description>
		<link>http://phpprogramming101.com/php/server-review-apache-vs-iis/</link>
			</item>
	<item>
		<title>OPENSOURCE DATABASE: MySQL</title>
		<description><![CDATA[MySQL is a Database Management System (DBMS) that is released in May of 1995. It’s commonly use for web applications and acts as the database component of different Platforms such as Linux/BSD/Mac/W-A-M-P/Perl/Python and for open-source bug tracking tools like bugzilla. MySQL are essential components of content management systems such as Joomla, Word Press, Drupal and [...]]]></description>
		<link>http://phpprogramming101.com/php/opensource-database-mysql/</link>
			</item>
	<item>
		<title>PHP Browser Checking Script</title>
		<description><![CDATA[Several factors are to be considered should one be involved with deploying projects over the internet. One of the things you could do would be to have a nifty script that checks for the particular browser your clients might be using. This can be done with a simple and short piece of code that can [...]]]></description>
		<link>http://phpprogramming101.com/information/php-browser-checking-script/</link>
			</item>
</channel>
</rss>
