<?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>Nicolas Kuttler &#187; xorg</title>
	<atom:link href="http://www.nkuttler.de/tag/xorg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nkuttler.de</link>
	<description>WordPress Services, IT Services</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:36:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using recordmydesktop to upload to YouTube, Vimeo etc.</title>
		<link>http://www.nkuttler.de/2010/06/21/convert-recordmydesktop-movies-to-flash/</link>
		<comments>http://www.nkuttler.de/2010/06/21/convert-recordmydesktop-movies-to-flash/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:10:51 +0000</pubDate>
		<dc:creator>nicolas</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.nkuttler.de/?p=1527</guid>
		<description><![CDATA[recordMyDesktop is a great tool to make videos of what you&#8217;re doing with your computer. This can be very useful to demonstrate software features or to document workflows. By default, recordMyDesktop produces Ogg-Theora-Vorbis. If you want to share your files or upload them to a video site you&#8217;ll want to convert them to something more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://recordmydesktop.sourceforge.net/">recordMyDesktop</a> is a great tool to make videos of what you&#8217;re doing with your computer. This can be very useful to demonstrate software features or to document workflows. By default, recordMyDesktop produces Ogg-Theora-Vorbis. If you want to share your files or upload them to a video site you&#8217;ll want to convert them to something more common.<span id="more-1527"></span></p>

<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">mencoder out.ogv -ovc xvid -oac mp3lame -xvidencopts pass=1 -o out.avi</pre></div></div>

<p>This will produce a video of good enough quality so that people can see what you are doing.</p>
<p>Here&#8217;s an example:</p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/OTv8loMWDPU&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OTv8loMWDPU&#038;fs=1" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Please notice that mouse and click highlighting aren&#8217;t recordMyDesktop features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nkuttler.de/2010/06/21/convert-recordmydesktop-movies-to-flash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My favorite Firefox Add-ons</title>
		<link>http://www.nkuttler.de/2009/08/25/my-favorite-firefox-add-ons/</link>
		<comments>http://www.nkuttler.de/2009/08/25/my-favorite-firefox-add-ons/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:02:23 +0000</pubDate>
		<dc:creator>nicolas</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.nkuttler.de//?p=834</guid>
		<description><![CDATA[This is about the Firefox Add-ons I use. This really is a complete list, I like to keep my browser lean. I&#8217;m fully aware that most people will miss things like Adblock, Pixel perfect and greasemonkey, but I don&#8217;t use them. Usability Tab Kit: My favorite tab extension. Has many many features, I use it [...]]]></description>
			<content:encoded><![CDATA[<p>This is about the Firefox Add-ons I use. This really is a complete list, I like to keep my browser lean. I&#8217;m fully aware that most people will miss things like Adblock, Pixel perfect and greasemonkey, but I don&#8217;t use them.<span id="more-834"></span></p>
<a name="wptoc_0_0_0"></a><h2>Usability</h2>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/5447">Tab Kit</a>:</strong> My favorite tab extension. Has many many features, I use it mostly because it allow more than one row of tabs and tab grouping/collapsing.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/2408">Clear Fields</a>:</strong> This solves a quite annoying issue with Firefox and the xorg clipboard. Xorgs lets you paste things that you have highlighted with the mouse by simply clicking the middle mouse button. However, the previous contents of the search and address fields don&#8217;t get cleared. This adds buttons to clear those fields before pasting.</p>
<a name="wptoc_0_0_1"></a><h2>Development and Webdesign</h2>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a>:</strong> The swiss army knife of web developer add-ons. To quote from it&#8217;s description: &#8220;You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page&#8221;. Very power- and useful.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/4904">Gridfox</a>:</strong> Indispensable while making grid-based layouts or aligning text to a base grid.</p>
<p><strong><a href="http://livehttpheaders.mozdev.org/">Live HTTP headers</a>:</strong> This is rather esoteric, but very useful for JavaScript debugging and web app development.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a>:</strong> This is what I used before Firebug existed, and it&#8217;s still useful today.</p>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/539">MeasureIt</a>:</strong>This is very useful for quickly measuring the size of various elements on a page.</p>
<a name="wptoc_0_0_2"></a><h2>Privacy/Security</h2>
<p><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/4703">Cookie Monster</a>:</strong> The best cookie manager I could find. I always block all 3rd party cookies, and by default no website is allowed to store cookies on my computer. Cookie monster makes it very easy to allow cookies for sites I visit. Another nice feature is to only allow session cookies for some sites.</p>
<p><strong><a href="http://flashblock.mozdev.org/">Flashblock</a>:</strong> Blocks all annoying flash animations. Can whitelist sites of course. A must.</p>
<p><strong><a href="http://noscript.net/">NoScript</a>:</strong> Blocks all (3rd party) JavaScript. Indispensable security tool and gets rid of most ads as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nkuttler.de/2009/08/25/my-favorite-firefox-add-ons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Accents in xorg</title>
		<link>http://www.nkuttler.de/2009/06/18/accents-in-xorg/</link>
		<comments>http://www.nkuttler.de/2009/06/18/accents-in-xorg/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:54:14 +0000</pubDate>
		<dc:creator>nicolas</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[accents]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[keymap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.nkuttler.de//?p=821</guid>
		<description><![CDATA[Most of the time I&#8217;m a very happy vim user. Vim has superb support for inputting all kind of characters, see :help digraph and :digraphs. But from time to time I need to input accents etc. in other GUI apps. A long time ago xorg in Debian did default to use deadkeys. I remember that [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time I&#8217;m a very happy <a href="http://www.vim.org/">vim</a> user. Vim has superb support for inputting all kind of characters, see <tt>:help digraph</tt> and <tt>:digraphs</tt>. But from time to time I need to input accents etc. in other GUI apps.<span id="more-821"></span><br />
A long time ago xorg in Debian did default to use deadkeys. I remember that I was quite annoyed by it, because typing <tt>~/</tt> required three key presses. However, somewhen in the past the keyboard behavior was changed to <tt>nodeadkeys</tt>  which makes it kind of impossible to input accents as in é, è, or â. What&#8217;s even worse, I didn&#8217;t manage to override xorg&#8217;s auto-configuration of <tt>(**) Option "xkb_variant" "nodeadkeys</tt>, no setting of <tt>Option "XkbVariant" "nodeadkeys"</tt> did help.<br />
Running <tt>setxkbmap de</tt> restored the dead keys for me. I should add that my system uses <tt>locale de_DE.UTF-8</tt>. This will be ok for some time, however, I think I really want to use the <tt>"xkb_options" "compose:rctrl"</tt> option, at least for the tilde.<br />
Btw, I&#8217;m perfectly aware of <tt>xmodmap</tt>, but I really don&#8217;t like to mess around with it for such a simple requirement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nkuttler.de/2009/06/18/accents-in-xorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Openbox</title>
		<link>http://www.nkuttler.de/2009/05/28/switching-to-openbox/</link>
		<comments>http://www.nkuttler.de/2009/05/28/switching-to-openbox/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:24:04 +0000</pubDate>
		<dc:creator>nicolas</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.nkuttler.de//?p=781</guid>
		<description><![CDATA[After a decade of windowmaker and fluxbox I&#8217;ve switched to openbox. I was motivated by the fact that some recent fluxbox upgrade left my decor-less urxvtcs visible on all desktops which was rather annoying. Somebody on irc suggested openbox, and after a few minutes I started to like it a lot! What&#8217;s great about openbox: [...]]]></description>
			<content:encoded><![CDATA[<p>After a decade of <a href="http://www.windowmaker.info/">windowmaker</a> and <a href="http://www.fluxbox.org">fluxbox</a> I&#8217;ve switched to <a href="http://icculus.org/openbox/">openbox</a>. I was motivated by the fact that some recent fluxbox upgrade left my decor-less <a href="http://software.schmorp.de/pkg/rxvt-unicode.html">urxvtc</a>s visible on all desktops which was rather annoying. Somebody on irc suggested openbox, and after a few minutes I started to like it a lot!<span id="more-781"></span></p>
<p>What&#8217;s great about openbox:</p>
<ul>
<li>it&#8217;s fast</li>
<li>it&#8217;s based on blackbox (but has been completely rewritten) and has a dock</li>
<li>it&#8217;s standards compliant</li>
<li><a href="http://icculus.org/openbox/index.php/Help:Bindings#Key_chains">chainable key bindings</a></li>
<li><a href="http://icculus.org/openbox/index.php/Openbox:Pipemenus">pipe menus</a>, menu elements that are dynamically generated through small scripts</li>
<li>nice tools like <a href="http://icculus.org/openbox/index.php/ObConf:About">ObConf</a> and <a href="http://obmenu.sourceforge.net/">ObMenu</a></li>
</ul>
<p>I like a minimal configuration, my main workspace has just two terminals:</p>

<p>The transparent task bar at the bottom is <a href="http://code.google.com/p/tint2/">tint2</a>. The 0.7 version has an integrated systray which is nice, however the debian package is slightly outated. If your version doesn&#8217;t support the systray download the source from the tint2 page. My version oddly had a binary included in the <tt>src/</tt> folder. If you need to compile yourself,  <tt>apt-get build-dep tint2</tt>, go to the <tt>src/</tt> folder, type <tt>make</tt> and copy the binary to some place that&#8217;s in your <tt>$PATH</tt>.</p>
<p>The openbox wiki seems to have all the documentation that&#8217;s necessary, like <a href="http://icculus.org/openbox/index.php/Help:Applications">per application window settings</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nkuttler.de/2009/05/28/switching-to-openbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
