<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>.::ich-wars-nicht.ch::. &#187; Internet</title>
	<atom:link href="http://blog.ich-wars-nicht.ch/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ich-wars-nicht.ch</link>
	<description>yet another blog about technology, linux, and everyday life...</description>
	<lastBuildDate>Sun, 22 Jan 2012 22:59:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
		<item>
		<title>phpBB Soundcloud Embed BBCode</title>
		<link>http://blog.ich-wars-nicht.ch/2012/01/phpbb-soundcloud-embed-bbcode/</link>
		<comments>http://blog.ich-wars-nicht.ch/2012/01/phpbb-soundcloud-embed-bbcode/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:59:19 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bbcode]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[soundcloud]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3246</guid>
		<description><![CDATA[Um Soundcloud-Songs direkt in ein phpBB Forum einzubinden, einfach folgenden BB-Code im Backend erstellen: Benutzung [Soundcloud]{URL}[/Soundcloud] HTML Ersetzung &#60;object height=&#34;81&#34; width=&#34;100%&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;http://player.soundcloud.com/player.swf?url={URL}&#38;amp;g=bb&#34;&#62;&#60;/param&#62; &#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34;&#62;&#60;/param&#62; &#60;embed allowscriptaccess=&#34;always&#34; height=&#34;81&#34; src=&#34;http://player.soundcloud.com/player.swf?url={URL}&#38;amp;g=bb&#34; type=&#34;application/x-shockwave-flash&#34; width=&#34;100%&#34;&#62;&#60;/embed&#62; &#60;/object&#62; &#60;a href=&#34;{URL}&#34;&#62;{URL}&#60;/a&#62; Tipp-Anzeige [Soundcloud]http://soundcloud.com/user/track[/Soundcloud]]]></description>
			<content:encoded><![CDATA[<p>Um Soundcloud-Songs direkt in ein phpBB Forum einzubinden, einfach folgenden BB-Code im Backend erstellen:</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2012/01/2012-01-22-235418_1421x609_scrot.png" class="thickbox"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2012/01/2012-01-22-235418_1421x609_scrot-300x128.png" alt="Soundcloud BBCode Configuration Screenshot" title="Soundcloud BBCode" width="300" height="128" class="alignnone size-medium wp-image-3247" /></a></p>
<h4 class="clear">Benutzung</h4>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">[Soundcloud]{URL}[/Soundcloud]</pre></div></div>

<h4>HTML Ersetzung</h4>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">&lt;object height=&quot;81&quot; width=&quot;100%&quot;&gt;
&lt;param name=&quot;movie&quot;
value=&quot;http://player.soundcloud.com/player.swf?url={URL}&amp;amp;g=bb&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed allowscriptaccess=&quot;always&quot; height=&quot;81&quot;
src=&quot;http://player.soundcloud.com/player.swf?url={URL}&amp;amp;g=bb&quot;
type=&quot;application/x-shockwave-flash&quot; width=&quot;100%&quot;&gt;&lt;/embed&gt;
&lt;/object&gt; &lt;a href=&quot;{URL}&quot;&gt;{URL}&lt;/a&gt;</pre></div></div>

<h4>Tipp-Anzeige</h4>

<div class="wp_syntax"><div class="code"><pre class="none" style="font-family:monospace;">[Soundcloud]http://soundcloud.com/user/track[/Soundcloud]</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2012/01/phpbb-soundcloud-embed-bbcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>jQuery On-Off Toggle/Switch</title>
		<link>http://blog.ich-wars-nicht.ch/2011/11/jquery-checkbox-on-off-toggleswitch/</link>
		<comments>http://blog.ich-wars-nicht.ch/2011/11/jquery-checkbox-on-off-toggleswitch/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 14:17:51 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[checkbox]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[toggle]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3199</guid>
		<description><![CDATA[Today I was looking for a nice graphical on/off switch to replace checkboxes on a webpage I&#8217;m working on. I found a beautiful solution, but the button was too large. Instead of changing the button size, I made my own switch using jQuery JavaScript and CSS. This is what it looks like: 1. HTML &#60;div [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was looking for a nice graphical on/off switch to replace checkboxes on a webpage I&#8217;m working on. I found <a href="http://devgrow.com/iphone-style-switches/">a beautiful solution</a>, but the button was too large. Instead of changing the button size, I made my own switch using jQuery JavaScript and CSS.</p>
<p>This is what it looks like:</p>
<p><img alt="Screenshot of Toggles" src="http://ich-wars-nicht.ch/tmp/screenshots/20111121_151358.png" title="Screenshot" width="150" height="82" /></p>
<h3 class="clear" style="padding-top: 20px;">1. HTML</h3>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;div class=&quot;switch&quot;&gt;
  &lt;label for=&quot;mycheckbox&quot; class=&quot;switch-toggle&quot; data-on=&quot;On&quot; data-off=&quot;Off&quot;&gt;&lt;/label&gt;
  &lt;input type=&quot;checkbox&quot; id=&quot;mycheckbox&quot; /&gt;
&lt;/div&gt;</pre></div></div>

<p>The element containing the checkbox and the label should have the class <code>switch</code> assigned. The label element needs the class <code>switch-toggle</code> as well as the <code>data-on</code> and <code>data-on</code> attributes to define the label texts for the two statuses.</p>
<p>It is important that the <code>.switch</code> element contains only one checkbox and that the checkbox and the label are direct children of the <code>.switch</code> element.</p>
<h3>2. CSS</h3>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">label<span style="color: #6666ff;">.switch-toggle</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'switch.png'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-y</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span> !important<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">26px</span><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: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
label<span style="color: #6666ff;">.switch-toggle</span><span style="color: #6666ff;">.on</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">12px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
label<span style="color: #6666ff;">.switch-toggle</span><span style="color: #6666ff;">.off</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
label<span style="color: #6666ff;">.switch-toggle</span>.<span style="color: #993333;">hidden</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Don&#8217;t forget to download the <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/11/switch.png">switch.png file</a>.</p>
<h3>3. jQuery</h3>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> 
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.switch'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">each</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #003366; font-weight: bold;">var</span> checkbox <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'input[type=checkbox]'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #003366; font-weight: bold;">var</span> toggle <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'label.switch-toggle'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>checkbox.<span style="color: #660066;">length</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            checkbox.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'hidden'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            toggle.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'hidden'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>checkbox<span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">checked</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
                toggle.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'on'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                toggle.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'off'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                toggle.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span>toggle.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'data-on'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
                toggle.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'off'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                toggle.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'on'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                toggle.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span>toggle.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'data-off'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>  
        <span style="color: #009900;">&#125;</span>   
    <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.switch-toggle'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
        <span style="color: #003366; font-weight: bold;">var</span> checkbox <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">siblings</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'input[type=checkbox]'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#91;</span><span style="color: #CC0000;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span>
        <span style="color: #003366; font-weight: bold;">var</span> toggle <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #006600; font-style: italic;">// We need to inverse the logic here, because at the time of processing,</span>
        <span style="color: #006600; font-style: italic;">// the checked status has not been enabled yet.</span>
        <span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span>checkbox.<span style="color: #660066;">checked</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            toggle.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'off'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            toggle.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'on'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            toggle.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span>toggle.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'data-off'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #009900;">&#123;</span>
            toggle.<span style="color: #660066;">addClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'on'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            toggle.<span style="color: #660066;">removeClass</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'off'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            toggle.<span style="color: #660066;">text</span><span style="color: #009900;">&#40;</span>toggle.<span style="color: #660066;">attr</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'data-on'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>  
    <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Yes, I violated the DRY principle, but the logic works, so that&#8217;s good enough for now <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><em>Credits: The image used was taken from the <a href="http://www.heise.de/extras/socialshareprivacy/">Heise&#8217;s socialshareprivacy plugin</a> which I&#8217;m also using on this blog.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2011/11/jquery-checkbox-on-off-toggleswitch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Google Plus &#8211; Inspired by Diaspora?</title>
		<link>http://blog.ich-wars-nicht.ch/2011/08/google-plus-inspired-by-diaspora/</link>
		<comments>http://blog.ich-wars-nicht.ch/2011/08/google-plus-inspired-by-diaspora/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 17:32:11 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kurioses]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[diaspora]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3150</guid>
		<description><![CDATA[After all the buzz around Google+, one of its competitors, Diaspora (free and open source) was almost forgotten. I have to admit, the same thing counts for me. In the last weeks, I&#8217;ve spent a lot of time on Google+ and none on Diaspora (mainly because I don&#8217;t have many contacts on there (yet?), of [...]]]></description>
			<content:encoded><![CDATA[<p>After all the buzz around Google+, one of its competitors, <a href="https://joindiaspora.com/">Diaspora</a> (free and open source) was almost forgotten. I have to admit, the same thing counts for me. In the last weeks, I&#8217;ve spent a lot of time on Google+ and none on Diaspora (mainly because I don&#8217;t have many contacts on there (yet?), of course). Anyways, today I logged back into Diaspora and &#8211; being accustomed to Google+ &#8211; almost didn&#8217;t note any difference concerning the layout.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/08/google1.png"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/08/google1-1024x744.png" alt="Google+" title="Google+" width="650" height="472" class="alignnone size-large wp-image-3152" /></a></p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/08/diaspora1.png"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/08/diaspora1-1024x613.png" alt="Diaspora" title="Diaspora" width="650" height="389" class="alignnone size-large wp-image-3151" /></a></p>
<p>(Sorry about forgetting to switch Diaspora to English&#8230;)</p>
<h3>List of similarities</h3>
<ol>
<li>Avatar and first name in upper left  corner</li>
<li>&#8220;Stream&#8221; and a textbox with some icons (image upload) above the main column</li>
<li>Avatar and full name in the header bar</li>
<li>List of contact avatars in upper right corner</li>
<li>Invitations below contact list</li>
<li>Aspects/circles on the left, right below the name</li>
<li>Tags/sparks below the aspects/circles</li>
<li>Display of receiver limiting next to the post</li>
</ol>
<h3>Well&#8230;</h3>
<p>I&#8217;m not saying Google copied Diaspora, especially as many of those things are common and obviously chosen web design elements, but Google+ certainly looks strongly inspired by Diaspora, which &#8211; as far as I remember &#8211; didn&#8217;t change much of its layout over the last year or so.</p>
<p>Also, many ideas/philosophies behind Google+ that make it successful are almost identical to those of Diaspora. The concept of circles/aspects, the focus on sharing which information with whom, the concept of &#8220;unidirectional relationships&#8221; (following without being followed) etc&#8230;</p>
<p>Opinions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2011/08/google-plus-inspired-by-diaspora/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Facebook Page als Privatperson kommentieren</title>
		<link>http://blog.ich-wars-nicht.ch/2011/03/facebook-page-als-privatperson-kommentieren/</link>
		<comments>http://blog.ich-wars-nicht.ch/2011/03/facebook-page-als-privatperson-kommentieren/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 17:34:15 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[like]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[seiten]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3088</guid>
		<description><![CDATA[Wer eine Facebook-Page erstellt, wird bemerken, dass er alle Kommentare/Likes auf der Page im Namen der Page und nicht als Privatperson tut. Um dies zu verhindern und auch als Privatperson zu kommentieren/liken, folgende Schritte befolgen: &#8220;Seite bearbeiten&#8221; anklicken Oben links &#8220;Deine Einstellungen&#8221; wählen Haken setzen bei &#8220;Kommentiere und poste Beiträge auf deiner Seite immer unter [...]]]></description>
			<content:encoded><![CDATA[<p>Wer eine Facebook-Page erstellt, wird bemerken, dass er alle Kommentare/Likes auf der Page im Namen der Page und nicht als Privatperson tut. Um dies zu verhindern und auch als Privatperson zu kommentieren/liken, folgende Schritte befolgen:</p>
<ol>
<li>&#8220;Seite bearbeiten&#8221; anklicken</li>
<li>Oben links &#8220;Deine Einstellungen&#8221; wählen</li>
<li>Haken setzen bei &#8220;Kommentiere und poste Beiträge auf deiner Seite immer unter dem Namen XYZ, auch wenn du Facebook als Privatperson verwendest.&#8221;</li>
<ol>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/03/fb_page.png" class="thickbox"><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/03/fb_page-300x127.png" alt="Facebook Page Settings" title="Facebook Page Settings" width="300" height="127" class="alignright size-medium wp-image-3092" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2011/03/facebook-page-als-privatperson-kommentieren/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Order confirmation &#8211; the CD Baby way</title>
		<link>http://blog.ich-wars-nicht.ch/2011/02/order-confirmation-the-cd-baby-way/</link>
		<comments>http://blog.ich-wars-nicht.ch/2011/02/order-confirmation-the-cd-baby-way/#comments</comments>
		<pubDate>Sat, 26 Feb 2011 00:30:23 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Kurioses]]></category>
		<category><![CDATA[Musik]]></category>
		<category><![CDATA[cdbaby]]></category>
		<category><![CDATA[confirmation]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3077</guid>
		<description><![CDATA[I just received a pretty dang awesome confirmation-email for a CD order at CD Baby, a great indie music onlineshop/label: Thanks for your order with CD Baby! Your CDs have been gently taken from our CD Baby shelves with sterilized contamination-free gloves and placed onto a satin pillow. A team of 50 employees inspected your [...]]]></description>
			<content:encoded><![CDATA[<p>I just received a pretty dang awesome confirmation-email for a CD order at <a href="http://cdbaby.com/">CD Baby</a>, a great indie music onlineshop/label:</p>
<blockquote><p>Thanks for your order with CD Baby!</p>
<p>Your CDs have been gently taken from our CD Baby shelves with sterilized contamination-free gloves and placed onto a satin pillow.<br />
A team of 50 employees inspected your CDs and polished them to make sure they were in the best possible condition before mailing.<br />
Our packing specialist from Japan lit a candle and a hush fell over the crowd as he put your CDs into the finest gold-lined box that money can buy.<br />
We all had a wonderful celebration afterwards and the whole party marched down the street to the post office where the entire town of Portland waved &#8220;Bon Voyage!&#8221; to your package, on its way to you, in our private CD Baby jet on this day, February 25, 2011.<br />
We hope you had a wonderful time shopping at CD Baby. In commemoration, we have placed your picture on our wall as &#8220;Customer of the Year.&#8221; We&#8217;re all exhausted but can&#8217;t wait for you to come back to CDBABY.COM!!</p>
<p>Thank you, thank you, thank you!<br />
Sigh&#8230;<br />
We miss you already. We&#8217;ll be right here at http://cdbaby.com/, patiently awaiting your return.</p></blockquote>
<p>Awesome &#8211; makes me want to submit another order <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2011/02/order-confirmation-the-cd-baby-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Der Bloggerfilm / Einfluss von Twitter auf Blogging</title>
		<link>http://blog.ich-wars-nicht.ch/2011/01/der-bloggerfilm-einfluss-von-twitter-auf-blogging/</link>
		<comments>http://blog.ich-wars-nicht.ch/2011/01/der-bloggerfilm-einfluss-von-twitter-auf-blogging/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 14:46:02 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Anderes]]></category>
		<category><![CDATA[Freizeit]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[bloggen]]></category>
		<category><![CDATA[bloggerfilm]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[protovis]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[statistiken]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3039</guid>
		<description><![CDATA[Heute erst entdeckt: Der Bloggerfilm. Michael Eugster hat im Rahmen seiner Maturaarbeit eine kurze Dokumentation über die Schweizer &#8220;Bloggerszene&#8221; (aka Blogosphere) produziert. Cool gemacht, zeigt auch einige Bekannte Gesichter Im Film wurde auch die &#8220;Abwanderung von Beiträgen zu Twitter / Facebook&#8221; erwähnt. Bei mir merkt man das auch stark. Ich wollte es genauer wissen und [...]]]></description>
			<content:encoded><![CDATA[<p>Heute erst entdeckt: <a href="http://bloggerfilm.ch/bloggerfilm-jetzt-anschauen/">Der Bloggerfilm</a>.</p>
<p>Michael Eugster hat im Rahmen seiner Maturaarbeit eine kurze Dokumentation über die Schweizer &#8220;Bloggerszene&#8221; (aka Blogosphere) produziert. Cool gemacht, zeigt auch einige Bekannte Gesichter <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://blog.ich-wars-nicht.ch/2011/01/der-bloggerfilm-einfluss-von-twitter-auf-blogging/"><em>Click here to view the embedded video.</em></a></p>
<p>Im Film wurde auch die &#8220;Abwanderung von Beiträgen zu Twitter / Facebook&#8221; erwähnt. Bei mir merkt man das auch stark. Ich wollte es genauer wissen und hab mir mal mit <a href="http://vis.stanford.edu/protovis/">Protovis</a> eine <a href="http://ich-wars-nicht.ch/protovis/blog.php">Statistik</a> erstellt. Die Statistik zeigt die Anzahl Blogeinträge pro Monat. Schön zu sehen ist hier, wie die Zahlen nach meinem <a href="http://twitter.com/helligusvart/status/3781838673">ersten Tweet</a> stark gesunken sind.</p>
<p><img src="http://blog.ich-wars-nicht.ch/wp-content/uploads/2011/01/screenshot_20110130_01.png" alt="Statistik: Blogposts pro Monat" title="Blogposts pro Monat" width="640" height="249" class="alignright size-full wp-image-3040" /></p>
<p class="clear">Trotzdem bleiben die Zahlen einigermassen konstant. In der prä-Twitterischen Ära waren es zwischen 15 und 25 Posts pro Monat, jetzt in der Ritter&#8230; ääh, Twitterzeit sind es ungefähr 5 bis 10. Diese sind in meinem Fall meistens technischer Natur und häufig auf Englisch, um sie einem breiteren Publikum zugänglich zu machen, jedoch sind es ab und zu auch Dinge die ich im Internet finde und noch etwas ausführlicher kommentieren will, als es auf Twitter und Facebook möglich ist.</p>
<p>Für das schnelle Teilen von Links und Videos, wie es die Blogger früher viel gemacht haben, hat mein Blog allerdings ausgedient &#8211; Twitter ist da viel flexibler und schneller.</p>
<h3 style="font-weight: normal;">Fazit: Die Bloggerszene <a href="http://twitter.com/helligusvart/status/3781838673">ist tot</a>, es lebe <a href="http://vimeo.com/17987843">die Bloggerszene</a>!</h3>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2011/01/der-bloggerfilm-einfluss-von-twitter-auf-blogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Digitalpolitik</title>
		<link>http://blog.ich-wars-nicht.ch/2010/12/digitalpolitik/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/12/digitalpolitik/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 13:12:50 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Politik]]></category>
		<category><![CDATA[denis simonet]]></category>
		<category><![CDATA[digitalpolitik]]></category>
		<category><![CDATA[piratenpartei]]></category>
		<category><![CDATA[pps]]></category>
		<category><![CDATA[schweiz]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=3004</guid>
		<description><![CDATA[Stichwort #Digitalpolitik: Mittlerweile ist eine ganze Generation mit den Möglichkeiten des Internets und der digitalen Welt gross geworden. Diese Generation sucht nun den Einstieg in die Politik, da sie nicht länger zusehen will, wie unkundige Politiker alles, was sie nicht verstehen, verbieten wollen. Da diese Themen von keiner anderen Partei kompetent aufgegriffen wurden, gründete sie [...]]]></description>
			<content:encoded><![CDATA[<p>Stichwort <a href="https://twitter.com/search?q=%23Digitalpolitik">#Digitalpolitik</a>:</p>
<blockquote><p>Mittlerweile ist eine ganze Generation mit den Möglichkeiten des Internets und der digitalen Welt gross geworden. Diese Generation sucht nun den Einstieg in die Politik, da sie nicht länger zusehen will, wie unkundige Politiker alles, was sie nicht verstehen, verbieten wollen. Da diese Themen von keiner anderen Partei kompetent aufgegriffen wurden, gründete sie sich ihre Eigene. Und aus einem polemisierten Ausdruck gab sie sich den selbstironischen Namen: Piratenpartei.</p></blockquote>
<p>Das treffende Zitat stammt aus einem <a href="http://www.nzz.ch/nachrichten/blogs/digitalpolitik_schweiz/digitalpolitik_geht_uns_alle_an_1.8652286.html">Artikel</a> von <a href="http://www.denissimonet.ch/">Denis Simonet</a> (Präsident der <a href="http://piratenpartei.ch/">Piratenpartei Schweiz</a>) im NZZ Votum. Denis bloggt ab heute zwei Wochen lang über <a href="http://www.nzz.ch/nachrichten/blogs/digitalpolitik_schweiz">Digitalpolitik in der Schweiz</a>. Lest mit und schreibt Kommentare <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/12/digitalpolitik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Pidgin MSN &#8211; &#8220;Zertifikat omega.contacts.msn.com konnte nicht validiert werden&#8221;</title>
		<link>http://blog.ich-wars-nicht.ch/2010/11/pidgin-msn-zertifikat-omega-contacts-msn-com-konnte-nicht-validiert-werden/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/11/pidgin-msn-zertifikat-omega-contacts-msn-com-konnte-nicht-validiert-werden/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 10:13:39 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[live messenger]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[omega]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[zertifikate]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2993</guid>
		<description><![CDATA[(English: To fix Pidgin, update it. Ubuntu / Windows.) Seit ein paar Tagen kann man sich mit Pidgin nicht mehr im MSN einloggen, stattdessen kommt die folgende Meldung: Kann Zertifikat nicht validieren Das Zertifikat für omega.contacts.msn.com konnte nicht validiert werden. Die präsentierte Zertifizierungskette ist ungültig. Um dieses Problem zu beheben muss man entweder manuell das [...]]]></description>
			<content:encoded><![CDATA[<p>(English: To fix Pidgin, update it. <a href="http://pidgin.im/download/ubuntu/">Ubuntu</a> / <a href="http://pidgin.im/download/windows/">Windows</a>.)</p>
<p>Seit ein paar Tagen kann man sich mit Pidgin nicht mehr im MSN einloggen, stattdessen kommt die folgende Meldung:</p>
<blockquote><p>Kann Zertifikat nicht validieren<br />
Das Zertifikat für omega.contacts.msn.com konnte nicht validiert werden. Die präsentierte Zertifizierungskette ist ungültig.</p></blockquote>
<p>Um dieses Problem zu beheben muss man entweder manuell das aktualisierte Zertifikat installieren, oder Pidgin updaten. Leider wird Pidgin unter Ubuntu nur bei Sicherheitsupdates aktualisiert. Abhilfe schafft folgendes Vorgehen:</p>
<h3>Ubuntu</h3>
<ol>
<li>Das <a href="https://launchpad.net/~pidgin-developers/+archive/ppa/+files/pidgin-ppa_0.0.3_all.deb">Pidgin PPA</a> herunterladen</li>
<li>.deb-Datei öffnen und mit dem GDebi Installier installieren</li>
<li>Eine Konsole öffnen und <code>sudo apt-get update &#038;&#038; sudo apt-get upgrade</code> eingeben</li>
</ol>
<p>Daraufhin wird Pidgin aktualisiert und sollte wieder funktionieren.</p>
<h3>Windows</h3>
<p>Unter Windows kann man Pidgin wie gewohnt <a href="http://pidgin.im/download/windows/">herunterladen</a> und installieren/updaten.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/11/pidgin-msn-zertifikat-omega-contacts-msn-com-konnte-nicht-validiert-werden/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Tips for using Ubuntu with DWM</title>
		<link>http://blog.ich-wars-nicht.ch/2010/11/tips-for-using-ubuntu-with-dwm/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/11/tips-for-using-ubuntu-with-dwm/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 20:45:31 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[dmenu]]></category>
		<category><![CDATA[dwm]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[slock]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[suckless]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wlan]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2966</guid>
		<description><![CDATA[Some useful tips for using the dwm window manager on Ubuntu: GDM / Booting To disable the automatic start of gdm, add &#8220;text&#8221; to the GRUB_CMDLINE_LINUX_DEFAULT-line in /etc/defaults/grub. Network / WLAN If you want easier network configuration, use wicd instead of the gnome network manager (sudo aptitude install network-manager- network-manager-gnome- wicd+). You can start it [...]]]></description>
			<content:encoded><![CDATA[<p>Some useful tips for using the <a href="http://dwm.suckless.org/">dwm</a> window manager on Ubuntu:</p>
<h3>GDM / Booting</h3>
<ul>
<li>To disable the automatic start of gdm, add &#8220;text&#8221; to the <code>GRUB_CMDLINE_LINUX_DEFAULT</code>-line in <code>/etc/defaults/grub</code>.</li>
</ul>
<h3>Network / WLAN</h3>
<ul>
<li>If you want easier network configuration, use <a href="http://wicd.sourceforge.net/">wicd</a> instead of the <a href="http://projects.gnome.org/NetworkManager/">gnome network manager</a> (<code>sudo aptitude install network-manager- network-manager-gnome- wicd+</code>). You can start it with <code>wicd-client -n</code>. Or if you prefer console-based configuration, try <code>wicd-curses</code>.</li>
</ul>
<h3>Audio / Sound</h3>
<ul>
<li>In order for the sound to work, add <code>start-pulseaudio-x11 &#038;</code> to your <code>~/.xinitrc</code> file, add your user to the audio group and reboot. You can configure your sound devices using <code>alsamixer</code>.</li>
<li>As a replacement for your usual audio player software, you can use <a href="http://herrie.info/">herrie</a>.</li>
</ul>
<h3>Communication / Chat</h3>
<ul>
<li>Use <a href="http://www.centerim.org/">centerim</a> or <a href="http://www.bitlbee.org/">bitlbee</a> for instant messaging to replace pidgin. Or use <a href="http://developer.pidgin.im/wiki/Using%20Finch">finch</a>, a console-based frontend for pidgin.</li>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/11/tips-for-using-ubuntu-with-dwm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Post SuisseID &#8211; getestet</title>
		<link>http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/</link>
		<comments>http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 17:18:56 +0000</pubDate>
		<dc:creator>danilo</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ausweis]]></category>
		<category><![CDATA[elektronisch]]></category>
		<category><![CDATA[epa]]></category>
		<category><![CDATA[kryptografie]]></category>
		<category><![CDATA[signieren]]></category>
		<category><![CDATA[suisseid]]></category>

		<guid isPermaLink="false">http://blog.ich-wars-nicht.ch/?p=2851</guid>
		<description><![CDATA[[Trigami-Review] Schon lange gibt es Versuche, im Zeitalter des Internets eine Art digitale Unterschrift einzuführen. Einige Versuche sind dabei gescheitert. Jetzt gibt es eine neue, sogar subventionierte Variante, die SuisseID. Die SuisseID ist sozusagen ein elektronischer Identitätsausweis im Internet. Herausgegeben wird sie für Privatpersonen entweder von der Post, oder von der Quo Vadis AG. Mit [...]]]></description>
			<content:encoded><![CDATA[<p>[<a href="http://www.trigami.com/?blog=http://blog.ich-wars-nicht.ch/" rel="nofollow" target="_blank">Trigami-Review</a>]<script type="text/javascript" src="http://s.trigami.com/361149s.js"></script></p>
<p><a href="http://www.postsuisseid.ch/de" rel="nofollow"><img src="/wp-content/uploads/2010/11/Logo_post2.gif" alt="Logo Post" title="Logo Post" width="236" height="86" class="alignleft size-full wp-image-2916" /></a>Schon lange gibt es Versuche, im Zeitalter des Internets eine Art digitale Unterschrift einzuführen. Einige Versuche sind dabei gescheitert. Jetzt gibt es eine neue, sogar subventionierte Variante, <a href="http://postsuisseid.ch/de/suisseid" rel="nofollow">die SuisseID</a>.</p>
<p>Die SuisseID ist sozusagen ein elektronischer Identitätsausweis im Internet. Herausgegeben wird sie für Privatpersonen entweder von der Post, oder von der Quo Vadis AG. Mit der SuisseID unterzeichnete Dokumente verfügen in der Schweiz über eine rechtsgültige Unterschrift. Man kann also damit übers Internet einen Strafregisterauszug bestellen oder die Steuererklärung ausfüllen. Geschützt wird sie durch gängige kryptographische Massnahmen. Mehr zur Sicherheit später im Artikel.</p>
<p>Ich hatte die Gelegenheit, so eine SuisseID zu testen und beschreibe hier meine Eindrücke davon.</p>
<h3>Inhaltsverzeichnis</h3>
<ul>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#bestellvorgang" rel="nofollow">Der Bestellvorgang</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#eindruck" rel="nofollow">Erster Eindruck</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#bestellvorgang" rel="nofollow">Installation</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#menu" rel="nofollow">SwissStick Menu</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#online-post" rel="nofollow">Die SuisseID und die Online-Services der Post</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#online-other" rel="nofollow">Die SuisseID im restlichen Internet</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#swisssigner" rel="nofollow">SwissSigner</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#sicherheit" rel="nofollow">Sicherheit</a></li>
<li><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/#fazit" rel="nofollow">Fazit</a></li>
</ul>
<p><span id="more-2851"></span></p>
<h3 id="bestellvorgang">Der Bestellvorgang</h3>
<p>Zu Beginn habe ich per E-Mail ein PDF-Antragsformular erhalten. Mit diesem Formular bin ich auf die nächste Postfiliale gegangen und habe mir mit einem amtlichen Ausweis meine Identität offiziell bestätigen lassen. Das Formular wird dann an die SuisseID-Abteilung der Post gesendet. Ein paar Tage später kommt dann die bestellte Version der SuisseID (in meinem Fall der SwissStick) und nochmal ein paar Tage später der PIN (und die Revozionsnummer) um den Chip zu entsperren.</p>
<p><a href="http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/"><em>Click here to view the embedded video.</em></a></p>
<h3 id="eindruck">Erster Eindruck</h3>
<p>Der SwissStick ist eine von drei Varianten, wie man die SuisseID bei der Post bestellen kann: Als SmartCard, als Class 1 USB Reader oder eben in einem &#8220;SwissStick&#8221; genannten USB Stick inklusive Anwendungssoftware.</p>
<p>Wenn man den SwissStick öffnet, sieht man die Chipkarte in SIM-Karten-Grösse. Diese Chipkarte könnte man nun wohl auch entfernen und in ein anderes Lesegerät stecken, ausprobiert habe ich dies jedoch nicht.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/swissStick.jpg" class="thickbox"><img src="/wp-content/uploads/2010/11/swissStick-300x199.jpg" alt="SwissStick" title="SwissStick" width="300" height="199" class="alignnone size-medium wp-image-2854" /></a> <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/swissStick_offen.jpg" class="thickbox"><img src="/wp-content/uploads/2010/11/swissStick_offen-300x199.jpg" alt="SwissStick Geöffnet" title="SwissStick Geöffnet" width="300" height="199" class="alignnone size-medium wp-image-2853" /></a></p>
<h3 class="clear" id="installation">Installation</h3>
<p>Vorgängig habe ich mich natürlich nach der Systemkompatibilität der SuisseID erkundigt und folgendes gefunden:</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/0_linuxkompatibilität_1.png" class="thickbox"><img src="/wp-content/uploads/2010/11/0_linuxkompatibilität_1.png" alt="SuisseID Linuxkompatibilität" title="SuisseID Linuxkompatibilität" width="620" height="264" class="alignnone size-full wp-image-2858" /></a></p>
<p class="clear">&#8220;Super&#8221;, habe ich gedacht, die SuisseID wird mit Linux funktionieren. Also hab ich den Stick mal an meinem Ubuntu-Desktop angeschlossen, aber passiert ist nichts. Und wenn man auf die Homepage geht um die Treiber/Software herunterzuladen, wird man bei der Auswahl des SwissSticks darauf hingewiesen, dass dieser nur unter Windows und Mac funktioniert. Sehr enttäuschend, vor allem da ich meiner Linux-Installation bedeutend mehr vertraue als der Windows-Installation. Leider fällt eine regelmässige Nutzung der SuisseID unter diesen Umständen für mich schonmal weg. (Bleibt zu erwähnen dass die SuisseID in anderer Form, wie z.B. die SmartCard, unter Linux lauffähig wäre.)</p>
<p>Also habe ich halt widerwillig Windows gebootet um die SuisseID zu installieren. Der Stick wird unter Windows 7 sofort erkannt.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/1_swissstick_install.png" class="thickbox"><img src="/wp-content/uploads/2010/11/1_swissstick_install.png" alt="SwissStick Installation" title="SwissStick Installation" width="536" height="274" class="alignnone size-full wp-image-2862" /></a></p>
<p class="clear">Danach muss man den Stick im Explorer öffnen und das einzige sich darauf befindliche .exe ausführen. Beim ersten Start erscheint der CertificateAssistant, mit welchem man den Chip initialisieren kann.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/2_swissstick_initialisierung.png" class="thickbox"><img src="/wp-content/uploads/2010/11/2_swissstick_initialisierung-287x300.png" alt="" title="2_swissstick_initialisierung" width="287" height="300" class="alignnone size-medium wp-image-2864" /></a></p>
<p class="clear">Was mich hier irritiert hat, ist, dass der PIN zwischen 6 und 12 Zeichen lang sein muss. Wieso zum Geier ist hier ein Limit von 12 Zeichen? Die Sicherheit der Verschlüsselung steigt ja (je nach Verschlüsselungsmethode) mit der Länge des PINs. Ist aber wohl nicht extrem tragisch, da der Chip nach dreifacher falscher Eingabe sowieso endgültig gesperrt wird, was eine BruteForce-Attacke unsinnig macht.</p>
<p>Das war eigentlich schon alles, eine Installation von Software auf dem PC ist beim SwissStick nicht notwendig (ausser evt. die neusten Sicherheitsupdates für den Adobe Reader).</p>
<h3 id="menu">SwissStick Menu</h3>
<p>Nachdem die SuisseID entsperrt wurde, kann man das SwissStick Menu starten. Dieses sieht folgendermassen aus:</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/3_swissstick_menu.png" class="thickbox"><img src="/wp-content/uploads/2010/11/3_swissstick_menu-300x182.png" alt="SwissStick Menu" title="SwissStick Menu" width="300" height="182" class="alignnone size-medium wp-image-2865" /></a></p>
<p class="clear">Zur Auswahl stehen hier die SwissSigner Signatursoftware, ein SuisseID Internet Browser, die E-Mail-Applikation IncaMail sowie ein paar andere Dienste der Post.</p>
<p>Die Signatursoftware wird benutzt um PDFs mit der SuisseID zu signieren. Dazu später mehr.</p>
<p>Der integrierte Browser ist sozusagen eine kastrierte Firefox-Version. Will heissen: Eine Version von Firefox 3.x, bei welcher alle unnötigen Features entfernt wurden. Zudem speichert der Browser keinerlei Browserhistorie und vermutlich auch keine temporären Daten und Cookies. Dies erhöht die Sicherheit beim surfen, ich bin jedoch gespannt, wie lange es nach der Entdeckung irgendwelcher Firefox-Sicherheitslücken dauert, bis eine aktualisierte Version per (manuellem und nicht offensichtlich verfügbarem) Update nachgeschoben wird.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/4_swissstick_browser.png" class="thickbox"><img src="/wp-content/uploads/2010/11/4_swissstick_browser-300x265.png" alt="SwissStick Browser" title="SwissStick Browser" width="300" height="265" class="alignnone size-medium wp-image-2866" /></a></p>
<h3 class="clear" id="online-post">Die SuisseID und die Online-Services der Post</h3>
<p>Zuerst versuchte ich, die IncaMail Applikation zu starten. Dies war jedoch nicht von Erfolg gekrönt, da die Registration für neue Kunden temporär deaktiviert war.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/5_incamail_a.png" class="thickbox"><img src="/wp-content/uploads/2010/11/5_incamail_a.png" alt="IncaMail Fehlermeldung" title="IncaMail Fehlermeldung" width="620" height="95" class="alignnone size-full wp-image-2867" /></a><br />
<a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/5_incamail_b.png" class="thickbox"><img src="/wp-content/uploads/2010/11/5_incamail_b.png" alt="IncaMail Information" title="IncaMail Information" width="620" height="200" class="alignnone size-full wp-image-2868" /></a></p>
<p class="clear">Dann wollte ich mich mithilfe des Zertifikats im Post WebStamp einloggen. Im Hilfe-Menu neben dem Login wird erwähnt, dass das PostZertifikat fürs Login verwendet werden kann, wenn man auf den Link klickt, wird man darüber informiert, dass die SuisseID der Nachfolger des PostZertifikats ist.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/11_webstamp_firefox1.png" class="thickbox"><img src="/wp-content/uploads/2010/11/11_webstamp_firefox1-300x127.png" alt="Webstamp" title="Webstamp" width="300" height="127" class="alignnone size-medium wp-image-2890" /></a></p>
<p class="clear">Also sollte das Login mit der SuisseID funktionieren. Dies tat es jedoch nicht. Webstamp hat das Zertifikat nach Eingabe des PINs nicht akzeptiert.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/11_webstamp_firefox_fehler1.png" class="thickbox"><img src="/wp-content/uploads/2010/11/11_webstamp_firefox_fehler1.png" alt="Webstamp Firefox Fehler" title="Webstamp Firefox Fehler" width="494" height="383" class="alignnone size-full wp-image-2892" /></a></p>
<p class="clear">Da es mit dem mitgelieferten Browser nicht zu funktionieren schien, habe ich es noch mit Chrome und dem Internet Explorer versucht, welche beide laut <a href="http://postsuisseid.ch/de/support/support-downloads" rel="nofollow">Homepage</a> unterstützt werden. Die Beiden haben jedoch mit folgender Fehlermeldung abgebrochen:</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/11_webstamp_chrome.png" class="thickbox"><img src="/wp-content/uploads/2010/11/11_webstamp_chrome-300x108.png" alt="Webstamp Fehler Chrome" title="Webstamp Fehler Chrome" width="300" height="108" class="alignnone size-medium wp-image-2876" /></a> <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/11_webstamp_ie.png" class="thickbox"><img src="/wp-content/uploads/2010/11/11_webstamp_ie-300x121.png" alt="Webstamp Fehler IE" title="Webstamp Fehler IE" width="300" height="121" class="alignnone size-medium wp-image-2879" /></a></p>
<p class="clear">Irgendwie wird also das Zertifikat nicht gefunden. Ich weiss auch nicht genau wie das ohne Zertifikatsinstallation funktionieren soll, aber seitens der Post wurde merhfach wiederholt, dass mit dem SwissStick keine Software-, Treiber- oder Zertifikationsinstallation notwendig ist.</p>
<p>Auch auf der Seite der Swiss Post Box konnte ich mich &ndash; obwohl auf <a href="http://suisseid.ch/" rel="nofollow">suisseid.ch</a> aufgelistet &ndash; mit der SuisseID auch im mitgelieferten Browser nicht registrieren.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/14_swisspostbox.png" class="thickbox"><img src="/wp-content/uploads/2010/11/14_swisspostbox-300x182.png" alt="Swiss Post Box" title="Swiss Post Box" width="300" height="182" class="alignnone size-medium wp-image-2883" /></a></p>
<h3 class="clear" id="online-other">Die SuisseID im restlichen Internet</h3>
<p>Nun wollte ich die SuisseID noch im restlichen Internet ausprobieren. Dafür bin ich zuerst mal auf die Website von <a href="http://www.amazee.com/" rel="nofollow">Amazee</a> gegangen und habe versucht, mich mit der SuisseID einzulogen. Im mitgelieferten Browser wurde jedoch eine SSL-Fehlermeldung angezeigt und im Chrome wurde die SuisseID gar nicht gefunden (wohl das selbe Problem wie schon zuvor).</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/10_amazee_firefox.png" class="thickbox"><img src="/wp-content/uploads/2010/11/10_amazee_firefox-300x177.png" alt="Amazee Firefox" title="Amazee Firefox" width="300" height="177" class="alignnone size-medium wp-image-2875" /></a> <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/10_amazee_chrome.png" class="thickbox"><img src="/wp-content/uploads/2010/11/10_amazee_chrome-300x87.png" alt="Amazee Chrome" title="Amazee Chrome" width="300" height="87" class="alignnone size-medium wp-image-2874" /></a></p>
<p class="clear">Glücklicherweise hat es dann doch noch irgendwo geklappt. Auf der Website zur Bestellung eines Strafregisterauszuges konnte ich mich mit der SuisseID authentifizieren und ihnen meine Daten übermitteln. Dies hat relativ problemlos geklappt.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/13_strafregisterauszug_a.png" class="thickbox"><img src="/wp-content/uploads/2010/11/13_strafregisterauszug_a-300x204.png" alt="Bestellung Strafregisterauszug" title="Bestellung Strafregisterauszug" width="300" height="204" class="alignnone size-medium wp-image-2881" /></a> <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/13_strafregisterauszug_b.png" class="thickbox"><img src="/wp-content/uploads/2010/11/13_strafregisterauszug_b-274x300.png" alt="Bestellung Strafregisterauszug" title="Bestellung Strafregisterauszug" width="274" height="300" class="alignnone size-medium wp-image-2882" /></a></p>
<h3 class="clear" id="swisssigner">SwissSigner</h3>
<p>Nun zur Signier-Software SwissSigner welche beim SwissStick gratis dabei ist. Die Software ist relativ einfach aufgebaut. Sie kann PDF-Dokumente öffnen oder diverse Bildformate automatisch ins PDF-Format konvertieren und anschliessend öffnen. Ich hab mal ein Foto konvertiert und geöffnet:</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/7_swisssigner.png" class="thickbox"><img src="/wp-content/uploads/2010/11/7_swisssigner-300x216.png" alt="SwissSigner" title="SwissSigner" width="300" height="216" class="alignnone size-medium wp-image-2870" /></a></p>
<p class="clear">Anschliessend kann man mit wenigen Klicks eine neue Signatur einfügen, entweder sichtbar oder unsichtbar. Ich habe mich für eine sichtbare Einzelsignatur entschieden.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/8_swisssigner.png" class="thickbox"><img src="/wp-content/uploads/2010/11/8_swisssigner-300x133.png" alt="SwissSigner Signatur" title="SwissSigner Signatur" width="300" height="133" class="alignnone size-medium wp-image-2871" /></a></p>
<p class="clear">SwissSigner hat mich nach dem PIN gefragt und dann das unterschriebene Dokument in einer neuen Datei abgespeichert. Sowohl mit der SwissSigner Software wie auch direkt mit dem Adobe Reader sieht die Unterschrift nun gültig aus.</p>
<p><a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/9_swisssigner_acrobat.png" class="thickbox"><img src="/wp-content/uploads/2010/11/9_swisssigner_acrobat-280x300.png" alt="Signatur Acrobat" title="Signatur Acrobat" width="280" height="300" class="alignnone size-medium wp-image-2873" /></a> <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/9_swisssigner.png" class="thickbox"><img src="/wp-content/uploads/2010/11/9_swisssigner-300x216.png" alt="Signatur SwissSigner" title="Signatur SwissSigner" width="300" height="216" class="alignnone size-medium wp-image-2872" /></a></p>
<p class="clear">Wer will, kann das signierte PDF zum Testen herunterladen: <a href="http://blog.ich-wars-nicht.ch/wp-content/uploads/2010/11/burgdorferbier_signiert.pdf" rel="nofollow">burgdorferbier_signiert.pdf</a> <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3 id="sicherheit">Sicherheit</h3>
<p>Noch kurz ein paar Worte zur vieldiskutierten Sicherheit. Die SuisseID wird von Post und SECO als <a href="http://postsuisseid.ch/de/suisseid/sicherheit" rel="nofollow">sehr sicher und praktisch unknackbar dargestellt</a>. Dies ist jedoch eine grosse Unwahrheit. Eines der Risikofaktoren ist (wie die Post und das SECO <a href="http://postsuisseid.ch/de/suisseid/sicherheit" rel="nofollow">inzwischen schreiben</a>) der User. Wenn der Benutzer z.B. auf einer gefälschten Website den PIN eingibt, kann diese alle benötigten Daten abrufen. Der zweite Risikofaktor ist der Computer. Ist der Computer mit Malware verseucht, ist es &ndash; entgegen den anfänglichen Aussagen der SuisseID-Herausgeber &ndash; für einen Angreifer absolut kein Problem die SuisseID zu übernehmen und damit rechtsgültige Unterschriften zu erstellen. Dagegen hilft auch kein Ausstecken des Sticks bei Nichtgebrauch &#8211; eine Sekunde reicht völlig aus um automatisiert einige dutzend Verträge zu unterzeichnen. Und dann hat man den Salat, da man vor Gericht zuerst mal beweisen muss dass man diese Unterschrift nicht selber gemacht hat, obwohl man das angeblich sichere Zertifikat nie aus den Händen gegeben hat. Die Anweisung der Post ist in diesem Fall: &#8220;Halte den Computer malwarefrei&#8221;. Jedoch kann niemand, auch kein Sicherheitsexperte, mit 100%iger Sicherheit behaupten dass sein System malwarefrei ist, eine minime Chance gibt es immer (ausser er hat das Betriebssystem selbst geschrieben <img src='http://blog.ich-wars-nicht.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).</p>
<p>Eine grosse Hilfe ist in diesem Punkt ein alternatives Betriebssystem wie OS X oder Linux, für welche es wesentlich weniger Malware gibt. Nur schade funktioniert der SwissStick unter Linux nicht. FAIL. Eine weitere Möglichkeit, höhere Sicherheit zu erlangen, ist der Einsatz eines Class3-Lesegerätes, welches über ein eigenes Eingabefeld für den PIN verfügt. So kann ein Angreifer wenigstens die PIN-Hürde nicht überwinden, was eine signifikant höhere Sicherheit bedeutet.</p>
<p>Es gibt noch weitere Sicherheitstechnische Probleme bezüglich der SuisseID. Ich werde hier nicht weiter darauf eingehen, dies haben andere schon genug getan. Nachfolgend ein paar 3rd-Party-Links, um sich über die Sicherheit der SuisseID zu informieren:</p>
<ul>
<li><a href="http://www.remote-exploit.org/?page_id=673" rel="nofollow">remote-exploit.org: SuisseID und nPA Schwachstellen</a></li>
<li><a href="http://www.ccc.de/de/updates/2010/sicherheitsprobleme-bei-suisseid-und-epa" rel="nofollow">chaos computer club: Praktische Demonstration erheblicher Sicherheitsprobleme bei Schweizer SuisseID (&#8230;)</a></li>
<li><a href="http://www.denissimonet.ch/2010/08/22/wie-sehr-hangst-du-an-deiner-identitat/" rel="nofollow">Denis Simonet: Wie sehr hängst du an deiner Identität?</a></li>
<li><a href="http://www.denissimonet.ch/2010/09/03/suisseid-wo-bleibt-das-seco/" rel="nofollow">Denis Simonet: SuisseID &#8211; Wo bleibt das SECO?</a></li>
<li><a href="http://www.nzz.ch/nachrichten/digital/identitaetskrise_1.7572142.html" rel="nofollow">nzz.ch: Identitätskrise</a></li>
<li><a href="http://www.computerworld.ch/aktuell/news/52384/" rel="nofollow">computerworld.ch: Fragwürdige Sicherheit der SuisseID</a></li>
<li><a href="http://twitter.com/suisseid" rel="nofollow">Twitter: 3rd party Infos über die SuisseID</a></li>
</ul>
<h3 id="fazit">Fazit</h3>
<p>Im Ansatz ist die Idee definitiv gut. Jedoch müssen die SuisseID-Herausgeber betreffend Sicherheit (z.B. standardmässige Class3-Lesegeräte), Kommunikation (z.B. ein Infoblatt zur Sicherheit wie sie die ZKB zum Ebanking versendet) und Usability noch etwas nachbessern. Wenn in Zukunft vermehrt mit den bestehenden Experten auf diesem Gebiet (z.B. den Banken) zusammengearbeitet wird, könnte daraus schon eine ziemlich gute Lösung entstehen. Es ist jedoch eine Illusion, an die 100%ige Sicherheit zu glauben.</p>
<p>Auch bin ich nicht ganz sicher, was mir die SuisseID als Privatperson gross bringt. Die Post hat zu diesem Thema eine eigene <a href="http://postsuisseid.ch/de/anwendungen" rel="nofollow">Unterseite mit Anwendungsbeispielen</a> aufgeschaltet. Na klar, man spart vielleicht 1 oder 2 Gänge zu einem Amt, aber mir persönlich wäre so etwas nicht 104CHF (plus Lesegerät) wert. Auch verstehe ich nicht, warum man sich bei <a href="http://buch.ch/" rel="nofollow">buch.ch</a> mit der SuisseID anstatt mit dem Login authentifizieren soll (mal abgesehen von der Altersverifikation). Im Business-Sektor denke ich allerdings, das eine standardisierte und einfach nutzbare Zertifikats- und Signier-Lösung potential hat &ndash; jedenfalls wenn an der Sicherheit noch etwas nachgebessert wird.</p>
<p>Ich bin gespannt, was sich in den nächsten Jahren daraus noch ergeben wird. Erwerben kann man die SuisseID unter <a href="http://postsuisseid.ch/de/kaufen" rel="nofollow">http://postsuisseid.ch/de/kaufen</a>.</p>
<p><a href="http://www.postsuisseid.ch/de" rel="nofollow" /><img src="/wp-content/uploads/2010/11/stick12_pngok1.png" alt="SuisseID Smartcard" title="SuisseID Smartcard" width="300" height="222" class="size-full wp-image-2917" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ich-wars-nicht.ch/2010/11/post-suisseid-getestet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

