<?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>Reflexion und Zeitgeist &#187; Blogging</title>
	<atom:link href="http://thomas.uebel.net/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomas.uebel.net</link>
	<description>Das private Blog von Thomas Uebel</description>
	<lastBuildDate>Fri, 19 Feb 2010 11:43:18 +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>Twittern&#8230;</title>
		<link>http://thomas.uebel.net/2008/09/twittern/</link>
		<comments>http://thomas.uebel.net/2008/09/twittern/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 08:29:58 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Netzwelt]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://thomas.uebel.net/?p=305</guid>
		<description><![CDATA[Mich gibts jetzt auch bei Twitter. Follow Me!
]]></description>
			<content:encoded><![CDATA[<p>Mich gibts jetzt auch bei <a href="http://twitter.com/">Twitter</a>. Follow <a href="http://twitter.com/thomasuebel">Me</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2008/09/twittern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picasa Web Albums &amp; WordPress</title>
		<link>http://thomas.uebel.net/2007/03/picasa-web-albums-wordpress/</link>
		<comments>http://thomas.uebel.net/2007/03/picasa-web-albums-wordpress/#comments</comments>
		<pubDate>Fri, 23 Mar 2007 11:07:19 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/picasa-web-albums-wordpress/</guid>
		<description><![CDATA[Mit der aktuellen Picasa Version lassen sich auf einfachste Weise angelegte Alben in einen &#8220;Online-Verfügbar&#8221; Zustand überstellen. Dazu hat Google Flickr und Yahoo Pictures nachgeeifert und das eigene Photokatalog-Programm &#8220;Picasa&#8221; um eine Onlinekomponente erweitert. Bilder lassen sich entweder direkt vom Browser hochladen oder über Picasa selbst, was sich sehr komfortabel darstellt. Nun wäre es ja [...]]]></description>
			<content:encoded><![CDATA[<p>Mit der aktuellen Picasa Version lassen sich auf einfachste Weise angelegte Alben in einen &#8220;Online-Verfügbar&#8221; Zustand überstellen. Dazu hat Google Flickr und Yahoo Pictures nachgeeifert und das eigene Photokatalog-Programm &#8220;Picasa&#8221; um eine Onlinekomponente erweitert. Bilder lassen sich entweder direkt vom Browser hochladen oder über Picasa selbst, was sich sehr komfortabel darstellt. Nun wäre es ja schön gewesen ein Plugin für Wordpress zu haben das eben jene Bilder darstellt &#8211; doch das sollte ein größeres Problem werden als ich anfänglich angenommen hatte&#8230;<span id="more-207"></span>Nachdem ich gestern meine WordPress Codebase und das K2 theme aktualisiert hatte, dachte ich wäre es angenehm zu meinem neuen Picasa Web-Account auch gleich ein WordPress plugin zu haben. Viele standen nicht zur Auswahl. Um genau zu sein: nur zwei.</p>
<ul>
<li><a href="http://vaguedream.com/2006/06/19/picasa-web-matrix-finished/">Picasa Web Matrix (PWM) by Stephen @ Vague Dream</a></li>
<li><a href="http://rawlinson.us/blog/articles/picasaweb-wordpress-plugin/">PicasaWeb by Bill Rawlinson @ rawlinson.us</a></li>
</ul>
<p>Während PicasaWeb PHP5 vorraussetzte, und deshalb für mich gar nicht erst in Frage kam, muss man als geneigter Nutzer für PWM ein &#8220;Widget-Ready&#8221; Theme benutzen. Meines (K2) implementiert glücklicherweise bereits die <a href="http://automattic.com/code/widgets/">Automattic Widgets</a> wodurch dann letztendlich auch dieses Plugin den Weg in meinen Download-Ordner fand.<br />
Die Installation lief dann recht problemlos. Das Plugin wird manuell aktiviert und registriert sich als verfügbares Widget in der Sidebar. Also Eingestellt, RSS Feed hinzugefügt und fertig. Denkste!<br />
Mir wurde das Anzeigen der Bilder nach einem kryptischen Fehler verwehrt. Einige Suchen mit der &#8220;Magic Google&#8221; ließen mich dann ein <a href="http://ottodestruct.com/blog/2006/06/17/picasa-web-wordpress-widget/">PWM-Derivat das von Otto @ Ottodestruct.com</a> stammt finden. So gleich installiert aber trotzdem ein Problem:</p>
<blockquote><p>[function.fopen]: failed to open stream: No such file or directory in /wp-content/plugins/picasaweb/picasaweb.php on line 81<br />
Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in /wp-content/plugins/picasaweb/picasaweb.php on line 84</p></blockquote>
<p>Der Quelltext verriet, das das Plugin festprogrammierte Pfade zum Plugin und seiner Cache-Directory verwendet. Die also geändert und voila es funktioniert. Picture-Galore!</p>
<p>Relevante Links:<br />
<a href="http://picasaweb.google.de">Picasa Web Alben</a><br />
<a href="http://automattic.com/code/widgets/">Automattic Widgets Plugin</a><br />
<a href="http://getk2.com/">K2 Theme for WordPress</a><br />
<a href="http://vaguedream.com/">Vague Dream Blog</a><br />
<a href="http://rawlinson.us/">Rawlinson.us Blog</a><br />
<a href="http://ottodestruct.com/blog/">Ottodestruct Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2007/03/picasa-web-albums-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frühjahrsputz?!</title>
		<link>http://thomas.uebel.net/2007/03/fruhjahrsputz/</link>
		<comments>http://thomas.uebel.net/2007/03/fruhjahrsputz/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 14:40:59 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/fruhjahrsputz/</guid>
		<description><![CDATA[Ich habe soeben auf die neue Wordpress 2.1.2 umgestellt. Vorher sämtliche Files gelöscht und von neu angefangen. Neu ist auch die aktuelle k2 Release-Candidate. Bis heute Abend sollte ich wieder alles in einem angenehmen Zustand haben&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Ich habe soeben auf die neue Wordpress 2.1.2 umgestellt. Vorher sämtliche Files gelöscht und von neu angefangen. Neu ist auch die aktuelle k2 Release-Candidate. Bis heute Abend sollte ich wieder alles in einem angenehmen Zustand haben&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2007/03/fruhjahrsputz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>back from the ashes</title>
		<link>http://thomas.uebel.net/2007/03/back-from-the-ashes/</link>
		<comments>http://thomas.uebel.net/2007/03/back-from-the-ashes/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 14:52:11 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/back-from-the-ashes/</guid>
		<description><![CDATA[Cleansy hat sein Blog wieder online&#8230;
&#8230; wurde ja auch Zeit. ^^
]]></description>
			<content:encoded><![CDATA[<p>Cleansy hat <a href="http://werderstrasse.de/~Cleansy/blog/">sein Blog</a> wieder online&#8230;<br />
&#8230; wurde ja auch Zeit. ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2007/03/back-from-the-ashes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wp-scrobblerH</title>
		<link>http://thomas.uebel.net/2006/10/wp-scrobblerh/</link>
		<comments>http://thomas.uebel.net/2006/10/wp-scrobblerh/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 22:17:02 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Produktives]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/wp-scrobblerh/</guid>
		<description><![CDATA[-Some of you may have noticed:- -My Scrobbler plugin stopped working, due to audioscrobbler shutting down the old rdf protocol.- -I have just applied the new protocol to the plugin in order to fix it.- -It is already working. I&#8217;ll do some minor cleaning up and release it later today. Right now it&#8217;s time for [...]]]></description>
			<content:encoded><![CDATA[<p>-Some of you may have noticed:- -My Scrobbler plugin stopped working, due to audioscrobbler shutting down the old rdf protocol.- -I have just applied the new protocol to the plugin in order to fix it.- -It is already working. I&#8217;ll do some minor cleaning up and release it later today. Right now it&#8217;s time for bed. Good Night everyone&#8230;-<br />
After the plugin stopped working I decided to not only fix the protocol but do some more cleanup. The plugin now also shows a loading-icon so you can see it working, even if audioscrobbler returns nothing, or takes some time. I also decided for a new name. I dubbed it &#8220;muScrobbler&#8221; as in &#8220;multi-user-scrobbler&#8221;. You can get it from my plug-ins pages. All Blogs hosted on bitshifters.net have already been updated with the new plug-in. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2006/10/wp-scrobblerh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mein Bruder&#8230;</title>
		<link>http://thomas.uebel.net/2006/08/mein-bruder/</link>
		<comments>http://thomas.uebel.net/2006/08/mein-bruder/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 18:59:14 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Persönliches]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/mein-bruder/</guid>
		<description><![CDATA[&#8230; hat endlich sein Blog installed. &#8216;S wurde ja auch Zeit eigentlich. Dann hoff ich mal auf ein paar interessante Posts in nächster Zeit. :-)
]]></description>
			<content:encoded><![CDATA[<p>&#8230; hat endlich <a href="http://enemee.bitshifters.net">sein Blog</a> installed. &#8216;S wurde ja auch Zeit eigentlich. Dann hoff ich mal auf ein paar interessante Posts in nächster Zeit. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2006/08/mein-bruder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Galeria released</title>
		<link>http://thomas.uebel.net/2006/08/wordpress-galeria-gallery-plugin/</link>
		<comments>http://thomas.uebel.net/2006/08/wordpress-galeria-gallery-plugin/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 15:26:28 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Produktives]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/wordpress-galeria-gallery-plugin/</guid>
		<description><![CDATA[Today I have uploaded my Gallery plugin &#8220;WordPress Galeria&#8221;. I consider it a beta release because it&#8217;s missing an important feature to manage single pictures. However Gallery display and all management and configuration options are fully working. Please test it and give me some feedback at the WordPress.de Forums.
]]></description>
			<content:encoded><![CDATA[<p>Today I have uploaded my Gallery plugin &#8220;WordPress Galeria&#8221;. I consider it a beta release because it&#8217;s missing an important feature to manage single pictures. However Gallery display and all management and configuration options are fully working. Please test it and give me some feedback at the <a href="http://forum.wordpress.de/showthread.php?t=11425">WordPress.de Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2006/08/wordpress-galeria-gallery-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Aksimet</title>
		<link>http://thomas.uebel.net/2006/04/aksimet/</link>
		<comments>http://thomas.uebel.net/2006/04/aksimet/#comments</comments>
		<pubDate>Sun, 23 Apr 2006 16:35:55 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/aksimet/</guid>
		<description><![CDATA[I have finally created a WordPress API-Key and have now configured Aksimet to remove the trackback spam, after wading through at least 200 spam comments. God knows: I _love_ mass edit mode. :)
]]></description>
			<content:encoded><![CDATA[<p>I have finally created a WordPress API-Key and have now configured Aksimet to remove the trackback spam, after wading through at least 200 spam comments. God knows: I _love_ mass edit mode. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2006/04/aksimet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to Wordpress2.0.1</title>
		<link>http://thomas.uebel.net/2006/02/upgrade-to-wordpress201/</link>
		<comments>http://thomas.uebel.net/2006/02/upgrade-to-wordpress201/#comments</comments>
		<pubDate>Mon, 06 Feb 2006 20:51:39 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Netz]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/upgrade-to-wordpress201/</guid>
		<description><![CDATA[After the relatively bad start with WP2.0 i&#8217;ve migrated to Wordpress2.0.1. This move should make trackbacks and pingbacks work again&#8230;
&#8230; so I hope :)
]]></description>
			<content:encoded><![CDATA[<p>After the relatively bad start with WP2.0 i&#8217;ve migrated to Wordpress2.0.1. This move should make trackbacks and pingbacks work again&#8230;<br />
&#8230; so I hope :)</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2006/02/upgrade-to-wordpress201/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Galeria Status</title>
		<link>http://thomas.uebel.net/2005/09/galeria-status/</link>
		<comments>http://thomas.uebel.net/2005/09/galeria-status/#comments</comments>
		<pubDate>Sat, 17 Sep 2005 00:30:39 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Produktives]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://spy98.bitshifters.net/archives/galeria-status/</guid>
		<description><![CDATA[I&#8217;m nearly done, just finished testing &#8220;Deploy Zip Archive&#8221; function &#8211; and it works. The last bits that need doing are the Browser, the &#8220;Write Post/Page&#8221; Integration and the Configuration toolset. When this gets through it should become the next best Wordpress Gallery &#8211; Photoblog solution. At least I hope so. When I&#8217;m on version [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m nearly done, just finished testing &#8220;Deploy Zip Archive&#8221; function &#8211; and it works. The last bits that need doing are the Browser, the &#8220;Write Post/Page&#8221; Integration and the Configuration toolset. When this gets through it should become the next best Wordpress Gallery &#8211; Photoblog solution. At least I hope so. When I&#8217;m on version 0.7 and did some cleanup, I&#8217;m going to announce it. Let&#8217;s see if we can get some exposure.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomas.uebel.net/2005/09/galeria-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
