<?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>blog  schaufler</title>
	<atom:link href="http://blog.schaufler.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schaufler.ch</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 24 Dec 2011 10:25:11 +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>Still, still, still</title>
		<link>http://blog.schaufler.ch/archiv/still/</link>
		<comments>http://blog.schaufler.ch/archiv/still/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 10:22:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=603</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/XDAzG4Bbh6Y"><param name="movie" value="http://www.youtube.com/v/XDAzG4Bbh6Y" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/still/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 &amp; Responsive Web</title>
		<link>http://blog.schaufler.ch/archiv/css3-responsive-web/</link>
		<comments>http://blog.schaufler.ch/archiv/css3-responsive-web/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 22:23:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=599</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object style="width:480px; height:385px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.youtube.com/v/lbdndWo35tY?version=3" /><param name="src" value="http://www.youtube.com/v/lbdndWo35tY?version=3" /><embed style="width:480px; height:385px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/lbdndWo35tY?version=3" data="http://www.youtube.com/v/lbdndWo35tY?version=3"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/css3-responsive-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>joomla 1.6 HTML5 Tempalate</title>
		<link>http://blog.schaufler.ch/archiv/joomla-1-6-html5-tempalate/</link>
		<comments>http://blog.schaufler.ch/archiv/joomla-1-6-html5-tempalate/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 12:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[valid]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=591</guid>
		<description><![CDATA[Ein HTML5 Template valide in Joomla 1.6 einzubauen scheitert erstmals an zwei Fehlern in den Metangaben. In Joomla wird die Metadaten &#8211; Ausgabe im Core gesteuert.

&#60;meta name=&#34;rights&#34; content=&#34;&#34; /&#62;
&#60;meta name=&#34;language&#34; content=&#34;de-DE&#34; /&#62;
&#60;meta name=&#34;title&#34; content=&#34;&#34; /&#62;

Diese Meta &#8211; Angaben werden vom W3c beanstandet.
In libraries -&#62; joomla -&#62; document -&#62; html -&#62; renderer -&#62; head.php muss dieser [...]]]></description>
			<content:encoded><![CDATA[<p>Ein HTML5 Template valide in Joomla 1.6 einzubauen scheitert erstmals an zwei Fehlern in den Metangaben. In Joomla wird die Metadaten &#8211; Ausgabe im Core gesteuert.</p>
<pre class="brush: xml;">
&lt;meta name=&quot;rights&quot; content=&quot;&quot; /&gt;
&lt;meta name=&quot;language&quot; content=&quot;de-DE&quot; /&gt;
&lt;meta name=&quot;title&quot; content=&quot;&quot; /&gt;
</pre>
<p>Diese Meta &#8211; Angaben werden vom W3c beanstandet.</p>
<p>In libraries -&gt; joomla -&gt; document -&gt; html -&gt; renderer -&gt; head.php muss dieser Codeblock:</p>
<pre class="brush: php;">
foreach ($document-&gt;_metaTags as $type =&gt; $tag)
      {
         foreach ($tag as $name =&gt; $content)

         {
            if ($type == 'http-equiv') {
               $content.= '; charset=' . $document-&gt;getCharset();
               $buffer .= $tab.'&lt;meta http-equiv=&quot;'.$name.'&quot; content=&quot;'.htmlspecialchars($content).'&quot;'.$tagEnd.$lnEnd;
            }
            else if ($type == 'standard') {
               $buffer .= $tab.'&lt;meta name=&quot;'.$name.'&quot; content=&quot;'.htmlspecialchars($content).'&quot;'.$tagEnd.$lnEnd;
            }
         }
      }
</pre>
<p>Mit diesem ersetzt werden:</p>
<pre class="brush: php;">
foreach ($document-&gt;_metaTags as $type =&gt; $tag)
      {
         foreach ($tag as $name =&gt; $content)

         {
            if ($type == 'http-equiv') {
               $content.= '; charset=' . $document-&gt;getCharset();
               $buffer .= $tab.'&lt;meta http-equiv=&quot;'.$name.'&quot; content=&quot;'.htmlspecialchars($content).'&quot;'.$tagEnd.$lnEnd;
            }
            else if ($type == 'standard') {
               if ($name == &quot;rights&quot;  || $name == &quot;language&quot; || $name == &quot;title&quot;){
                  continue;
               }else{
               $buffer .= $tab.'&lt;meta name=&quot;'.$name.'&quot; content=&quot;'.htmlspecialchars($content).'&quot;'.$tagEnd.$lnEnd;
               }
            }
         }
      }
</pre>
<p>In den Zeile 11 wird dafür gesorgt, dass besagte Metaangaben nicht mehr in den Header geladen werden. eine elegantere Methode habe ich bis jetzt noch nicht gefunden.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/joomla-1-6-html5-tempalate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doppelte Einträge in MySql verhindern</title>
		<link>http://blog.schaufler.ch/archiv/doppelte-eintrage-in-mysql-verhindern/</link>
		<comments>http://blog.schaufler.ch/archiv/doppelte-eintrage-in-mysql-verhindern/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 09:35:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=580</guid>
		<description><![CDATA[Doppelte Einträge in die Datenbank sollen verhindert werden.
In einer Snippet &#8211; Datenbank soll ein Tagging &#8211; System Einzug halten. Der Administrator kann nun bei den Snippets die Tags löschen oder neue einfügen (Ajax). Kein Snippets soll über doppelte Tags verfügen.
Zuerst erstelle ich über die ID des Snippet (feld_A) und der ID des Tags (feld_B) einen [...]]]></description>
			<content:encoded><![CDATA[<p>Doppelte Einträge in die Datenbank sollen verhindert werden.</p>
<p>In einer Snippet &#8211; Datenbank soll ein Tagging &#8211; System Einzug halten. Der Administrator kann nun bei den Snippets die Tags löschen oder neue einfügen (Ajax). Kein Snippets soll über doppelte Tags verfügen.</p>
<p>Zuerst erstelle ich über die ID des Snippet (feld_A) und der ID des Tags (feld_B) einen UNIQUE Schlüssel.</p>
<pre class="brush: sql;">
ALTER TABLE tabelle
ADD UNIQUE INDEX myIndex (feld_A, feld_B);
</pre>
<p>Als Alternative kann man auch einen PRIMARY Schlüssel verwenden.</p>
<pre class="brush: sql;">
ALTER TABLE tabelle
ADD PRIMARY KEY (feld_A, feld_B);
</pre>
<p>Danach kann man beim Einfügen des Datensatzes mit INSERT IGNORE arbeiten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/doppelte-eintrage-in-mysql-verhindern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schweiz 2080</title>
		<link>http://blog.schaufler.ch/archiv/schweiz-2080/</link>
		<comments>http://blog.schaufler.ch/archiv/schweiz-2080/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 11:51:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Film]]></category>
		<category><![CDATA[Politik]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wahlen]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=576</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/pdyh4Hwp89Q?version=3"><param name="movie" value="http://www.youtube.com/v/pdyh4Hwp89Q?version=3" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/schweiz-2080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 5 ist da</title>
		<link>http://blog.schaufler.ch/archiv/firefox-5-ist-da/</link>
		<comments>http://blog.schaufler.ch/archiv/firefox-5-ist-da/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 08:38:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=564</guid>
		<description><![CDATA[Heute ist der neue Firefox5 erschienen. Der neue Browser steht ab sofort zum kostenlosen Download bereit.  Es gibt Versionen für Linux, Mac OS X, Android und Windows. Alle wichtigen Erweiterungen für Webentwickler sollten funktionieren. Mit Ubuntu wurde mir das Update natürlich automatisch über die Softwareverwaltung angeboten. Das Plugin für die Linkdatenbank habe ich natürlich auch [...]]]></description>
			<content:encoded><![CDATA[<p><img class="align" title="firefox" src="http://blog.schaufler.ch/wp-content/uploads/2011/06/firefox-300x155.jpg" alt="" width="300" height="155" />Heute ist der neue Firefox5 erschienen. Der neue Browser steht ab sofort zum <a href="http://www.mozilla.com/de/firefox/">kostenlosen Download</a> bereit.  Es gibt Versionen für Linux, Mac OS X, Android und Windows. Alle wichtigen Erweiterungen für Webentwickler sollten funktionieren. Mit Ubuntu wurde mir das Update natürlich automatisch über die Softwareverwaltung angeboten. Das Plugin für die <a href="http://tag.schaufler.ch">Linkdatenbank</a> habe ich natürlich auch schon wieder angepasst und steht zum <a href="http://blog.schaufler.ch/wp-content/uploads/2011/06/scuttle-5.xpi">Download</a> bereit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/firefox-5-ist-da/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin tag.schaufler.ch</title>
		<link>http://blog.schaufler.ch/archiv/plugin-tag-schaufler-ch/</link>
		<comments>http://blog.schaufler.ch/archiv/plugin-tag-schaufler-ch/#comments</comments>
		<pubDate>Wed, 11 May 2011 20:07:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[erweiterung]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linkdatenbank]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scuttle]]></category>
		<category><![CDATA[tag.schaufler.ch]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=556</guid>
		<description><![CDATA[Ein Plugin für meine Scuttle Linkdatenbank habe ich schon lange. Leider hat die Erweiterung mit dem neuen Firefox Browser nicht mehr funktioniert. Ich habe das Plugin neu angepasst. Download der Version 0.34. Login zum Linksystem gibts auf Anfrage.
]]></description>
			<content:encoded><![CDATA[<p>Ein Plugin für meine Scuttle <a href="http://tag.schaufler.ch">Linkdatenbank</a> habe ich schon lange. Leider hat die Erweiterung mit dem neuen Firefox Browser nicht mehr funktioniert. Ich habe das Plugin neu angepasst. <a href="http://blog.schaufler.ch/wp-content/uploads/2011/06/scuttle-5.xpi">Download der Version 0.34</a>. Login zum <a href="http://tag.schaufler.ch">Linksystem</a> gibts auf Anfrage.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/plugin-tag-schaufler-ch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube Gründer übernehmen Delicious</title>
		<link>http://blog.schaufler.ch/archiv/youtube-grunder-ubernehmen-delicious/</link>
		<comments>http://blog.schaufler.ch/archiv/youtube-grunder-ubernehmen-delicious/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 22:12:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=546</guid>
		<description><![CDATA[ Der beliebte und bekannte Tagging &#8211; Dienst Delicious ist heute von den Gründern  YouTubes, Chad Hurley und Steve Chen erworben worden. Delicious wird nun Teil der neuen Internet-Firma AVOS. Bis Juli hat man noch Zeit um die Links zu übertragen. Mich dünkt es, die Zusammenarbeit mit Yahoo ist schon länger schwierig. (RSS von Delicious [...]]]></description>
			<content:encoded><![CDATA[<p><img class="align" title="http://www.flickr.com/photos/topgold/3341034725/" src="http://blog.schaufler.ch/wp-content/uploads/2011/04/delicious.png" alt="" width="150" height="142" /> Der beliebte und bekannte Tagging &#8211; Dienst <a href="http://delicious.com">Delicious</a> ist heute von den Gründern  YouTubes, Chad Hurley und Steve Chen erworben worden. Delicious wird nun Teil der neuen Internet-Firma AVOS. Bis Juli hat man noch Zeit um die Links zu übertragen. Mich dünkt es, die Zusammenarbeit mit Yahoo ist schon länger schwierig. (RSS von Delicious nach Yahoo &#8211; Pipes, als Beispiel funktionieren seit Wochen nicht). Hoffen wir nun, dass dieser langjähriger Web 2.0 Mitstreiter wieder ruhigeren Zeiten zugeht.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/youtube-grunder-ubernehmen-delicious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Strategie</title>
		<link>http://blog.schaufler.ch/archiv/social-media-strategie/</link>
		<comments>http://blog.schaufler.ch/archiv/social-media-strategie/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 08:37:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Presse]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=540</guid>
		<description><![CDATA[Social Media in Unternehmen

]]></description>
			<content:encoded><![CDATA[<p>Social Media in Unternehmen</p>
<p><object type="application/x-shockwave-flash" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=socialmediamarketingkonferenz-wirsindjetztauchauffacebookv-2-2-110324034605-phpapp02&#038;stripped_title=social-media-marketing-konferenz-wir-sind-jetzt-auch-auf-facebook-v22&#038;userName=pixelfreund" width="425" height="350"><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=socialmediamarketingkonferenz-wirsindjetztauchauffacebookv-2-2-110324034605-phpapp02&#038;stripped_title=social-media-marketing-konferenz-wir-sind-jetzt-auch-auf-facebook-v22&#038;userName=pixelfreund" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/social-media-strategie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote debugging JavaScript</title>
		<link>http://blog.schaufler.ch/archiv/remote-debugging-javascript/</link>
		<comments>http://blog.schaufler.ch/archiv/remote-debugging-javascript/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 08:14:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://blog.schaufler.ch/?p=536</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:480px; height:385px;" data="http://www.youtube.com/v/DSH392Gxaho?showsearch=0&amp;showinfo=0"><param name="movie" value="http://www.youtube.com/v/DSH392Gxaho?showsearch=0&amp;showinfo=0" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schaufler.ch/archiv/remote-debugging-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

