<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<!--
Hello!
This web page is a RSS file that is meant to be read
by a RSS reader application.

Look at http://en.wikipedia.org/wiki/RSS to learn more
about RSS.
--><rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<channel>
	<title>last 20 snippets from www.jonasjohn.de</title>
	<description>This feed shows the last 20 snippets added to www.jonasjohn.de</description>
	<link>http://www.jonasjohn.de</link>
	<lastBuildDate>Sun, 15 Mar 2020 09:03:24 +0100</lastBuildDate>
	<pubDate>Sun, 15 Mar 2020 09:03:24 +0100</pubDate>
	<generator>rss74/v0.3</generator>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<language>en-us</language>
	<item>
		<title>How to do a POST request</title>
		<link>http://www.jonasjohn.de/snippets/php/post-request.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/post-request.htm</guid>
		<description><![CDATA[This example shows how to do a simple POST request to another webserver by using a socket connection.]]></description>
		<pubDate>Wed, 23 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>File download with speed limit</title>
		<link>http://www.jonasjohn.de/snippets/php/dl-speed-limit.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/dl-speed-limit.htm</guid>
		<description><![CDATA[
            This snippet shows you how to limit the download rate of a file download.<br /><br />
            <b>Remark:</b><br />I created this snippet around 2006, today there are much better solutions<br />available like the <a href="http://webscripts.softpedia.com/script/PHP-Clases/QoS-Bandwidth-Throttler-66826.html">QoS Bandwidth Throttle PHP Class</a>
            (<a href="http://www.phpclasses.org/package/6709-PHP-Limit-the-speed-of-files-served-for-download.html">Alternative link</a>). (Thanks aargoth)
        ]]></description>
		<pubDate>Wed, 23 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Safe redirect</title>
		<link>http://www.jonasjohn.de/snippets/php/secure-redirect.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/secure-redirect.htm</guid>
		<description><![CDATA[This little function ensures that visitors are really redirected to a specified URL.<br /><br />At first the function will try to redirect the user by using the header() location method, then by JavaScript and META-Refresh and finally if everything failed there is also a ordinary link to the new URL.]]></description>
		<pubDate>Fri, 11 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Count files recursive</title>
		<link>http://www.jonasjohn.de/snippets/php/count-files-recursive.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/count-files-recursive.htm</guid>
		<description><![CDATA[Returns the entire number of files including all child directories.]]></description>
		<pubDate>Fri, 11 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Simple cURL example</title>
		<link>http://www.jonasjohn.de/snippets/php/curl-example.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/curl-example.htm</guid>
		<description><![CDATA[A simple example on how to use the cURL module to download a website or any other file.<br /><br />You can find more <a href="http://www.php.net/curl_setopt">cURL options</a> on the related PHP manual page.]]></description>
		<pubDate>Fri, 11 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Random readable password</title>
		<link>http://www.jonasjohn.de/snippets/php/random-readable-pwd.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/random-readable-pwd.htm</guid>
		<description><![CDATA[
            Generates a random readable password by combining words from a wordlist array.
            <br/>
            You can adjust the password length trough a parameter (length).
        ]]></description>
		<pubDate>Fri, 11 Mar 2011 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Randomize SQL query results</title>
		<link>http://www.jonasjohn.de/snippets/php/randomize-sql-query-results.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/randomize-sql-query-results.htm</guid>
		<description><![CDATA[
            There are many ways to get random database results, here I explain two of them.
        ]]></description>
		<pubDate>Mon, 11 Feb 2008 00:00:00 +0100</pubDate>
	</item>
	<item>
		<title>Caching for dynamic content</title>
		<link>http://www.jonasjohn.de/snippets/php/caching.htm</link>
		<guid isPermaLink="true">http://www.jonasjohn.de/snippets/php/caching.htm</guid>
		<description><![CDATA[
            I made this snippet to show how to use the Last-Modified and the ETag header<br/>
            to optimize the caching of a website. If used correctly this will speed up<br/>
            your page loads. 
        ]]></description>
		<pubDate>Wed, 06 Feb 2008 00:00:00 +0100</pubDate>
	</item>
	</channel>
</rss>