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

<channel>
	<title>Marko's Blog &#187; Handicrafts</title>
	<atom:link href="http://blog.markojung.net/category/handicrafts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markojung.net</link>
	<description>Texts for friends. Irrelevant stuff.</description>
	<pubDate>Thu, 04 Mar 2010 19:11:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LinuxTag: Call for Projects</title>
		<link>http://blog.markojung.net/2010/02/linuxtag-call-for-projects/</link>
		<comments>http://blog.markojung.net/2010/02/linuxtag-call-for-projects/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 17:00:38 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[LinuxTag]]></category>

		<category><![CDATA[Berlin]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=353</guid>
		<description><![CDATA[LinuxTag&#8217;s philosophy is to promote cooperation between companies and free software projects. Income from the participation of profit-oriented companies allows LinuxTag to finance a professional platform where open projects get the chance to present the broad diversity of free software to the public. 
LinuxTag is looking for projects to participate in this year&#8217;s exhibition. The [...]]]></description>
			<content:encoded><![CDATA[<p>LinuxTag&#8217;s philosophy is to promote cooperation between companies and free software projects. Income from the participation of profit-oriented companies allows LinuxTag to finance a professional platform where open projects get the chance to present the broad diversity of free software to the public. <span id="more-353"></span></p>
<p>LinuxTag is looking for projects to participate in this year&#8217;s exhibition. The Call for Projects contains everything that project members need to know about the conditions. Sharpen your pen and send us a substantive description of your project! Despite the deadline ends March 24, 2010, we operate on a first come first serve base - don&#8217;t loose time! Read everything about the application process in the <a href="http://wiki.linuxtag.org/w/fp:Call_for_Projects">Call for Projects</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2010/02/linuxtag-call-for-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple iPhone, Adress Book and Google Sync</title>
		<link>http://blog.markojung.net/2009/02/sync-everything-with-google/</link>
		<comments>http://blog.markojung.net/2009/02/sync-everything-with-google/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:46:08 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=285</guid>
		<description><![CDATA[Google announced yesterday a new service for syncing Gmail contacts and up to five Google calendars with mobile devices, even  the iPhone by offering M$ ActiveSync for compatible devices.

As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts do [...]]]></description>
			<content:encoded><![CDATA[<p>Google announced yesterday a new service for <a href="http://m.google.com/sync/" target="_blank">syncing Gmail contacts and up to five Google calendars with mobile devices</a>, even  the iPhone by offering <a href="http://yro.slashdot.org/article.pl?sid=09/02/09/2330232" target="_blank">M$ ActiveSync</a> for compatible devices.</p>
<p><span id="more-285"></span></p>
<p>As expected set-up is quick and easy, even directly from the iPhone, and it works even though the beta state rather. As long as your contacts <a href="http://www.google.com/support/mobile/bin/answer.py?answer=139635&amp;topic=14252" target="_blank">do not have more than one mobile number</a>. But there is at least one new problem to solve: how to get Apple Adressbook sync again with Gmail?</p>
<p><a href="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync.png"><img class="alignright size-medium wp-image-287" title="Adressbook syncs with Google " src="http://blog.markojung.net/wp-content/uploads/2009/02/abookgooglesync-231x250.png" alt="Adressbook syncs with Google " width="231" height="250" /></a>Since Mac OSX 10.5.3 there is a new feature that enables Apple Address Book sync with Gmail by using the Google Data APIs Objective-C Client Library - <a href="http://www.zaphu.com/2008/05/29/how-to-enable-mac-address-book-syncing-with-googles-gmail-contacts-without-an-iphone-or-mac/" target="_blank">not only for iPhone and iPod touch owners</a>. It works very well, although not all fields are synced correctly. Maybe this is the niche commercial solutions like <a href="http://spanningsync.com/" target="_blank">Spanning Sync</a>.</p>
<p>However to re-enable the &#8220;Sync Now&#8221; function, i found a two command solution at <a href="http://www.google.com/support/forum/p/Google+Mobile/thread?tid=69dae97a4171354b&amp;hl=en#" target="_blank">Google mobile help</a>. By default, the sync client for Google is an &#8220;app client&#8221;, which means it requires some other address book to run (MobileMe, Yahoo, Exchange or an iPod contact sync) to run. To enable Google sync client to operate as a full sync client, you have to change the client type from &#8220;app&#8221; to &#8220;server&#8221;. This will enable the &#8220;Sync now&#8221; button and will make sure Google sync is run every time a sync is run.</p>
<p>To change the Google sync client type, open a terminal window and type (one line)<br />
<code>sudo defaults write /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription Type 'server'</code></p>
<p>Then type the following one line command to restore the permissions on the plist file:<br />
<code>sudo chmod 644 /System/Library/PrivateFrameworks/GoogleContactSync.framework/Resources/ClientDescription.plist</code></p>
<p>You can now go in Address Book&#8217;s preferences and enable Google contacts sync, without needing to enable Yahoo sync or plug an iPod for sync to work. Optionally go into iSync &gt; Preferences and add the iSync menu to your menu bar. This let&#8217;s you see when it is syncing, and sync it manually.</p>
<p>Of course you can also initiate the synchronisation using the command line. Use this to run it periodically using launchd or cron:<code><br />
/System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Resources/gconsync --sync gconclid --register 1 --username user@gmail.com --password PASSWORD --syncmode fast</code></p>
<p>Wonder why this is a so mac centric post? On my Linux workstations I am using <a href="http://www.mozilla.org/projects/calendar/sunbird/" target="_blank">Sunbird</a> in combination with the <a href="https://addons.mozilla.org/de/sunbird/addon/4631" target="_blank">Provider for Google Calendar</a> plugin and the <a href="https://addons.mozilla.org/de/thunderbird/addon/7307" target="_blank">Google contacts extension</a> for Thunderbird since ages without having any trouble. But getting the the Apple stuff to work right with Google took me quite some time. Kudos to Michael Shick!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2009/02/sync-everything-with-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Submit your proposals for LinuxTag now!</title>
		<link>http://blog.markojung.net/2009/01/linuxtag-cfp/</link>
		<comments>http://blog.markojung.net/2009/01/linuxtag-cfp/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 09:35:33 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[LinuxTag]]></category>

		<category><![CDATA[Needless]]></category>

		<category><![CDATA[openSUSE]]></category>

		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=250</guid>
		<description><![CDATA[Although LinuxTag is about five months away, you should consider submitting your proposal for a presentation about your favourite Open Source project.
The program committee for the 15th LinuxTag is seeking exciting and suitable proposals for the lecture program on topics including, but not limited to, the following: Open hardware, Software and development, Application examples and [...]]]></description>
			<content:encoded><![CDATA[<p>Although LinuxTag is about five months away, you should consider submitting your proposal for a presentation about your favourite Open Source project.<span id="more-250"></span></p>
<p><a href="http://www.linuxtag.org/2009/en/"><img class="alignright size-medium wp-image-255" title="Marko giving a presentation at LinuxTag 2008" src="http://blog.markojung.net/wp-content/uploads/2009/01/markojung-lt2008-250x180.jpg" alt="Marko giving a presentation at LinuxTag 2008" width="250" height="180" align="right" /></a>The program committee for the <strong>15th <a href="http://www.linuxtag.org/2009/en/" target="_blank">LinuxTag</a></strong> is seeking exciting and suitable proposals for the lecture program on topics including, but not limited to, the following: Open hardware, Software and development, Application examples and case studies, Free software in education, research, and 	administration, Collaboration among several projects and 	initiatives, and Cool New Inventions and Experiments (CNIE). In addition, LinuxTag has chosen three <strong>core themes</strong> for its 2009 conference program. The program committee is seeking proposals on these themes in particular: <strong>Mobility, </strong><strong>Processes, </strong>and<strong> </strong><strong>Responsibility</strong></p>
<p>Interested speakers are asked to submit their papers until February 8th, 2009. After this deadline it&#8217;s unlikely that proposals are accepted. Find the terms and conditions of the <a href="http://www.linuxtag.org/2009/en/program/call-for-papers.html">Call for Papers</a> at <a href="http://www.linuxtag.org/2009/en/program/call-for-papers.html">LinuxTag&#8217;s website</a> or download a <a href="http://www.linuxtag.org/2009/fileadmin/www.linuxtag.org/vp/CfP-2009-en-v1.5.pdf">nice formatted print version (PDF)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2009/01/linuxtag-cfp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Happy Holidays!</title>
		<link>http://blog.markojung.net/2008/12/merry-christmas/</link>
		<comments>http://blog.markojung.net/2008/12/merry-christmas/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 11:00:49 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[LinuxTag]]></category>

		<category><![CDATA[Berlin]]></category>

		<category><![CDATA[Easter egg]]></category>

		<category><![CDATA[Holidays]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=220</guid>
		<description><![CDATA[We wish you merry christmas and a prosperous new year! 
[See post to watch Flash video]
After christmas we will travel to Berlin to Chaos Communication Congress (25C3) and LinuxTag&#8217;s Free Software End of Year Lounge- hope to see you there!
]]></description>
			<content:encoded><![CDATA[<p>We wish you merry christmas and a prosperous new year! <span id="more-220"></span></p>
[See post to watch Flash video]
<p><em>After christmas we will travel to Berlin to <a href="http://events.ccc.de/congress/2008/" target="_blank">Chaos Communication Congress (25C3)</a> and <a href="#">LinuxTag&#8217;s Free Software End of Year Lounge</a>- hope to see you there!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/12/merry-christmas/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quite handy sample letters</title>
		<link>http://blog.markojung.net/2008/07/quite-handy-sample-letters/</link>
		<comments>http://blog.markojung.net/2008/07/quite-handy-sample-letters/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:40:16 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Data protection]]></category>

		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=41</guid>
		<description><![CDATA[Even though these sample letters are in terms of webpages already shop-soiled, I lost my bookmark for them. So I would like to share it with you and conserve it by the way.
]]></description>
			<content:encoded><![CDATA[<p>Even though <a href="https://www.weltregierung.de/cgi-bin/ds-musterbriefe/brief.pl?mode=home" target="_blank">these sample letters</a> are in terms of webpages already shop-soiled, I lost my bookmark for them. So I would like to share it with you and conserve it by the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/quite-handy-sample-letters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 and SSL certificates - Part II</title>
		<link>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/</link>
		<comments>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:39:23 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[openSUSE]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=40</guid>
		<description><![CDATA[As written yesterday, Firefox 3 displays all SSL certificate errors as error pages. In the openSUSE default config, you need at last four clicks to accept a certificate with an unknown signature.
By setting the following two values you can reduce this to two clicks:

browser.ssl_override_behaviour = 2
browser.xul.error_pages.expert_bad_cert = true

Then Firefox 3 behaves like it&#8217;s predecessor and [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="/2008/07/firefox-3-and-ssl-certificates/">written yesterday</a>, <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox 3</a> displays all SSL certificate errors as error pages. In the openSUSE default config, you need at last four clicks to accept a certificate with an unknown signature.<span id="more-40"></span></p>
<p>By setting the following two values you can reduce this to two clicks:</p>
<ul>
<li><tt><strong><a href="http://kb.mozillazine.org/Browser.ssl_override_behavior" target="_blank">browser.ssl_override_behaviour</a> = 2</strong></tt></li>
<li><tt><strong><a href="http://kb.mozillazine.org/Browser.xul.error_pages.expert_bad_cert" target="_blank">browser.xul.error_pages.expert_bad_cert</a> = true</strong></tt></li>
</ul>
<p>Then Firefox 3 behaves like it&#8217;s predecessor and you are not bugged by every self signed certificate. By the way: you should import <a href="http://www.cacert.org/index.php?id=3" target="_blank">CAcert.orgs</a> root certificate at least for identifying websites into the keyring of your browser.</p>
<p>Kudos to Robin for mentioning the second configuration option to save another click!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 and SSL certificates</title>
		<link>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/</link>
		<comments>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:25:05 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[openSUSE]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=39</guid>
		<description><![CDATA[In Firefox 3, SSL certificate errors are displayed in the browser as error pages.
I really like this improved new error page, because the click path you have to follow requires that you read through all information once and hopefully remember the correct click path next time you encounter a SSL certificate with an unknown signature.
Unfortunately [...]]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox 3</a>, SSL certificate errors are displayed in the browser as error pages.<span id="more-39"></span></p>
<p>I really like this improved new error page, because the click path you have to follow requires that you read through all information once and hopefully remember the correct click path next time you encounter a SSL certificate with an unknown signature.</p>
<p>Unfortunately this new feature gets after a while really annoying. Luckily users may configure this feature using <tt>about:config</tt>. I suggest you change <tt><a href="http://kb.mozillazine.org/Browser.ssl_override_behavior" target="_blank">browser.ssl_override_behaviour</a></tt> to 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lazy service</title>
		<link>http://blog.markojung.net/2008/06/lazy-service/</link>
		<comments>http://blog.markojung.net/2008/06/lazy-service/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:38:18 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Fun]]></category>

		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Needless]]></category>

		<category><![CDATA[Beer]]></category>

		<category><![CDATA[Nürnberg]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=23</guid>
		<description><![CDATA[What happenes if the service at my favourite beergarden is lazy and my colleagues are in the right mood to start playing around?
I proudly present the first proove that the Bieramyde is not only a mysterious tale:

Picture credits: Martin &#8216;notlocalhorst&#8217; Lasarsch
]]></description>
			<content:encoded><![CDATA[<p>What happenes if the service at my favourite beergarden is lazy and my colleagues are in the right mood to start playing around?</p>
<p>I proudly present the first proove that the Bieramyde is not only a mysterious tale:</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-24" title="Bieramyde @ Anderland" src="http://blog.markojung.net/wp-content/uploads/2008/06/bieramyde.jpg" alt="Bieramyde @ Anderland" width="260" height="398" /></p>
<p>Picture credits: <a href="http://www.flickr.com/photos/notlocalhorst/" target="_blank">Martin &#8216;notlocalhorst&#8217; Lasarsch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/06/lazy-service/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
