<?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>Examples on PHP, MySQL, JavaScript, MooTools and CSS &#187; PHP</title>
	<atom:link href="http://www.php-help.ro/php-programming/php-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-help.ro</link>
	<description>All about integrating PHP with JavaScript and Flash</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install additional PEAR modules on Mediatemple dv 3.5</title>
		<link>http://www.php-help.ro/php-tutorials/install-additional-pear-modules-on-mediatemple-dv-35/</link>
		<comments>http://www.php-help.ro/php-tutorials/install-additional-pear-modules-on-mediatemple-dv-35/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 16:19:19 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MediaTemple]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/?p=292</guid>
		<description><![CDATA[ I have a MediaTemple dv 3.5 hosting account that I like a lot (MT support was great whenever I had an issue). Today I needed to install PEAR on one of my domains. To do that, I followed the tutorial from their KnowledgeBase ( please read it if you want to do the same [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/install-additional-pear-modules-on-mediatemple-dv-35/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>JavaScript chained select with MooTools 1.2</title>
		<link>http://www.php-help.ro/php-tutorials/javascript-chained-select-with-mootools-12/</link>
		<comments>http://www.php-help.ro/php-tutorials/javascript-chained-select-with-mootools-12/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 16:31:48 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[Mootools]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/?p=204</guid>
		<description><![CDATA[ ChainedSelect is a MooTools 1.2 JavaScript plugin that enables the user to navigate through  parent &#8211; children tree structure with indefinite number of nodes and make a selection when the desired option is encountered. 
This approach offers a more powerful solution versus the classical drop down boxes chained together for a number of [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/javascript-chained-select-with-mootools-12/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Write more compact php code</title>
		<link>http://www.php-help.ro/php-tutorials/write-more-compact-php-code/</link>
		<comments>http://www.php-help.ro/php-tutorials/write-more-compact-php-code/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:21:00 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/write-more-compact-php-code/</guid>
		<description><![CDATA[I&#8217;ve been programming using PHP and MySQL for about 4 years by now. One thing that I&#8217;ve always hated was to write code. Don&#8217;t get me wrong, I love coding, what I hate is writing in 10 lines what I could do in 5. Besides the fact that is a terrible waste of time and [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/write-more-compact-php-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Output folder content in XML file</title>
		<link>http://www.php-help.ro/php-tutorials/output-folder-content-in-xml-file/</link>
		<comments>http://www.php-help.ro/php-tutorials/output-folder-content-in-xml-file/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:01:34 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[flash gallery]]></category>
		<category><![CDATA[image folder]]></category>
		<category><![CDATA[opendir]]></category>
		<category><![CDATA[readdir]]></category>
		<category><![CDATA[SimpleXML]]></category>
		<category><![CDATA[xml declaration]]></category>
		<category><![CDATA[xml file]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/output-folder-content-in-xml-file/</guid>
		<description><![CDATA[ Usually in a Flash gallery the images are shown using an XML file generated by the server (in our case using PHP). So, how do you create that XML file used to output the contents of your images folder?
Starting with PHP 5, we have some new tools added that ease out work. One in [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/output-folder-content-in-xml-file/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>PHP highlight search keywords</title>
		<link>http://www.php-help.ro/php-tutorials/php-highlight-search-keywords/</link>
		<comments>http://www.php-help.ro/php-tutorials/php-highlight-search-keywords/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:33:58 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[php class]]></category>
		<category><![CDATA[search keywords]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/php-highlight-search-keywords/</guid>
		<description><![CDATA[ While performing a search, it&#8217;s ofter very useful to highlight in different colors, backgrounds or styles the search keywords in the results returned. This keeps focus on the keywords and helps scan the page faster to find the more relevant results.
But how exactly can that be done? As a basic idea, the following code [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/php-highlight-search-keywords/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Gzip output, minify CSS and JavaScript</title>
		<link>http://www.php-help.ro/php-tutorials/gzip-output-minify-css-and-javascript/</link>
		<comments>http://www.php-help.ro/php-tutorials/gzip-output-minify-css-and-javascript/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 18:11:54 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools of the trade]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[output handler]]></category>
		<category><![CDATA[page loading time]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/gzip-output-minify-css-and-javascript/</guid>
		<description><![CDATA[Smaller pages mean smaller downloads and faster page loading. As a programmer, my primary goal is to develop PHP code that parses fast and consumes the minimum amount of resources. Bandwidth and filesize were not a problem that I realized until lately. So, what can you do to reduce filesize and as a consequence to [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/gzip-output-minify-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PHP read directory</title>
		<link>http://www.php-help.ro/php-tutorials/php-read-directory/</link>
		<comments>http://www.php-help.ro/php-tutorials/php-read-directory/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 16:02:25 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[directory path]]></category>
		<category><![CDATA[directory tree]]></category>
		<category><![CDATA[files directory]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/php-read-directory/</guid>
		<description><![CDATA[The other day I found myself having a problem with not empty directories. I had to delete a directory that had another directory in it that contained a file. Giving the fact that I&#8217;m a lazy programmer, I had to find an easy enough solution to use then and every time I needed it without [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/php-read-directory/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>PHP login</title>
		<link>http://www.php-help.ro/php-tutorials/php-login/</link>
		<comments>http://www.php-help.ro/php-tutorials/php-login/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 17:43:33 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[login scripts]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[php login]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/php-login/</guid>
		<description><![CDATA[After searching the web for a php login script (and you can find tons of it), I declared myself a little bit unsatisfied. I was looking for something simple yet powerful and I found all sorts of login scripts (a lot of them not safe at all). By the way, as a warning, BEWARE OF [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/php-login/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>PHP header 500 &#8211; manage your mySQL errors</title>
		<link>http://www.php-help.ro/php-tutorials/php-header-500-manage-your-mysql-errors/</link>
		<comments>http://www.php-help.ro/php-tutorials/php-header-500-manage-your-mysql-errors/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 16:14:11 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[blank page]]></category>
		<category><![CDATA[database test]]></category>
		<category><![CDATA[internal server error]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/php-header-500-manage-your-mysql-errors/</guid>
		<description><![CDATA[From time to time problems appear. mySQL server crashes, some error in a sql query might think it&#8217;s time to show her ugly face and in top of all that, the all mighty Google comes to index your page. And when he does, he indexes a page that presents an error or a blank page. [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/php-header-500-manage-your-mysql-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Watermark all images in a folder</title>
		<link>http://www.php-help.ro/php-tutorials/watermark-all-images-from-a-folder/</link>
		<comments>http://www.php-help.ro/php-tutorials/watermark-all-images-from-a-folder/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 20:46:05 +0000</pubDate>
		<dc:creator>Constantin Boiangiu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[watermark]]></category>
		<category><![CDATA[watermark images]]></category>

		<guid isPermaLink="false">http://www.php-help.ro/php/watermark-all-images-from-a-folder/</guid>
		<description><![CDATA[I was checking out the searches from this blog and one in particular caught my eye. It was something like &#8220;watermark images from folder&#8220;. I remember that not a long time ago I had the same problem.
One of the clients I work for, in the development stage, asked me not to watermark the images of [...]]]></description>
		<wfw:commentRss>http://www.php-help.ro/php-tutorials/watermark-all-images-from-a-folder/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
