<?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>SEO Blog &#187; php &amp; coding</title>
	<atom:link href="http://www.seo-blog.ch/blog/seo-suchmaschinenoptimierung/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seo-blog.ch/blog</link>
	<description>Suchmaschinenoptimierung</description>
	<lastBuildDate>Sat, 20 Aug 2011 21:05:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mit Google OpenSource Schriften in die Seite einbinden</title>
		<link>http://www.seo-blog.ch/blog/php/mit-google-opensource-schriften-in-die-seite-einbinden/</link>
		<comments>http://www.seo-blog.ch/blog/php/mit-google-opensource-schriften-in-die-seite-einbinden/#comments</comments>
		<pubDate>Wed, 19 May 2010 19:32:19 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[php & coding]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[schriftarten]]></category>

		<guid isPermaLink="false">http://www.seo-blog.ch/blog/?p=2122</guid>
		<description><![CDATA[Soeben bin ich über einen Tweet von @wpSEO gestolpert, mit einem Link ins Google Blog, zu einem Artikel, in welchem OpenSource Schriften für alle vorgestellt werden: Introducing the Google Font API &#38; Google Font Directory. Was das bedeutet, möchte ich an einem kleinen Beispiel zeigen; es braucht nur ein wenig XHTML und CSS&#8230; 
Mit diesem [...]]]></description>
		<wfw:commentRss>http://www.seo-blog.ch/blog/php/mit-google-opensource-schriften-in-die-seite-einbinden/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mit DOM nach dem Laden der Seite XHTML-Elemente ansprechen</title>
		<link>http://www.seo-blog.ch/blog/php/mit-dom-nach-dem-laden-der-seite-xhtml-elemente-ansprechen/</link>
		<comments>http://www.seo-blog.ch/blog/php/mit-dom-nach-dem-laden-der-seite-xhtml-elemente-ansprechen/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 15:09:01 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[php & coding]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.seo-blog.ch/blog/?p=1464</guid>
		<description><![CDATA[Es gibt Situationen im Wordpress-Blog oder auf der Website, wo man in seinem Seiten-Code nur eine (PHP-)Variable hat, die vielleicht mit der Funktion fsockopen() externen Code generiert und ladet; z.B. Werbe-Code eines Affiliate-Netzwerks, der z.B. Textlinks anzeigen soll. Es gibt auch Situationen, wo das Ganze dann ohne das Attribut rel=&#8221;nofollow&#8221; generiert und ausgeliefert wird. Wer [...]]]></description>
		<wfw:commentRss>http://www.seo-blog.ch/blog/php/mit-dom-nach-dem-laden-der-seite-xhtml-elemente-ansprechen/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SEO-friendly Webkatalog mit htaccess und PHP</title>
		<link>http://www.seo-blog.ch/blog/php/seo-friendly-webkatalog-mit-htaccess-und-php/</link>
		<comments>http://www.seo-blog.ch/blog/php/seo-friendly-webkatalog-mit-htaccess-und-php/#comments</comments>
		<pubDate>Sat, 09 May 2009 20:55:24 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[php & coding]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[dynamische URL]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[seo-friendly]]></category>

		<guid isPermaLink="false">http://www.seo-blog.ch/blog/?p=402</guid>
		<description><![CDATA[Da ich heute gerade meine Website Link-Verzeichnis durchgearbeitet habe, möchte ich hier eine Kurzanleitung für seofriendly URLs mit htaccess und PHP verfassen, damit Ihr auch etwas davon habt&#8230; Grundsätzliches: ich gehe davon aus, dass Du ein wenig PHP-Erfahrung hast, und dass Du einen Webkatalog (PHP, SQL) hast, in dem die Rubriken-URLs z.B. &#8220;category.php?id=52354&#8243; heissen und [...]]]></description>
		<wfw:commentRss>http://www.seo-blog.ch/blog/php/seo-friendly-webkatalog-mit-htaccess-und-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>eMail-Header-Injection PHP-Snippet</title>
		<link>http://www.seo-blog.ch/blog/php/email-header-injection-php-snippet/</link>
		<comments>http://www.seo-blog.ch/blog/php/email-header-injection-php-snippet/#comments</comments>
		<pubDate>Wed, 06 May 2009 20:45:39 +0000</pubDate>
		<dc:creator>Roman</dc:creator>
				<category><![CDATA[php & coding]]></category>
		<category><![CDATA[sicherheit]]></category>

		<guid isPermaLink="false">http://www.seo-blog.ch/blog/?p=394</guid>
		<description><![CDATA[Hier ein kleines, aber wirkungsvolles PHP-Snippet, das in Deine &#8220;functions.php&#8221; gehört, falls Du einzeilige HTML-Formularfelder im mail-Header transportieren willst:
function spamSicher($text) {
         return preg_replace(&#8220;/(\n+&#124;\r+&#124;%0A&#124;%0D)/i&#8221;, &#8221;, $text);
         }
Nun musst Du nur die Funktion aufrufen, wenn Du in Deinem PHP Form-Felder wegen eMail-Header-Injection säubern willst. Dabei wird natürlich der zu säubernde Text-String als Variable $text mitgegeben&#8230;
]]></description>
		<wfw:commentRss>http://www.seo-blog.ch/blog/php/email-header-injection-php-snippet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

