<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Fritz Thomas</title>
	<atom:link href="http://fritzthomas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fritzthomas.com</link>
	<description>..., read my blog, read my blog, read my blog, ...</description>
	<lastBuildDate>Fri, 26 Feb 2010 14:56:55 +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>ExtJS API Documentation now available as Titanium Desktop Application</title>
		<link>http://fritzthomas.com/overall/509-extjs-api-documentation-now-available-as-titanium-desktop-application/</link>
		<comments>http://fritzthomas.com/overall/509-extjs-api-documentation-now-available-as-titanium-desktop-application/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:51:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[api docs]]></category>
		<category><![CDATA[desktop application]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=509</guid>
		<description><![CDATA[
Because i wanted to play around a little bit with Titanium i have created the ExtJS API Doc as a Desktop Application.
There was a version available for Adobe AIR some time ago &#8211; now it is available again, but made with Titanium not with Adobe AIR. I plan to update the App with a search [...]]]></description>
			<content:encoded><![CDATA[<p>
<p>Because i wanted to play around a little bit with Titanium i have created the ExtJS API Doc as a Desktop Application.<br />
There was a version available for Adobe AIR some time ago &#8211; now it is available again, but made with Titanium not with Adobe AIR. I plan to update the App with a search Interface so you can do a full-text search on the API Docs. I also plan to update the Docs to the latest version as it is officially available via <a href="http://extjs.com">ExtJS Website</a>.</p>
<p>Go to the download page and select the API Docs App for your desktop platform &#8211; Windows, Linux or Mac.<br />
<a href="http://api.appcelerator.net/p/pages/app_page?token=a4khysw5">Desktop ExtJS API Documentation</a></p>

	Tags: <a href="http://fritzthomas.com/tags/adobe-air/" title="Adobe Air" rel="tag">Adobe Air</a>, <a href="http://fritzthomas.com/tags/air/" title="Air" rel="tag">Air</a>, <a href="http://fritzthomas.com/tags/api-docs/" title="api docs" rel="tag">api docs</a>, <a href="http://fritzthomas.com/tags/desktop-application/" title="desktop application" rel="tag">desktop application</a>, <a href="http://fritzthomas.com/tags/extjs/" title="ExtJS" rel="tag">ExtJS</a>, <a href="http://fritzthomas.com/tags/titanium/" title="titanium" rel="tag">titanium</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/javascript/extjs/37-neue-extjs-version-2-0-2-released/" title="Neue ExtJS Version 2.0.2 Released (February 25, 2008)">Neue ExtJS Version 2.0.2 Released</a> (0)</li>
	<li><a href="http://fritzthomas.com/javascript/extjs/335-extjs-30-with-visual-drag-drop-developer-tool/" title="ExtJS 3.0 with Visual Drag &#038; Drop Developer Tool (November 10, 2008)">ExtJS 3.0 with Visual Drag &#038; Drop Developer Tool</a> (10)</li>
	<li><a href="http://fritzthomas.com/javascript/extjs/320-testing-javascript-user-interfaces-with-selenium/" title="Testing Javascript User Interfaces with Selenium (November 5, 2008)">Testing Javascript User Interfaces with Selenium</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/509-extjs-api-documentation-now-available-as-titanium-desktop-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Firefox 3.5 on Ubuntu to crash when changing flash videos to fullscreen</title>
		<link>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/</link>
		<comments>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:59:36 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/</guid>
		<description><![CDATA[After upgrading my Browser on Ubuntu 9.04 to Firefox 3.5 Shiretoko i couldn&#8217;t watch Flash Videos in Fullscreen resolution.




This solved my problem:


sudo vim /usr/lib/firefox-3.5.2/firefox.sh


In this file i added this code on the second line AFTER the first line:


#!/bin/sh
&#160;
export LD_PRELOAD=/usr/lib/libGL.so.1
&#160;
# Firefox launcher containing a Profile migration helper for
# temporary profiles used during alpha and beta phases.


Read [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my Browser on Ubuntu 9.04 to Firefox 3.5 Shiretoko i couldn&#8217;t watch Flash Videos in Fullscreen resolution.<br />
<span id="more-500"></span><br />
<br />
</p>
<p>
This solved my problem:
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>firefox-3.5.2<span style="color: #000000; font-weight: bold;">/</span>firefox.sh</pre></div></div>

<p>
In this file i added this code on the second line AFTER the first line:
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LD_PRELOAD</span>=<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libGL.so.1
&nbsp;
<span style="color: #666666; font-style: italic;"># Firefox launcher containing a Profile migration helper for</span>
<span style="color: #666666; font-style: italic;"># temporary profiles used during alpha and beta phases.</span></pre></div></div>

<p>
Read here for more: http://ubuntuforums.org/showpost.php?p=74874212</p>

	Tags: <a href="http://fritzthomas.com/tags/crash/" title="crash" rel="tag">crash</a>, <a href="http://fritzthomas.com/tags/firefox/" title="Firefox" rel="tag">Firefox</a>, <a href="http://fritzthomas.com/tags/flash/" title="flash" rel="tag">flash</a>, <a href="http://fritzthomas.com/tags/fullscreen/" title="fullscreen" rel="tag">fullscreen</a>, <a href="http://fritzthomas.com/tags/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/open-source/linux/475-swiftfox-an-optimized-up-to-date-firefox-build/" title="Swiftfox &#8211; an optimized up-to-date firefox build (August 16, 2009)">Swiftfox &#8211; an optimized up-to-date firefox build</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/13-was-google-so-erfolgreich-macht/" title="Was Google so erfolgreich macht. (January 1, 2008)">Was Google so erfolgreich macht.</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/343-no-space-left-on-device-error-with-sshfs-how-to-fix-it/" title="No space left on device error with sshfs &#8211; how to fix it (November 27, 2008)">No space left on device error with sshfs &#8211; how to fix it</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Cleaning up Gentoo to get more free disk space</title>
		<link>http://fritzthomas.com/overall/491-how-to-cleaning-up-gentoo-to-get-more-free-disk-space/</link>
		<comments>http://fritzthomas.com/overall/491-how-to-cleaning-up-gentoo-to-get-more-free-disk-space/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 10:33:03 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Overall]]></category>
		<category><![CDATA[cleaning]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[xfs]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=491</guid>
		<description><![CDATA[You can safely empty some directory`s in Gentoo. But as always &#8211; first make sure if my suggestions are OK for YOU too!

# As superuser
gentoo ~ # emerge --sync
gentoo ~ # emerge -av gentoolkit
gentoo ~ # emerge -av --newuse --deep --update world
gentoo ~ # emerge -av --depclean
gentoo ~ # revdep-rebuild
gentoo ~ # rm -rf /var/tmp/portage/*
gentoo [...]]]></description>
			<content:encoded><![CDATA[<p>You can safely empty some directory`s in Gentoo. But as always &#8211; first make sure if my suggestions are OK for YOU too!</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># As superuser</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># emerge --sync</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># emerge -av gentoolkit</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># emerge -av --newuse --deep --update world</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># emerge -av --depclean</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># revdep-rebuild</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /var/tmp/portage/*</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /var/tmp/ccache/*</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /var/tmp/binpkgs/*</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /var/tmp/genkernel/*</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /usr/portage/distfiles/*</span>
gentoo ~ <span style="color: #666666; font-style: italic;"># rm -rf /tmp/*</span></pre></div></div>

<p>First, you have to install gentoolkit if you haven done this already. Then we remerge or update all packages where USE flags have changed. Then we are searching for unneeded dependencies and remove them. Finally we check if there are any packages with unresolved link dependencies, let them emerge and then clean up some directories.</p>
<p>Optionally you can defrag some of your partitions if this is neccessary. In case of XFS you can do this by:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gentoo ~ <span style="color: #666666; font-style: italic;"># xfs_db -r /dev/hda2</span></pre></div></div>

</p>
<p>After this you should have a cleaned up gentoo environment, with no broken dependencies and no unneeded packages or libraries.</p>

	Tags: <a href="http://fritzthomas.com/tags/cleaning/" title="cleaning" rel="tag">cleaning</a>, <a href="http://fritzthomas.com/tags/gentoo/" title="gentoo" rel="tag">gentoo</a>, <a href="http://fritzthomas.com/tags/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://fritzthomas.com/tags/xfs/" title="xfs" rel="tag">xfs</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/open-source/linux/12-aendern-oder-setzen-eines-statischen-netzwerk-device-namen-unter-gentoo-eth0-eth1ethn/" title="Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;) (December 27, 2007)">Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;)</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/22-7zip-unter-gentoo-linux-verwenden/" title="7zip unter Gentoo Linux verwenden (January 11, 2008)">7zip unter Gentoo Linux verwenden</a> (1)</li>
	<li><a href="http://fritzthomas.com/php/24-zend-framework-web-developer-appliance/" title="Zend Framework Web Developer Appliance (January 15, 2008)">Zend Framework Web Developer Appliance</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/491-how-to-cleaning-up-gentoo-to-get-more-free-disk-space/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Swiftfox &#8211; an optimized up-to-date firefox build</title>
		<link>http://fritzthomas.com/open-source/linux/475-swiftfox-an-optimized-up-to-date-firefox-build/</link>
		<comments>http://fritzthomas.com/open-source/linux/475-swiftfox-an-optimized-up-to-date-firefox-build/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 10:55:25 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[optimized]]></category>
		<category><![CDATA[swiftfox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=475</guid>
		<description><![CDATA[I recently stumpled across Swiftfox when i searched for a Firefox 3.5 .deb File for Ubuntu 9.04. The .deb Files should be compatible with all Debian based distributions.
The benefit of Swiftfox is it is up-to-date with the latest Firefox Version and you get it as an optimized build for your CPU! Currently there are build [...]]]></description>
			<content:encoded><![CDATA[<p>I recently stumpled across Swiftfox when i searched for a <a href="http://getswiftfox.com/deb.htm">Firefox 3.5 .deb File for Ubuntu 9.04</a>. The .deb Files should be compatible with all Debian based distributions.</p>
<p>The benefit of Swiftfox is it is up-to-date with the latest Firefox Version and you get it as an optimized build for your CPU! Currently there are build for Intel Prescott, AMD64, AMD64 (32bit OS) and each with one build for older CPUs.</p>
<p></p>
<p>Go to <a href="http://getswiftfox.com/">http://getswiftfox.com/</a> to read more about it.</p>

	Tags: <a href="http://fritzthomas.com/tags/firefox/" title="Firefox" rel="tag">Firefox</a>, <a href="http://fritzthomas.com/tags/optimized/" title="optimized" rel="tag">optimized</a>, <a href="http://fritzthomas.com/tags/swiftfox/" title="swiftfox" rel="tag">swiftfox</a>, <a href="http://fritzthomas.com/tags/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/" title="Fixing Firefox 3.5 on Ubuntu to crash when changing flash videos to fullscreen (September 22, 2009)">Fixing Firefox 3.5 on Ubuntu to crash when changing flash videos to fullscreen</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/13-was-google-so-erfolgreich-macht/" title="Was Google so erfolgreich macht. (January 1, 2008)">Was Google so erfolgreich macht.</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/343-no-space-left-on-device-error-with-sshfs-how-to-fix-it/" title="No space left on device error with sshfs &#8211; how to fix it (November 27, 2008)">No space left on device error with sshfs &#8211; how to fix it</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/open-source/linux/475-swiftfox-an-optimized-up-to-date-firefox-build/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saros: Distributed Pair Programming Plugin for Eclipse</title>
		<link>http://fritzthomas.com/overall/467-saros-distributed-pair-programming-plugin-for-eclipse/</link>
		<comments>http://fritzthomas.com/overall/467-saros-distributed-pair-programming-plugin-for-eclipse/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 10:36:46 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Overall]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[pair programming]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=467</guid>
		<description><![CDATA[Recently on the TYPO3-5 Mailing-List Eike Starkmann wrote about his master thesis project called Saros:

&#8220;Saros is an Eclipse plugin for collaborative text editing and
distributed pair programming, i.e. it allows two or more developers to
work together in real-time on the same files. It is similar to Gobby,
SubEthaEdit or Google Docs but focuses on programming in Eclipse.&#8221;

He [...]]]></description>
			<content:encoded><![CDATA[<p>Recently on the TYPO3-5 Mailing-List Eike Starkmann wrote about his master thesis project called <a href="https://www.inf.fu-berlin.de/w/SE/DPP">Saros</a>:</p>
<blockquote><p>
&#8220;<a href="https://www.inf.fu-berlin.de/w/SE/DPP">Saros</a> is an Eclipse plugin for collaborative text editing and<br />
distributed pair programming, i.e. it allows two or more developers to<br />
work together in real-time on the same files. It is similar to Gobby,<br />
SubEthaEdit or Google Docs but focuses on programming in Eclipse.&#8221;</p></blockquote>
<p></p>
<p>He summarizes the advantages of using such a plugin:</p>
<blockquote><p>
&#8220;[Projects] &#8230; can benefit from <a href="https://www.inf.fu-berlin.de/w/SE/DPP">Saros</a> because I think it brings many<br />
advantages to Open Source Software development:</p>
<ul>
<li>Distributed Pair Programming is like a live peer review. This should<br />
help with finding good design, get rid of bugs, increase readability, etc.</li>
<li>Transferring knowledge should be easier to do when more than one<br />
person look at and work with the same code. This should also help to<br />
give new developers an introduction to the code.</li>
<li>In contrast to screen sharing, Saros only shares your actions inside<br />
of Eclipse with regards to the project you are both working on (think<br />
privacy) and you are still independent to explore the project on your own.</li>
</ul>
<p><a href="https://www.inf.fu-berlin.de/w/SE/DPP">Saros</a> can be useful in the following contexts:</p>
<ul>
<li>Working on complicated problems in the code</li>
<li>Performing code reviews</li>
<li>Debugging</li>
<li>Code presentation</li>
<li>Code sprints</li>
<li>Introducing new developers to the project</li>
<li>&#8230;</li>
<p>&#8220;</ul>
</blockquote>
<p></p>
<p>There is also a <a href="https://www.inf.fu-berlin.de/w/SE/DPPDemoVideo">screencast</a> avilable which demonstrates the features very well. </p>

	Tags: <a href="http://fritzthomas.com/tags/eclipse/" title="eclipse" rel="tag">eclipse</a>, <a href="http://fritzthomas.com/tags/pair-programming/" title="pair programming" rel="tag">pair programming</a>, <a href="http://fritzthomas.com/tags/plugin/" title="plugin" rel="tag">plugin</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/php/282-zend-studio-for-eclipse-61-released/" title="Zend Studio for Eclipse 6.1 Released (September 18, 2008)">Zend Studio for Eclipse 6.1 Released</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/467-saros-distributed-pair-programming-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.3.0 officially released</title>
		<link>http://fritzthomas.com/php/464-php-5-3-0-officially-released/</link>
		<comments>http://fritzthomas.com/php/464-php-5-3-0-officially-released/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 13:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php-5.3]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=464</guid>
		<description><![CDATA[Now it is finally here. The long awaited PHP 5.3.0 Release with Namespaces, Late Static Binding, Closures, many new extensions, new additions to the SPL and many more.
Read the full Release Announcment for PHP 5.3.0
You can download PHP 5.3.0 on php.net Download site.


	Tags: PHP, php-5.3, Release

	&#196;hnliche Beitr&#228;ge:
	
	Zend Studio 6.0.0 Eclipse Released (1)
	Zend Framework 1.5 Release [...]]]></description>
			<content:encoded><![CDATA[<p>Now it is finally here. The long awaited PHP 5.3.0 Release with Namespaces, Late Static Binding, Closures, many new extensions, new additions to the SPL and many more.<br />
Read the full <a href="http://php.net/releases/5_3_0.php">Release Announcment for PHP 5.3.0</a><br />
You can <a href="http://php.net/downloads.php#v5.3.0">download PHP 5.3.0</a> on php.net Download site.<br />
</p>

	Tags: <a href="http://fritzthomas.com/tags/php/" title="PHP" rel="tag">PHP</a>, <a href="http://fritzthomas.com/tags/php-5-3/" title="php-5.3" rel="tag">php-5.3</a>, <a href="http://fritzthomas.com/tags/release/" title="Release" rel="tag">Release</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/29-zend-studio-6-0-0-eclipse-released/" title="Zend Studio 6.0.0 Eclipse Released (January 23, 2008)">Zend Studio 6.0.0 Eclipse Released</a> (1)</li>
	<li><a href="http://fritzthomas.com/php/27-zend-framework-1-5-release-angekundigt/" title="Zend Framework 1.5 Release angekündigt (January 17, 2008)">Zend Framework 1.5 Release angekündigt</a> (0)</li>
	<li><a href="http://fritzthomas.com/php/39-simplicityphp-neue-version-des-php-extjs-frameworks/" title="SimplicityPHP: Neue Version des PHP / ExtJS Frameworks (March 11, 2008)">SimplicityPHP: Neue Version des PHP / ExtJS Frameworks</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/php/464-php-5-3-0-officially-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First alpha Version of FLOW3 Framework released</title>
		<link>http://fritzthomas.com/php/462-first-alpha-version-of-flow3-framework-released/</link>
		<comments>http://fritzthomas.com/php/462-first-alpha-version-of-flow3-framework-released/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:57:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[FLOW3]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/overall/462-first-alpha-version-of-flow3-framework-released/</guid>
		<description><![CDATA[Read the full News at the FLOW3 Project Website:

	Tags: FLOW3, Framework

	&#196;hnliche Beitr&#228;ge:
	
	SimplicityPHP: Neue Version des PHP / ExtJS Frameworks (2)
	Simplicity: PHP Framework mit ExtJS (1)
	Great News: Zend Framework and Dojo Partnership (0)


]]></description>
			<content:encoded><![CDATA[<p>Read the full News at the <a href="http://flow3.typo3.org/news/0/1/">FLOW3</a> Project Website:</p>

	Tags: <a href="http://fritzthomas.com/tags/flow3/" title="FLOW3" rel="tag">FLOW3</a>, <a href="http://fritzthomas.com/tags/framework/" title="Framework" rel="tag">Framework</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/php/39-simplicityphp-neue-version-des-php-extjs-frameworks/" title="SimplicityPHP: Neue Version des PHP / ExtJS Frameworks (March 11, 2008)">SimplicityPHP: Neue Version des PHP / ExtJS Frameworks</a> (2)</li>
	<li><a href="http://fritzthomas.com/php/21-simplicity-php-framework-mit-extjs/" title="Simplicity: PHP Framework mit ExtJS (January 10, 2008)">Simplicity: PHP Framework mit ExtJS</a> (1)</li>
	<li><a href="http://fritzthomas.com/php/zend-framework/240-great-news-zend-framework-and-dojo-partnership/" title="Great News: Zend Framework and Dojo Partnership (May 22, 2008)">Great News: Zend Framework and Dojo Partnership</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/php/462-first-alpha-version-of-flow3-framework-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server 2.0.1 (Build: #156745) released</title>
		<link>http://fritzthomas.com/overall/460-vmware-server-201-build-156745-released/</link>
		<comments>http://fritzthomas.com/overall/460-vmware-server-201-build-156745-released/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:46:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/overall/460-vmware-server-201-build-156745-released/</guid>
		<description><![CDATA[http://www.vmware.com/products/server/

	Tags: server, vmware

	&#196;hnliche Beitr&#228;ge:
	
	Zend Framework Web Developer Appliance (1)
	Web Dev Appliance (16)
	Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;) (0)


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vmware.com/products/server/">http://www.vmware.com/products/server/</a></p>

	Tags: <a href="http://fritzthomas.com/tags/server/" title="server" rel="tag">server</a>, <a href="http://fritzthomas.com/tags/vmware/" title="vmware" rel="tag">vmware</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/php/24-zend-framework-web-developer-appliance/" title="Zend Framework Web Developer Appliance (January 15, 2008)">Zend Framework Web Developer Appliance</a> (1)</li>
	<li><a href="http://fritzthomas.com/gentoo-php-web-development-vmware-appliance/" title="Web Dev Appliance (January 13, 2008)">Web Dev Appliance</a> (16)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/12-aendern-oder-setzen-eines-statischen-netzwerk-device-namen-unter-gentoo-eth0-eth1ethn/" title="Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;) (December 27, 2007)">Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/460-vmware-server-201-build-156745-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Blog update</title>
		<link>http://fritzthomas.com/overall/459-little-blog-update/</link>
		<comments>http://fritzthomas.com/overall/459-little-blog-update/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:44:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/overall/459-little-blog-update/</guid>
		<description><![CDATA[I have just updated my Blog a bit. Actually i updated just some CSS but i hope it has more contrast now.

	Tags: Update

	&#196;hnliche Beitr&#228;ge:
	
	Zend Framework 1.7.5 &#8211; Enhancements, Bug Fixes and a Security Update (0)
	Upgrade to Wordpress 2.7 &#8211; no worries (0)
	Erfolgreich auf Wordpress Version 2.5 aktualisiert (0)


]]></description>
			<content:encoded><![CDATA[<p>I have just updated my Blog a bit. Actually i updated just some CSS but i hope it has more contrast now.</p>

	Tags: <a href="http://fritzthomas.com/tags/update/" title="Update" rel="tag">Update</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/php/zend-framework/412-zend-framework-175-enhancements-bug-fixes-and-a-security-update/" title="Zend Framework 1.7.5 &#8211; Enhancements, Bug Fixes and a Security Update (February 18, 2009)">Zend Framework 1.7.5 &#8211; Enhancements, Bug Fixes and a Security Update</a> (0)</li>
	<li><a href="http://fritzthomas.com/overall/348-upgrade-to-wordpress-27-no-worries/" title="Upgrade to Wordpress 2.7 &#8211; no worries (December 15, 2008)">Upgrade to Wordpress 2.7 &#8211; no worries</a> (0)</li>
	<li><a href="http://fritzthomas.com/overall/47-successfully-upgraded-wordpress-to-version-2-5/" title="Erfolgreich auf Wordpress Version 2.5 aktualisiert (April 9, 2008)">Erfolgreich auf Wordpress Version 2.5 aktualisiert</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/459-little-blog-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to vertically align text and block elements</title>
		<link>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/</link>
		<comments>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[inline-block]]></category>
		<category><![CDATA[vertical-align]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=418</guid>
		<description><![CDATA[You may know the CSS declarations text-align and vertical-align. Perhaps you tried alredy to vertically align inline span elements within a div block element but did not succeed yet. I will try explain how to achieve this with a simple button example.
Before:
After: 

 Lets begin with the markup for the buttons:

1
2
3
4
5
6
7
8
&#60;div class=&#34;buttons&#34;&#62;
  &#60;div class=&#34;add [...]]]></description>
			<content:encoded><![CDATA[<p>You may know the CSS declarations text-align and vertical-align. Perhaps you tried alredy to vertically align inline span elements within a div block element but did not succeed yet. I will try explain how to achieve this with a simple button example.<br />
Before:<img style="vertical-align:middle" class="alignnone size-full wp-image-420" title="screenshot14" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot14.png" alt="screenshot14" width="115" height="24" /><br />
After: <img style="vertical-align:middle" class="alignnone size-full wp-image-419" title="screenshot13" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot13.png" alt="screenshot13" width="112" height="25" /><br />
<span id="more-418"></span><br />
 Lets begin with the markup for the buttons:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;buttons&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;add button&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;icon&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;add.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>Add<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delete button&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;icon&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delete.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>Delete<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<p>Each Button is within a single div. Every button has its icon and a button text. Image and Text are in a span tag. the &#8220;add&#8221; and &#8220;delete&#8221; class is added to differentiate the buttons. This is useful if you want to add some behavior in JavaScript.<br />
</p>
<p>Next, the CSS styles:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#a1a1a1</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ffffff</span><span style="color: #00AA00;">;</span>
  border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** CSS3 **/</span>
  -moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** Mozilla specific **/</span>
  -webkit-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** Make a guess ;-) **/</span>
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> hand<span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #6666ff;">.icon</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #6666ff;">.text</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>
<p>The important css declarations and attributes are &#8220;display: inline-block&#8221;, &#8220;vertical-align: middle&#8221; and &#8220;line-height: XXpx&#8221;. The line-height tells every .button block the exact height of the inline elements underneath. The inline elements .icon and .text are handled and displayed as an &#8220;inline-block&#8221;. Firefox 3 and most of the other major browsers supporting it so it is safe to use it. <a href="http://www.quirksmode.org/css/display.html">Read more on this.</a><br />
<br />
The result should look like this:<img style="vertical-align:middle" class="alignnone size-full wp-image-419" title="screenshot13" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot13.png" alt="screenshot13" width="112" height="25" /><br />
I think the example is simple enough to adapt it to your needs and other use cases. Please keep in mind that in the example i use -moz-border-radius. This declaration is mozilla specific. So if you want rounded corners in IE you have to wait until IE is implementing this. Take <a href="http://a.deveria.com/caniuse/#feat=roundedcorners">a look</a> when this is scheduled and <a href="http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/#refuse-internet-explorer">follow my suggestion.</a></p>

	Tags: <a href="http://fritzthomas.com/tags/css/" title="css" rel="tag">css</a>, <a href="http://fritzthomas.com/tags/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://fritzthomas.com/tags/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://fritzthomas.com/tags/howto/" title="howto" rel="tag">howto</a>, <a href="http://fritzthomas.com/tags/html/" title="HTML" rel="tag">HTML</a>, <a href="http://fritzthomas.com/tags/inline-block/" title="inline-block" rel="tag">inline-block</a>, <a href="http://fritzthomas.com/tags/vertical-align/" title="vertical-align" rel="tag">vertical-align</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/415-css-browser-compatiblity/" title="CSS Browser Compatiblity (February 18, 2009)">CSS Browser Compatiblity</a> (0)</li>
	<li><a href="http://fritzthomas.com/php/zend-framework/33-how-to-teil-1-projektaufbau-konventionen-und-modulare-verzeichnisstruktur/" title="Zend Framework How-To Teil 1: Projektaufbau, Konventionen und modulare Verzeichnisstruktur (January 28, 2008)">Zend Framework How-To Teil 1: Projektaufbau, Konventionen und modulare Verzeichnisstruktur</a> (13)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/12-aendern-oder-setzen-eines-statischen-netzwerk-device-namen-unter-gentoo-eth0-eth1ethn/" title="Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;) (December 27, 2007)">Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
