<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet-Feed - PHP</title>
	<link>http://www.snippetcenter.org/</link>
	<description>Die neuesten Snippets in  PHP</description>
	<language>de-de</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Hinweis: Dies ist ein RSS-Dokument zum Lesen in deinem RSS-Reader. Klick für mehr Infos.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[Bilderschutz]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/bilderschutz-s1929.aspx]]></guid>
     <pubDate>Sun, 22 Oct 2006 15:20:00 GMT</pubDate>
     <description><![CDATA[Gibt ein JPG Bild zersplittert zurück.
Aufruf per: saveimg(string $filename, int $pieces);

$filename: Pfad zur Datei
$pieces: Anzahl, in wieviel Teile das Bild zerteilt werden soll.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/bilderschutz-s1929.aspx]]></link>
</item>

<item>
     <title><![CDATA[Fotos verpixeln / unkenntlich machen]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/fotos-verpixeln-unkenntlich-machen-s1911.aspx]]></guid>
     <pubDate>Tue, 22 Aug 2006 02:11:00 GMT</pubDate>
     <description><![CDATA[Mit dieser Methode aus meiner Bildklasse kann man mit einen Bereich eines Bildes verpixeln.unkenntlich machen. Den Bereich sowie die Blockgröße kann man selbst wählen, den Rest über nimmt die Funktion automatisch.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/fotos-verpixeln-unkenntlich-machen-s1911.aspx]]></link>
</item>

<item>
     <title><![CDATA[Abfrage der Bildschirmgröße ... dann laden der passenden CSS-Datei]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/abfrage-der-bildschirmgroesse-dann-laden-der-passenden-css-datei-s1903.aspx]]></guid>
     <pubDate>Thu, 15 Jun 2006 11:36:00 GMT</pubDate>
     <description><![CDATA[Dieses Script fragt über Javascript die Bildschirmgröße ab, vergleicht dann die Variablen mit der Vorgabe, weist den Variablen $width und $height dann die gewünschten Werte zu und lädt dann dementsprechend die passende Styledatei, die natürlich den passenden Namen tragen muss (zum Beispiel: ist $width=1024 wird die 1024.css geladen). 
Man kann den If-Teil problemlos erweitern und somit alle möglichen Bildschirm-Auflösungen abfragen und festlegen welche Werte $width und $height dann haben sollen, damit die passende Style-Datei geladen wird.
Das Script sollte im HTML-Head stehen.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/abfrage-der-bildschirmgroesse-dann-laden-der-passenden-css-datei-s1903.aspx]]></link>
</item>

<item>
     <title><![CDATA[phazizDBLogin]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/phazizdblogin-s1884.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 21:21:00 GMT</pubDate>
     <description><![CDATA[Ein Login per MySQL Datenbank. ]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/phazizdblogin-s1884.aspx]]></link>
</item>

<item>
     <title><![CDATA[File Uploader Box with result box]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/file-uploader-box-with-result-box-s1877.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This is an example of how to upload a file in PHP. This particular example uploads a file from a pop up window.I normally call this with a simple javascript         hyper liink like this &lt;a href=&quot;javascript: PopWindow('/pathtouploader/uploader.php','uploader','600','300','no','center');&quot;&gt;Uploader&lt;/a&gt;.. and it works rather well that way, and the code is set of those sizes in this example]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/file-uploader-box-with-result-box-s1877.aspx]]></link>
</item>

<item>
     <title><![CDATA[Output a filename given in GET]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/output-a-filename-given-in-get-s1864.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[If the GET variable 'get' is a filename in the current directory, output its contents.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/output-a-filename-given-in-get-s1864.aspx]]></link>
</item>

<item>
     <title><![CDATA[php_mbox_parser]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/php_mbox_parser-s1821.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This code can parse mbox and put Date/Subject/body of email in array for further processing]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/php_mbox_parser-s1821.aspx]]></link>
</item>

<item>
     <title><![CDATA[getPHPmail]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/getphpmail-s1816.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This code will connect to IMAP/POP3 server and get the mails and will put the needed mail headers &amp; body in variables]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/getphpmail-s1816.aspx]]></link>
</item>

<item>
     <title><![CDATA[Comma- or space-separated list extractor -with quote support]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/comma-or-space-separated-list-extractor-with-quote-support-s1804.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Explode a string using space (s), comma (c) as delimiters and double-quote (q) to surround values with spaces and/or commas in them. We consider all regular expression whitespaces not only spaces per se. The function ignores blank values, but not if quoted.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/comma-or-space-separated-list-extractor-with-quote-support-s1804.aspx]]></link>
</item>

<item>
     <title><![CDATA[PHP Snippet Library]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/php-snippet-library-s1796.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This is a full application that will store all your favourite snippets for you, so you can access them online or off-line. Writen in PHP and MySQL this app will come in very handy.Check out the project page on SourceForge at:http://sourceforge.net/projects/php-csl]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/php-snippet-library-s1796.aspx]]></link>
</item>



</channel>
</rss>
