<?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; scripts</title>
	<atom:link href="http://www.web-development-blog.com/archives/tag/scripts/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>Sun, 05 Feb 2012 22:34:11 +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>E-mail links, protective solutions against SPAM</title>
		<link>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/</link>
		<comments>http://www.web-development-blog.com/archives/e-mail-links-protective-solutions-against-spam/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:14:38 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[snippets]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/?p=884</guid>
		<description><![CDATA[If you place your e-mail address somewhere visible on your website, it will be only a matter of time until your e-mail account will get more and more spam messages. There are lots of spam bots checking the Internet for email addresses on regular websites, forums, blog and mailing lists. Once caught by some spam [...]<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/e-mail-links-protective-solutions-against-spam/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Create custom backups from your website using cURL</title>
		<link>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/</link>
		<comments>http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 08:40:41 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/create-custom-backups-from-your-website-using-curl/</guid>
		<description><![CDATA[These days I needed a script to backup only a part of a customers website using a CRON. Most of the control panels I know allow only a complete website backup and this is not what I needed. While planning the script, I thought about a solution for webmaster without full SSH access to their [...]<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/create-custom-backups-from-your-website-using-curl/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Dynamic thumbnails from websites</title>
		<link>http://www.web-development-blog.com/archives/dynamic-thumbnails-from-websites/</link>
		<comments>http://www.web-development-blog.com/archives/dynamic-thumbnails-from-websites/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 14:30:10 +0000</pubDate>
		<dc:creator>Olaf</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[girafa]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.web-development-blog.com/archives/dynamic-thumbnails-from-websites/</guid>
		<description><![CDATA[Since Alexa stopped offering their free thumbnail service last year a lot of thumbnail services are available now. Some of them offering limited free services and others only a paid premium version. On of the bigger and better services is Girafa, a thumbnail service with a free service and also premium services for users with [...]<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/dynamic-thumbnails-from-websites/feed/</wfw:commentRss>
		<slash:comments>28</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 29/64 queries in 0.040 seconds using disk: basic
Object Caching 677/721 objects using disk: basic
Content Delivery Network via cdn.web-development-blog.com

Served from: www.web-development-blog.com @ 2012-02-07 08:12:26 -->
