<?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"
	>

<channel>
	<title>Julius Eckert</title>
	<atom:link href="http://www.julius-eckert.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.julius-eckert.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 04 Sep 2008 02:34:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Google Chrome on OSX</title>
		<link>http://www.julius-eckert.com/blog/28</link>
		<comments>http://www.julius-eckert.com/blog/28#comments</comments>
		<pubDate>Thu, 04 Sep 2008 02:34:39 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=28</guid>
		<description><![CDATA[Here is how to install Google&#8217;s new browser Chrome on OSX.
Google Chrome is a Windows application. So its not that easy to get it working on OSX. But if you want to test it as bad as me, its worth the work.
So, what do you need? Well OSX 10.5 and 1-2 hours of free time.


First [...]]]></description>
			<content:encoded><![CDATA[<p>Here is how to install Google&#8217;s new browser Chrome on OSX.</p>
<p>Google Chrome is a Windows application. So its not that easy to get it working on OSX. But if you want to test it as bad as me, its worth the work.</p>
<p>So, what do you need? Well OSX 10.5 and 1-2 hours of free time.</p>
<p><a href="http://www.julius-eckert.com/blog/wp-content/uploads/2008/09/bild-1.png" target="_blank"><img src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/09/bild-1-300x187.png" alt="google chrome" width="300" height="187" /></a></p>
<p><span id="more-28"></span></p>
<p>First you need the offline installer of Google Chrome:<br />
<a href="http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe" target="_blank">http://gpdl.google.com/chrome/install/149.27/chrome_installer.exe</a></p>
<p>You will need to install the MacPorts-Package for OSX 10.5:<br />
<a href="http://www.macports.org/install.php" target="_blank">http://www.macports.org/install.php</a> </p>
<p>You also need to be the admin (which usually means that you know your username and password)</p>
<p>Download the Chrome installer to any folder. Then open a terminal in the same folder.</p>
<p>Now the fun begins. Type in the following commands into the terminal:<br />
<pre><code>
export PATH=/opt/local/bin:/opt/local/sbin:$PATH (press enter)
sudo port install wine-devel (press enter)
sudo port install winetricks (press enter)
sh winetricks riched20 riched30 (press enter)
winetricks riched20 riched30 (press enter)
</code></pre><br />
 <br />
especially the second command will take years to finish.<br />
Alright this little commands are a long journey. But now you are ready start Chrome by typing:<br />
<pre><code>
wine chrome_installer.exe (press enter)
</code></pre></p>
<p>A Chrome window should ask you to start Google Chrome and then you will see the first time the Google Chrome browser&#8230; but this time its not usable. So you will need to get back to the terminal and do the following:</p>
<p><pre><code>
(press ctrl-c to stop Google Chrome)
wine &quot;/Users/[yourname]/.wine/drive_c/windows/profiles/
[yourname]/Local Settings/Application Data/
Google/Chrome/Application/
chrome.exe&quot; --new-http --in-process-plugins (press enter)
</code></pre></p>
<p>Alright the last command didn&#8217;t work, right?! Well the path to the &#8220;chrome.exe&#8221; depends on your username and the language of your OSX (eg. &#8220;Application Data&#8221; is in german &#8220;Anwendungsdaten&#8221;). You will need to figure this thing out yourself.</p>
<p>And thats it. You got the Google Chrome browser running on your OSX.<br />
You can always run it again, by opening a terminal window and typing the following:</p>
<p><pre><code>
export PATH=/opt/local/bin:/opt/local/sbin:$PATH (press enter)
wine &quot;/Users/[yourname]/.wine/drive_c/windows/profiles/
[yourname]/Local Settings/Application Data/
Google/Chrome/Application/
chrome.exe&quot; --new-http --in-process-plugins (press enter)
</code></pre></p>
<p>Of course, a terminal script for this commands is handy.<br />
You can speed the whole thing a bit up by installing X11 2.3.0</p>
<p>In conclusion, I have to say this solutions works, but its very buggy. Absolutely too bad integrated to use it as your normal browser. Using Windows emulation is a much better approach if you want Chrome for your normal browsing. I tried it with VMWare Fusion, and its nice to use.</p>
<p>Please leave a comment if it works for you. If its not working, dont expect too much help from me as I am no expert on all this Wine stuff. I am impressed on myself that I got this thing working :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/28/feed</wfw:commentRss>
		</item>
		<item>
		<title>chosr.com release</title>
		<link>http://www.julius-eckert.com/blog/27</link>
		<comments>http://www.julius-eckert.com/blog/27#comments</comments>
		<pubDate>Thu, 31 Jul 2008 12:00:56 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=27</guid>
		<description><![CDATA[Hi,
yesterday we did the final work on chosr.com, in the evening we released it.

There is a button to login as a demo-user, so you can try it without registering.
We worked hard for weeks on this project and hope a lot of people will like it &#8230; but even if everyone hates it, it was worth [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>yesterday we did the final work on <a href="http://chosr.com" target="_blank">chosr.com</a>, in the evening we released it.</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1437899&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1437899&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
<p>There is a button to login as a demo-user, so you can try it without registering.</p>
<p>We worked hard for weeks on this project and hope a lot of people will like it &#8230; but even if everyone hates it, it was worth it for our personal use :)</p>
<p>I am now working on the future of chosr. We do alot of research on integration of webservices (want to see a peek of the possibilities ? try the youtube search), and usability, as people without Quicksilver-Concept-Expirience have big problems getting into it.</p>
<p>Guess this will be the last post for a while on chosr. I created a blog for the chosr-Team: <a href="http://blog.chosr.com" target="_blank">blog.chosr.com</a></p>
<p>Has no contents at the moment, but we will soon begin to talk about Tricks you can do with chosr, the technoligies behind chosr, reactions of users and the research we are doing to get more features than just bookmarking and searching.</p>
<p>Have a nice day,<br />
Julius</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/27/feed</wfw:commentRss>
		</item>
		<item>
		<title>chosr.com and GMail</title>
		<link>http://www.julius-eckert.com/blog/26</link>
		<comments>http://www.julius-eckert.com/blog/26#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:53:29 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=26</guid>
		<description><![CDATA[In my last post about chosr, the quicksilver-like homepage, there has been some confusion.
The preview video showed you how it looks when a super-user is using chosr.
I made a video of some more detailed footage:

]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.julius-eckert.com/blog/25">my last post about chosr</a>, the quicksilver-like homepage, there has been some confusion.<br />
The preview video showed you how it looks when a super-user is using chosr.</p>
<p>I made a video of some more detailed footage:<br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1393152&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1393152&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/26/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Quicksilver Homepage</title>
		<link>http://www.julius-eckert.com/blog/25</link>
		<comments>http://www.julius-eckert.com/blog/25#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:46:36 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=25</guid>
		<description><![CDATA[For the last weeks I have worked hard on a new project. Its a homepage. Damn there are a hell lot of homepages out there&#8230; used to use iGoogle.
So what is the concept, that made me believe we need one more homepage on the internet. Basically its Quicksilver. Think that makes sense? I dont know&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>For the last weeks I have worked hard on a new project. Its a homepage. Damn there are a hell lot of homepages out there&#8230; used to use iGoogle.</p>
<p>So what is the concept, that made me believe we need one more homepage on the internet. Basically its Quicksilver. Think that makes sense? I dont know&#8230; but personally I am already a junkie.</p>
<p>Currently I am building up a startup with a few people around this new homepage. The homepage is closed at the moment but we are hurrying to open it up.</p>
<p>Here is our preview-video (with <strong>power-user-usage</strong>!):<br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1388554&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1388554&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object></p>
<p>I dont want to tell you too much about the concept, but you will be able to superproductivly manage your bookmarks. You will be able to integrate any website, which has a search-functionality. You will be as happy as we&#8217;ve been, when you open chosr for the first time on a windows-machine^^.</p>
<p>At the moment, I am using Quicksilver for all my local-application related stuff. And chosr for all my online-applications/websites/researches. Great feeling for me. Hopefully for you too, when its released.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/25/feed</wfw:commentRss>
		</item>
		<item>
		<title>MonoMate OpenSource</title>
		<link>http://www.julius-eckert.com/blog/24</link>
		<comments>http://www.julius-eckert.com/blog/24#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:06:28 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=24</guid>
		<description><![CDATA[So, I just uploaded MonoMate&#8217;s Source to code.google.com
Anyone who wants to become a member, just contact me: eckert.julius@gmail.com
http://code.google.com/p/monomate/source/checkout
]]></description>
			<content:encoded><![CDATA[<p>So, I just uploaded MonoMate&#8217;s Source to code.google.com</p>
<p>Anyone who wants to become a member, just contact me: eckert.julius@gmail.com</p>
<p><a href="http://code.google.com/p/monomate/source/checkout">http://code.google.com/p/monomate/source/checkout</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/24/feed</wfw:commentRss>
		</item>
		<item>
		<title>FriendFeed&#8217;s friend: QuickSilver</title>
		<link>http://www.julius-eckert.com/blog/20</link>
		<comments>http://www.julius-eckert.com/blog/20#comments</comments>
		<pubDate>Thu, 03 Jul 2008 19:21:36 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=20</guid>
		<description><![CDATA[
A friend asked me to fix his try to convert the Growlified-Tweet-QuickSilver script for FriendFeed posting.
I don&#8217;t know if anyone has done this before, so I thought I should share how you can post to FriendFeed using QuickSilver:

Write the script
Open &#8220;Script Editor.app&#8221;
Copy and Paste this script

using terms from application &#34;Quicksilver&#34;
&#160;&#160;on process text ffd
&#160;&#160;&#160;&#160;my growlRegister()
&#160;&#160;&#160;&#160;tell application [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/07/bezel_ffd-300x191.png" alt="" title="bezel_ffd" width="300" height="191" class="alignnone size-medium wp-image-21" /><br />
A friend asked me to fix his try to convert the <a href="http://www.sauria.com/blog/2007/01/18/growlified-tweet/">Growlified-Tweet-QuickSilver</a> script for FriendFeed posting.</p>
<p>I don&#8217;t know if anyone has done this before, so I thought I should share how you can post to FriendFeed using QuickSilver:<br />
<span id="more-20"></span></p>
<h3>Write the script</h3>
<p>Open &#8220;<strong>Script Editor.app</strong>&#8221;<br />
Copy and Paste this script</p>
<div class="code">
<pre><pre>using terms from application &quot;Quicksilver&quot;
&nbsp;&nbsp;on process text ffd
&nbsp;&nbsp;&nbsp;&nbsp;my growlRegister()
&nbsp;&nbsp;&nbsp;&nbsp;tell application &quot;Keychain Scripting&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set ffd_key to first Internet key of current keychain whose server is &quot;friendfeed.com&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;set ffd_login to quoted form of (account of ffd_key &amp; &quot;:&quot; &amp; password of ffd_key)
&nbsp;&nbsp;&nbsp;&nbsp;end tell
&nbsp;&nbsp;&nbsp;&nbsp;set ffd_title to quoted form of (&quot;title=&quot; &amp; ffd &amp; &quot;&amp;link=http://friendfeed.com/&quot;)
&nbsp;&nbsp;&nbsp;&nbsp;set results to do shell script &quot;curl -u &quot; &amp; ffd_login &amp; &quot; -d &quot; &amp; ffd_title &amp; &quot; http://friendfeed.com/api/share&quot;
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;growlNotify(&quot;Message Sent&quot;, ffd)
&nbsp;&nbsp;end process text
end using terms from

using terms from application &quot;GrowlHelperApp&quot;
&nbsp;&nbsp;on growlRegister()
&nbsp;&nbsp;&nbsp;&nbsp;tell application &quot;GrowlHelperApp&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;register as application &quot;ffd&quot; all notifications {&quot;Alert&quot;} default notifications {&quot;Alert&quot;} icon of application &quot;Script Editor.app&quot;
&nbsp;&nbsp;&nbsp;&nbsp;end tell
&nbsp;&nbsp;end growlRegister
&nbsp;&nbsp;
&nbsp;&nbsp;on growlNotify(grrTitle, grrDescription)
&nbsp;&nbsp;&nbsp;&nbsp;tell application &quot;GrowlHelperApp&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;notify with name &quot;Alert&quot; title grrTitle description grrDescription application name &quot;ffd&quot;
&nbsp;&nbsp;&nbsp;&nbsp;end tell
&nbsp;&nbsp;end growlNotify
end using terms from</pre></pre>
</div>
<p>Save the script at<br />
<strong>~/Library/Application Support/Quicksilver/Actions/ffd.scpt</strong></p>
<p>Relaunch Quicksilver (popup QS, press cmd+ctrl+Q).</p>
<h3>Your FriendFeed-Account</h3>
<p>Open &#8220;<strong>Keychain Access.app</strong>&#8221;<br />
Create new Entry (cmd+N)</p>
<p>Keychain Item Name: <strong>http://friendfeed.com<br />
</strong>Account Name: <strong>Your FriendFeed-Username<br />
</strong>Password: <strong>Your <a href="http://friendfeed.com/remotekey">RemoteKey</a></strong></p>
<h3>Try it out</h3>
<p>Popup QS. Press Period for Text Editor. Write something. Press Tab for next Selector. Type ffd. Press Enter.<br />
Thats it. If anything is unclear, leave a comment.</p>
<p>This is a good solution. But I personally like using <a href="http://www.julius-eckert.com/project/view/3/9">FFBoosta</a> with its QS-Plugin better as I can assign a Trigger.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/20/feed</wfw:commentRss>
		</item>
		<item>
		<title>FFBoosta for efficient posting (FriendFeed)</title>
		<link>http://www.julius-eckert.com/blog/10</link>
		<comments>http://www.julius-eckert.com/blog/10#comments</comments>
		<pubDate>Thu, 03 Jul 2008 16:27:53 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=10</guid>
		<description><![CDATA[
I just updated my FriendFeed-Productivity-Client FFBoosta.
Added functionality to publish new text-messages directly to FriendFeed. I hope I can use this to replace my Twitter-usage, which is too slowly updated at FriendFeed.
UPDATE: At the first start of FFBoosta, you are asked for Account-Informations. After you have done that, you need to refresh the feed. Menu: Feed-&#62;Refresh. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.julius-eckert.com/project/view/3/9"><img class="alignnone size-full wp-image-11" title="ffb_publish" src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/07/ffb_publish.png" alt="" width="450" height="278" /></a></p>
<p style="text-align: left;">I just updated my FriendFeed-Productivity-Client <a href="http://www.julius-eckert.com/project/view/3/9">FFBoosta</a>.</p>
<p style="text-align: left;">Added functionality to publish new text-messages directly to FriendFeed. I hope I can use this to replace my Twitter-usage, which is too slowly updated at FriendFeed.</p>
<p style="text-align: left;"><strong>UPDATE:</strong> At the first start of FFBoosta, you are asked for Account-Informations. After you have done that, you need to refresh the feed. Menu: Feed-&gt;Refresh. Keyboard: R.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/10/feed</wfw:commentRss>
		</item>
		<item>
		<title>Boosting FriendFeed</title>
		<link>http://www.julius-eckert.com/blog/9</link>
		<comments>http://www.julius-eckert.com/blog/9#comments</comments>
		<pubDate>Thu, 03 Jul 2008 02:08:00 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=9</guid>
		<description><![CDATA[Got something new in the Labs. But let me start at the beginning&#8230;
I hated Twitter and all these noisy services for a long time.
But I guess everyone has this week moment when he wants it. Personally I use Google Reader to share my blogs and commenting is a bit tricky - at least, very unproductive. [...]]]></description>
			<content:encoded><![CDATA[<p>Got something new in the <a href="http://www.julius-eckert.com/category/view/3">Labs</a>. But let me start at the beginning&#8230;</p>
<p>I hated Twitter and all these noisy services for a long time.</p>
<p>But I guess everyone has this week moment when he wants it. Personally I use Google Reader to share my blogs and commenting is a bit tricky - at least, very unproductive. A good solution is FriendFeed, with its commenting features. After my signup, it was a short way to twitter.</p>
<p>I had to click too much to add Comments. FriendFeed doesnt know, what I have read and what is new (integration with Google Reader, is a bad idea!). There is a power-user-tool missing !</p>
<p><a href="http://www.julius-eckert.com/project/view/3/9"><img class="alignnone size-full wp-image-13" title="ffb_start1" src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/07/ffb_start1.png" alt="" width="450" height="237" /></a></p>
<p>Learn more about FFBoosta after the jump&#8230;<br />
<span id="more-9"></span> </p>
<p>The solution: <a href="http://www.julius-eckert.com/project/view/3/9">FFBooster</a>. Now I can checkout updates with Quicksilver. Post to Twitter with Quicksilver. And Growl notifies me about all my actions. Commenting in FriendFeed is pretty efficient and I dont need the mouse any more.</p>
<p>I am pretty new to FriendFeed and I just use the functionality I need at the moment. On the screencast, you can see how I use it. If you are using it in a different way.. or you have a feature you use very often, not supported by FFBooster.. have any suggestion how to make my life with friendfeed (possibly your life too?) better.. let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/9/feed</wfw:commentRss>
		</item>
		<item>
		<title>MonoMate is going OpenSource</title>
		<link>http://www.julius-eckert.com/blog/8</link>
		<comments>http://www.julius-eckert.com/blog/8#comments</comments>
		<pubDate>Mon, 30 Jun 2008 02:46:36 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=8</guid>
		<description><![CDATA[
After some good feedback I decided to make MonoMate an OpenSource project.
I use code.google.com as the projects host. The license will be GPL v2. I have never started an OpenSource Project, so if you see any problems with the license or have some expirience to share - let me know!
I will modify my version of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/monomate/"><img class="alignnone size-full wp-image-14" title="google_code" src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/07/google_code.png" alt="" width="200" height="71" /></a></p>
<p>After some good feedback I decided to make MonoMate an OpenSource project.</p>
<p>I use code.google.com as the projects host. The license will be GPL v2. I have never started an OpenSource Project, so if you see any problems with the license or have some expirience to share - let me know!</p>
<p>I will modify my version of the source a bit, wait for some comments/mails and then publish it. The project itself is already there at</p>
<p><a title="MonoMate at code.google.com" href="http://code.google.com/p/monomate/" target="_blank">http://code.google.com/p/monomate/</a></p>
<p>When the source is available I will post a notification here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/8/feed</wfw:commentRss>
		</item>
		<item>
		<title>SimpleTODO 2.3 (OpenSource)</title>
		<link>http://www.julius-eckert.com/blog/7</link>
		<comments>http://www.julius-eckert.com/blog/7#comments</comments>
		<pubDate>Thu, 26 Jun 2008 15:53:55 +0000</pubDate>
		<dc:creator>Julius</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.julius-eckert.com/blog/?p=7</guid>
		<description><![CDATA[




With the release of MonoMate, SimpleTODO becomes OpenSource.
I did not only converted and cleaned the source to work better with MonoMate, I also fixed some bugs, improved the layout and added the possibility of highlighting your tasks with a colors.




]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td><a href="http://www.julius-eckert.com/project/view/1/5"><img class="alignnone size-full wp-image-15" title="todo23" src="http://www.julius-eckert.com/blog/wp-content/uploads/2008/07/todo23.png" alt="" width="161" height="261" /></a></td>
<td valign="top">
<p style="padding-left: 30px;">With the release of MonoMate, <a title="SimpleTODO Details and Download" href="http://www.julius-eckert.com/project/view/1/5" target="_self">SimpleTODO</a> becomes OpenSource.</p>
<p style="padding-left: 30px;">I did not only converted and cleaned the source to work better with MonoMate, I also fixed some bugs, improved the layout and added the possibility of highlighting your tasks with a colors.</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.julius-eckert.com/blog/7/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
