<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MatthiasAmacher.ch</title>
	<atom:link href="http://www.matthiasamacher.ch/feed" rel="self" type="application/rss+xml" />
	<link>http://www.matthiasamacher.ch</link>
	<description>Identity</description>
	<lastBuildDate>Thu, 04 Jun 2009 06:55:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Welcome to MatthiasAmacher.ch</title>
		<link>http://www.matthiasamacher.ch/leben/welcome</link>
		<comments>http://www.matthiasamacher.ch/leben/welcome#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:54:29 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Leben]]></category>
		<category><![CDATA[armee]]></category>
		<category><![CDATA[Herzlich Willkommen]]></category>
		<category><![CDATA[Intelligent]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Kunst]]></category>
		<category><![CDATA[Lehrer]]></category>
		<category><![CDATA[Menschen]]></category>
		<category><![CDATA[Mit]]></category>
		<category><![CDATA[Philosophie]]></category>
		<category><![CDATA[Themen]]></category>
		<category><![CDATA[willkommen]]></category>
		<category><![CDATA[Willkommen Auf]]></category>
		<category><![CDATA[Wirtschaft]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=272</guid>
		<description><![CDATA[Herzlich Willkommen auf MatthiasAmacher.ch!
Diese Seite besteht hauptsächlich aus Artikeln über Fragen, die in erster linie mich selbst beschäftigen, aber auch für andere interessant sein dürften. Vorwiegend Beschäftige ich mich mit Themen wie Wirtschaft, Armee, Internet/IT, Philosophie, Kunst und Politik. Einer meiner Lehrer hat mal gesagt: &#8220;Intelligente Leute interessieren sich für alles&#8221;. Wenn du das auch [...]]]></description>
			<content:encoded><![CDATA[<p>Herzlich Willkommen auf MatthiasAmacher.ch!</p>
<p>Diese Seite besteht hauptsächlich aus Artikeln über Fragen, die in erster linie <a title="Über mich" href="http://www.matthiasamacher.ch/about">mich</a> selbst beschäftigen, aber auch für andere interessant sein dürften. Vorwiegend Beschäftige ich mich mit Themen wie Wirtschaft, Armee, Internet/IT, Philosophie, Kunst und Politik. Einer meiner Lehrer hat mal gesagt: &#8220;Intelligente Leute interessieren sich für alles&#8221;. Wenn du das auch so siehst, dann lies doch bitte weiter <img src='http://www.matthiasamacher.ch/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Liebe Grüsse</p>
<p>Matthias Amacher</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/leben/welcome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin: Meta Functions Shortcode</title>
		<link>http://www.matthiasamacher.ch/wordpress/meta-functions-shortcode</link>
		<comments>http://www.matthiasamacher.ch/wordpress/meta-functions-shortcode#comments</comments>
		<pubDate>Mon, 20 Apr 2009 14:50:56 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[extendable]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[special fields]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=241</guid>
		<description><![CDATA[Purpose of the plugin
The Wordpress Plugin &#8220;Meta Functions Shortcode&#8221; adds a Shortcode called &#8216;meta&#8217;. With it you can access the custom fields of your articles by a simple shortcode.
How it works
Shortcode Syntax: [meta func="" name="" alt=""]
The shortcode has three functions yet:

func=&#8221;url&#8221;
Displays a link using your custom field in &#8220;name&#8221; as the link target and &#8220;alt&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose of the plugin</strong></p>
<p>The Wordpress Plugin &#8220;Meta Functions Shortcode&#8221; adds a Shortcode called &#8216;meta&#8217;. With it you can access the custom fields of your articles by a simple shortcode.</p>
<p><strong>How it works</strong></p>
<p>Shortcode Syntax: [<strong>meta</strong> <strong>func</strong>="" <strong>name</strong>="" <strong>alt</strong>=""]</p>
<p>The shortcode has three functions yet:</p>
<ol>
<li><strong>func</strong>=&#8221;url&#8221;<br />
Displays a link using your custom field in &#8220;name&#8221; as the link target and &#8220;alt&#8221; as the caption. If &#8220;alt&#8221; is empty the link target is used as the caption.</li>
<li><strong>func</strong>=&#8221;plain&#8221;<br />
Simply displays the custom field in &#8220;name&#8221; as plain text. If the field is empty it displays the text in &#8220;alt&#8221;.</li>
<li><strong>func</strong>=&#8221;img&#8221;<br />
Inserts the image at the url in your custom field &#8220;name&#8221; into the article. The &#8220;alt&#8221; argument is used as the images alternative text attribute.</li>
<li>More functions in later versions of the plugin&#8230; Or extend the plugin on your own. See <span style="text-decoration: underline;">Extending the Plugin</span> for details.</li>
</ol>
<p><strong>Example</strong></p>
<p>[<strong>meta</strong> <strong>func</strong>="url" <strong>name</strong>="download_url" <strong>alt</strong>="Download here"]</p>
<p>This little code in your article displays a link using your custom field &#8220;download_url&#8221; as the link target and &#8220;Download here&#8221; as the caption. If you leave the &#8220;alt&#8221; argument empty then it uses the link target as the caption.</p>
<p>The resulting html code is:</p>
<pre>&lt;a href='{download_url}'&gt;{alt}&lt;/a&gt;</pre>
<p><strong>Extending the Plugin (First Method)<br />
</strong></p>
<p>You can extend the plugin by adding the PHP function</p>
<pre><em>function meta_functions_shortcode_</em><strong>{func}</strong><em>($meta, $alt="") {
</em>       return "your desired text or generated html content";<em>
}
</em></pre>
<p><span style="text-decoration: line-through;">(to th</span><span style="text-decoration: line-through;">e plugins php source file)</span> by writing your own plugin file with the function in it. Be sure to replace <strong>{func}</strong> with your desired function name (will result in the parameter &#8220;func&#8221; in the shortcode). $meta will be the value of the custom field and $alt the &#8220;alt&#8221; parameter.</p>
<p>The function should return the text by which the shortcode will be replaced. For example the &#8220;_plain&#8221; function simply returns $meta or $alt if $meta is empty.</p>
<p><strong>Extending the Plugin (Second Method)</strong></p>
<p>This method is more convenient and new in version 2 of the plugin. You can add new functions in the admin panel. For this go to the options page called &#8220;Meta Functions Shortcode&#8221;.</p>
<p>Here you can enter a new function name, specify parameter names and set the output html code with the parameters.<br />
Example:</p>
<ul>
<li>Function Name: link</li>
</ul>
<ul>
<li>Function Parameter Names: <strong>link_url</strong>, <strong>link_caption</strong></li>
</ul>
<ul>
<li>Function Result Code: &lt;a href=&#8217;{<strong>link_url</strong>}&#8217;&gt;{<strong>link_caption</strong>}&lt;/a&gt;</li>
</ul>
<p>If you now enter the shortcode</p>
<p>[<strong>meta func</strong>="link" <strong>link_url</strong>="download_url" <strong>link_caption</strong>="download_caption"]</p>
<p>then in the article/page, it will be replaced by &lt;a href=&#8217;<em>contents of custom field download_url</em>&#8216;&gt;<em>contents of custom field download_caption</em>&lt;/a&gt;.</p>
<p><strong>Download</strong></p>
<p>Dowload link is <a href='http://wordpress.org/extend/plugins/meta-functions-shortcode/'>here</a> (hosted by wordpress.org)</p>
<p><strong>Questions? Comments?</strong></p>
<p>If you have any comments or questions regarding the plugin, please write a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wordpress/meta-functions-shortcode/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Application: JunKey</title>
		<link>http://www.matthiasamacher.ch/applications/junkey</link>
		<comments>http://www.matthiasamacher.ch/applications/junkey#comments</comments>
		<pubDate>Wed, 08 Apr 2009 14:31:11 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[handicap]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=83</guid>
		<description><![CDATA[Purpose of the application
This little Java Program helps people without a working computer keyboard (or people with disabilities) to enter web adresses or other text directly into their favorite application.
How it works
JunKey is written in Java. But yet, it runs only on Windows (testet only on Windows XP).
You need an installed and up-to-date Java VM [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose of the application</strong></p>
<p>This little Java Program helps people without a working computer keyboard (or people with disabilities) to enter web adresses or other text directly into their favorite application.</p>
<p><strong>How it works</strong></p>
<p>JunKey is written in Java. But yet, it runs only on Windows (testet only on Windows XP).</p>
<p>You need an installed and up-to-date <a title="Download JAVA" href="http://www.java.com" target="_blank">Java VM</a> (Virtual Machine) to run JunKey.</p>
<p>To see how JunKey works take a look at the screenshot!</p>
<div class="wp-caption alignnone" style="width: 283px"><a href="/files/screenshots/junkey.jpg"><img title="Screenshot of JunKey" src="/files/screenshots/junkey.jpg" alt="Screenshot of JunKey" width="273" height="386" /></a><p class="wp-caption-text">Screenshot of JunKey</p></div>
<p>Click the buttons on the right to enter the corresponding number/character or special internet sign into the text box above &#8216;a-z&#8217; or &#8211; if &#8216;fill-in&#8217; is green &#8211; into the current cursor position.</p>
<p>If you hide the application, an icon on the taskbar will show up. Click on it to show JunKey again.</p>
<p><strong>Download</strong></p>
<p>Dowload link is <a href='http://www.matthiasamacher.ch/files/JunkeyApp-1.0.jar'>here</a></p>
<p><strong>Questions? Comments?</strong></p>
<p>If you have any comments or questions regarding the plugin, please write a comment. I will answer as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/applications/junkey/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Widget: My Pages Widget</title>
		<link>http://www.matthiasamacher.ch/wordpress/my-pages-widget</link>
		<comments>http://www.matthiasamacher.ch/wordpress/my-pages-widget#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:02:36 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Default Behavior]]></category>
		<category><![CDATA[Instances]]></category>
		<category><![CDATA[Link Option]]></category>
		<category><![CDATA[Member Pages]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[Private Pages]]></category>
		<category><![CDATA[Public Displays]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[Subpage]]></category>
		<category><![CDATA[Visibility]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress. plugin]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=45</guid>
		<description><![CDATA[Purpose of the widget
This Wordpress Widget is similar to the one previously posted on this website. It displays a list of pages depending on some options (mainly on page visibility settings). But there are two important differences:

The first widget depends on the &#8220;Member Access&#8221; plugin. So it is not stand alone.
But this widget is also [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose of the widget</strong></p>
<p>This Wordpress Widget is similar to the one <a title="Member Access Pages Widget" href="http://www.matthiasamacher.ch/wordpress/member-access-pages-widget">previously posted</a> on this website. It displays a list of pages depending on some options (mainly on page visibility settings). But there are two important differences:</p>
<ol>
<li>The first widget depends on the &#8220;Member Access&#8221; plugin. So it is not stand alone.<br />
But this widget is also not stand-alone: it can have multiple instances. Because of this it depends on my own <a title="MultiWidget Class Plugin" href="http://www.makesense.ch/wordpress/multiwidget-class ">MultiWidget Class</a> plugin.</li>
<li>I have never seen such a widget anywhere in the wordpress world. You have many options. For example there is an option to hide the complete widget, if there is no page to display. You can set the number of levels to display. Or you can set it to act as a subpage-navigation of the current page. And more!</li>
</ol>
<p><strong>How it works</strong></p>
<p>The widget has the following options:</p>
<ol>
<li>The <strong><em>title </em></strong>that will be displayed in the sidebar</li>
<li>The <strong><em>show </em></strong>option that decides which pages will appear depending on its &#8216;page_status&#8217; (see below).</li>
<li>The <strong><em>sort_by</em></strong> option. Pages can be sorted by &#8216;menu_order&#8217;, &#8216;page_title&#8217; or the &#8216;ID&#8217;</li>
<li>The <strong><em>depth </em></strong>parameter can be set to limit the number of levels to be displayed</li>
<li>If the <strong><em>subpage </em></strong>option is checked then the widget will display only subpages of the current page</li>
<li>And if the <strong><em>home_link</em></strong> option is activated, a link to the home page will allways be displayed.</li>
<li>The whole widget can be hidden if it has no pages to display by setting the <strong><em>hide_if_empty</em></strong> bit.</li>
</ol>
<p>The <em>show</em>&#8216;option can be either</p>
<ul>
<li>All Pages<br />
Displays all pages like the original &#8220;Pages Widget&#8221;</li>
<li>Allowed Pages<br />
Displays all public pages, plus all member pages only if the user is logged in (e.g. hides all member pages, if not logged in) (this is the default behavior of the widget)</li>
<li>Only Private<br />
Displays only private pages (the user is logged in or not)</li>
<li>Only Public<br />
Displays only pages that are NOT &#8216;private&#8217;</li>
</ul>
<p><strong>Hint</strong></p>
<p>Remember that all options are combined together. Therefore this widget is highly customizable. Plus, there can be as many instances of this plugin as you like. Together with the &#8216;hide_if_empty&#8217; function this lets you create clever navigation widgets depending on  the current page or the current user.</p>
<p><strong>Download</strong></p>
<p>Dowload link is <a href='http://www.matthiasamacher.ch/files/my_pages_widget.zip'>HERE</a>.</p>
<p>Please download the required <a title="MultiWidget Class Plugin" href="http://www.matthiasamacher.ch/wordpress/multiwidget-class ">MultiWidget Class</a> plugin also.</p>
<p><strong>Questions? Comments?</strong></p>
<p>If you have any comments or questions regarding the plugin, please write a comment. I will answer as soon as possible.</p>
<p><strong>Screenshot</strong></p>
<div class="wp-caption alignnone" style="width: 336px"><a href="/files/screenshots/screenshot2.jpg"><img title="Screenshot of the My Pages Widget" src="/files/screenshots/screenshot2.jpg" alt="Screenshot of the My Pages Widget" width="326" height="426" /></a><p class="wp-caption-text">Screenshot of the My Pages Widget</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wordpress/my-pages-widget/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Plugin: MultiWidget Class</title>
		<link>http://www.matthiasamacher.ch/wordpress/multiwidget-class</link>
		<comments>http://www.matthiasamacher.ch/wordpress/multiwidget-class#comments</comments>
		<pubDate>Tue, 07 Apr 2009 06:21:10 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Class Purpose]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Control Output]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Data Processing]]></category>
		<category><![CDATA[Default Values]]></category>
		<category><![CDATA[Dowload]]></category>
		<category><![CDATA[Echoes]]></category>
		<category><![CDATA[Func]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[Multiple Times]]></category>
		<category><![CDATA[Output Functions]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Prints]]></category>
		<category><![CDATA[Source File]]></category>
		<category><![CDATA[Url Name]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=38</guid>
		<description><![CDATA[Purpose of the plugin
The Wordpress Plugin &#8220;MultiWidget Class&#8221; adds a class to the Wordpress code base called &#8220;MultiWidget&#8221;. By following some quite simple rules you can build a widget that can be created multiple times. For this you just have to override two output functions and set some default values. Alle the data processing is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose of the plugin</strong></p>
<p>The Wordpress Plugin &#8220;MultiWidget Class&#8221; adds a class to the Wordpress code base called &#8220;MultiWidget&#8221;. By following some quite simple rules you can build a widget that can be created multiple times. For this you just have to override two output functions and set some default values. Alle the data processing is automated. My work was heavily inspired by the work described in<a title="Original Article" href="http://brainfart.com.ua/post/lesson-wordpress-multi-widgets/"> this article</a>.</p>
<p><strong>How it works</strong></p>
<ul>
<li>Include the MultiWidget class file or activate the plugin</li>
<li>Extend MultiWidget class</li>
<li>Set initialization variables in the constructor (IMPORTANT)</li>
<li>Override &#8216;control_output&#8217; and &#8216;widget_output&#8217; (IMPORTANT)<br />
- control_output: Echoes the widget control panel to the &#8220;Widgets&#8221; page<br />
- widget_output: Prints the generated widget to the front-end.</li>
<li>Override &#8216;admin_head&#8217; (optional)</li>
<li>Write a function that instantiates an object of your class</li>
<li>Add an action to call the function from (6) when all plugins have been loaded (&#8216;plugins_loaded&#8217;)</li>
</ul>
<p><em>Hint</em>: use the sample class at the end of the <a href='http://www.matthiasamacher.ch/files/MultiWidget.zip'>PHP source file</a> as a starting point! Try the sample widget by uncommenting the last line of code in the file and activate the plugin. The new multi-widget should be ready to use!</p>
<p><strong>The Pity</strong></p>
<p>After I wrote this plugin in hours of work I found that a similar solution has already been found by others. The functionality will even be available in the <a title="Wodpress 2.8 Features" href="http://codex.wordpress.org/Version_2.8">2.8 release of the wordpress</a> core&#8230;</p>
<p><strong>Download</strong></p>
<p>Dowload link is <a href='http://www.matthiasamacher.ch/files/MultiWidget.zip'>HERE</a></p>
<p><strong>Questions? Comments?</strong></p>
<p>If you have any comments or questions regarding the plugin, please write a comment. I will answer as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wordpress/multiwidget-class/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Widget: Member Access Pages Widget</title>
		<link>http://www.matthiasamacher.ch/wordpress/member-access-pages-widget</link>
		<comments>http://www.matthiasamacher.ch/wordpress/member-access-pages-widget#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:35:17 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[member access]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.matthiasamacher.ch/?p=21</guid>
		<description><![CDATA[Purpose of the widget
The Wordpress Plugin Member Access helps administrators to divide pages and post into member and public objects. But the internal wordpress &#8220;Pages Sidebar Widget&#8221; still displays all the pages that are in the database. It simply ignores the member access options. The &#8220;Member Access Pages Widget&#8221; is able to overcome this issue.
How [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Purpose of the widget</strong></p>
<p>The Wordpress Plugin <a title="Member Access Plugin" href="http://www.chrisabernethy.com/wordpress-plugins/member-access">Member Access</a> helps administrators to divide pages and post into member and public objects. But the internal wordpress &#8220;Pages Sidebar Widget&#8221; still displays all the pages that are in the database. It simply ignores the member access options. The &#8220;Member Access Pages Widget&#8221; is able to overcome this issue.</p>
<p><strong>How it works</strong></p>
<p>The widget has two options:</p>
<ul>
<li>The title that will be displayed in the sidebar</li>
<li>The pages that should be displayed in the sidebar</li>
</ul>
<p>The second option can be either</p>
<ul>
<li>All Pages<br />
Displays all pages like the original &#8220;Pages Widget&#8221;</li>
<li>Allowed Pages<br />
Displays all public pages, plus all member pages only if the user is logged in (e.g. hides all member pages, if not logged in) (this is the default behavior of the widget)</li>
<li>Only Private<br />
Displays only private pages (the user is logged in or not)</li>
<li>Only Public<br />
Displays only public pages</li>
<li>Only Default<br />
Displays only pages with the member access visibility set to &#8220;Default&#8221;</li>
</ul>
<p>The member access visibility must be set using the &#8220;Member Access&#8221; Plugin. It is though required for this widget to work correctly.</p>
<p><strong>Download</strong></p>
<p>Dowload link is <a href='http://www.matthiasamacher.ch/files/mem_acc_pages_widget.zip'>HERE</a></p>
<p><strong>Questions? Comments?</strong></p>
<p>If you have any comments or questions regarding the plugin, please write a comment. I will answer as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wordpress/member-access-pages-widget/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Von Effizienz und Ökologie in der Armee</title>
		<link>http://www.matthiasamacher.ch/wirtschaft/von-effizienz-kologie-und</link>
		<comments>http://www.matthiasamacher.ch/wirtschaft/von-effizienz-kologie-und#comments</comments>
		<pubDate>Mon, 03 Dec 2007 23:32:30 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Leben]]></category>
		<category><![CDATA[Wirtschaft]]></category>
		<category><![CDATA[armee]]></category>
		<category><![CDATA[effizienz]]></category>
		<category><![CDATA[wk]]></category>

		<guid isPermaLink="false">http://www.makesense.ch/blog/?p=45</guid>
		<description><![CDATA[Inoffizieller Bericht der Inf Stabs Kp 61 zum WK vom 12. Nov 2007 bis 2. Dez 2007:
Woche 1
Die erste Woche beginnt mit der frühen Anreise nach Sargans. Von dort aus geht&#8217;s dann (um ca. halb 9 morgens &#8211; der 6 Uhr Zug hätte also doch gereicht) richtung (rtg) Festung Magletsch. Dort dürfen wir dann unsere [...]]]></description>
			<content:encoded><![CDATA[<p>Inoffizieller Bericht der Inf Stabs Kp 61 zum WK vom 12. Nov 2007 bis 2. Dez 2007:</p>
<p><strong>Woche 1</strong></p>
<p>Die erste Woche beginnt mit der frühen Anreise nach Sargans. Von dort aus geht&#8217;s dann (um ca. halb 9 morgens &#8211; der 6 Uhr Zug hätte also doch gereicht) richtung (rtg) Festung Magletsch. Dort dürfen wir dann unsere 4-Sterne Schlafplätze beziehen. Laufzeit vom Eingang der Festung zum Schlag: 4 Minuten. Natürlich sind nicht genügend Betten vorhanden, so dass ein Teil der Kompanie (Kp) nach Mels ausquartiert werden muss. Ich habe Glück und muss nicht lange um eine Matratze kämpfen. Das wäre eine Blick Schlagzeile gewesen: &#8220;Krieg der Betten &#8211; 10 Soldaten ins KA&#8221;.</p>
<p>Leider kommt es nicht dazu. Langeweile macht sich breit. Doch dann: Alles aufsitzen auf die Fahrzeuge und nach Thusis verschieben. Fahnenübernahme! Unser ganzes Batallion (Bat), ca. 600 Soldaten (Sdt) und Offiziere (Of) werden in Duros und Lastwagen nach Thusis verschoben (vers). Strecke Sargans &#8211; Thusis: 52km. Dort warten alle schön brav 2 Stunden bis zum Beginn der Zeremonie.</p>
<p>Dann plötzlich erklingt Engelsmusik in meinen Ohren: Der schweizerische Fahnenmarsch wird von einer lokalen Blasmusikgruppe performt. Alle marschieren zum grossen Platz, es ist kalt. Einheimische beobachten mehr oder weniger amüsiert das Geschehen aus ihren Häusern. Die Blaskapelle friert an den Fingern, man hörts. Wir sind im Krieg &#8211; sind wir im Krieg? Eine langweilige Rede und ein bisschen Marschieren später: Retour a la voiture. Zurück nach Sargans.</p>
<p>Den Rest der Woche verbringen wir mit dem Fassen des Materials (Mat) und wiedererlernen der Funk- und Nachrichtentheorie. Angebotene Kurse waren unter anderem: &#8220;Funken 101 &#8211; Wie lade ich ein Funkgerät (SE-235) und was ist eine F***G**(Geheim!)?&#8221; mit Wm Müller, &#8220;Nachrichtendienst im Alltag &#8211; Was ist rot und warum sind wir immer blau?&#8221; von Wm Keller, &#8220;Einführung in Gewehrgymnastik &#8211; I love ManiPat&#8221; mit Oblt Gyger, &#8220;How to Meccano &#8211; Wie man mit 10 Mann Effizient von A nach B verschiebt&#8221; von Wm Eichenberger.</p>
<p>Geschätzte in Panzern (Pz), Eagles, Duros, Puchs und Autos gefahrene Strecke pro AdA: ca. 150km, eher mehr.</p>
<p>Fazit der ersten Woche: NEF (Nicht ErFüllt)!</p>
<p><strong>Woche 2</strong></p>
<p>Einrücken in Sargans am Sonntag, 22:30 Uhr. Um 22:45 Uhr fährt ein Reisecar nach Magletsch. Chauffeur: &#8220;Ich hab gemeint ich muss schon um halb elf fahren&#8230;&#8221; &#8211; Ich: &#8220;Nein, nein! Der Kadi hat uns gesagt, um viertel vor.&#8221; In der Festung angekommen werden die frisch gewaschenen Kleider ins Schränkchen verstaut und die Siebensachen für die Übung &#8220;SUPPORT&#8221; eingepackt. Danach noch schnell die Zähne putzen und ab ins Wasserbett.</p>
<p>Übung &#8220;SUPPORT&#8221;! Niemand weiss genau was er zu tun hat. Überall schwirren Majore, und höheres Getier herum. Unser Kompaniekommandant wird von einem solchen wilden Tier angegriffen und die Übung versinkt im Chaos. Die Übung wird abgebrochen und fortan als Ausbildung &#8220;HARZIG&#8221; weitergeführt. Insgesamt sechs (6!) mal verschieben wir unseren mobilen Kommandoposten (Mob KP) von einem Ort zum anderen (alias &#8220;Abrotzen&#8221;). Das läuft für den (meinen) Mob KP Zug folgendermassen ab:</p>
<ol>
<li>Ca. drei Kilometer Kabel (vom KP zu den Fahrzeugen) einsammeln und aufladen</li>
<li>Notebook, Proki, Beamer, Kopierer und Leinwand einpacken</li>
<li>Alle Nachrichtenkarten (plastifiziert) einrollen und aufladen</li>
<li>Funkverbindung bis auf zwei Netze herunterfahren</li>
<li>Alle aufsitzen</li>
<li>Zum neuen Standort verschieben</li>
<li>Alles wieder auspacken</li>
<li>Kabel verlegen (auch die, welche nie benutzt werden. Grund: REALISMUS!!!)</li>
<li>KP gemäss (gem) Befehl (Bef) der hohen Offiziere einrichten. Dabei ist allerdings zu beachten, dass Maj X mehr Diensttage hat als Maj Y. Deshalb sind die Wünsche von X und nicht die vorher von Y geäusserten Wünsche zu erfüllen.</li>
<li>Die Punkte sieben bis neun sollten allerliebst bereits vor Punkt sechs ausgeführt worden sein.</li>
</ol>
<p>Die Aufgabe der anderen Züge (eine Kompanie besteht aus ca. 5 Zügen) lautete währenddessen</p>
<ol>
<li>Von A nach B verschieben und warten bis der Mob KP Zug das neue KP eingerichtet hat</li>
<li>Mittagessen</li>
<li>Schlafen</li>
<li>Ausruhen (Ausgeruht wird gem Bef erst nach dem Schlafen!)</li>
</ol>
<p>Geschätzte in Panzern, Eagles, Duros, Puchs und Autos gefahrene Strecke pro AdA: ca. 350km, eher mehr.</p>
<p>Fazit der zweiten Woche: NEF!</p>
<p><strong>Woche 3</strong></p>
<p>Fortsetzung folgt&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wirtschaft/von-effizienz-kologie-und/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mein erster WK</title>
		<link>http://www.matthiasamacher.ch/leben/mein-erster-wk</link>
		<comments>http://www.matthiasamacher.ch/leben/mein-erster-wk#comments</comments>
		<pubDate>Sun, 11 Nov 2007 18:53:01 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Leben]]></category>
		<category><![CDATA[magletsch]]></category>
		<category><![CDATA[sargans]]></category>
		<category><![CDATA[wk]]></category>
		<category><![CDATA[zug]]></category>

		<guid isPermaLink="false">http://www.makesense.ch/blog/?p=44</guid>
		<description><![CDATA[Es ist soweit&#8230; Nach jahrelangem Dr&#xFC;cken und Verschieben r&#xFC;cke ich Morgen, f&#xFC;nf Jahre nach meiner Rekrutenschule, in den ersten WK ein. Das ist beileibe kein frohes Ereignis. Nur schon der morgige Tag wird ein Alptraum:
Um vier stehe ich auf, dann laufe ich mit allem Gep&#xE4;ck in 10 Minuten zum Bahnhof (es f&#xE4;hrt noch kein Bus). [...]]]></description>
			<content:encoded><![CDATA[<p>Es ist soweit&#8230; Nach jahrelangem Dr&#xFC;cken und Verschieben r&#xFC;cke ich Morgen, f&#xFC;nf Jahre nach meiner Rekrutenschule, in den ersten WK ein. Das ist beileibe kein frohes Ereignis. Nur schon der morgige Tag wird ein Alptraum:</p>
<p>Um vier stehe ich auf, dann laufe ich mit allem Gep&#xE4;ck in 10 Minuten zum Bahnhof (es f&#xE4;hrt noch kein Bus). Um 4.51h f&#xE4;hrt der Zug richtung Z&#xFC;rich. Um 7.32h komme ich dann in Sargans SG an. Dort warte ich eine halbe Stunde auf den Shuttlebus, der um 8h f&#xE4;hrt. Nach zwanzig Minuten Fahrt gelange ich an meinen Zielort: Die Festung Magletsch.</p>
<p>Wie unser ehemalige Verteidigungsminister D&#xF6;lf Ogi bereits sagte: Freude Herrscht!</p>
<p>Aber nicht bei mir&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/leben/mein-erster-wk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mafia vs. Staat</title>
		<link>http://www.matthiasamacher.ch/wirtschaft/mafia-vs-staat</link>
		<comments>http://www.matthiasamacher.ch/wirtschaft/mafia-vs-staat#comments</comments>
		<pubDate>Fri, 09 Nov 2007 01:16:36 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Kurioses]]></category>
		<category><![CDATA[Leben]]></category>
		<category><![CDATA[Wirtschaft]]></category>
		<category><![CDATA[mafia]]></category>
		<category><![CDATA[staat]]></category>
		<category><![CDATA[steuern]]></category>

		<guid isPermaLink="false">http://www.makesense.ch/blog/?p=43</guid>
		<description><![CDATA[Mein T&#xF6;ggeli-Kollege G. aus Sizilien importiert Honig, Schokolade, Oliven&#xF6;l und andere Spezialit&#xE4;ten aus seiner Heimat. Auf die Auswirkungen von Mafia-Aktivit&#xE4;ten auf sein Gesch&#xE4;ft angesprochen, bekam ich eine v&#xF6;llig unerwartete Antwort:
Was denn die Mafia anderes mache als in der Schweiz der Staat, die Versicherungen und die Banken, fragte er mich zur&#xFC;ck. Weiter: In der Schweiz m&#xFC;sse [...]]]></description>
			<content:encoded><![CDATA[<p>Mein T&#xF6;ggeli-Kollege G. aus Sizilien importiert Honig, Schokolade, Oliven&#xF6;l und andere Spezialit&#xE4;ten aus seiner Heimat. Auf die Auswirkungen von Mafia-Aktivit&#xE4;ten auf sein Gesch&#xE4;ft angesprochen, bekam ich eine v&#xF6;llig unerwartete Antwort:</p>
<p>Was denn die Mafia anderes mache als in der Schweiz der Staat, die Versicherungen und die Banken, fragte er mich zur&#xFC;ck. Weiter: In der Schweiz m&#xFC;sse man f&#xFC;r die (obligatorische) Versicherung und Krankenkasse bezahlen. Genau das, und nichts anderes, mache doch auch die Mafia&#8230;</p>
<p>Als Mensch konnte ich seine Antwort nicht verstehen. Denn Erpressung und (k&#xF6;rperliche) Gewalt ist f&#xFC;r mich nicht mit der legitimen staatlichen Gewalt vergleichbar. Ausserdem f&#xFC;hrt der Kampf um die Vorherrschaft zwischen den Familien immer wieder zu blutigen Auseinandersetzungen. Das ist kein w&#xFC;nschenswerter oder haltbarer Zustand.</p>
<p>Als angehender &#xD6;konom musste ich ihm allerdings teilweise recht geben. Was spielt es f&#xFC;r eine Rolle, ob man dem Staat oder der Mafia sein Geld gibt? Schlussendlich erzielt man mit beidem den gleichen Effekt.</p>
<p>Aber trotzdem: Wenn alle so denken wie er, ist es nicht verwunderlich, wenn die Mafia den Kampf gegen eine staatliche Ordnung auch in Zukunft gewinnt.</p>
<p>PS: Leider konnte ich ihm keine Informationen &#xFC;ber das konkrete Vorgehen der Mafia &quot;entlocken&quot;. Vielleicht war ich zu wenig aggressiv? Doch warscheinlicher ist: Er wollte einfach nicht&#8230;</p>
<p>Mehr Infos zur Mafia: <a href="http://de.wikipedia.org/wiki/Mafia">Mafia (Wikipedia)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/wirtschaft/mafia-vs-staat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Was ist Linux?</title>
		<link>http://www.matthiasamacher.ch/studium/was-ist-linux</link>
		<comments>http://www.matthiasamacher.ch/studium/was-ist-linux#comments</comments>
		<pubDate>Thu, 01 Nov 2007 19:32:12 +0000</pubDate>
		<dc:creator>Matthias Amacher</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Studium]]></category>
		<category><![CDATA[betriebssystem]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.makesense.ch/blog/?p=42</guid>
		<description><![CDATA[Linux ist eine Art Betriebssystem. Im Grunde jedoch ist mit dem Begriff Linux nur der Kernel des Systems gemeint. Über diesem Kern wird dann ein Betriebssystem aufgebaut &#8211; eine sogenannte Distribution. Der korrekte Titel des Artikels würde also &#8220;Was ist eine Linux-Distribution?&#8221; heissen. Ich werde aber im ganzen Artikel nur &#8220;Linux&#8221; verwenden, da die beiden [...]]]></description>
			<content:encoded><![CDATA[<p>Linux ist eine Art Betriebssystem. Im Grunde jedoch ist mit dem Begriff Linux nur der Kernel des Systems gemeint. Über diesem Kern wird dann ein Betriebssystem aufgebaut &#8211; eine sogenannte Distribution. Der korrekte Titel des Artikels würde also &#8220;Was ist eine Linux-Distribution?&#8221; heissen. Ich werde aber im ganzen Artikel nur &#8220;Linux&#8221; verwenden, da die beiden Begriffe oft synonym verwendet werden.</p>
<p><strong>Entwicklung</strong></p>
<p>Linux ist also ein Betriebssystem wie zum Beispiel Windows XP, Mac OSX oder UNIX. Der Hauptunterschied zu den anderen (bekannteren) Betriebssystemem ist aber, dass der <strong>Linux Source Code öffentlich</strong> ist. Jeder kann daran mitarbeiten oder kann sich, aufbauend auf dem Kern, ein eigenes Betriebssystem basteln. Natürlich braucht es dazu grosse Erfahrung im Programmieren und weitreichende Computerhardwarekenntnisse.</p>
<p>Ursprünglich wurde Linux aber nur von einem einzigen Entwickler programmiert. Linus Torvalds. Daher kommt auch der Name: LINUX. Das X steht für die Anlehnung an UNIX. Begonnen hat die Entwicklung etwa im Jahr 1991.</p>
<p>Nach der ersten Veröffentlichung von Linux unter der <em><a href="http://www.gnu.de/documents/gpl.de.html">GNU General Public License</a></em> explodierte Linux förmlich. Viele verschiedene Entwickler oder Gruppen machten sich daran den Kern zu verbessern, Anwendungssoftware dazu zu schreiben oder grafische Benutzeroberflächen zu designen.</p>
<p><strong>Distributionen</strong></p>
<p>Inzwischen ist der Kern bei Version 2.6 angelangt und es gibt unzählige <a href="http://de.wikipedia.org/wiki/Liste_von_Linux-Distributionen">Distributionen</a>. Von grossen Desktopoberflächen bis hin zu kleinsten Serverversionen (haben z.B. auf einem Memory Stick oder Router platz). Ubuntu, Kubuntu, Edubuntu, Red Hat, SUSE, Debian, Gentoo, Mandrivia und Knoppix, um nur die bekanntesten zu nennen. Es gibt hunderte. Die meisten Distros sind zudem <strong>gratis</strong> und können vom Internet heruntergeladen werden.</p>
<p><strong>Probleme</strong></p>
<p>Die Unüberschaubarkeit der Distributionen ist in erster Linie ein Problem für den Endbenutzer. Welche ist am besten geeignet für meine Zwecke? Womit fange ich an? Was brauche ich? Was gibt es überhaupt?</p>
<p>Viele verschiedene Enwickler oder Entwicklergruppen arbeiten an einer Distribution. Dies ist vorallem ein Koordinationsproblem für die Entwickler selbst, kann aber auch für den Benutzer relevant werden, wenn es nicht gelöst wird. Es können Instabilitäten oder Inkompatibilitäten auftreten.</p>
<p>Linux ist gratis. Dies ist zwar auch ein Vorteil für viele, aber ich glaube, dass die Qualität der Produkte (auch Support) um einiges besser wäre, wenn die Entwickler damit Geld verdienen könnten, oder zumindest ihre Ausgaben decken könnten.</p>
<p><strong>Tipp</strong></p>
<p>Für alle die noch nie mit Linux gearbeitet haben oder noch nie eines Installiert haben empfehle ich als Anfang eine Distribution mit Grafischer Benutzeroberfläche. Die beliebteste unter ihnen ist zweifellos <a href="http://www.ubuntu.com/">Ubuntu</a>.</p>
<p>Für alle die (viel) mehr über Linux wissen wollen, empfehle ich folgendes Online-Buch: <a href="http://www.galileocomputing.de/openbook/ubuntu/">Ubuntu OpenBook (http://www.galileocomputing.de)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthiasamacher.ch/studium/was-ist-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

