<?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>webundso blog</title>
	<atom:link href="http://blog.webundso.ch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webundso.ch</link>
	<description>weblog über webzeug von webundso</description>
	<lastBuildDate>Tue, 20 Mar 2012 14:48:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fatal Error TYPO3 4.5.13/4.6.6</title>
		<link>http://blog.webundso.ch/2012/03/20/fatal-error-typo3-4-5-134-6-6/</link>
		<comments>http://blog.webundso.ch/2012/03/20/fatal-error-typo3-4-5-134-6-6/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:47:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[localconf]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=253</guid>
		<description><![CDATA[Beim Verlinken des aktuellen Sources kann es zu einem 'Fatal Error' kommen. Schuld daran ist das Deprecation Log. Abhilfe schafft, das Log im Installtool zu deaktivieren, oder direkt im localconf: 1 $TYPO3_CONF_VARS&#91;'SYS'&#93;&#91;'enableDeprecationLog'&#93; = ''; gefunden bei jweiland.net]]></description>
			<content:encoded><![CDATA[<p>Beim Verlinken des aktuellen Sources kann es zu einem 'Fatal Error' kommen. Schuld daran ist das <strong>Deprecation Log</strong>.</p>
<p>Abhilfe schafft, das Log im Installtool zu deaktivieren, oder direkt im localconf:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$TYPO3_CONF_VARS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SYS'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'enableDeprecationLog'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>gefunden bei <a title="Link zu jweiland" href="http://jweiland.net/aktuell/artikel/fatal-error-bei-einigen-typo3-projekten-mit-version-466-und-4513.html" target="_blank">jweiland.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2012/03/20/fatal-error-typo3-4-5-134-6-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aviary Tools</title>
		<link>http://blog.webundso.ch/2012/01/17/aviary-tools/</link>
		<comments>http://blog.webundso.ch/2012/01/17/aviary-tools/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 07:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site of the Day]]></category>
		<category><![CDATA[Webtools]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=251</guid>
		<description><![CDATA[Browserbasierende Audio- und Bildbearbeitung mit einem schönen Interface. http://advanced.aviary.com/tools &#160; gefunden bei ronorp]]></description>
			<content:encoded><![CDATA[<p>Browserbasierende Audio- und Bildbearbeitung mit einem schönen Interface.</p>
<p><a title="Aviary Tools" href="http://advanced.aviary.com/tools" target="_blank">http://advanced.aviary.com/tools</a></p>
<p>&nbsp;</p>
<p>gefunden bei <a title="Ronorp" href="http://www.ronorp.ch/bern/" target="_blank">ronorp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2012/01/17/aviary-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allen pdf-Links ein target=_blank hinzufügen</title>
		<link>http://blog.webundso.ch/2012/01/09/allen-pdf-links-ein-target_blan-hinzufugen/</link>
		<comments>http://blog.webundso.ch/2012/01/09/allen-pdf-links-ein-target_blan-hinzufugen/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 13:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[_blank]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=247</guid>
		<description><![CDATA[1 jQuery(&#34;a[href$='.pdf']&#34;).attr(&#34;target&#34;, &#34;_blank&#34;);]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="js" style="font-family:monospace;">jQuery(&quot;a[href$='.pdf']&quot;).attr(&quot;target&quot;, &quot;_blank&quot;);</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2012/01/09/allen-pdf-links-ein-target_blan-hinzufugen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Guitar</title>
		<link>http://blog.webundso.ch/2011/12/14/google-guitar/</link>
		<comments>http://blog.webundso.ch/2011/12/14/google-guitar/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Trash]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=245</guid>
		<description><![CDATA[Les Paul's 96th Birthday.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/logos/2011/lespaul.html">Les Paul's 96th Birthday</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/12/14/google-guitar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Webdesign Kunden aus der Hölle</title>
		<link>http://blog.webundso.ch/2011/11/01/5-webdesign-kunden-aus-der-holle/</link>
		<comments>http://blog.webundso.ch/2011/11/01/5-webdesign-kunden-aus-der-holle/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 09:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Trash]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=243</guid>
		<description><![CDATA[Webdesign_Kunden_Hoelle_groß » t3n News.]]></description>
			<content:encoded><![CDATA[<p><a href="http://t3n.de/news/webdesign-5-kunden-holle-infografik-338887/webdesign_kunden_hoelle_gros/">Webdesign_Kunden_Hoelle_groß » t3n News</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/11/01/5-webdesign-kunden-aus-der-holle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How A Web Design Goes Straight To Hell</title>
		<link>http://blog.webundso.ch/2011/09/05/how-a-web-design-goes-straight-to-hell/</link>
		<comments>http://blog.webundso.ch/2011/09/05/how-a-web-design-goes-straight-to-hell/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 11:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Trash]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=241</guid>
		<description><![CDATA[How A Web Design Goes Straight To Hell. &#160; So true.]]></description>
			<content:encoded><![CDATA[<p><a href="http://smashinghub.com/how-a-web-design-goes-straight-to-hell.htm">How A Web Design Goes Straight To Hell</a>.</p>
<p>&nbsp;</p>
<p>So true.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/09/05/how-a-web-design-goes-straight-to-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typoscript: Marker mit Wert aus locallang.xml füllen</title>
		<link>http://blog.webundso.ch/2011/08/25/typoscript-marker-mit-wert-aus-loccallang-xml-fullen/</link>
		<comments>http://blog.webundso.ch/2011/08/25/typoscript-marker-mit-wert-aus-loccallang-xml-fullen/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 14:22:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[Typoscript]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=238</guid>
		<description><![CDATA[1 2 lib.MARKER= TEXT lib.MARKER.data = LLL:fileadmin/templates/layout/locallang/locallang.xml:test]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>MARKER<span style="color: #339933; font-weight: bold;">=</span>  <span style="color: #990000; font-weight: bold;">TEXT</span> 
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>MARKER<span style="color: #339933; font-weight: bold;">.</span>data <span style="color: #339933; font-weight: bold;">=</span> LLL<span style="color: #339933; font-weight: bold;">:</span>fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span>layout<span style="color: #339933; font-weight: bold;">/</span>locallang<span style="color: #339933; font-weight: bold;">/</span>locallang<span style="color: #339933; font-weight: bold;">.</span>xml<span style="color: #339933; font-weight: bold;">:</span>test</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/08/25/typoscript-marker-mit-wert-aus-loccallang-xml-fullen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 things that drive web developers crazy</title>
		<link>http://blog.webundso.ch/2011/08/09/20-things-that-drive-web-developers-crazy/</link>
		<comments>http://blog.webundso.ch/2011/08/09/20-things-that-drive-web-developers-crazy/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 06:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Trash]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=235</guid>
		<description><![CDATA[20 things that drive web developers crazy &#124; Blog &#124; .net magazine.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netmagazine.com/node/1205?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">20 things that drive web developers crazy | Blog | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/08/09/20-things-that-drive-web-developers-crazy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ausnahme von Passwortschutz mit .htaccess</title>
		<link>http://blog.webundso.ch/2011/07/28/ausnahme-on-passwortschutz-mit-htaccess/</link>
		<comments>http://blog.webundso.ch/2011/07/28/ausnahme-on-passwortschutz-mit-htaccess/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=231</guid>
		<description><![CDATA[Will man ein Verzeichnis einer mit .htaccess-geschützten Webseite ausnehmen, wird in diesem eine .htaccess-Datei mit folgendem Inhalt deponiert: 1 2 3 deny from none allow from all satisfy any]]></description>
			<content:encoded><![CDATA[<p>Will man ein Verzeichnis einer mit .htaccess-geschützten Webseite <strong>ausnehmen</strong>, wird in diesem eine .htaccess-Datei mit folgendem Inhalt deponiert:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="shell" style="font-family:monospace;">deny from none
allow from all
satisfy any</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/07/28/ausnahme-on-passwortschutz-mit-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>29 Ways to Stay Creative</title>
		<link>http://blog.webundso.ch/2011/06/23/29-way-to-stay-creative/</link>
		<comments>http://blog.webundso.ch/2011/06/23/29-way-to-stay-creative/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:25:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[kreativität]]></category>

		<guid isPermaLink="false">http://blog.webundso.ch/?p=223</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<object data="http://www.youtube.com/v/ALVzsRaJD9g?version=3&rel=0&fs=1&showinfo=0" type="application/x-shockwave-flash" width="500" height="370">
	<param name="movie" value="http://www.youtube.com/v/ALVzsRaJD9g?version=3&rel=0&fs=1&showinfo=0"></param>
	<param name="wmode" value="opaque"></param>
	<param name="allowFullScreen" value="true"></param>
	<param name="allowScriptAccess" value="always"></param>
</object>
]]></content:encoded>
			<wfw:commentRss>http://blog.webundso.ch/2011/06/23/29-way-to-stay-creative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

