<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Not Geekly Correct</title>
	
	<link>http://www.notgeeklycorrect.com</link>
	<description>Blog of a freelance web developer</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:50:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NotGeeklyCorrect" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="notgeeklycorrect" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Easy rounded corners working in IE7/IE8</title>
		<link>http://www.notgeeklycorrect.com/web-development/2010/01/21/easy-rounded-corners-working-in-ie7ie8/</link>
		<comments>http://www.notgeeklycorrect.com/web-development/2010/01/21/easy-rounded-corners-working-in-ie7ie8/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 17:27:00 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[rounded borders]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=588</guid>
		<description><![CDATA[This afternoon I was looking for a solution to (easily) add rounded corners into some elements of a website we are developing.
After having tried Curvycorners, jQuery Corners without any success (it was completely breaking the design under IE) I finally came to DD_roundies, which use Microsoft VML.
DD_roundies
DD_roundies is a really lightweight piece of code that will [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I was looking for a solution to (easily) add rounded corners into some elements of a website we are developing.</p>
<p>After having tried <a title="curvycorners jquery plugin" href="http://www.curvycorners.net/" target="_blank">Curvycorners</a>, <a title="jQuery Corners plugin" href="http://www.malsup.com/jquery/corner/" target="_blank">jQuery Corners</a> without any success (it was completely breaking the design under <acronym title="Internet Explorer">IE</acronym>) I finally came to <a title="DD_roundies plugin" href="http://dillerdesign.com/experiment/DD_roundies/" target="_blank">DD_roundies</a>, which use <a title="Microsoft VML wikipedia" href="http://en.wikipedia.org/wiki/Vector_Markup_Language" target="_blank">Microsoft VML</a>.</p>
<h3>DD_roundies</h3>
<p>DD_roundies is a really lightweight piece of code that will allows you to add rounded borders to nearly every element of you page by executing </p>
<pre class="brush: plain;">
DD_roundies.addRule('.roundify', '10px');
</pre>
<p>It&#8217;s smart enough to only apply if the Browser doesn&#8217;t support <acronym title="Cascading Style Sheets">CSS</acronym> border-radius styles, so you can just continue to work on your <acronym title="Cascading Style Sheets">CSS</acronym> for a proper implementation in other browser than <acronym title="Internet Explorer">IE</acronym>.</p>
<h3>Because it&#8217;s not a dream world</h3>
<p>So this implementation is working perfectly in IE7 but doesn&#8217;t work in IE8, so if you don&#8217;t need IE8 specific functionalities I would recommend you to just add a meta in your head section to for IE7 compatibility mode in IE8.</p>
<pre class="brush: plain;">
&lt;meta content='<acronym title="Internet Explorer">IE</acronym>=EmulateIE7' http-equiv='X-UA-Compatible' /&gt;
</pre>
<p>or if you use HAML</p>
<pre class="brush: plain;">
%meta{:content =&gt; &quot;<acronym title="Internet Explorer">IE</acronym>=EmulateIE7&quot;, &quot;http-equiv&quot; =&gt; &quot;X-UA-Compatible'&quot;}
</pre>
<p>And off you go, now you can easily round everything like the cool kids <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/web-development/2010/01/21/easy-rounded-corners-working-in-ie7ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superswitcher, a super alternative to alt+tab</title>
		<link>http://www.notgeeklycorrect.com/english/2010/01/08/superswitcher-a-super-alternative-to-alttab/</link>
		<comments>http://www.notgeeklycorrect.com/english/2010/01/08/superswitcher-a-super-alternative-to-alttab/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 14:38:39 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=581</guid>
		<description><![CDATA[I recently came across a fantastic alternative to the alt+tab command on Linux, it&#8217;s called Superswitcher.

Nice features on it
Press the command touch (Windows touch on the keyboard) to display Superswitcher.
To switch from a desktop to another press Command + arrow left or right
To switch from available windows in a desktop press Command + arrow up [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a fantastic alternative to the alt+tab command on Linux, it&#8217;s called <a href="http://code.google.com/p/superswitcher/">Superswitcher</a>.</p>
<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/superswitcher.png"><img class="size-medium wp-image-582    aligncenter" title="superswitcher" src="http://www.notgeeklycorrect.com/wp-content/uploads/superswitcher-300x187.png" alt="superswitcher" width="300" height="187" /></a></p>
<h3>Nice features on it</h3>
<p>Press the command touch (Windows touch on the keyboard) to display Superswitcher.</p>
<p>To switch from a desktop to another press <strong>Command + arrow left or right</strong></p>
<p>To switch from available windows in a desktop press <strong>Command + arrow up or down</strong></p>
<p>To move a window into another desktop press <strong>Command + shift + arrow left or right</strong></p>
<p>To search within all windows name <strong>Command + [any text]</strong></p>
<h3>Screencast</h3>
<p>I&#8217;ve just recorded a quick screencast to show all these functionalities</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AGaSatCyxTY&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/AGaSatCyxTY&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>So?</h3>
<p>For me it&#8217;s now a must have on every computer I use, because it make organizing my desktops really easily.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/english/2010/01/08/superswitcher-a-super-alternative-to-alttab/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Accelerate your tests in Rails with Ubuntu</title>
		<link>http://www.notgeeklycorrect.com/resources/2010/01/06/accelerate-your-tests-in-rails-with-ubuntu/</link>
		<comments>http://www.notgeeklycorrect.com/resources/2010/01/06/accelerate-your-tests-in-rails-with-ubuntu/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:22:32 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[ext4.optimisation]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=575</guid>
		<description><![CDATA[I recently came across a blog post about accelerate Ubuntu disk access perfomrance.
You can read it on Smartlogic blog, it&#8217;s well explained so I&#8217;n not going to copy but I just would like to add some ideas:
You don&#8217;t need to boot on a live CD
Where Nick ask to boot on a live CD and mount [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a blog post about accelerate Ubuntu disk access perfomrance.</p>
<p>You can read it on <a href="http://blog.smartlogicsolutions.com/2009/06/04/mount-options-to-improve-ext4-file-system-performance/" target="_blank">Smartlogic blog</a>, it&#8217;s well explained so I&#8217;n not going to copy but I just would like to add some ideas:</p>
<h4>You don&#8217;t need to boot on a live <acronym title="Compact Disc">CD</acronym></h4>
<p>Where Nick ask to boot on a live <acronym title="Compact Disc">CD</acronym> and mount your partitions, you don&#8217;t really need this part.</p>
<p>First open your /etc/fstab file and spot your active partitions.</p>
<p>For example on my development machine, I use /dev/sda1 for my / and /dev/sda6 for my /home</p>
<p>Close the file and run </p>
<pre class="brush: plain;">
sudo tune2fs -o journal_data_writeback /dev/sdXY
</pre>
<p>on each partitions you&#8217;ll need to tweak.</p>
<h4>Apply noatime and data=writeback to all your working partitions</h4>
<p>As you&#8217;ve done tune2fs on each partitions, you&#8217;ll need to change the mounting options (noatime and data=writeback) in each partitions line inside your fstab.</p>
<h4>Do not do it on your server!</h4>
<p>Because these modifications make the file system more fragile if crashing, please do not consider doing these tweaks on your production servers.</p>
<h4>Enjoy the boost</h4>
<p>Where Nick claim a 30% speed gain on his machine, I can claim a gain of more that 55% as I went down from 55 minutes to 25 minutes for the same test suites on one of the biggest application I work on!</p>
<h4>Was it useful?</h4>
<p>Thanks a lot to <a href="http://blog.smartlogicsolutions.com/author/ngauthier/">Nick Gauthier</a> for his initial blog post, I hope it will be useful to some of you.<br />
Let me know in the comments if you know other tweak that can make my <a href="http://www.notgeeklycorrect.com/english/2009/09/04/netbook-for-webdevelopers/">little machine</a> works faster.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/resources/2010/01/06/accelerate-your-tests-in-rails-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I want to make 2010 really exciting</title>
		<link>http://www.notgeeklycorrect.com/personnal/2010/01/04/i-want-to-make-2010-really-exciting/</link>
		<comments>http://www.notgeeklycorrect.com/personnal/2010/01/04/i-want-to-make-2010-really-exciting/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:12:00 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Personnal]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=569</guid>
		<description><![CDATA[I&#8217;m just back from 10 days holidays in France. Catching up with family and friends was really good, but what I really enjoyed was my disconnection for all development/web platform during these 10 days.
It&#8217;s always a good way, at the end of the year, to do a little retrospective on his work/life and give the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just back from 10 days holidays in France. Catching up with family and friends was really good, but what I really enjoyed was my disconnection for all development/web platform during these 10 days.<br />
It&#8217;s always a good way, at the end of the year, to do a little retrospective on his work/life and give the new year a fresh start.</p>
<h3>2009 was a really busy and exciting year</h3>
<p>While I was looking back on what happened in 2009 I found that:</p>
<ul>
<li><b>I moved 2 times.</b></li>
<li><b>I had 1 bike accident.</b> 2009 was a cycling year for me. I started to cycle everytime, everywhere to ditch the car. In mid year I had an accident with a broken colar bone in results. I spent nearly 3 weeks out of work. It was a really bad time.</li>
<li><b>I&#8217;m now engaged.</b> This is a result of the bike accident <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</li>
<li><b>I launched 3 web app.</b> In the beginning of the year I launched <a href="http://www.serialcooking.com">Serialcooking</a>, which is now closed but the blog is still alive. Then in September I launched <a href="hhtp://www.tweetcetetera.com">Tweetcetera</a>, an easy web twitter client. Finally in December I launched <a href="http://www.howgoodismyfood.com">Howgoodismyfood</a>.</li>
<li><b>I moved to full time freelance.</b> This is the big change this year, and a big challenge as well as my network, in England, is not as big as it was in France.</li>
</ul>
<p>So basically 2009 was a really good year, and I&#8217;ll work on make 2010 even better.</p>
<h3>Make 2010 better and more exciting than 2009</h3>
<ul>
<li>My first decision in 2010 is to discontinue the Serialcooking web application (we&#8217;ll keep the blog alive). It was supposed to be redo from scratch (because I made a lot of UI mistakes), but finally it&#8217;s going to take a lot of time and effort, and in 2010 I really want to concentrate myself on my freelance activity.</li>
<li>I&#8217;ll <b>blog more</b> as well. This is going to be result of the previous decision. I&#8217;ll have more time to update this blog and to create tutorials and smaller apps.</li>
<li><b>Embrace this f*** social media</b>: I&#8217;ll try to be proactive on <a href="http://uk.linkedin.com/in/nicolasalpi" title="my linkedin profile">Linkedin</a>, <a href="http://www.facebook.com/nicolas.alpi" title="my facebook profile">facebook</a> and <a href="http://www.twitter.com/spyou" title="My Twitter profile">Twitter</a>.</li>
<li>I&#8217;ll do my best to <b>attend at a minimum of 1 network/conference</b> event a month.</li>
<li>Run the Bath half marathon</li>
<li><b>Release at least 3 plugins/gems</b>: I&#8217;ve got some code in the cardboard that I need to clean up before releasing, but I&#8217;ll do it</li>
</ul>
<h3>The most important one</h3>
<p>Find some interesting work!</p>
<p>As some might know I&#8217;m a workaholic, I just love coding, crafting websites, applications. So if you have any project in preparation, do not hesitate to <a href="http://www.notgeeklycorrect.com/about/">contact me</a> for a chat.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/personnal/2010/01/04/i-want-to-make-2010-really-exciting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s new on Tweetcetera</title>
		<link>http://www.notgeeklycorrect.com/tweetcetera/2009/11/06/whats-new-on-tweetcetera/</link>
		<comments>http://www.notgeeklycorrect.com/tweetcetera/2009/11/06/whats-new-on-tweetcetera/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:47:32 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Tweetcetera]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=554</guid>
		<description><![CDATA[Last week has been a pretty busy week, but I was able to put some time on Tweetcetera.
Appart for some little bug correction, here are the major update that have been done this week
Realtime update in title and tab bar
When Tweetcetera refresh your tweets, it display a little notification on your page displaying the number [...]]]></description>
			<content:encoded><![CDATA[<p>Last week has been a pretty busy week, but I was able to put some time on <a href="http://www.tweetcetera.com">Tweetcetera</a>.</p>
<p>Appart for some little bug correction, here are the major update that have been done this week</p>
<h3>Realtime update in title and tab bar</h3>
<p>When <a href="http://www.tweetcetera.com">Tweetcetera</a> refresh your tweets, it display a little notification on your page displaying the number of new tweets.</p>
<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/tweetcetera_top_updates.png"><img class="size-full wp-image-555  aligncenter" title="tweetcetera_top_updates" src="http://www.notgeeklycorrect.com/wp-content/uploads/tweetcetera_top_updates.png" alt="tweetcetera_top_updates" width="250" height="181" /></a></p>
<p>Now it also display this number in your title bar and in you tab bar if you&#8217;re using a tabbed browser. That&#8217;s really convenient as you don&#8217;t need to go back to the page to view is their are updates in your network.</p>
<h3>Real time count down</h3>
<p><a href="http://www.tweetcetera.com">Tweetcetera</a> now display a count down before the next auto update of your timeline, user timeline or search results.</p>
<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/tweetecetera_next_refresh.png"><img class="size-full wp-image-556  aligncenter" title="tweetecetera_next_refresh" src="http://www.notgeeklycorrect.com/wp-content/uploads/tweetecetera_next_refresh.png" alt="tweetecetera_next_refresh" width="178" height="55" /></a></p>
<p>So you now exactly when it&#8217;s going to be refreshed.</p>
<h3>Follow cost</h3>
<p><a href="http://www.tweetcetera.com">Tweetcetera</a> is now using the <a href="http://followcost.com/">Followcost</a> api to display the number of average tweets/day and the number of tweets replied on a user page.</p>
<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/tweetcetera_follow_cost.png"><img class="size-full wp-image-557  aligncenter" title="tweetcetera_follow_cost" src="http://www.notgeeklycorrect.com/wp-content/uploads/tweetcetera_follow_cost.png" alt="tweetcetera_follow_cost" width="200" height="464" /></a></p>
<p>These indications, combined to the &#8220;mentioning&#8221; sidebar section, give you all the informations you need to decide if you&#8217;ll follow a user or not.</p>
<h3>What&#8217;s next?</h3>
<p>Next week I&#8217;ll be working on list implementation, and usernames auto completion. Please if you want to see any features, just drop me a message or comment on the <a href="http://getsatisfaction.com/tweetcetera">getsatisfaction</a> page or on this blog post.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/tweetcetera/2009/11/06/whats-new-on-tweetcetera/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tweetcetera is live today!</title>
		<link>http://www.notgeeklycorrect.com/ruby-on-rails/2009/10/29/tweetcetera-is-live-today/</link>
		<comments>http://www.notgeeklycorrect.com/ruby-on-rails/2009/10/29/tweetcetera-is-live-today/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 12:22:24 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tweetcetera]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=540</guid>
		<description><![CDATA[
\o/ \o/ Tweetcetera is now live! After several development weeks, it&#8217;s finally out!.
What&#8217;s Tweetcetera &#8230;
Tweetcetera is meant to look similar to Twitter web interface, so that you don&#8217;t need to learn how to use a new website. But we have added some nice features, which we felt were missing from the original product.
You won&#8217;t find [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/slide.png"><img class="size-full wp-image-543  aligncenter" title="slide" src="http://www.notgeeklycorrect.com/wp-content/uploads/slide.png" alt="slide" width="564" height="180" /></a></p>
<p>\o/ \o/ <a href="http://www.tweetcetera.com">Tweetcetera</a> is now live! After several development weeks, it&#8217;s finally out!.</p>
<h3>What&#8217;s <a href="http://www.tweetcetera.com">Tweetcetera</a> &#8230;</h3>
<p><a href="http://www.tweetcetera.com">Tweetcetera</a> is meant to look similar to Twitter web interface, so that you don&#8217;t need to learn how to use a new website. But we have added some nice features, which we felt were missing from the original product.<br />
You won&#8217;t find any big revolutionary feature but we believe that big changes can come from small differences. To see what we mean by &#8217;small differences&#8217;, have a look at the details below. And if you&#8217;re still not convinced, try it and we promise you&#8217;ll never go back to using Twitter web interface (or so we hope!).</p>
<h3>.. In 3 words?</h3>
<p>Twitter stupidly easy!</p>
<h3>Give it a try</h3>
<p>To really release <a href="http://www.tweetcetera.com">Tweetcetera</a> power, you have to use it, for 1 hour, and you&#8217;ll be convince. Please feel free to add any comment or feedbacks to develop it on the right direction.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/ruby-on-rails/2009/10/29/tweetcetera-is-live-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caffeine for Linux, now available in version 1.0</title>
		<link>http://www.notgeeklycorrect.com/geek-stuff/2009/10/23/caffeine-for-linux-now-available-in-version-1-0/</link>
		<comments>http://www.notgeeklycorrect.com/geek-stuff/2009/10/23/caffeine-for-linux-now-available-in-version-1-0/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 12:34:44 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/english/2009/10/23/caffeine-for-linux-now-available-in-version-1-0/</guid>
		<description><![CDATA[After Shutter, the Skitch like for Linux, I would like to spot the light to a very useful Linux app called Caffeine.
Why is it use for?
Caffeine stop your computer for going to sleep, or just to switch your back light off.
Really useful when watching a video, or during a meting.
You can also add process, that [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.notgeeklycorrect.com/tools/2009/10/20/shutter-a-skitch-for-linux/" target="_blank">Shutter</a>, the Skitch like for Linux, I would like to spot the light to a very useful Linux app called Caffeine.</p>
<h3>Why is it use for?</h3>
<p>Caffeine stop your computer for going to sleep, or just to switch your back light off.<br />
Really useful when watching a video, or during a meting.</p>
<p>You can also add process, that will automaticaly enable Caffeine. (Like VLC, OpenOffice, what ever ..).</p>
<h3>How to get it?</h3>
<p>On the <a href="http://www.blastfromthepast.se/blabbermouth/2009/10/caffeine-for-linux-1-released/" target="_blank">Caffeine developer blog</a>, you can find a good introduction to the software.</p>
<p>To install it, just follow the instructions for the <a href="http://www.blastfromthepast.se/caffeine/index.php?title=Downloads" target="_blank">Caffeine Wiki</a>.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=59cfce66-ba77-8256-9200-fb4a7368596d" alt="" /></div>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/geek-stuff/2009/10/23/caffeine-for-linux-now-available-in-version-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shutter, a skitch for linux</title>
		<link>http://www.notgeeklycorrect.com/tools/2009/10/20/shutter-a-skitch-for-linux/</link>
		<comments>http://www.notgeeklycorrect.com/tools/2009/10/20/shutter-a-skitch-for-linux/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:25:10 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[alternatives]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/tools/2009/10/20/shutter-a-skitch-for-linux/</guid>
		<description><![CDATA[Yesterday, during a meeting I saw one of a mac addict using Skitch. Like every time I saw someone using a good proper Mac Os only tool, I try to find a proper Linux alternative.
Shutter is the Skitch Linux alternative:
Then I found Shutter. Shutter is the Skitch Linux alternative.To install it on Ubuntu, just download [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, during a meeting I saw one of a mac addict using <a target="_blank" href="http://skitch.com/">Skitch</a>. Like every time I saw someone using a good proper Mac Os only tool, I try to find a proper Linux alternative.<br />
<h3>Shutter is the Skitch Linux alternative:</h3>
<p>Then I found <a href="http://shutter-project.org/" target="_blank">Shutter</a>. Shutter is the Skitch Linux alternative.<br />To install it on Ubuntu, just <a href="http://shutter-project.org/downloads/" target="_blank">download</a> the last version or add the <a href="https://launchpad.net/%7Eshutter/+archive/ppa" target="_blank">Shutter PPA repository</a> to your sources.<br />
<h3>Features:</h3>
<p>As far as I&#8217;ve tested, <a href="http://shutter-project.org/" target="_blank">Shutter</a> is full of goodness. It makes screenshots on Linux easy.</p>
<p>You&#8217;ll be able to capture a entire window, or a portion of you desktop. Multiple capture history is supported.<br />Then you be able to basically edit this image with the built in image editor.<br />And finally you&#8217;ll be able save or upload your screenshot to image sharing website.</p>
<p>I you want to upload your image from Shutter to Flickr, you&#8217;ll need to install Postr. Just read <a href="http://shutter-project.org/faq-help/upload-to-flickr/" target="_blank">Shutter upload to flickr about page</a> to see how easy it is.</p>
<p>I really like when developers come with good solutions for every day problem like this. And definitely <a href="http://shutter-project.org/" target="_blank">Shutter</a> is one of them.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=98e07c0a-05fe-840c-bdec-dcb275f60e9e" /></div>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/tools/2009/10/20/shutter-a-skitch-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>In web we trust, but how much?</title>
		<link>http://www.notgeeklycorrect.com/english/2009/10/19/in-web-we-trust-but-how-much/</link>
		<comments>http://www.notgeeklycorrect.com/english/2009/10/19/in-web-we-trust-but-how-much/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:10:30 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Project Development]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Tweetcetera]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=525</guid>
		<description><![CDATA[Since September, I&#8217;ve been developing tweetcetera on my spare time. And I&#8217;m on the point to release a beta soon (end of the month or earlier)..
What is tweetcetera?
Tweetcetera is a web application I&#8217;m working on the spare time. Basically, you login in with you Twitter account, and it reproduce the Twitter web interface with smarter [...]]]></description>
			<content:encoded><![CDATA[<p>Since September, I&#8217;ve been developing tweetcetera on my spare time. And I&#8217;m on the point to release a beta soon (end of the month or earlier)..</p>
<h3>What is tweetcetera?</h3>
<p>Tweetcetera is a web application I&#8217;m working on the spare time. Basically, you login in with you Twitter account, and it reproduce the Twitter web interface with smarter options.</p>
<p>Once the beta out, I want the development to be user centred, so a uservoice will be open and everyone will be welcome to ask for new features.</p>
<h3>What is the problem?</h3>
<p>I had a conversation with <a href="http://merbist.com/">Matt Aimonetii</a> where I asked him to test the current version of tweetcetera.</p>
<p>Even if I use Twitter Oauth  for the authentication (ie: I don&#8217;t store you password, you login on twitter and then are redirected to the application), there was a confidentiality problem.</p>
<p>His first thoughts were:</p>
<blockquote><p>How do I know that you&#8217;re not going to use my personal informations?<br />
How do I know that you&#8217;re not going to post analyse informations like DM or protected statuses?</p></blockquote>
<p>I must admit that, as a fair developer, I wasn&#8217;t expecting these kind of questions. I didn&#8217;t even think about it when using another third party application to connect to Twitter.</p>
<p>But the question is legitimate. You don&#8217;t want to be spammed, or analyse without your contentment right?</p>
<h3>What can I do?</h3>
<p>As a lot of developer, I&#8217;m fair. And so are my applications. I&#8217;m not going to use informations for post analyse. But how can I transmit the message?</p>
<p>I don&#8217;t want to write a big warning on the landing page saying &#8220;Trust us, we are not evil!&#8221;, that would scare more people than reassure the others.</p>
<p>If you are using web third party app (like <a href="http://seesmic.com/">Seesmic</a> for example), what makes you trust a this application? (Brand reputation? Website design? &#8230; )</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/english/2009/10/19/in-web-we-trust-but-how-much/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My tools of the trade</title>
		<link>http://www.notgeeklycorrect.com/english/2009/10/14/my-tools-of-the-trade/</link>
		<comments>http://www.notgeeklycorrect.com/english/2009/10/14/my-tools-of-the-trade/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 08:53:15 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.notgeeklycorrect.com/?p=510</guid>
		<description><![CDATA[Rubyflow blog started yesterday a thread called Tools of the Trade, so to reply here is my main tools, I use everyday.

Hardware
As described in a previous post I now use a netbook as main development machine until September this year.
Machine1: Medion E1312,11.6&#8243;,Athlon 1.6 Ghz single core, 2 Gig Ram . For all task, it&#8217;s really [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rubyflow.com/">Rubyflow</a> blog started yesterday a thread called <a href="http://rubyflow.com/items/2865">Tools of the Trade</a>, so to reply here is my main tools, I use everyday.</p>
<p style="text-align: center;"><a href="http://www.notgeeklycorrect.com/wp-content/uploads/DSC00316.JPG"><img class="size-medium wp-image-518  aligncenter" title="DSC00316" src="http://www.notgeeklycorrect.com/wp-content/uploads/DSC00316-300x225.jpg" alt="DSC00316" width="300" height="225" /></a></p>
<h3>Hardware</h3>
<p>As described in a <a href="http://www.notgeeklycorrect.com/english/2009/09/04/netbook-for-webdevelopers/">previous post</a> I now use a netbook as main development machine until September this year.</p>
<p><strong>Machine1:</strong> Medion E1312,11.6&#8243;,Athlon 1.6 Ghz single core, 2 Gig Ram . For all task, it&#8217;s really responsive, but when you run tests, the single core is as slow as a dead cow unfortunately. The screen can sometime be a bit small, but it&#8217;s ok most of the time.</p>
<p><strong>Machine2:</strong> At home, an old P4 is used to backup everything on 1,5 TB hard drive. (Ubuntu server)</p>
<p><strong>Screen:</strong> At home I&#8217;ve got a second monitor, 19&#8243; from HP.</p>
<p><strong>Headphones:</strong> Sennheiser HD215</p>
<p><strong>External mini western digital HD:</strong> 360 Gig in a small pocket size.</p>
<h3>Software</h3>
<p><a href="http://www.ubuntu.com/">Ubuntu</a>, because it&#8217;s efficient and easy. If you want to learn more about my setup you can see my <a href="http://www.notgeeklycorrect.com/english/2009/05/04/2009-rubyists-guide-to-linux-development-environment/">Rubyists guide to Linux development environment</a>.</p>
<p><a href="http://projects.gnome.org/gedit/">Gedit</a> combined with <a href="http://projects.gnome.org/gedit/">Gmate</a> makes my editor of choice under Linux. One day, I&#8217;ll learn to master Vim &#8230;</p>
<p><a href="http://do.davebsd.com/">Gnome-do</a>, a Quicksilver like.</p>
<p><a href="http://banshee-project.org/">Banshee media player</a>, really good at managing music collection and screencast/podcast feeds.</p>
<p><a href="http://www.firefox.com">Firefox 3.5</a>, with web developer extension, bugzilla, Yslow, Delicious.</p>
<p><strong>Tweetcetera</strong> is now my twitter client of choice. Normal you would as I&#8217;m the developer <img src='http://www.notgeeklycorrect.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . Should be released in beta soon.</p>
<p><a href="http://liferea.sourceforge.net/">Liferea</a> is my main <acronym title="Really Simple Syndication">RSS</acronym> reader. Needed to do some tricks to make it quick in Ubuntu.</p>
<p><a href="http://projects.gnome.org/evolution/">Gnome-evolution</a> for all my different emails accounts.</p>
<p><strong>Gnome terminal</strong>.</p>
<p><a href="http://github.com/jessevdk/gitg">Gitg</a>, a git desktop app, better than the old gitk.</p>
<p><a href="http://www.gimp.org/">The Gimp</a>, I&#8217;m not a designer, so, that fit my needs.</p>
<p><a href="http://www.inkscape.org/">Inkscape</a>, same as The Gimp. Fits my needs.</p>
<h3>Other</h3>
<p><strong>Bike:</strong> I use an old Raleigh racer bike, transformed into a single speed after an accident.</p>
<p><strong>Bag:</strong> <a href="http://www.amazon.co.uk/Targus-Carry-Case-Messenger-Charcoal/dp/B0013F98PO/ref=sr_1_10?ie=UTF8&amp;s=electronics&amp;qid=1255508744&amp;sr=8-10">Targus messenger bag</a> that can all my life, and carrying it around the city.</p>]]></content:encoded>
			<wfw:commentRss>http://www.notgeeklycorrect.com/english/2009/10/14/my-tools-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
