<?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>PHP Learning CentrePHP Learning Centre - php resources, php tutorials, ZCE advice... and lots more</title>
	<atom:link href="http://phpjoint.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpjoint.com/blog</link>
	<description>php resources, php tutorials, ZCE advice... and lots more</description>
	<lastBuildDate>Fri, 16 Dec 2011 12:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>MySql on the cloud : DIY or DbaaS ?</title>
		<link>http://phpjoint.com/blog/mysql-on-the-cloud-diy-or-dbaas/</link>
		<comments>http://phpjoint.com/blog/mysql-on-the-cloud-diy-or-dbaas/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 12:33:18 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=126</guid>
		<description><![CDATA[Being an Open Source database, MySql is one of the most popular database systems used off-late. Combined with PHP, it forms a very formidable combination for Web based systems. Since everything is going the Cloud way these days, I will just compare 2 different ways in which MySql can be made available on a Cloud. &#160; The first [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/mysql-on-the-cloud-diy-or-dbaas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing copy-paste into textfields</title>
		<link>http://phpjoint.com/blog/preventing-copy-paste-into-textfields/</link>
		<comments>http://phpjoint.com/blog/preventing-copy-paste-into-textfields/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 09:31:06 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=117</guid>
		<description><![CDATA[You can prevent the copy-paste functionality into textfields of your web-forms using a very simple jquery method. First include the jquery file in between  the &#60;head&#62; tag. &#60;script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"&#62;&#60;/script&#62; Then add the following code to the &#60;head&#62; tag, below the include script. &#60;script type="text/javascript"&#62;// &#60;![CDATA[ $(document).ready(function () { $('input[type=text]').bind('copy paste', function (e) { e.preventDefault(); [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/preventing-copy-paste-into-textfields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing forms using captcha.</title>
		<link>http://phpjoint.com/blog/securing-forms-using-captcha/</link>
		<comments>http://phpjoint.com/blog/securing-forms-using-captcha/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 18:55:25 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=77</guid>
		<description><![CDATA[Securing forms usng captcha has become a common practise nowadays. Here is a simple method to do this. Securing forms usng captcha has become a common practise nowadays.Here is a simple method to do this. There are 4 files required for this :1. captcha.png &#8211; This is the image file which will be the base [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/securing-forms-using-captcha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dhtmlxSuite 2008 Rel.2, Build Dynamic Data-Driven Grids from XML, CSV or JSON</title>
		<link>http://phpjoint.com/blog/dhtmlxsuite-2008-rel2-build-dynamic-data-driven-grids-from-xml-csv-or-json/</link>
		<comments>http://phpjoint.com/blog/dhtmlxsuite-2008-rel2-build-dynamic-data-driven-grids-from-xml-csv-or-json/#comments</comments>
		<pubDate>Fri, 23 May 2008 23:34:14 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=87</guid>
		<description><![CDATA[DHTMLX announced the latest update of its dhtmlxSuite, a professional Ajax components toolkit for web UI. The major updates concern Grid and Treegrid components and include a large number of new features and improvements, including the ability to load data from JSON and JS-array, smart rendering and paging support for hierarchical data grids. Also a [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/dhtmlxsuite-2008-rel2-build-dynamic-data-driven-grids-from-xml-csv-or-json/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHTMLX Launches Updated Website Dedicated to Its Ajax UI Toolkit</title>
		<link>http://phpjoint.com/blog/dhtmlx-launches-updated-website-dedicated-to-its-ajax-ui-toolkit/</link>
		<comments>http://phpjoint.com/blog/dhtmlx-launches-updated-website-dedicated-to-its-ajax-ui-toolkit/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 02:47:33 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=86</guid>
		<description><![CDATA[DHTMLX team announced the update of their website www.dhtmlx.com mostly dedicated to DHTMLX Toolkit, professional AJAX components for advanced Web UI. As the components are written entirely in JavaScript, they can be easily integrated with any server-side technology (PHP, ASP, JSP, Ruby, etc.). DHTMLX Ltd., one of the leading providers of Ajax-enabled DHTML UI components, [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/dhtmlx-launches-updated-website-dedicated-to-its-ajax-ui-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scand Updates Its Ajax UI Components Grid and Tabbar</title>
		<link>http://phpjoint.com/blog/scand-updates-its-ajax-ui-components-grid-and-tabbar/</link>
		<comments>http://phpjoint.com/blog/scand-updates-its-ajax-ui-components-grid-and-tabbar/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 03:04:48 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=85</guid>
		<description><![CDATA[Scand released new versions of dhtmlxGrid and dhtmlxTabbar, Ajax-enabled JavaScript UI components with complete functionality and ability to work with any server-side technology including PHP, ASP, ASP.Net, Java and Rails. Minsk, Belarus, July 20, 2007 &#8211; Scand announced the release of version 1.4 of its Ajax web ui component dhtmlxGrid. dhtmlxGrid is a cross-platform, feature [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/scand-updates-its-ajax-ui-components-grid-and-tabbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP File Upload Errors Explained</title>
		<link>http://phpjoint.com/blog/php-file-upload-errors-explained/</link>
		<comments>http://phpjoint.com/blog/php-file-upload-errors-explained/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 19:12:55 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=76</guid>
		<description><![CDATA[From version 4.2.0, PHP has got a new set of error codes that handles and reports all errors occuring during file upload, in the filearray object. The error is found in $_FILES[&#39;userfile&#39;][&#39;error&#39;].These error codes&#160; and their explanations are given in this article. UPLOAD_ERR_OK (error 0) Means : File upload was successful. UPLOAD_ERR_INI_SIZE (error 1) Means [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/php-file-upload-errors-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building and calling webservices using SOAP</title>
		<link>http://phpjoint.com/blog/building-and-calling-webservices-using-soap/</link>
		<comments>http://phpjoint.com/blog/building-and-calling-webservices-using-soap/#comments</comments>
		<pubDate>Mon, 14 May 2007 09:32:13 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=53</guid>
		<description><![CDATA[Web services allow you to share data across many platforms and hardware configurations. You create a webservice in PHP, pass the webservice URl to an asp.net program, and it easily calls the webservice methods to get the data from your server. PHP has various methods to create and use webservices. XML-RPC, SOAP and REST are [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/building-and-calling-webservices-using-soap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking for GD</title>
		<link>http://phpjoint.com/blog/checking-for-gd/</link>
		<comments>http://phpjoint.com/blog/checking-for-gd/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 19:13:55 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=60</guid>
		<description><![CDATA[To check whether your php installation has GD configured in it, you can do either of the following methods : Check your phpinfo() for the configuration parameters. If &#8211;with-gd is present, GD is installed. To confirm that GD is properly installed, execute the following code: &#60;?php&#160;echo &#34;&#60;pre&#62;&#34;;&#160;print_r(gd_info());?&#62; It should output something like the following : [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/checking-for-gd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force download files using PHP</title>
		<link>http://phpjoint.com/blog/force-download-files-using-php/</link>
		<comments>http://phpjoint.com/blog/force-download-files-using-php/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 23:06:36 +0000</pubDate>
		<dc:creator>Vipin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://phpjoint.com/blog/?p=75</guid>
		<description><![CDATA[At times we might want to give files for users to download. Also you wouldn&#39;t want to have the file storage location in a public access folder. To achieve these, you can store the file in an internal folder which is not accesible to public via a URL, and force the file to be downloaded [...]]]></description>
		<wfw:commentRss>http://phpjoint.com/blog/force-download-files-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

