<?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>Web Development Blog &#187; php</title>
	<atom:link href="http://www.web-development-blog.com/archives/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web-development-blog.com</link>
	<description>Read about Website Development, Online Marketing and Web Hosting</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:46:13 +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>5 Useful jQuery Snippets for your Website</title>
		<link>http://www.web-development-blog.com/archives/5-useful-jquery-snippets-for-your-website/</link>
		<comments>http://www.web-development-blog.com/archives/5-useful-jquery-snippets-for-your-website/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 20:22:29 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=1277</guid>
		<description><![CDATA[jQuery is a popular JavaScript library which is used by many developers and applications. While using jQuery you need to write less code, writing functions is less complex and there are a lot of plugins you can use for free in your web application. Even if you code everything by yourself, you need only a [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=7.0" /></div><div>Rating: 7.0/<strong>10</strong> (2 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/5-useful-jquery-snippets-for-your-website/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ajax requests using jQuery and PHP</title>
		<link>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/</link>
		<comments>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 06:17:52 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=797</guid>
		<description><![CDATA[Our last tutorial about the flickr API was an example on how-to search the flickr photo database for images using some short PHP code. This time we will use parts from the past tutorial together with some jQuery Ajax requests to show our photo search result without reloading the web page. jQuery&#8217;s Ajax implementation One [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/ajax-requests-using-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>jQuery form plugin and PHP file uploads</title>
		<link>http://www.web-development-blog.com/archives/jquery-form-plugin-and-php-file-uploads/</link>
		<comments>http://www.web-development-blog.com/archives/jquery-form-plugin-and-php-file-uploads/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 21:39:18 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[jQuery Code]]></category>
		<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[form plugin]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=598</guid>
		<description><![CDATA[The past months I used the jQuery form plugin in several projects. Most forms were contact or feedback forms and some of them did a file upload as well. In a previous tutorial we explained how-to create a sign-up form for MailChimp. This sign-up form is a great example to use the jQuery form plugin [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=7.0" /></div><div>Rating: 7.0/<strong>10</strong> (3 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/jquery-form-plugin-and-php-file-uploads/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Useful Plugins for your bbPress Forum</title>
		<link>http://www.web-development-blog.com/archives/useful-plugins-for-your-bbpress-forum/</link>
		<comments>http://www.web-development-blog.com/archives/useful-plugins-for-your-bbpress-forum/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 14:01:17 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=329</guid>
		<description><![CDATA[To support our php script users at finalwebsites.com, we&#8217;re using bbpress for more than a year now. bbpress is a great peace of software and is based on WordPress, that will say if you&#8217;re able to write code for  WordPress you can code the same way for bbpress. There are several WordPress plugins which work [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=7.0" /></div><div>Rating: 7.0/<strong>10</strong> (1 vote cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/useful-plugins-for-your-bbpress-forum/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Upload images for usage in TinyMCE</title>
		<link>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/</link>
		<comments>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 22:13:52 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=163</guid>
		<description><![CDATA[TinyMCE is a great online WYSIWYG editor which is used for a lot of projects, for example this WordPress blog application (the content backend). I use TinyMCE for custom projects too. TinyMCE is free, generates good HTML code and the interface is easy to learn even for non-webmaster. The project is open source and the [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=9.0" /></div><div>Rating: 9.0/<strong>10</strong> (2 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/upload-images-for-usage-in-tinymce/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Database Management with phpMyAdmin</title>
		<link>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/</link>
		<comments>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/#comments</comments>
		<pubDate>Mon, 12 May 2008 04:41:37 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[pma]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/</guid>
		<description><![CDATA[This is part one of the quick review of the book &#8220;Mastering phpMyAdmin for Effective MySQL Management&#8221; and the phpMyAdmin software. This article/review is not just another review about phpMyAdmin, but more some information about features I haven&#8217;t used during the last years of PHP/MySQL web development. About phpMyAdmin PMA is a full featured tool [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=6.0" /></div><div>Rating: 6.0/<strong>10</strong> (1 vote cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/database-management-with-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>First steps within the Zend Framework</title>
		<link>http://www.web-development-blog.com/archives/first-steps-within-the-zend-framework/</link>
		<comments>http://www.web-development-blog.com/archives/first-steps-within-the-zend-framework/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 07:32:55 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/first-steps-within-the-zend-framework/</guid>
		<description><![CDATA[The &#8220;old&#8221; web search API from Yahoo is deprecated: They discontinued the service in April 2011. For further details, please read the Deprecated Services blog post (there is a new API system). Setup a quick Yahoo Search page within a few minutes! A few days ago the &#8220;old&#8221; Google web search API has stopped working [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/first-steps-within-the-zend-framework/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Tutorial: FTP Upload via cURL</title>
		<link>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/</link>
		<comments>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 13:30:57 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/</guid>
		<description><![CDATA[FTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution. [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=10.0" /></div><div>Rating: 10.0/<strong>10</strong> (2 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/tutorial-ftp-upload-via-curl/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Uploading files with cURL?</title>
		<link>http://www.web-development-blog.com/archives/uploading-files-with-curl/</link>
		<comments>http://www.web-development-blog.com/archives/uploading-files-with-curl/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 12:59:51 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/uploading-files-with-curl/</guid>
		<description><![CDATA[While testing some code to find a different way to upload files with PHP, I checked a lot of websites to get the information I need to understand cURL better. Today I found this article: Using the CURL library in PHP With only a few examples it was clear for what usage I need cURL [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>10</strong> (0 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/uploading-files-with-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parse html with PHP preg_match_all</title>
		<link>http://www.web-development-blog.com/archives/parse-html-with-preg_match_all/</link>
		<comments>http://www.web-development-blog.com/archives/parse-html-with-preg_match_all/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 13:01:22 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[preg_match]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/parse-html-with-preg_match_all/</guid>
		<description><![CDATA[For the most of the PHP developer which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it&#8217;s maybe hard to understand. The biggest difference between preg_match_all and the regular preg_match is that all matched values are stored inside a multi-dimensional array to store an unlimited number [...]<br /><div><img src="http://cdn.web-development-blog.com/wp-content/plugins/gd-star-rating/gfx.php?value=8.0" /></div><div>Rating: 8.0/<strong>10</strong> (9 votes cast)</div><br />]]></description>
		<wfw:commentRss>http://www.web-development-blog.com/archives/parse-html-with-preg_match_all/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 31/101 queries in 0.402 seconds using disk: basic
Object Caching 1176/1273 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-08 09:22:42 -->
