<?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>Basic PHP Programming</title>
	<atom:link href="http://basicphpprogramming.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://basicphpprogramming.com</link>
	<description>Your guide to basic PHP Programming</description>
	<lastBuildDate>Tue, 16 Aug 2011 12:39:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Keeping it Clean</title>
		<link>http://basicphpprogramming.com/basics/keeping-it-clean/</link>
		<comments>http://basicphpprogramming.com/basics/keeping-it-clean/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 12:39:45 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=268</guid>
		<description><![CDATA[Many experts say it again and again, to keep your pages consistent so your users do get the feel of professionalism and hard work that was placed into making your page. With the web and design becoming easier and easier it tends to slip the people making them that consistency is one of the factors [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcSwbQ4IgiuwOQZ_5TcfRwQy1cyW4zBnrA-Sa8LHWdBZ_Q9BYVIlCA" align=right alt="" />Many experts say it again and again, to keep your pages consistent so your users do get the feel of professionalism and hard work that was placed into making your page. With the web and design becoming easier and easier it tends to slip the people making them that consistency is one of the factors that makes a web page great and one that is sure to keep users coming back.</p>
<p>Inconsistent design makes pages look gaudy and sways possible re-visits from happening. With the incursion of social media and other <a href="http://www.phpprogrammingtips.com">web components</a> such as widgets that clutter up the place it makes for one messy page indeed. Keep it clean and organized, besides you end up having to weave through the clutter in the event of problems as you try to fix them.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/basics/keeping-it-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taming Widgets</title>
		<link>http://basicphpprogramming.com/information/taming-widgets/</link>
		<comments>http://basicphpprogramming.com/information/taming-widgets/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:34:19 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=265</guid>
		<description><![CDATA[Widgets are a good way of getting a page to earn a buck whenever people click on them but with thousands of them around, throwing a couple of hundred on your sidebars will make for a very slow page. Widgets as designed are not supposed to take up too much processing speed out of a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcTrD63uANh6ZqxzotqqMTuEV0XD8XKPSG9J5IWaYpWwfD5yRNJhS1TDc4Y-HA" align=right alt="" />Widgets are a good way of getting a page to earn a buck whenever people click on them but with thousands of them around, throwing a couple of hundred on your sidebars will make for a very slow page. Widgets as designed are not supposed to take up too much processing speed out of a page but like all the elements of a page, too much of a good thing can be bad for your health, your page’s health that is.</p>
<p>Keep things clean and neat and you could do that with proper cycling of <a href="http://www.opensourcedailyguide.com">widgets</a> should you need to place a lot of them on your page. Remember, a page that’s well thought of and laid out is better than a cluttered one.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/taming-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Injections</title>
		<link>http://basicphpprogramming.com/programming-language/sql-injections/</link>
		<comments>http://basicphpprogramming.com/programming-language/sql-injections/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:45:08 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Programming</b> Language]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=260</guid>
		<description><![CDATA[A SQL injection is a form of security vulnerability that will let a hacker get into the database through the use of vulnerability that he finds in your code. There are many PHP programs that employ MySQL databases as a part of the whole program. By knowing what things can bring a level of vulnerability [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://basicphpprogramming.com/wp-content/uploads/2011/03/sqlinjection.jpg"><img src="http://basicphpprogramming.com/wp-content/uploads/2011/03/sqlinjection-150x150.jpg" alt="" title="sqlinjection" width="150" height="150" class="alignleft size-thumbnail wp-image-261" /></a><br />
A <a href="http://www.tizag.com/mysqlTutorial/mysql-php-sql-injection.php">SQL injection</a> is a form of security vulnerability that will let a hacker get into the database through the use of vulnerability that he finds in your code. There are many PHP programs that employ MySQL databases as a part of the whole program. By knowing what things can bring a level of vulnerability in your program you can make the proper plans on what to avoid and how to make the whole code more secure.<br />
There is a useful SQL injection cheat sheet available online that contains a section where the vulnerabilities of the PHP and MySQL are listed. You can use this cheat sheet to see if you’re breaking anything, which will help in creating a more secure code.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/programming-language/sql-injections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need Development Help?</title>
		<link>http://basicphpprogramming.com/information/need-development-help/</link>
		<comments>http://basicphpprogramming.com/information/need-development-help/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 10:54:34 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=263</guid>
		<description><![CDATA[Then you could try Hyperpolyglot.org, a place where most development pages are represented side by side giving you an idea of how they work. One of the most common problems with web development is that some pages are developed using different languages. The site caters to developers who need information on how to best get [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcSX7mD09lbXp9E2H5QBThGU4vN5_olIc6j-Woa3iQI2mVpnZYRF" align=right alt="" />Then you could try <a href="http://hyperpolyglot.org/">Hyperpolyglot.org</a>, a place where most development pages are represented side by side giving you an idea of how they work. One of the most common problems with <a href="http://www.basicrubyonrailsprogramming.com">web development</a> is that some pages are developed using different languages. The site caters to developers who need information on how to best get all these development platforms to work together with samples and a forum where you could send in questions and get answers from developers like yourself.<br />
Opens as a reference page that more or less presents most development languages and their kin. Describing similarities as well as differences making for one brief and concise development reference page.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/need-development-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &amp; MySQL for Dummies</title>
		<link>http://basicphpprogramming.com/news/php-mysql-for-dummies/</link>
		<comments>http://basicphpprogramming.com/news/php-mysql-for-dummies/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 05:52:17 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/php-mysql-for-dummies/</guid>
		<description><![CDATA[Research and Markets, in Ireland has recently stated that it would be launching its latest offering of desk references. The “PHP &#038; MySQL Web Development All-in-One Desk Reference for Dummies” can be considered a valuable part of resources for webmasters and programmers who wish to learn more about the two popular open-source databases-PHP and MySQL. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/03/dummies.jpg' title='dummies.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/03/dummies.jpg' alt='dummies.jpg' /></a></p>
<p>Research and Markets, in Ireland has recently stated that it would be launching its latest offering of desk references. The <strong>“PHP &#038; MySQL Web Development All-in-One Desk Reference for Dummies” </strong>can be considered a valuable part of resources for webmasters and programmers who wish to learn more about the two popular open-source databases-PHP and MySQL. The reference is said to be composed of six mini books and will feature easy and understandable tutorials for beginners – which would endear the collection to well, PHP and mySQL dummies!</p>
<p>SOURCE: <a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&#038;newsId=20080303005623&#038;newsLang=en">Businesswire</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/php-mysql-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is PHP a Good Choice for a Freelance Programmer?</title>
		<link>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/</link>
		<comments>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:24:15 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=257</guid>
		<description><![CDATA[Freelance programming is becoming more and more popular, and many people are trying to find the language that suits them best in order to get into the market as soon as possible. PHP is easily one of the most popular languages in that department, and the number of people writing PHP programs as freelancers can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcRL9Gt6OITvXGKhDNa4GVQya9VkF2v2ACQSzUEM2qNxMt9tshIphA" align=right alt="" />Freelance programming is becoming more and more popular, and many people are trying to find the language that suits them best in order to get into the market as soon as possible. PHP is easily one of the most popular languages in that department, and the number of people writing PHP programs as <a href="http://www.peopleperhour.com">freelancers</a> can be quite inspiring. However, if you’ve got no experience in it, can it make the right choice for your freelance ventures?</p>
<p>The truth is, PHP is a double-edged knife when it comes to newcomers, though its positives tend to outweigh the negatives. It’s easy to get into and learn the basics, but also leaves a lot to be explored and perfected, creating plenty of opportunities for building your skills. However, perhaps the most important thing to consider about PHP is the database interaction – as a <a href="http://www.peopleperhour.com/find/programmer">freelance programmer</a> offering PHP services, you should be well-acquainted with at least one major database suite, and this creates additional things to learn and master, which can easily make the whole job more daunting.</p>
<p>Then there’s the whole issue with security – something which really deserves its own note, but it’s sufficient to say that any <a href="http://www.peopleperhour.com">freelance PHP programmer</a> worth their salt must have top notch security in their websites, and it’s one of the points where newbies fail most often. Security in Internet applications is a whole philosophy in itself, and you’ll have to dedicate a lot of time to learning that as well – so take this into consideration too.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP goes mainstream</title>
		<link>http://basicphpprogramming.com/news/php-goes-mainstream/</link>
		<comments>http://basicphpprogramming.com/news/php-goes-mainstream/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 11:00:28 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/php-goes-mainstream/</guid>
		<description><![CDATA[Very pop, eh? Granted that one of the leading software giants, Microsoft is anti-open source in principle and endorses .NET Framework, PHP is actually kicking language programming ass! According to the Tiobe Community Programming Index, PHP has steadily moved from fifth to fourth in terms of skills availability over the past year. It has (sneakily?) [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/01/php_r.jpg' title='php_r.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/01/php_r.jpg' alt='php_r.jpg' /></a></p>
<p>Very pop, eh? Granted that one of the leading software giants, Microsoft is anti-open source in principle and endorses .NET Framework, PHP is actually kicking language programming ass!</p>
<p>According to the Tiobe Community Programming Index, PHP has steadily moved from fifth to fourth in terms of skills availability over the past year.  It has (sneakily?) surpassed C++ and it will soon overtake Visual Basic. Wow!</p>
<p>Anyway, the recently IBM-partnered Zend Technologies is putting up enterprise-strength PHP on its iSeries platform.  It has even cajoled Microsoft to grudgingly accept PHP as a foe. Theyre positive that in the near future, PP will catch up on Apache, as it is on IIS and Windows.</p>
<p>Source: <a href=" http://www.computerweekly.com/Articles/2008/01/18/228994/hot-skills-php-joins-the-mainstream.htm"> Computer Weekly</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/php-goes-mainstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Optimized For Windows Server 2008</title>
		<link>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/</link>
		<comments>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 05:47:35 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/</guid>
		<description><![CDATA[W00t! PHP specialists from Zend Technologies confirm that the Zend Core, which is a commercially supported form of PHP, can now run on Windows Server 2008. According to the statement, Zend Core has recently been certified as such by by Microsoft (NSDQ: MSFT). Good news is that PHP by Zend is able to support CardSpace. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/03/microsoft.jpg' title='microsoft.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/03/microsoft.jpg' alt='microsoft.jpg' /></a></p>
<p>W00t! PHP specialists from Zend Technologies confirm that the Zend Core, which is a commercially supported form of PHP, can now run on Windows Server 2008. According to the statement, <strong>Zend Core has recently been certified as such by by Microsoft (NSDQ: MSFT)</strong>.</p>
<p>Good news is that PHP by Zend is able to support CardSpace. This also means that the Mambo Web site content management system and even the WordPress blog publishing system can now be hosted by Windows and Linux servers.</p>
<p>SOURCE: <a href="http://www.informationweek.com/software/showArticle.jhtml?articleID=206901449">Businesswire</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is PHP popular?</title>
		<link>http://basicphpprogramming.com/benefits/why-is-php-popular/</link>
		<comments>http://basicphpprogramming.com/benefits/why-is-php-popular/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 03:45:32 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Benefits]]></category>
		<category><![CDATA[Info]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/benefits/why-is-php-popular/</guid>
		<description><![CDATA[Let’s review why this free programming script is very popular. 1. It’s free! 2. It’s easy to learn! C-like syntax is used to make it easy for professional and non-professional programmers alike. 3. It’s versatile! It doesn’t matter which platform you use. It runs on Windows, Linux, MacOS X and even Unix. 4. It’s script-friendly! [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/03/yehey.jpg' title='yehey.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/03/yehey.jpg' alt='yehey.jpg' /></a></p>
<p>Let’s review why this free programming script is very popular.</p>
<p>1. It’s free!<br />
2. It’s easy to learn! C-like syntax is used to make it easy for professional and non-professional programmers alike.<br />
3. It’s versatile! It doesn’t matter which platform you use. It runs on Windows, Linux, MacOS X and even Unix.<br />
4. It’s  script-friendly! It can be mixed with HTML tags and code.<br />
5. It’s multi-faceted! It has a plethora of functions and API’s. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/benefits/why-is-php-popular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>freezoka Enhances Free Hosting Service</title>
		<link>http://basicphpprogramming.com/news/freezoka-enhances-free-hosting-service/</link>
		<comments>http://basicphpprogramming.com/news/freezoka-enhances-free-hosting-service/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 11:18:13 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[freezoka]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/freezoka-enhances-free-hosting-service/</guid>
		<description><![CDATA[freezoka is also going PHP friendly! W00t! Yep, the free hosting provider freezoka has recently made improvements to its service. These improvements are intended to better meet the needs and demands of its users. If you are familiar with freezoka, you already know that it make use of Add-On Domains and Subdomains features in its [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/01/freezoka.jpg' title='freezoka.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/01/freezoka.jpg' alt='freezoka.jpg' /></a></p>
<p>freezoka is also going PHP friendly! W00t! </p>
<p>Yep, the free hosting provider <a href=" http:// www.freezoka.com">freezoka</a> has recently made improvements to its service. These improvements are intended to better meet the needs and demands of its users. </p>
<p>If you are familiar with freezoka, you already know that it make use of Add-On Domains and Subdomains features in its control panel, right? This time, it is introducing Parked Domains function in its user control panels. This allows users to park any domains they might own without pointing to a specific Website. </p>
<p>It has also removed its Google and pop-up ads from user pages. These ads were the sites former method of getting support. It has now opted to partner with an audio advertising company. Audio ads will play for five seconds when a new page loads.</p>
<p>But the major change is that it has now set the PHP safe mode default to off. Previously it has prevented the running of other scripts. This improvement makes the freezoka-hosted Websites more flexible than those hosted by others.</p>
<p>Source: <a href=" http://www.webhostdir.com/news/articles/shownews.asp?id=23952 "> Webhost Dir </a> </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/freezoka-enhances-free-hosting-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

