<?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>Martin Ankerl &#187; freeware</title>
	<atom:link href="http://martin.ankerl.com/category/freeware/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com</link>
	<description>No movement is faster than no movement</description>
	<lastBuildDate>Tue, 13 Jul 2010 05:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To: Download Any Flash Video with flashrip in Ubuntu</title>
		<link>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/</link>
		<comments>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:57:37 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=218</guid>
		<description><![CDATA[Downloading flash videos in Linux was already not too difficult, but thanks to flashrip, it has gotten very easy. Here is a little demo how it works: Once installed, you basically use one click to get a video preview and then a prompt with the filename to save the file. The script works by looking [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading flash videos in Linux was already <a href="http://www.youtube.com/watch?v=vxBGr2T1Ueo">not too difficult</a>, but thanks to <tt>flashrip</tt>, it has gotten very easy. Here is a little demo how it works:<br />
<center><br />
<object width="560" height="370"><param name="movie" value="http://www.youtube.com/v/qvxHQKGci9o&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qvxHQKGci9o&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="370"></embed></object><br />
</center></p>
<p>
Once installed, you basically use one click to get a video preview and then a prompt with the filename to save the file. The script works by looking into the newest flash files in your <tt>/tmp</tt> folder, and creates a hardlink to the save destination. When the video has fully loaded, you can close the browser window. The temp file will get deleted, and the linked copy will remain.</p>
<h2>Installing flashrip</h2>
<p>Open a terminal like gnome-terminal or konsole, and run these commands:</p>
<pre>wget http://martin.ankerl.com/wp-content/uploads/2009/11/flashrip.sh
chmod 755 flashrip.sh
sudo mv flashrip.sh /usr/local/bin</pre>
<p>Now all thats left to do is to create a link in your gnome panel for ease of use: Right click the gnome panel, &#8220;Add to panel&#8230;&#8221;, choose &#8220;Custom Application Launcher&#8230;&#8221;. Choose a proper name, and a command like this:
<pre>/usr/local/bin/flashrip.sh /home/manker/Videos</pre>
<p>For the command, replace the second parameter with the default location where you want to save the ripped videos (you have to use the full path here!)</p>
<p>I have tested this in Ubuntu, but it should work on any linux where gnome is installed. </p>
<p>Have fun!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=218&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Human Compact Themes (for Ubuntu 8.10)</title>
		<link>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/</link>
		<comments>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:11:58 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=182</guid>
		<description><![CDATA[This is a new release of the compact theme, based on the original Ubuntu 8.10 (Intrepid) theme. It was created by Jan Suhr almost a month ago, based on my little howto. I have now two versions of the theme: one with normal icon sizes, and one with the smaller 16&#215;16 icons for even more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainstorm.ubuntu.com/idea/6772/"><img style="float:right; margin-left:20px; margin-bottom:20px" src="http://brainstorm.ubuntu.com/idea/6772/image/1/" /></a>This is a new release of the compact theme, based on the original Ubuntu 8.10 (Intrepid) theme. It was created by Jan Suhr almost a month ago, based on my little <a href="http://martin.ankerl.com/2008/10/10/how-to-make-a-compact-gnome-theme/">howto</a>. </p>
<p>I have now two versions of the theme: one with normal icon sizes, and one with the smaller 16&#215;16 icons for even more compactness. Here is a comparison animation of the standard Human theme vs. the compact theme:</p>
<p><center><br />
<img src="/files/compact8.10.gif" width="552" height="387" /><br />
</center></p>
<p>You can download the themes here:</p>
<ul>
<li><a href="/files/HumanCompact-8.10.tar.bz2">HumanCompact-8.10.tar.bz2</a>
<li><a href="/files/HumanCompactSmallIcons-8.10.tar.bz2">HumanCompactSmallIcons-8.10.tar.bz2</a>
</ul>
<h1>Download and Installation</h1>
<ol>
<li>Save the theme to your computer.
<li>Open the gnome&#8217;s appearence dialog with System > Preferences > Appearance.
<li>Drag and drop the downloaded file into the Theme tab of the appearance dialog. If you get an error message &#8220;Can&#8217;t move directory over directory&#8221;, you have already installed a theme with the same name. To be able to reinstall it, remove the directory <tt>~/.themes/Human Compact</tt> or <tt>~/.themes/Human Compact Small Icons</tt>.
<li>Choose &#8220;Apply new theme&#8221; in the popup dialog.
</ol>
<p>Most changes will occur immediately, but for e.g. the icon sizes it is best to log out and log in again. When you change the theme, you can get the Human Compact theme back by clicking on Customize, and then selecting Human Compact.</p>
<p>Any question, praise or flames? please post them!</p>
<h1>Install for root (e.g. Synaptic)</h1>
<p>Some readers asked how to get this to work for applications that run as root (e.g. synaptic), so here it is: simply copy the copy the theme file into the root’s home directory, like this (exchange <em>username</em> with your own name):</p>
<pre>sudo cp /home/username/.themes/Human\ Compact/gtk-2.0/gtkrc /root/.gtkrc-2.0</pre>
<p>Afterwards synaptic uses the human compact theme.</p>
<h1>Older Themes</h1>
<p>Here is some information about the original compact themes I have created:</p>
<ul>
<li><a href="http://martin.ankerl.com/2008/10/10/how-to-make-a-compact-gnome-theme/">How to Make a Human Compact Theme</a>
<li><a href="http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/">Human Compact Theme (for Ubuntu 8.04)</a>
<li><a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact Theme (for Ubuntu 8.04)</a>
</ul>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=182&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Human Compact Gnome Theme (for Ubuntu 8.04)</title>
		<link>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/</link>
		<comments>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/#comments</comments>
		<pubDate>Tue, 13 May 2008 19:46:28 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/</guid>
		<description><![CDATA[Thanks to the overwhelming success of the Clearlooks Compact Theme and demand from several users I have now created a Human Compact theme. Basically it features the same compactness as Clearlooks Compact, but the look &#038; feel of the Ubuntu Human theme. So, if you want compactness and did not like the cold blue look [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainstorm.ubuntu.com/idea/6772/"><img style="float:right; margin-left:20px; margin-bottom:20px" src="http://brainstorm.ubuntu.com/idea/6772/image/1/" /></a>Thanks to the overwhelming success of the <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact Theme</a> and demand from several users I have now created a <em>Human Compact</em> theme. Basically it features the same compactness as Clearlooks Compact, but the look &#038; feel of the <a href="http://www.ubuntu.com/">Ubuntu</a> Human theme. So, if you want compactness and did not like the cold blue look of clearlooks, this is for you. It should also work well with the Eee pc, there even is a <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:customization">nice tutorial here</a>.</p>
<p><strong>UPDATE</strong>: <a href="http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/">Human Compact Theme for Ubuntu 8.10 (Intrepid Ibex)</a> is available!</p>
<h1>Comparison</h1>
<p>Move your mouse over the image to see the difference of a save dialog between Ubuntu&#8217;s 8.04 <i>Human</i>, and <i>Human Compact</i>. Buttons and spacing is much smaller which results in a lot more free space for the actual content. See for yourself:</p>
<style type="text/css"><!-- #humancompact a { display:block; background-image:url(/wp-content/uploads/2008/05/s2.png); width:414px; height:423px; } #humancompact a:hover {background-image:url(/wp-content/uploads/2008/05/s1.png); } --> </style>
<p><center></p>
<div id="humancompact">
<a href="#">&nbsp;</a>
</div>
<p></center></p>
<p>Here are some other screenshots. The eclipse window uses 800&#215;480 resolution, which is the same as the eee pc has.<br />
<center><br />
<a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-java-koagent-src-test-feasibility-at-profactor-inspector-graphvizvisitorjava-eclipse-platform.png' title='eclipse'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-java-koagent-src-test-feasibility-at-profactor-inspector-graphvizvisitorjava-eclipse-platform.thumbnail.png' alt='eclipse' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-infosvg-inkscape.png' title='inkscape'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-infosvg-inkscape.thumbnail.png' alt='inkscape' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-calculator-scientific.png' title='calc'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-calculator-scientific.thumbnail.png' alt='calc' /></a><br />
</center></p>
<h1>Download and Installation</h1>
<ol>
<li>Save the file <a href='/files/HumanCompact.tar.bz2'>HumanCompact.tar.bz2</a> to your computer.
<li>Open the gnome&#8217;s appearence dialog with System > Preferences > Appearance.
<li>Drag and drop the downloaded file into the Theme tab of the appearance dialog.
<li>Choose &#8220;Apply new theme&#8221; in the popup dialog.
</ol>
<p>Most changes will occur immediately, but for e.g. the icon sizes it is best to log out and log in again. When you change the theme, you can get the Human Compact theme back by clicking on Customize, and then selecting Human Compact.</p>
<p>Any question, praise or flames? please post them!</p>
<h1>Install for root (e.g. Synaptic)</h1>
<p>Some readers asked how to get this to work for applications that run as root (e.g. synaptic), so here it is: simply copy the copy the theme file into the root’s home directory, like this (exchange <em>username</em> with your own name):</p>
<pre>sudo cp /home/username/.themes/Human\ Compact/gtk-2.0/gtkrc /root/.gtkrc-2.0</pre>
<p>Afterwards synaptic uses the human compact theme.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=146&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Netvibes Search Widgets Updated</title>
		<link>http://martin.ankerl.com/2008/04/12/netvibes-search-widgets-updated/</link>
		<comments>http://martin.ankerl.com/2008/04/12/netvibes-search-widgets-updated/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:35:38 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[UWA]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/04/12/netvibes-search-widgets-updated/</guid>
		<description><![CDATA[I have just updated the Netvibes (iGoogle, Apple Dashboard, Opera, Windows Live) search widgets with some Javascript voodoo. See my previous post for more info about these widgets. You can try them inline here: Even though there is not much about this search, I have done quite a bit of user interface tweaks to make [...]]]></description>
			<content:encoded><![CDATA[<p>I have just updated the <a href="http://www.netvibes.com/">Netvibes</a> (<a href="http://www.google.com/ig">iGoogle</a>, <a href="http://www.apple.com/downloads/dashboard/">Apple Dashboard</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.live.com/">Windows Live</a>) search widgets with some Javascript voodoo. See <a href="http://martin.ankerl.com/2008/03/18/netvibes-widgets-for-jdk-and-oss-search/">my previous post for more info</a> about these widgets. You can try them inline here:</p>
<p><center><iframe style="border: 1px solid #79A7E2;" frameborder="0" height="60" width="350" src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1205831538&#038;moduleUrl=http%3A%2F%2Fopensource.ankerl.com%2Fnetvibes.html&#038;commUrl=http://eco.netvibes.com/uwa.html" scrolling="no"></iframe></center></p>
<p><center><iframe style="border: 1px solid #79A7E2;" frameborder="0" height="60" width="350"  src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1205828082&#038;moduleUrl=http%3A%2F%2Fjavadoc.ankerl.com%2Fnetvibes.html&#038;commUrl=http://eco.netvibes.com/uwa.html" scrolling="no"></iframe></center></p>
<p>Even though there is not much about this search, I have done quite a bit of user interface tweaks to make them easier to use. Here are the new features:</p>
<dl>
<dt>Remember Latest Selection</dt>
<dd>When you use e.g. the <a href="http://eco.netvibes.com/widgets/234614/open-source-software-search">Open Source Search</a>, the previously used operating system (selected by clicking on the button) is automatically used when you just enter the search term end press Return. The selection is highlighted with bold text.</dd>
<dt>Select Text On Click</dt>
<dd>Clicking into the text field automatically selects the whole text, so it is easier to reuse the textfield. I have also entered a default value, because from the webanalyzer logs I found out that many people just click on the buttons without entering any text, so now it should be more obvious how this thing works.</dd>
<dt>No Textfield Changes</dt>
<dd>The previous version added a text like <tt>more:Linux</tt> into the search box that was used by the custom search. This clutter is now hidden from the user.</dd>
</dl>
<p>I think the widgets are much more useful now. If you like them, add them to <a href="http://www.netvibes.com/">Netvibes</a>, <a href="http://www.google.com/ig">iGoogle</a>, <a href="http://www.apple.com/downloads/dashboard/">Apple Dashboard</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.live.com/">Windows Live</a>, or Windows Vista here:
<ul>
<li><a href="http://eco.netvibes.com/widgets/234614/open-source-software">Open Source Software Search Widget</a></li>
<li><a href="http://eco.netvibes.com/widgets/234615/java-developer-kit-documentation">Java Developer Kit Documentation Widget</a></li>
</ul>
<p>I think the widgets are now much more useful. Post if you have any problems!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=126&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/04/12/netvibes-search-widgets-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netvibes Widgets for JDK and OSS Search</title>
		<link>http://martin.ankerl.com/2008/03/18/netvibes-widgets-for-jdk-and-oss-search/</link>
		<comments>http://martin.ankerl.com/2008/03/18/netvibes-widgets-for-jdk-and-oss-search/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 09:39:07 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[ginger]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/03/18/netvibes-widgets-for-jdk-and-oss-search/</guid>
		<description><![CDATA[Netvibes has recently released a very cool update on their Widget API (see Ginger and UWA). It is now possible to create widgets that can be used in iGoogle, Apple Dashboard, Opera, Windows Live, Windows Vista, and of course Netvibes itself. I have just created two widgets for the two search engines Open Source Software [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netvibes.com/">Netvibes</a> has recently released a very cool update on their Widget API (see <a href="http://ginger.netvibes.com/">Ginger</a> and <a href="http://dev.netvibes.com/">UWA</a>). It is now possible to create widgets that can be used in <a href="http://www.google.com/ig">iGoogle</a>, <a href="http://www.apple.com/downloads/dashboard/">Apple Dashboard</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.live.com/">Windows Live</a>, Windows Vista, and of course <a href="http://www.netvibes.com/">Netvibes</a> itself. I have just created two widgets for the two search engines <a href="http://opensource.ankerl.com/">Open Source Software</a> and <a href="http://javadoc.ankerl.com/">Java Developer Kit (JDK) Documentation</a> which I believe are extremely convenient, but try for yourself!</p>
<h2>Try Them</h2>
<p>For example, enter <tt>Word</tt> and click <tt>Linux</tt> to find open source alternatives for your favorite operating system. The widget remembers what your choice, and the next time you use the search you just have to enter the search term and press enter to search with the same operating system again.<br />
<center><iframe style="border: 1px solid #79A7E2;" frameborder="0" height="60" width="350" src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1205831538&#038;moduleUrl=http%3A%2F%2Fopensource.ankerl.com%2Fnetvibes.html&#038;commUrl=http://eco.netvibes.com/uwa.html" scrolling="no"></iframe></center></p>
<p>Type <tt>concurrent</tt> and click <tt>6.0</tt> in the JDK search to find out about the concurrency package in JDK 1.6.0.<br />
<center><iframe style="border: 1px solid #79A7E2;" frameborder="0" height="60" width="350"  src="http://www.netvibes.com/api/uwa/frame/uwa_standalone.php?id=1205828082&#038;moduleUrl=http%3A%2F%2Fjavadoc.ankerl.com%2Fnetvibes.html&#038;commUrl=http://eco.netvibes.com/uwa.html" scrolling="no"></iframe></center></p>
<h2>Add Them</h2>
<p>You can add the engines to <a href="http://www.netvibes.com/">Netvibes</a>, <a href="http://www.google.com/ig">iGoogle</a>, <a href="http://www.apple.com/downloads/dashboard/">Apple Dashboard</a>, <a href="http://www.opera.com/">Opera</a>, <a href="http://www.live.com/">Windows Live</a>, or Windows Vista here:
<ul>
<li><a href="http://eco.netvibes.com/widgets/234614/open-source-software">Open Source Software Search Widget</a></li>
<li><a href="http://eco.netvibes.com/widgets/234615/java-developer-kit-documentation">Java Developer Kit Documentation Widget</a></li>
</ul>
<p>Are the widgets useful to you? Please tell me!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=123&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/03/18/netvibes-widgets-for-jdk-and-oss-search/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Clearlooks Compact Gnome Theme</title>
		<link>http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/</link>
		<comments>http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 20:59:42 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[clearlooks]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=100</guid>
		<description><![CDATA[I have been using Ubuntu for quite a while now, but one thing I really dislike is that all the themes are huge space wasters compared to Windows XP. This finally got me angry enough to create a customized version of the Clearlooks theme that tries to be very compact but still maintain its beautiful [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainstorm.ubuntu.com/idea/6772/"><img style="float:right; margin-left:20px; margin-bottom:20px" src="http://brainstorm.ubuntu.com/idea/6772/image/1/" /></a>I have been using <a href="http://www.ubuntu.com/">Ubuntu</a> for quite a while now, but one thing I really dislike is that all the themes are huge space wasters compared to Windows XP. This finally got me angry enough to create a customized version of the <a href="http://clearlooks.sourceforge.net/">Clearlooks</a> theme that tries to be very compact but still maintain its beautiful look. I like the result quite a lot, I have been using this theme for more than two weeks now and it works great. It is especially nice for intense applications like <a href="http://www.eclipse.org">Eclipse</a>.</p>
<p><strong>UPDATE</strong>: <a href="http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/">Human Compact Theme for Ubuntu 8.10 (Intrepid Ibex)</a> is available!</p>
<h1>Comparison</h1>
<p>Move your mouse over the image to see how the dialog looks like with clearlooks-compact. The buttons and spacing are smaller, which results in much more visible space for the actual content.</p>
<style type="text/css"><!-- #clearlooks a { display:block; background-image:url(/files/clearlooks.png); width:435px; height:421px; } #clearlooks a:hover {background-image:url(/files/clearlooks-compact.png); } --> </style>
<p><center></p>
<div id="clearlooks">
<a href="#">&nbsp;</a>
</div>
<p></center></p>
<h1>More Screenshots</h1>
<p>Here are some more screenshots that I have taken with Clearlooks Compact enabled. Especially the Eclipse shot is great, there the theme really shines. It is even more compact than the Windows XP look.</p>
<p><a href='http://martin.ankerl.com/wp-content/uploads/2008/01/calc.png' title='Gnome Calculator'><img src='http://martin.ankerl.com/wp-content/uploads/2008/01/calc.thumbnail.png' alt='Gnome Calculator' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/01/clearlooks-compact.png' title='Gnome File Selector'><img src='http://martin.ankerl.com/wp-content/uploads/2008/01/clearlooks-compact.thumbnail.png' alt='Gnome File Selector' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/01/eclipse-compact.png' title='Eclipse with Compact Theme'><img src='http://martin.ankerl.com/wp-content/uploads/2008/01/eclipse-compact.thumbnail.png' alt='Eclipse with Compact Theme' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/01/tracker.png' title='Tracker Search Tool'><img src='http://martin.ankerl.com/wp-content/uploads/2008/01/tracker.thumbnail.png' alt='Tracker Search Tool' /></a></p>
<p>If you are curious, I have used <a href="http://www.google.at/search?q=tahoma+ttf">Tahoma</a>, size 9 for the application font, and the <a href="http://www.ank.com.ar/fonts/">MiscFixed</a> for the sourcecode.</p>
<h1>Download &#038; Installation</h1>
<p>Installation is extremely simple, in Ubuntu 7.10 (Gutsy Gibbon) you can do it this way:</p>
<ol>
<li>Click System > Preferences > Appearance.
<li>Drag &#038; drop the link <a href="/files/ClearlooksCompact-1.5.tar.bz2">ClearlooksCompact-1.5.tar.bz2</a> into the Appearence window.
</ol>
<p>Beware that this is just definition of the Clearlooks control spacings. That means you have to have the clearlooks engine installed (which you most likely have, it is the default theme of Ubuntu). To change back, click on the currently active Theme, choose &#8220;Customize&#8221;, and select other controls instead of &#8220;Clearlooks Compact&#8221;.</p>
<h1>History</h1>
<p>I will regularly update this page when I update the theme with a new screenshot and the development history:</p>
<dl>
<dt>April 9th, 2009</dt>
<dd>Version 1.5: a bit smaller checkbox + selection box, less blurry and smaller progress bar.</dd>
<dt>April 5th, 2009</dt>
<dd>Version 1.4: added LGPL, index.theme, version number.</dd>
<dt>April 11th, 2008</dt>
<dd>Version 1.3: Small panel menu</dd>
<dt>November 11th, 2007</dt>
<dd>Version 1.2: Major update: Smaller handlers sizes, smaller scrollbars, no scrollbar spacing, less overall padding, and some more.</dd>
<dt>November 7th, 2007</dt>
<dd>Version 1.1: Now even more compact by reducing the default icon size to 16&#215;16 pixels.</dd>
<dt>November 4th, 2007</dt>
<dd>Version 1.0: First release of Clearlooks Compact.</dd>
</dl>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=100&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>New Release of XDCC-Fetch</title>
		<link>http://martin.ankerl.com/2007/11/04/new-release-of-xdcc-fetch/</link>
		<comments>http://martin.ankerl.com/2007/11/04/new-release-of-xdcc-fetch/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 14:41:09 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[xdcc]]></category>
		<category><![CDATA[xdcc-fetch]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=99</guid>
		<description><![CDATA[XDCC-Fetch is a nice little application written in Ruby that is able to download from XDCC bots on IRC. I have updated it to work with fox 1.6, so this should work with the recent Ruby version. Screenshot Unfortunately I don&#8217;t really have the time nor the interest to continue development for XDCC-Fetch. Please contact [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://xdccfetch.sourceforge.net/">XDCC-Fetch</a> is a nice little application written in Ruby that is able to download from <a href="http://en.wikipedia.org/wiki/XDCC">XDCC</a> bots on IRC. I have updated it to work with fox 1.6, so this should work with the recent Ruby version.</p>
<h1>Screenshot</h1>
<p><center><br />
<img src="/files/xdcc-fetch.png" width="527" height="488"><br />
</center></p>
<p>Unfortunately I don&#8217;t really have the time nor the interest to continue development for XDCC-Fetch. Please <a href="mailto:martin.ankerl@gmail.com">contact me</a> if you are interested to continue development.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=99&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/11/04/new-release-of-xdcc-fetch/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Release of Dice-RPG</title>
		<link>http://martin.ankerl.com/2007/11/04/new-release-of-dice-rpg/</link>
		<comments>http://martin.ankerl.com/2007/11/04/new-release-of-dice-rpg/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 14:19:00 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Dice-RPG]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[RPG]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=98</guid>
		<description><![CDATA[I was bored today so I have updated my little program Dice-RPG to work with fox 1.6. What? Dice-RPG is a free dice throwing program that can be used for role playing games. Although I have never played a RPG in my entire life, my brother forced me to write this tool for the good [...]]]></description>
			<content:encoded><![CDATA[<p>I was bored today so I have updated my little program Dice-RPG to work with fox 1.6.</p>
<h1>What?</h1>
<p>Dice-RPG is a free dice throwing program that can be used for role playing games. Although I have never played a RPG in my entire life, my <a href="http://wyrm-chris.livejournal.com/">brother</a> forced me to write this tool for the good of mankind (actually, I wrote it because I did not have anything better to do, but don&#8217;t tell him).</p>
<p>Here is a screenshot:<br />
<center><br />
<img src="/files/dice-rpg.png" width="358" height="325"><br />
</center></p>
<h1>How?</h1>
<p>To use Dice-RPG,</p>
<ol>
<li>Install the Ruby one-click installer from <a href="http://www.ruby-lang.org/">here</a> if you don&#8217;t have it already. This is a runtime, like Java or C#.
<li>Download <a href="/files/dice-rpg.rbw">Dice-RPG.rbw</a> (right click and save the link) and doubleclick it.
</ol>
<p>Have fun!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=98&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/11/04/new-release-of-dice-rpg/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RFind &#8211; Quickly Find Files</title>
		<link>http://martin.ankerl.com/2007/04/01/rfind-quickly-find-files/</link>
		<comments>http://martin.ankerl.com/2007/04/01/rfind-quickly-find-files/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 19:35:05 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[RFind]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=86</guid>
		<description><![CDATA[RFind is a little application that indexes the filenames of a given directory, and allows to quickly search this index with regular expressions. The motivation behind this app was that someone thought this had to be in C++ to be fast, so I proved him wrong: search-on-typing with more than 500,000 indexed filenames is easily [...]]]></description>
			<content:encoded><![CDATA[<p>RFind is a little application that indexes the filenames of a given directory, and allows to quickly search this index with regular expressions.</p>
<p>The motivation behind this app was that someone thought this had to be in C++ to be fast, so I proved him wrong: search-on-typing with more than 500,000 indexed filenames is easily possible <img src='http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have tried to make this little tool very configurable so that is can be useful to everyone. Some of the features are:</p>
<ul>
<li>Hierarchical presented search results
<li>Search-on-typing
<li>Define rules to execute on mouseclick
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="/files/rfind-1.0.zip">rfind-1.0.zip</a></li>
</ul>
<p>This tool is written in Ruby and requires fxruby 1.0, which is a bit out of date. I will try to update it to a recent version of fxruby soon.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=86&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/04/01/rfind-quickly-find-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextAnalyzer in Python</title>
		<link>http://martin.ankerl.com/2007/03/29/textanalyzer-in-python/</link>
		<comments>http://martin.ankerl.com/2007/03/29/textanalyzer-in-python/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 19:05:56 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=85</guid>
		<description><![CDATA[I have just found out that somebody has translated my textanalyzer from Ruby into Python. It also contains some improvements like stopwords. The core algorithm is still the same. Get it at kelpheavyweaponry.com.]]></description>
			<content:encoded><![CDATA[<p>I have just found out that somebody has translated my <a href="http://martin.ankerl.com/2007/01/09/textanalyzer-automatically-extract-characteristic-words/">textanalyzer</a> from Ruby into Python. It also contains some improvements like stopwords. The core algorithm is still the same. Get it at <a href="http://www.kelpheavyweaponry.com/cgi-bin/viewcvs.cgi/trunk/libraries/textanalyze.py">kelpheavyweaponry.com</a>.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=85&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/03/29/textanalyzer-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
