<?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>olex.biz &#187; diy</title>
	<atom:link href="http://olex.biz/tag/diy/feed/" rel="self" type="application/rss+xml" />
	<link>http://olex.biz</link>
	<description>Website of a computer science student and a generally good man</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:15:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using ImageMagick for batch image processing in Picasa</title>
		<link>http://olex.biz/software/using-imagemagick-for-batch-image-processing-in-picasa/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-imagemagick-for-batch-image-processing-in-picasa</link>
		<comments>http://olex.biz/software/using-imagemagick-for-batch-image-processing-in-picasa/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:23:41 +0000</pubDate>
		<dc:creator>Olexandr Savchuk</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[diy]]></category>

		<guid isPermaLink="false">http://olex.biz/?p=283</guid>
		<description><![CDATA[Our office is using Google Picasa to process a lot of images. We&#8217;ve used Picasa for years now, and it&#8217;s a very convenient instrument for our needs. However, while it has many built-in functions to process and modify images, there are some missing, or only available through complicated multi-stage user interaction, which is unacceptable for [...]]]></description>
			<content:encoded><![CDATA[<p>Our office is using <a href="http://picasa.google.com/" title="Google Picasa" target="_blank">Google Picasa</a> to process a lot of images. We&#8217;ve used Picasa for years now, and it&#8217;s a very convenient instrument for our needs. However, while it has many built-in functions to process and modify images, there are some missing, or only available through complicated multi-stage user interaction, which is unacceptable for the amount of work our employees have to get done. My solution to this is a combination of two ingredients: the command-line <a href="http://www.imagemagick.org/script/index.php" title="ImageMagick" target="_blank">ImageMagick toolkit</a> for image processing, and Picasa&#8217;s <a href="http://code.google.com/intl/de-DE/apis/picasa/docs/button_api.html" title="Picasa Button API" target="_blank">Button API</a>.</p>
<p>
<div class="pie-gallery alignGalleryLeft">
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh5.ggpht.com/-LuA0LAXr5NI/Ti89NnP_7BI/AAAAAAAACfA/byANL2PndxE/stitcher-2.JPG?imgmax=800" rel="lightbox[2011-6-3-0-17-16]"><img src="http://lh5.ggpht.com/-LuA0LAXr5NI/Ti89NnP_7BI/AAAAAAAACfA/byANL2PndxE/stitcher-2.JPG?imgmax=144" alt="stitcher-2.JPG" width="144" height="80" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh3.ggpht.com/-WznaqfgnYIU/Ti887FF7BtI/AAAAAAAACes/vlR8r2ESnuk/2008%252520C-Class%2525204matic%252520007.jpg?imgmax=800" rel="lightbox[2011-6-3-0-17-16]"><img src="http://lh3.ggpht.com/-WznaqfgnYIU/Ti887FF7BtI/AAAAAAAACes/vlR8r2ESnuk/2008%252520C-Class%2525204matic%252520007.jpg?imgmax=144" alt="2008 C-Class 4matic 007.jpg" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh5.ggpht.com/-xWzI2yvRZH8/Ti8870LCLUI/AAAAAAAACew/_fKDGDoZaXE/2008%252520C-Class%2525204matic%252520009.jpg?imgmax=800" rel="lightbox[2011-6-3-0-17-16]"><img src="http://lh5.ggpht.com/-xWzI2yvRZH8/Ti8870LCLUI/AAAAAAAACew/_fKDGDoZaXE/2008%252520C-Class%2525204matic%252520009.jpg?imgmax=144" alt="2008 C-Class 4matic 009.jpg" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh4.ggpht.com/-9MEdtqyDDlU/Ti888kdWSQI/AAAAAAAACe0/bOke1AGxoy0/Collage%252520000814.jpg?imgmax=800" rel="lightbox[2011-6-3-0-17-16]"><img src="http://lh4.ggpht.com/-9MEdtqyDDlU/Ti888kdWSQI/AAAAAAAACe0/bOke1AGxoy0/Collage%252520000814.jpg?imgmax=144" alt="Collage 000814.jpg" width="96" height="144" class="pie-img"/></a></p>
</div>
</div>
<p>The example application I&#8217;ll explain here is a utility to combine multiple images into one in one click directly from a Picasa folder view. However, it is very easy to modify this to perform various other batch image processing tasks directly from Picasa.</p>
<p><span id="more-283"></span></p>
<p><b>Part 1: The Picasa button</b></p>
<p>First of all, we will need a button in our Picasa to start our ImageMagick script. To create the button using Picasa Button API, we follow these steps:</p>
<ol>
<li>
<strong>Write a <em>PBF</em> file.</strong><br />
A <em>PBF</em> is basically a simple XML file, that describes our button to Picasa. Here is the <em>PBF</em> file I wrote for my application:</p>
<pre name="code" class="xml">
&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;buttons format="1" version="1"&gt;
  &lt;button id="{ca234ae3-6340-40c3-a46b-51a126bb887c}" type="dynamic"&gt;
    &lt;label&gt;Combine&lt;/label&gt;
    &lt;tooltip&gt;Combine images vertically and save as a new image&lt;/tooltip&gt;
    &lt;action verb="trayexec"&gt;
      &lt;param name="exe_name" value="stitch.cmd" /&gt;
      &lt;param name="exe_path" value="S:\Tools\" /&gt;
    &lt;/action&gt;
  &lt;/button&gt;
&lt;/buttons&gt;
</pre>
<p>Although the whole code is contained within a <code>buttons</code> element, the file can currently only describe one button. </p>
<p>Note the <a href="http://en.wikipedia.org/wiki/Globally_unique_identifier" title="GUID on Wikipedia" target="_blank">GUID</a> in the <code>button/id</code> attribute. You&#8217;ll need a new GUID for every button you make. The PBF must be named using this GUID, <code>{ca234ae3-6340-40c3-a46b-51a126bb887c}.pbf</code> in my case.</p>
<p>The <code>label</code> and <code>tooltip</code> elements shouldn&#8217;t need much explanation. The next important element is <code>action</code>; this describes what the button will actually do when pressed. There are a few actions described in the Button API; the one I use here is a simple executable launch, that starts a batch script <code>stitch.cmd</code>, located in <code>S:\Tools\</code> (in our environment, S:\ is a shared network drive on the office server). The script will be detailed further on.</p>
</li>
<li>
<em>(optional)</em> <strong>Draw an icon.</strong><br />
You can include a custom icon for your button. The icon has to be an Adobe Photoshop <em>PSD</em> file called using your GUID (<code>{ca234ae3-6340-40c3-a46b-51a126bb887c}.psd</code> for me), in a single layer. If you use an icon, you have to include an additional element in your <em>PBF</em>, inside the <code>button</code> element:</p>
<p><code>&lt;icon name="{ca234ae3-6340-40c3-a46b-51a126bb887c}.psd/layer" src="pbz"/&gt;</code>
</li>
<li>
<strong>Package your button into a <em>PBZ</em> file.</strong><br />
A <em>PBZ</em> file is nothing different than a ZIP archive containing your <em>PBF</em> (and the icon, if you want to use one), with its extension changed to <code>.pbz</code>. This file is basically your distribution package, so name it appropriately, since Picasa differentiates its buttons by their <em>PBZ</em> file names. One <em>PBZ</em> can also contain multiple <em>PBF</em> files for multiple buttons at once.</p>
</li>
</ol>
<p><b>Part 2: The ImageMagick batch script</b></p>
<p>Since the ImageMagick package provides command-line utilities, the simplest way to automate them in Windows is a batch file. Here is my <code>stitch.cmd</code> script for merging multiple images together vertically, resizing them all to match the first one&#8217;s width:</p>
<pre name="code" class="c">
@echo off
cd /D "C:\Program Files\ImageMagick-6.7.1-Q16"

rem --- Output filename
set OUTFOLDER=%~dp1
set OUTFILENAME="%OUTFOLDER%Collage.jpg"

rem --- Imagemagick
for /f "delims=" %%a in ('identify -format "%%[fx:w]" %1') do @set WIDTH=%%a
montage -mode concatenate -resize %WIDTH% -tile 1x %* %OUTFILENAME%
</pre>
<p>When called from the Picasa button, the script will get filenames of all currently selected images in Picasa as arguments, including full paths.</p>
<p>First, we change directory to where ImageMagick is installed, to avoid possible problems with PATH. Then we generate a filename for our montage, taking the folder path from the first argument (first selected image from Picasa) and adding our own filename.</p>
<p>After that, we apply a batch hack, using a <code>for</code> loop to save a command output (ImageMagick&#8217;s <code>identify</code>) into a variable. This gives us the width of the first image. Next, we call the ImageMagick&#8217;s <code>montage</code> tool, that will combine all our images in one, additionally providing it with the output filename as a last argument. </p>
<p><b>Part 3: Installation</b></p>
<p>The installation is a bit tricky. Picasa doesn&#8217;t support importing the buttons directly, it can only be done using a browser and a specially formed link to the file. You&#8217;ll need to place your <em>PBZ</em> at some location reachable via an <code>http://</code> link; since I have a local development server running on my PC, I used that. Here is an the HTML file I used to install my script in Picasa:</p>
<pre name="code" class="html">
&lt;html&gt;
 &lt;body&gt;
  &lt;a href="picasa://importbutton/?url=http://localhost/olex-stitcher.pbz"&gt;Install&lt;/a&gt;
 &lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Just open the file in a browser of your choice and click the link. Picasa will open and prompt you to select the button you want to install (only one option here, unless your <em>PBZ</em> contains multiple buttons), and where to place it in the button bar. Do that, and you&#8217;re all done.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Folex.biz%2Fsoftware%2Fusing-imagemagick-for-batch-image-processing-in-picasa%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:85px; height:21px;"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://olex.biz/software/using-imagemagick-for-batch-image-processing-in-picasa/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://olex.biz/software/using-imagemagick-for-batch-image-processing-in-picasa/"  data-text="Using ImageMagick for batch image processing in Picasa" data-count="horizontal" data-via="olex"></a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://olex.biz/software/using-imagemagick-for-batch-image-processing-in-picasa/feed/langswitch_lang/en/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY CCFL display backlight</title>
		<link>http://olex.biz/blog/ccfl-backlight/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ccfl-backlight</link>
		<comments>http://olex.biz/blog/ccfl-backlight/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:12:11 +0000</pubDate>
		<dc:creator>Olexandr Savchuk</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://olex.biz/?p=211</guid>
		<description><![CDATA[I often work at my PC in the dark, and I know it&#8217;s not very good for the eyes to look at the bright screen in the dark surroundings. I checked multiple ideas concerning the problem, including a LED backlight from an IKEA lamp on a friend&#8217;s TV, but I never came to building something [...]]]></description>
			<content:encoded><![CDATA[<p>I often work at my PC in the dark, and I know it&#8217;s not very good for the eyes to look at the bright screen in the dark surroundings. I checked multiple ideas concerning the problem, including a LED backlight from an IKEA lamp on a friend&#8217;s TV, but I never came to building something like that myself. One time I even had my desk lamp turned behind the screen to act as a backlight of sorts, but it was obvious that was not a solution to last.</p>
<p>A solution came suddenly, when I saw some <a href="http://en.wikipedia.org/wiki/Cold_cathode">CCFLs</a> on sale in an online hardware store for €4,99. One trip to the shops and 7€ spent later I&#8217;m sitting here in the dark, typing this text and having my eyes not stressed at all <img src='http://olex.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-211"></span></p>
<p>The CCFLs I bought were from Sharkoon, and came with a switch, transformator and a Y-cable to connect to the PC&#8217;s power supply, obviuosly aimed at the casemodding scene:</p>
<p><a href="http://lh4.ggpht.com/_fCjhR7xUM2U/S5lUie3VHzI/AAAAAAAABsk/SWqHGRgw0j4/DSC03289.JPG?imgmax=800" rel="lightbox[2010-2-5-15-7-0]"><img src="http://lh4.ggpht.com/_fCjhR7xUM2U/S5lUie3VHzI/AAAAAAAABsk/SWqHGRgw0j4/DSC03289.JPG?imgmax=144" alt="DSC03289.JPG" width="144" height="108" class="pie-img" style="margin:3px 3px 0px 0px;"/></a></p>
<p>&#8220;That&#8217;s all very nice&#8221;, I thought, &#8220;but firstly, how do I power it (my PC is under the table, and the monitor sits above it), and secondly, where do I put the switch so I can turn it on and off?&#8221;. I decided to elongate the power cable by 5-6 feet and to put the switch (together with the transformator and the cables) on the back of my screen, where the CCFLs themselves would go. After thinking that, I went to a hardware store and got the following stuff for a total of 7€:</p>
<p><a href="http://lh5.ggpht.com/_fCjhR7xUM2U/S5lUioXt3nI/AAAAAAAABso/wzX9Y4vNPKI/DSC03290.JPG?imgmax=800" rel="lightbox[2010-2-5-15-8-3]"><img src="http://lh5.ggpht.com/_fCjhR7xUM2U/S5lUioXt3nI/AAAAAAAABso/wzX9Y4vNPKI/DSC03290.JPG?imgmax=144" alt="DSC03290.JPG" width="144" height="108" class="pie-img" style="margin:3px 3px 0px 0px;"/></a></p>
<p>My plan required: a plastic box to put the switch and cables in, cable binders and connectors (because I do not have the tools for soldering), isolating tape and some cable.</p>
<p>I cut the Y-cable after the split from the Molex connector, and reconnected it with 6 feet of my cable using the connectors. Then I put th switch in the side of the plastic box, and put the cable and connectors inside.</p>
<p><a href="http://lh3.ggpht.com/_fCjhR7xUM2U/S5lUlhHX5DI/AAAAAAAABtM/BaDVSEOdRh8/DSC03299.JPG?imgmax=800" rel="lightbox[2010-2-5-15-8-17]"><img src="http://lh3.ggpht.com/_fCjhR7xUM2U/S5lUlhHX5DI/AAAAAAAABtM/BaDVSEOdRh8/DSC03299.JPG?imgmax=144" alt="DSC03299.JPG" width="144" height="108" class="pie-img" style="margin:3px 3px 0px 0px;"/></a></p>
<p>After that I connected the transformator and the CCFLs, connected the Y-cable inside my PC, and turned it on. It worked!</p>
<p><a href="http://lh4.ggpht.com/_fCjhR7xUM2U/S5lUm6XTsBI/AAAAAAAABtc/vGJLAWdvYRE/DSC03303.JPG?imgmax=800" rel="lightbox[2010-2-5-15-8-27]"><img src="http://lh4.ggpht.com/_fCjhR7xUM2U/S5lUm6XTsBI/AAAAAAAABtc/vGJLAWdvYRE/DSC03303.JPG?imgmax=144" alt="DSC03303.JPG" width="144" height="108" class="pie-img" style="margin:3px 3px 0px 0px;"/></a></p>
<p>A little detail remained &#8211; the whole thing had to be put onto the screen. I put the box with the switch on using double-sided tape near the bottom of the screen, so the switch can be easily reached and cannot be seen. For the rest (transformator and lamps) a set of stick-on pads was included in the package, so I used that.</p>
<p>
<div class="pie-gallery alignGalleryLeft">
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh5.ggpht.com/_fCjhR7xUM2U/S5lUn3dY3nI/AAAAAAAABto/0NfvmNaFZIQ/DSC03306.JPG?imgmax=800" rel="lightbox[2010-2-5-15-8-43]"><img src="http://lh5.ggpht.com/_fCjhR7xUM2U/S5lUn3dY3nI/AAAAAAAABto/0NfvmNaFZIQ/DSC03306.JPG?imgmax=144" alt="DSC03306.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh3.ggpht.com/_fCjhR7xUM2U/S5lUoikH8ZI/AAAAAAAABtw/TvmUAiOwJyE/DSC03308.JPG?imgmax=800" rel="lightbox[2010-2-5-15-8-43]"><img src="http://lh3.ggpht.com/_fCjhR7xUM2U/S5lUoikH8ZI/AAAAAAAABtw/TvmUAiOwJyE/DSC03308.JPG?imgmax=144" alt="DSC03308.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
</div>
<p>Result: a nice working backlight for 12,99€, that anyone can build.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Folex.biz%2Fblog%2Fccfl-backlight%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:85px; height:21px;"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://olex.biz/blog/ccfl-backlight/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://olex.biz/blog/ccfl-backlight/"  data-text="DIY CCFL display backlight" data-count="horizontal" data-via="olex"></a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://olex.biz/blog/ccfl-backlight/feed/langswitch_lang/en/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building pompfen &#8211; that&#8217;s not gone well&#8230;</title>
		<link>http://olex.biz/blog/jugger-pompfenbau/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jugger-pompfenbau</link>
		<comments>http://olex.biz/blog/jugger-pompfenbau/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 16:32:07 +0000</pubDate>
		<dc:creator>Olexandr Savchuk</dc:creator>
				<category><![CDATA[jugger]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[diy]]></category>

		<guid isPermaLink="false">http://olex.biz/?p=120</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
<div class="pie-gallery alignGalleryLeft">
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh6.ggpht.com/_fCjhR7xUM2U/StIBI2uUr_I/AAAAAAAABZ4/CQGfFOz_RRY/DSC03163.JPG?imgmax=800" rel="lightbox[2009-9-0-18-31-23]"><img src="http://lh6.ggpht.com/_fCjhR7xUM2U/StIBI2uUr_I/AAAAAAAABZ4/CQGfFOz_RRY/DSC03163.JPG?imgmax=144" alt="DSC03163.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh3.ggpht.com/_fCjhR7xUM2U/StIBKlHu23I/AAAAAAAABZ8/viK96awxTLE/DSC03166.JPG?imgmax=800" rel="lightbox[2009-9-0-18-31-23]"><img src="http://lh3.ggpht.com/_fCjhR7xUM2U/StIBKlHu23I/AAAAAAAABZ8/viK96awxTLE/DSC03166.JPG?imgmax=144" alt="DSC03166.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh4.ggpht.com/_fCjhR7xUM2U/StIBNXwkzDI/AAAAAAAABaA/XE9k02iWuWY/DSC03167.JPG?imgmax=800" rel="lightbox[2009-9-0-18-31-23]"><img src="http://lh4.ggpht.com/_fCjhR7xUM2U/StIBNXwkzDI/AAAAAAAABaA/XE9k02iWuWY/DSC03167.JPG?imgmax=144" alt="DSC03167.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
<div class="pie-item" style="margin:3px 3px 0px 0px;">
<p class="pie-img-wrapper"><a href="http://lh3.ggpht.com/_fCjhR7xUM2U/StIBP4EFQQI/AAAAAAAABaE/AnbZ-KwCUE0/DSC03168.JPG?imgmax=800" rel="lightbox[2009-9-0-18-31-23]"><img src="http://lh3.ggpht.com/_fCjhR7xUM2U/StIBP4EFQQI/AAAAAAAABaE/AnbZ-KwCUE0/DSC03168.JPG?imgmax=144" alt="DSC03168.JPG" width="144" height="108" class="pie-img"/></a></p>
</div>
</div>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Folex.biz%2Fblog%2Fjugger-pompfenbau%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:85px; height:21px;"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://olex.biz/blog/jugger-pompfenbau/"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://olex.biz/blog/jugger-pompfenbau/"  data-text="Building pompfen &#8211; that&#8217;s not gone well&#8230;" data-count="horizontal" data-via="olex"></a>
			</div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://olex.biz/blog/jugger-pompfenbau/feed/langswitch_lang/en/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

