<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Launch: Pfadiblog, das Pfadfinder-Magazin.</title>
	<atom:link href="http://fly.ingsparks.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/feed/" rel="self" type="application/rss+xml" />
	<link>http://fly.ingsparks.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/</link>
	<description>User Experience • User Centered Design • Interfacedesign • Webapplikationen</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:15:12 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Pfadiblog - Das Pfadfinder-Magazin. &#187; Pfadiblog-Design</title>
		<link>http://fly.ingsparks.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/#comment-746</link>
		<dc:creator>Pfadiblog - Das Pfadfinder-Magazin. &#187; Pfadiblog-Design</dc:creator>
		<pubDate>Tue, 07 Mar 2006 16:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://flyingsparks.wwwfiles.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/#comment-746</guid>
		<description>[...] Etwas mehr &#252;ber die Technik des Blogs steht &#252;brigens bei mir (flyingsparks) und im Update unseres Release-Artikel.     // (c) Script http://www.shauninman.com/js/si.js // Here: Used vor testing only... // Example: http://www.shauninman.com/mentary/past/delete_cookies.php#comments // onkeyup=&quot;SI_previewText();&quot; // Zu Beginn schon mal alle aufrufen function SI_previewName() { var d = document; d.getElementById(&#039;commentpreviewName&#039;).innerHTML = d.getElementById(&#039;author&#039;).value; d.getElementById(&#039;vorschau&#039;).style.display = &quot;block&quot;; } function SI_previewHP() { var d = document; d.getElementById(&#039;commentpreviewURI&#039;).innerHTML = d.getElementById(&#039;url&#039;).value; d.getElementById(&#039;vorschau&#039;).style.display = &quot;block&quot;; } function SI_previewText() { var d = document; d.getElementById(&#039;commentpreviewText&#039;).innerHTML = SI_markdownWithSmartyPants(d.getElementById(&#039;comment&#039;).value); d.getElementById(&#039;vorschau&#039;).style.display = &quot;block&quot;; } function SI_markdownWithSmartyPants(txt) { // ` :: code txt = txt.replace(/`([^`]+)`/g,&#039;&#039;+&#039;$1&#039;+&#039;&#039;); // Need to remove and protect this code block from the other replacements // &amp; :: &amp; txt = txt.replace(/&amp;/g,&#039;&amp;&#039;); txt = txt.replace(/&amp;(amp;)+/g,&#039;&amp;&#039;); // --- :: en dash txt = txt.replace(/-{3}/g, &#039;&#8211;&#039;); // -- :: em dash txt = txt.replace(/-{2}/g,&#039;&#8212;&#039;); // ... :: ellipsis txt = txt.replace(/.{3}/g,&#039;&#8230;&#039;); // &quot; :: to smart quotes txt = txt.replace(/&quot;(.*[^&quot;])&quot;/g,&#039;&#8220;$1&#8221;&#039;); // **&#124;__ :: strong txt = txt.replace(/(*&#124;_){2}([^*_]+)(*&#124;_){2}/g,&#039;&#039;+&#039;$2&#039;+&#039;&#039;); // *&#124;_ :: em txt = txt.replace(/(*&#124;_)([^*_]+)(*&#124;_)/g,&#039;&#039;+&#039;$2&#039;+&#039;&#039;); // paragraph breaks txt = &#039;&#039;+txt.replace(/(rn&#124;n)/g,&#039;&#039;).replace(/(){2,}/gi,&#039;&#039;)+&#039;&#039; return txt; } [...]</description>
		<content:encoded><![CDATA[<p>[...] Etwas mehr &#252;ber die Technik des Blogs steht &#252;brigens bei mir (flyingsparks) und im Update unseres Release-Artikel.     // (c) Script <a href="http://www.shauninman.com/js/si.js" rel="nofollow">http://www.shauninman.com/js/si.js</a> // Here: Used vor testing only&#8230; // Example: <a href="http://www.shauninman.com/mentary/past/delete_cookies.php#comments" rel="nofollow">http://www.shauninman.com/mentary/past/delete_cookies.php#comments</a> // onkeyup=&#034;SI_previewText();&#034; // Zu Beginn schon mal alle aufrufen function SI_previewName() { var d = document; d.getElementById(&#039;commentpreviewName&#039;).innerHTML = d.getElementById(&#039;author&#039;).value; d.getElementById(&#039;vorschau&#039;).style.display = &#034;block&#034;; } function SI_previewHP() { var d = document; d.getElementById(&#039;commentpreviewURI&#039;).innerHTML = d.getElementById(&#039;url&#039;).value; d.getElementById(&#039;vorschau&#039;).style.display = &#034;block&#034;; } function SI_previewText() { var d = document; d.getElementById(&#039;commentpreviewText&#039;).innerHTML = SI_markdownWithSmartyPants(d.getElementById(&#039;comment&#039;).value); d.getElementById(&#039;vorschau&#039;).style.display = &#034;block&#034;; } function SI_markdownWithSmartyPants(txt) { // ` :: code txt = txt.replace(/`([^`]+)`/g,&#034;+&#039;$1&#039;+&#034;); // Need to remove and protect this code block from the other replacements // &#38; :: &amp; txt = txt.replace(/&#38;/g,&#039;&amp;&#039;); txt = txt.replace(/&amp;(amp;)+/g,&#039;&amp;&#039;); // &#8212; :: en dash txt = txt.replace(/-{3}/g, &#039;&#8211;&#039;); // &#8212; :: em dash txt = txt.replace(/-{2}/g,&#039;&#8212;&#039;); // &#8230; :: ellipsis txt = txt.replace(/.{3}/g,&#039;&#8230;&#039;); // &#034; :: to smart quotes txt = txt.replace(/&#034;(.*[^"])&#034;/g,&#039;&#034;$1&#034;&#039;); // **|__ :: strong txt = txt.replace(/(*|_){2}([^*_]+)(*|_){2}/g,&#034;+&#039;$2&#039;+&#034;); // *|_ :: em txt = txt.replace(/(*|_)([^*_]+)(*|_)/g,&#034;+&#039;$2&#039;+&#034;); // paragraph breaks txt = &#034;+txt.replace(/(rn|n)/g,&#034;).replace(/(){2,}/gi,&#034;)+&#034; return txt; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: tamim</title>
		<link>http://fly.ingsparks.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/#comment-742</link>
		<dc:creator>tamim</dc:creator>
		<pubDate>Mon, 06 Mar 2006 13:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://flyingsparks.wwwfiles.de/2006-03-06/launch-pfadiblog-das-pfadfinder-magazin/#comment-742</guid>
		<description></description>
		<content:encoded><![CDATA[<p>erster eindruck: sehr gut.<br />
mir gef&#228;llt die tag funktion.<br />
die optik ist ansprechend. kein knaller aber ich denke zielgruppengerecht.<br />
ich denke am logo k&#246;nnte man auch noch etwas arbeiten.<br />
der zweite eindruck kommt sp&#228;ter nochmal. da wird dann butter bei de fische getan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
