<?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.meimberg.info &#187; xforms</title>
	<atom:link href="http://blog.meimberg.info/category/xforms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.meimberg.info</link>
	<description>Watching a new world...</description>
	<lastBuildDate>Fri, 10 Sep 2010 08:39:08 +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>Alfresco 2.0 auf JBoss AS 4.0.5 unter Portal 2.4.1</title>
		<link>http://blog.meimberg.info/alfresco-20-auf-jboss-as-405-unter-portal-241/</link>
		<comments>http://blog.meimberg.info/alfresco-20-auf-jboss-as-405-unter-portal-241/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 13:00:29 +0000</pubDate>
		<dc:creator>Oliver Meimberg</dc:creator>
				<category><![CDATA[Alfresco]]></category>
		<category><![CDATA[JBoss]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Softwaretechnisches]]></category>
		<category><![CDATA[form4]]></category>
		<category><![CDATA[xforms]]></category>

		<guid isPermaLink="false">http://blog.meimberg.info/?p=210</guid>
		<description><![CDATA[Hier mal ein erster Eindruk: Auf den ersten Blick hat sich nicht viel verÃ¤ndert. Interessanterweise ist das XForms-Framework Chiba in der neue Version integriert. Nicht schlecht&#8230; Der Navigation (Baumansicht der Verezeichnisstruktur) klappt jetzt AJAX-mÃ¤Ã?ig auf und zu (vermutlich Chiba?)
So, jetzt kommt die Herausforderung: Integration von Alfresco 2.0 in JBoss AS 4.0.5 unter Portal 2.4.1 und [...]]]></description>
			<content:encoded><![CDATA[<p>Hier mal ein erster Eindruk: Auf den ersten Blick hat sich nicht viel verÃ¤ndert. Interessanterweise ist das <a title="XForms unter Chiba - Zur Projekthomepage" href="http://chiba.sourceforge.net/" target="_blank">XForms-Framework Chiba</a> in der neue Version integriert. Nicht schlecht&#8230; Der Navigation (Baumansicht der Verezeichnisstruktur) klappt jetzt AJAX-mÃ¤Ã?ig auf und zu (vermutlich Chiba?)</p>
<p>So, jetzt kommt die Herausforderung: Integration von Alfresco 2.0 in <a title="JBoss Application Server" href="http://labs.jboss.com/portal/jbossas" target="_blank">JBoss AS 4.0.5</a> unter <a title="JBoss Portal" href="http://labs.jboss.com/portal/jbossportal" target="_blank">Portal 2.4.1</a> und <a title="MySQL Datenbank" href="http://www.mysql.com" target="_blank">MySQL</a>. ZunÃ¤chst also mal in den Alfresco-Foren gestÃ¶bert. Die schlechte Nachricht: Es geht nicht. Die gute Nachricht: Es geht <strong>doch</strong>, wenn man sich etwas MÃ¼he gibt. Die Kernaussage dieses Wiki-Eintrages ist, dass im aktuellen Release einige Issues existieren, die den Betrieb von Alfresco 2.0 unter JBoss Portal 2.4.1 unmÃ¶glich machen. Diese Issues sin in aktuellen Revisionen des SVN-Repositories jedoch bereits gefixt, so dass ein manuelles Build eines SVN-Snapshots nÃ¶tig ist. Es gibt glÃ¼cklicherweise eine Wiki-Eintrag, der beschreibt, wie das zu bewerkstelligen ist. Na dann wollen wir mal sehen, ich werd das jetzt mal ganz brav step-bystep befolgen&#8230;</p>
<ol>
<li>SVN-Client Installieren (<a title="Subclipse - SVN-Client fÃ¼r Eclipse" href="http://subclipse.tigris.org" target="_blank">Subclipse</a> beispielsweise)</li>
<li>Das Alfresco-Repository unter svn://svn.alfresco.com/alfresco/HEAD konnektieren und Revision 574 holen (dauert erwartungsgemÃ¤Ã? ewig&#8230;)</li>
<li>Die Umgebungsvariable JBOSS_HOME auf die JBoss AS Installation setzen</li>
<li>Ant herunterladen und als Standalone installieren. Das ANT-bin-Verzeichnis in die Umgebungsvariable <em>PATH</em> aufnehmen. Umgebungsvariable <em>ANT_HOME</em> setzen.</li>
<li>JAVA_HOME aufs JDK setzen</li>
<li>In dem Verzeichnis <em>root/common</em> des Alfresco-Projektes das Tartget build-jboss ausfÃ¼hren: <code>ant build-jboss.</code> Es entstehen folgende Dateien, die vom build-Script freundlicherweise gleich deployed werden:</li>
<li style="LIST-STYLE-TYPE: none">
<ul>
<li><em>${jboss.home}/bin/.hotspot_compiler</em> (was auch immer der macht&#8230;)</li>
<li><em>${jboss.home}/server/default/lib/mysql-connector-java-5.0.3-bin.jar</em> (andere MySQL-Treiber werden entfernt)</li>
<li><em>${jboss.home}/server/default/deploy/alfresco.war</em></li>
</ul>
</li>
<li>In der Datei <em>${jboss.home}/bin/run.bat</em> (bzw. <em>run.sh</em>) folgenden Code zu den <em>JAVA_OPTS</em> hinzufÃ¼gen:<br />
<code>-server -XX:MaxPermSize=128m cvx</code> (Siehe auch: <a title="Das permgen space-Problem unter JBoss" href="http://blog.meimberg.info/?p=207">Das PermgenSpace-Problem</a>)</li>
<li>Leere Datenbank &#8220;<em>alfresco</em>&#8221; in MySQL anlegen:<br />
<code>create database alfresco;<br />
grant all privileges on alfresco.* to 'alfresco'@'localhost'<br />
    identified by 'alfresco' with grant option;<br />
grant all privileges on alfresco.* to 'alfresco'@'localhost.localdomain'<br />
    identified by 'alfresco' with grant option;</code></li>
<li>Und go!</li>
</ol>
<p>So, jetzt kommt also der Moment, in dem die Kuh den Schwanz hebt&#8230; uuund &#8230; lÃ¤uft! Fast.</p>
<p>Ein Problem gibt es jetzt noch: Nach dem erfolgreichen Einklinken des AlfrescoClientWindow-Portlets bzw. beim Anzeigen desselben erscheint die Fehlermeldung:</p>
<p><code>Unable to find setter method for attribute acceptCharset in /jsp/browse/browse.jsp.</code> </p>
<p>Ein Blick in diese Dateio zeigt:</p>
<p><code>&lt;h:form acceptCharset="UTF-8" id="browse"&gt;</code> </p>
<p>Der h-Namespace kommt von MyFaces. Achja, da war ja noch was, die MyFaces-Bibliotheken sollten ohnehin ersetzt werden. Also:</p>
<p><em>${jboss.home}/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/myfaces-*</em> lÃ¶schen und durch aktuelle (1.1.5+) ersetzen. Und? Nee!</p>
<p>Nun kommt im AlfrecoClientWindow:</p>
<p><code>javax.faces.FacesException: org.apache.jasper.JasperException:<br />
The absolute uri: <a href="http://java.sun.com/jsf/html">http://java.sun.com/jsf/html</a><br />
cannot be resolved in either web.xml or the jar files<br />
deployed with this application</code> </p>
<p>Na toll, was soll das jetzt? Nach einiger Recherche habe ich nun die <strong>myfaces-libs in der Version 1.1.1</strong> nach <em>${jboss.home}/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs</em> kopiert. Nun ist alles super!</p>
<p><code>13:29:40,531 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel)<br />
[4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)]<br />
Started in <strong>4m:11s:235ms</strong> (hmpf...)</code></p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d210').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d210" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;submitHeadline=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;title=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;title=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;title=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;bm_description=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;T=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;title=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;title=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1+@+http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.meimberg.info%2Falfresco-20-auf-jboss-as-405-unter-portal-241%2F&amp;t=Alfresco+2.0+auf+JBoss+AS+4.0.5+unter+Portal+2.4.1" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d210').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d210').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.meimberg.info/alfresco-20-auf-jboss-as-405-unter-portal-241/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chiba und der OPS</title>
		<link>http://blog.meimberg.info/chiba-und-der-ops/</link>
		<comments>http://blog.meimberg.info/chiba-und-der-ops/#comments</comments>
		<pubDate>Fri, 26 May 2006 23:05:18 +0000</pubDate>
		<dc:creator>Oliver Meimberg</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Irgendwas]]></category>
		<category><![CDATA[Softwaretechnisches]]></category>
		<category><![CDATA[form4]]></category>
		<category><![CDATA[xforms]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.meimberg.info/?p=50</guid>
		<description><![CDATA[Derzeit gibt es zwei serverseitige XForms-Implementierungen, auf die sich mein Augenmerk richtet: Orbeon und Chiba. Nach meinem Wissenstand gibt es derzeit keine Alternativen, wenn man sich im Bereich der Java-OpenSource-Welt bewegt und eine einigermaÃ?en ausgereifte XForms Implementierung sucht.
Beide setzen inzwischen AJAX zur Aufwertung des Webfrontends ein, beide gelten als mehr oder weniger produktionsreif.
WÃ¤hrend Chiba fÃ¼r [...]]]></description>
			<content:encoded><![CDATA[<p>Derzeit gibt es zwei serverseitige XForms-Implementierungen, auf die sich mein Augenmerk richtet: <a href="http://www.orbeon.com/" target="_blank">Orbeon</a> und <a href="http://chiba.sourceforge.net" target="_blank">Chiba</a>. Nach meinem Wissenstand gibt es derzeit keine Alternativen, wenn man sich im Bereich der Java-OpenSource-Welt bewegt und eine einigermaÃ?en ausgereifte <a href="http://www.w3.org/TR/xforms/" target="_blank">XForms</a> Implementierung sucht.</p>
<p>Beide setzen inzwischen AJAX zur Aufwertung des Webfrontends ein, beide gelten als mehr oder weniger produktionsreif.</p>
<p>WÃ¤hrend Chiba fÃ¼r sich beansprucht, sich strenger an den XForms-Standard zu halten und ausschlieÃ?lich eine reine XForms-Implementierung zu sein, verfÃ¼hrt der OPS (Orbeon Presentation Server) mit einem XML-Piplining-Framework ala Cocoon, das zwar mit einer XForms-Implementierung nicht wirklich etwas zu tun hat, aber doch anscheinend die perfekte Schnittstelle fÃ¼r einen XML-zentrierte Formulararchitektur ist. Die <a href="http://www.w3.org/Submission/xpl/" target="_blank">XPL (XML Pipeline Language)</a> des OPS erwartet XML als Input, verarbeitet diesen Ã¼ber sogenannte Prozessoren und gibt XML zurÃ¼ck. Das ist genau, was ein klassisches XForm erwartet: Dataprocessing via XML. Im Ã¼brigen liegt die von Orbeon, Inc. entwickelte XPL als Submission Draft beim <a href="http://www.w3c.org" target="_blank">W3C</a> vor, was hoffen lÃ¤sst, dass sich hieraus in Zukunft mehr entwickelt&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a title="Click me to see the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_down',{duration:2.5}) }); return false;"><strong><em>Bookmark It</em></strong></a>
<br />
<div class="d50" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;submitHeadline=Chiba+und+der+OPS&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;title=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;title=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;title=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.mister-wong.com/index.php?action=addurl&amp;bm_url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;bm_description=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Mister Wong"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/misterwong.png" title="Add to&nbsp;Mister Wong" alt="Add to&nbsp;Mister Wong" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.netscape.com/submit/?U=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;T=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Netscape"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/netscape.png" title="Add to&nbsp;Netscape" alt="Add to&nbsp;Netscape" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;title=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;title=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://tipd.com/submit.php?url=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F" rel="nofollow" title="Add to&nbsp;Tip'd"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/tipd.png" title="Add to&nbsp;Tip'd" alt="Add to&nbsp;Tip'd" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Chiba+und+der+OPS+@+http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fblog.meimberg.info%2Fchiba-und-der-ops%2F&amp;t=Chiba+und+der+OPS" rel="nofollow" title="Add to&nbsp;Yahoo My Web"><img class="social_img" src="http://blog.meimberg.info/wp-content/plugins/social-bookmarks/images/yahoo.png" title="Add to&nbsp;Yahoo My Web" alt="Add to&nbsp;Yahoo My Web" /></a>
<br />
<a style="font-size:90%;text-align: right; " title="Click me to hide the sites." href="#" onclick="$$('div.d50').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); return false;">Hide Sites</a>
</div>
</div>
<!-- Social Bookmarks END -->
<script type="text/javascript">$$('div.d50').each( function(e) { e.visualEffect('slide_up',{duration:0.5}) }); </script>]]></content:encoded>
			<wfw:commentRss>http://blog.meimberg.info/chiba-und-der-ops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

