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

<channel>
	<title>(i) information</title>
	<atom:link href="http://nicolas.noben.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicolas.noben.org</link>
	<description>nicolas noben blog</description>
	<pubDate>Tue, 03 Feb 2009 02:28:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What&#8217;s the best license for my project?</title>
		<link>http://nicolas.noben.org/blog/whats-the-best-license-for-my-project/</link>
		<comments>http://nicolas.noben.org/blog/whats-the-best-license-for-my-project/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 07:48:19 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/?p=61</guid>
		<description><![CDATA[Grant Skinner has released a very succinct comparison of the common open-source licenses on his blog.
It&#8217;s funny I&#8217;ve been scouting the web for so long to find such a thing. Everyone raving about open-source could talk for days about the different licenses and head aches are often on the table. 
So finally, this is clearing [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/whats-the-best-license-for-my-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to make flex buttons use the hand cursor (on roll over)</title>
		<link>http://nicolas.noben.org/blog/how-to-make-flex-buttons-use-the-hand-cursor-on-roll-over/</link>
		<comments>http://nicolas.noben.org/blog/how-to-make-flex-buttons-use-the-hand-cursor-on-roll-over/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 02:30:47 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/?p=60</guid>
		<description><![CDATA[This is a basic tutorial for beginners in Flex.
* Difficulty: Easy
* Required: Flex Builder
We&#8217;re going to extend the Button Component of flex to automatically use the hand cursor. It&#8217;s also a good introduction on how to make your own components.
Create a Class
In Flex Builder, right click within the folder of your current Flex project and [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/how-to-make-flex-buttons-use-the-hand-cursor-on-roll-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Digg UFO updated</title>
		<link>http://nicolas.noben.org/blog/digg-ufo-updated/</link>
		<comments>http://nicolas.noben.org/blog/digg-ufo-updated/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:45:15 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/?p=58</guid>
		<description><![CDATA[Digg UFO is a Digg Aggregator that displays Digg in a more interesting way. You can easily follow the categories.
Version 1.2 includes much faster rendering and left-right key support.
Digg UFO.
]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/digg-ufo-updated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updates</title>
		<link>http://nicolas.noben.org/blog/updates/</link>
		<comments>http://nicolas.noben.org/blog/updates/#comments</comments>
		<pubDate>Sun, 11 May 2008 07:50:07 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Rant]]></category>

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

		<guid isPermaLink="false">http://nicolas.noben.org/?p=56</guid>
		<description><![CDATA[iRSS is finished and in private beta! &#8230; I&#8217;m really excited about that app for iphone, and I look forward to open it to public. It will have its own .com and has already been renamed from its development name iRSS. I already use it on a daily basis and it&#8217;s part of my life.

I [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iRSS: final steps</title>
		<link>http://nicolas.noben.org/blog/irss-final-steps/</link>
		<comments>http://nicolas.noben.org/blog/irss-final-steps/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 00:47:59 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/irss-final-steps/</guid>
		<description><![CDATA[Final steps

Ok this part has been harder. The technicality of a user registration and everything that goes with it is nowhere near simple. Security measures, hacking protections and session management were only a few to point out the issues.

It was also a lot less fun to write. No more CSS or HTML play. This was rough pure php user management.

Anyway I manage to get it all working well! ...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/irss-final-steps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iRSS: moving on to step 2.</title>
		<link>http://nicolas.noben.org/blog/irss-moving-on-to-step-2/</link>
		<comments>http://nicolas.noben.org/blog/irss-moving-on-to-step-2/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 12:10:50 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Rant]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/irss-moving-on-to-step-2/</guid>
		<description><![CDATA[Moving on!
I now got the manage page sorted (kinda), deleting feeds works, the add feed button brings the panel and the autodiscovery is implemented.
I&#8217;m not too happy with the code. This time I didn&#8217;t use cake php or any framework so it is up to me to spit out decent code. I&#8217;ve yet to talk [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/irss-moving-on-to-step-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iRSS: another RSS reader for iPhone is born.</title>
		<link>http://nicolas.noben.org/blog/irss-another-rss-reader-for-iphone-is-born/</link>
		<comments>http://nicolas.noben.org/blog/irss-another-rss-reader-for-iphone-is-born/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:57:38 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/irss-another-rss-reader-for-iphone-is-born/</guid>
		<description><![CDATA[Well, since I could not find a rss reader that I liked on iphone, I decided to make my own.
Mdigger was cool but I didnt like the idea of webclips. It is also pretty tugly!
I also tried newsgator but I hated the fact that I couldnt just add feeds from the interface!  How silly [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/irss-another-rss-reader-for-iphone-is-born/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DiggUFO Launched</title>
		<link>http://nicolas.noben.org/blog/diggufo-launched/</link>
		<comments>http://nicolas.noben.org/blog/diggufo-launched/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 10:07:22 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/diggufo-launched/</guid>
		<description><![CDATA[Digg UFO. An after-hours project, finally live. Have fun!

]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/diggufo-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New technologies or shooting crazy?</title>
		<link>http://nicolas.noben.org/blog/new-technologies-or-shooting-crazy/</link>
		<comments>http://nicolas.noben.org/blog/new-technologies-or-shooting-crazy/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 08:04:13 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Rant]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/new-technologies-or-shooting-crazy/</guid>
		<description><![CDATA[The excitement around new technologies often acts as a shield for software makers to not have to fix their current shit.
It&#8217;s literally poops me that Adobe keeps creating more languages and extensions, new technologies, and yet, the IDE of Flash is still so shocking!
Some technologies, such as Director, seems to be floating in the AIR [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/new-technologies-or-shooting-crazy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plain Clip, freeware trigger to remove formatting from clipboard text</title>
		<link>http://nicolas.noben.org/blog/plain-clip-freeware-trigger-to-remove-formatting-from-clipboard-text/</link>
		<comments>http://nicolas.noben.org/blog/plain-clip-freeware-trigger-to-remove-formatting-from-clipboard-text/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 07:22:03 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/plain-clip-freeware-trigger-to-remove-formatting-from-clipboard-text/</guid>
		<description><![CDATA[Plain Clip is a small Mac OS X application that removes formatting from text which is on the clipboard. It&#8217;s designed as a faceless application (no GUI), which makes it ideal for triggering it from a hotkey and launcher applications such as Quicksilver
Check out Plain Clip
I can see this being very useful for something like [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/plain-clip-freeware-trigger-to-remove-formatting-from-clipboard-text/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IdleTogether Launched!</title>
		<link>http://nicolas.noben.org/blog/idletogether-blog-technology-news-design/</link>
		<comments>http://nicolas.noben.org/blog/idletogether-blog-technology-news-design/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 12:50:00 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/idletogether-blog-technology-news-design/</guid>
		<description><![CDATA[IdleTogether is a technology blog oriented towards good design and impressive web applications.
I had the domain idling for about a year now, it&#8217;s time to put it to some good use. One word for you: Postie.
Syndicate it!
n.
]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/idletogether-blog-technology-news-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto: Allow the flash to scale down if the screen resolution is too small</title>
		<link>http://nicolas.noben.org/blog/flash-detection-resolution-noscale-showall-resize-javascript/</link>
		<comments>http://nicolas.noben.org/blog/flash-detection-resolution-noscale-showall-resize-javascript/#comments</comments>
		<pubDate>Fri, 25 May 2007 14:35:17 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/flash-detection-resolution-noscale-showall-resize-javascript/</guid>
		<description><![CDATA[In today's Internet, we can finally create website intended to work in 1024*768 as a minimum resolution. Some might say even higher. 

Yes, some people are still in 800*600. And yes they deserve to enjoy your website, so why wouldn't they get a resized version?

This tutorial outlines how to get started.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/flash-detection-resolution-noscale-showall-resize-javascript/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Print out terminal results of any commands to TextEdit (OS X)</title>
		<link>http://nicolas.noben.org/blog/output-terminal-to-textedit-os-x-open-f-grep/</link>
		<comments>http://nicolas.noben.org/blog/output-terminal-to-textedit-os-x-open-f-grep/#comments</comments>
		<pubDate>Sat, 19 May 2007 09:36:37 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/output-terminal-to-textedit-os-x-open-f-grep/</guid>
		<description><![CDATA[To print out to TextEdit straight away, all you have to do is 'pipe' the result to 'open -f'...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/output-terminal-to-textedit-os-x-open-f-grep/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to compile AS3 in Flash from Flex Builder (or anywhere on Mac)</title>
		<link>http://nicolas.noben.org/blog/compile-as3-actionscript-flash-flex-builder-mac-os-x-quicksilver-applescript-editor/</link>
		<comments>http://nicolas.noben.org/blog/compile-as3-actionscript-flash-flex-builder-mac-os-x-quicksilver-applescript-editor/#comments</comments>
		<pubDate>Thu, 03 May 2007 14:03:06 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/compile-as3-actionscript-flash-flex-builder-mac-os-x-quicksilver-applescript-editor/</guid>
		<description><![CDATA[To achieve this simple task I use a bit of applescript hocus pocus and Quicksilver... Quicksilver isn't necessary, it's just nice to compile from Flex using "command+return"...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/compile-as3-actionscript-flash-flex-builder-mac-os-x-quicksilver-applescript-editor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Silverlight: first impressions</title>
		<link>http://nicolas.noben.org/blog/microsoft-silverlight-flash-plugin-mount-mac-os-x/</link>
		<comments>http://nicolas.noben.org/blog/microsoft-silverlight-flash-plugin-mount-mac-os-x/#comments</comments>
		<pubDate>Thu, 03 May 2007 05:07:54 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/microsoft-silverlight-flash-plugin-mount-mac-os-x/</guid>
		<description><![CDATA[Veni, Vedi, Crappy.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/microsoft-silverlight-flash-plugin-mount-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m sorry, but Flash CS3 Sucks.</title>
		<link>http://nicolas.noben.org/blog/flash-cs3-sucks-as3-code-editor/</link>
		<comments>http://nicolas.noben.org/blog/flash-cs3-sucks-as3-code-editor/#comments</comments>
		<pubDate>Tue, 01 May 2007 04:31:51 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/flash-cs3-sucks-as3-code-editor/</guid>
		<description><![CDATA[No offence, I love AS3, and I love flex builder 2. I just have a problem with the wacky Flash interface that has been going on since the beginning. Let's take three examples...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/flash-cs3-sucks-as3-code-editor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Managing snippets of text (or code) with Quicksilver on Mac</title>
		<link>http://nicolas.noben.org/blog/quicksilver-mac-osx-typing-snippets-text-code-shortcuts/</link>
		<comments>http://nicolas.noben.org/blog/quicksilver-mac-osx-typing-snippets-text-code-shortcuts/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 07:17:57 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/quicksilver-mac-osx-typing-snippets-text-code-shortcuts/</guid>
		<description><![CDATA[I found I don't really need text expanders with all the whistles, you know, these apps that you use to expand snippets of text you often need...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/quicksilver-mac-osx-typing-snippets-text-code-shortcuts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flashdevelop in OS X. I dreamed it. There it is.</title>
		<link>http://nicolas.noben.org/blog/flashdevelop-osx-parallels-coherence-xp/</link>
		<comments>http://nicolas.noben.org/blog/flashdevelop-osx-parallels-coherence-xp/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 07:44:31 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/flashdevelop-osx-parallels-coherence-xp/</guid>
		<description><![CDATA[Finally! I can run Flash develop under OS X as if it was native - and not using the crappy windows emulation of Crossover, but using the new beta (magic build 3038) of Parallels.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/flashdevelop-osx-parallels-coherence-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Flash Virtual Engine goes open-source in the Mozilla Foundation</title>
		<link>http://nicolas.noben.org/blog/adobe-flash-player-virtual-engine-goes-open-source-mozilla-tamarin/</link>
		<comments>http://nicolas.noben.org/blog/adobe-flash-player-virtual-engine-goes-open-source-mozilla-tamarin/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 18:16:50 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/adobe-flash-player-virtual-engine-goes-open-source-mozilla-tamarin/</guid>
		<description><![CDATA[Adobe has agreed to release the script engine behind the company's popular Flash Player under an open-source license. Mozilla will host the new project, named Tamarin, which makes the code for Adobe's ActionScript Virtual Machine, or AVM, freely available.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/adobe-flash-player-virtual-engine-goes-open-source-mozilla-tamarin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Painting light on photographs</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-painting-light-correct-exposure/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-painting-light-correct-exposure/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 08:23:12 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-painting-light-correct-exposure/</guid>
		<description><![CDATA[This easy Photoshop post-processing technique explains how to paint light to correct harsh light or to give a bit of a glow to a subject that doesn’t really shine in the current light. It uses the dodge and burn tools on a 50% gray layer. It’s best used in landscapes, cityscapes, still life, portraits &#038; art photography.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-painting-light-correct-exposure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Make dramatic skies</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-how-to-make-dramatic-sky-skies-polarizer/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-how-to-make-dramatic-sky-skies-polarizer/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 08:11:31 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-how-to-make-dramatic-sky-skies-polarizer/</guid>
		<description><![CDATA[This easy post-processing technique shows how to make dramatic skies, similar to having a circular polarizer filter on the camera. This simply darkens the sky to better reveal your clouds. It's best used in landscapes, cityscapes and can be applied to add drama to any sort of photograph.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-how-to-make-dramatic-sky-skies-polarizer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Get Vibrant colors without increasing contrast</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-dull-digital-make-vibrant-lab-colors-colours-spaces/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-dull-digital-make-vibrant-lab-colors-colours-spaces/#comments</comments>
		<pubDate>Mon, 14 Aug 2006 00:33:55 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-dull-digital-make-vibrant-lab-colors-colours-spaces/</guid>
		<description><![CDATA[This easy Photoshop post-processing technique shows how to transform a dull looking photo coming out of a digital camera and get the vibrant colours it should have. Most cameras, even pro's models, under achieve the colours giving the maximum possibilities for post-processing. With this simple technique, we're using Lab colors to increase saturation on all colors but not increasing edges contrast.

It's best used in landscapes, cityscapes, still life and everything but it should be avoided for portraits, which look better (natural) less saturated.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-dull-digital-make-vibrant-lab-colors-colours-spaces/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Elected &#8220;Photoshop Pro of the Month&#8221; by Photoshop Madness / graphic-design.com</title>
		<link>http://nicolas.noben.org/blog/photoshop-madness-photo-post-processing-elected-pro-of-the-month/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-madness-photo-post-processing-elected-pro-of-the-month/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 04:43:52 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-madness-photo-post-processing-elected-pro-of-the-month/</guid>
		<description><![CDATA[Post-processing is vital in digital photography. When an image is rendered to film, there is a post-processing made by the chemicals and the setup. With digital, it's just millions of 100101010 absolutely pure, recorded by the CCD/CMOS of the camera. Granted, the software within the camera has a tone curve specific to its model and renders the image in a certain way, which can be seen as post-processing... But trully you get something rather flat and dull coming out of your camera.

Thank you graphic-design.com for this recognition, I've got a lot more to write and you've just made it worth it.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-madness-photo-post-processing-elected-pro-of-the-month/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web 2.0 design for sale on Ebay!</title>
		<link>http://nicolas.noben.org/blog/web20-graphic-design-ui-sale-ebay-auction/</link>
		<comments>http://nicolas.noben.org/blog/web20-graphic-design-ui-sale-ebay-auction/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 12:50:20 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/web20-graphic-design-ui-sale-ebay-auction/</guid>
		<description><![CDATA[I was fooling around at work talking to Ollie that we should auction our source files to clients that request them. Then I got this idea of designing a look&#038;feel UI for a Web2.0 application (there are thousands new ones lately with crap design) and auction it!

So I did, a fully layered unique photoshop file is up on Ebay!]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/web20-graphic-design-ui-sale-ebay-auction/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Toning black and white images</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-toning-black-and-white-images/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-toning-black-and-white-images/#comments</comments>
		<pubDate>Sun, 30 Jul 2006 13:51:33 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-toning-black-and-white-images/</guid>
		<description><![CDATA[This easy post-processing tutorial shows how to tone black and white images to give them an art approach. It can turn a rather boring image into something interesting.

It is best used for cityscapes, objects and still life.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-toning-black-and-white-images/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Digital to fake Black &amp; White Film</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-digital-film-black-white-effect/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-digital-film-black-white-effect/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 11:21:54 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-digital-film-black-white-effect/</guid>
		<description><![CDATA[Simply desaturating a photograph doesn't really represent a true black &#038; white film photo. The film has more impact, more puch and more life. 

However, we can get fairly close to something like a tri-x 400 film once we understand what's happening with the film.

This easy post-processing tutorial gives a way to do so. It is best used for cityscapes, dramatic scenes &#038; photojournalism / street photography.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-digital-film-black-white-effect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop tutorial - Post processing: Overburn</title>
		<link>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-overburn/</link>
		<comments>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-overburn/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 09:53:32 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Photography]]></category>

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

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-overburn/</guid>
		<description><![CDATA[A simple photoshop tutorial for the post-processing of photographs. I named this "overburn" as it's like burning the colours and increasing contrast.

It's best used for architectural photography, moody cityscapes &#038; landscapes.]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/photoshop-tutorial-photo-post-processing-overburn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Netscape&#8217;s BETA copy of digg won&#8217;t beat Digg</title>
		<link>http://nicolas.noben.org/blog/why-netscapes-beta-copy-of-digg-wont-beat-digg/</link>
		<comments>http://nicolas.noben.org/blog/why-netscapes-beta-copy-of-digg-wont-beat-digg/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 04:59:54 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Rant]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/why-netscapes-beta-copy-of-digg-wont-beat-digg/</guid>
		<description><![CDATA[I was shocked to see how Netscape just copied Digg so close to its layout, shamelessly.
Not only it&#8217;s stealing its concept but it doesn&#8217;t even improve anything!
Let me explain.
 It aint Hype. Digg is hype, Digg is fresh. Not so long ago Netscape was giving me nightmare for blowing up my website. Hackscape, fartscape or [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/why-netscapes-beta-copy-of-digg-wont-beat-digg/feed/</wfw:commentRss>
		</item>
		<item>
		<title>actionscriptcode.com updates</title>
		<link>http://nicolas.noben.org/blog/actionscriptcodecom-updates/</link>
		<comments>http://nicolas.noben.org/blog/actionscriptcodecom-updates/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 02:23:09 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/actionscriptcodecom-updates/</guid>
		<description><![CDATA[Thanks for all the feedbacks regarding actionscriptcode.com !

Myself and Benoit have started working on a totally different version for it which will include a much better way of displaying your submissions.

Here is an sneak preview of the prototype and how the structure will look like :) ...]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/actionscriptcodecom-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>actionscriptcode.com wants you!</title>
		<link>http://nicolas.noben.org/blog/actionscriptcodecom-wants-you/</link>
		<comments>http://nicolas.noben.org/blog/actionscriptcodecom-wants-you/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 09:26:03 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/actionscriptcodecom-wants-you/</guid>
		<description><![CDATA[Actionscriptcode.com had a fairly good start with a few people who took the time to post their classes and code snippet already. The feedback is generally positive and I&#8217;m happy with the way things are going&#8230;
However it&#8217;s pretty hard to get people interested in a forum that has not much content so I&#8217;m asking you [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/actionscriptcodecom-wants-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>eBuddy.com - The ajax msn/aim/yahoo you wish was Flash</title>
		<link>http://nicolas.noben.org/blog/ebuddycom-the-ajax-msnaimyahoo-you-wish-was-flash/</link>
		<comments>http://nicolas.noben.org/blog/ebuddycom-the-ajax-msnaimyahoo-you-wish-was-flash/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 20:45:47 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/ebuddycom-the-ajax-msnaimyahoo-you-wish-was-flash/</guid>
		<description><![CDATA[&#8220;The battle of the Ajax web chat services took a new turn today when old-school E-messenger.net relaunched as Ebuddy.com.&#8221; says techcrunch.
Clearly the interface looks a bit buggy to me&#8230; I wonder what kind of API they use to connect to msn/aim and such? Is that even authorised?
Where is the flash one?! :)
Anyone interested coding that [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/ebuddycom-the-ajax-msnaimyahoo-you-wish-was-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>actionscriptcode.com launched!</title>
		<link>http://nicolas.noben.org/blog/actionscriptcodecom-launched/</link>
		<comments>http://nicolas.noben.org/blog/actionscriptcodecom-launched/#comments</comments>
		<pubDate>Tue, 20 Jun 2006 11:16:48 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/actionscriptcodecom-launched/</guid>
		<description><![CDATA[I took some time to set up http://www.actionscriptcode.com/
After my never-ending frustration of never finding relevant snippets or classes using google, i&#8217;m hopping this forum can make a difference into a community of sharing geeks. After all I don&#8217;t stop being amazed how people help themselves by helping others&#8230; Hopefully it will work in this case!
So [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/actionscriptcodecom-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flashobject 1.4 is released - also renamed SWFObject</title>
		<link>http://nicolas.noben.org/blog/flashobject-14-is-released-also-renamed-swfobject/</link>
		<comments>http://nicolas.noben.org/blog/flashobject-14-is-released-also-renamed-swfobject/#comments</comments>
		<pubDate>Tue, 25 Apr 2006 12:37:10 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<guid isPermaLink="false">http://nicolas.noben.org/blog/flashobject-14-is-released-also-renamed-swfobject/</guid>
		<description><![CDATA[Geoff has released Flashobject 1.4 which I hope improves things on the IE6 sides of things. We had a bit of a pain due to their new funky Active-X blockade.
More importantly, looks like Geoff is being asked to rename FlashObject. Using &#8220;Flash&#8221; in a flash oriented application apparently competes with Adobe products. It could be [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/flashobject-14-is-released-also-renamed-swfobject/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web2.0 seen from a Flash Developer</title>
		<link>http://nicolas.noben.org/blog/web20-seen-from-a-flash-developer/</link>
		<comments>http://nicolas.noben.org/blog/web20-seen-from-a-flash-developer/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 13:16:40 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Flash]]></category>

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

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/web20-seen-from-a-flash-developer/</guid>
		<description><![CDATA[Ollie was telling me about someone who was in his referer list. That person linked to a javascript script Ollie wrote and tagged that as &#8220;Ajax&#8221;, although it&#8217;s all just good old javascript.
There is definitely some confusion about Ajax, and in particular Web2.0.
I&#8217;m a Flash developer. Hi. Yes I fought Web2.0 as any new dumb [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/web20-seen-from-a-flash-developer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gabbly is trully Web2.0</title>
		<link>http://nicolas.noben.org/blog/gabbly-is-trully-web20/</link>
		<comments>http://nicolas.noben.org/blog/gabbly-is-trully-web20/#comments</comments>
		<pubDate>Sun, 12 Mar 2006 14:18:14 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/gabbly-is-trully-web20/</guid>
		<description><![CDATA[Gabbly has been unleashed a few hours ago. Now that&#8217;s a trully web2.0 tool making great use of Ajax. It modifies, adapt and fits to any page and give great functionalities to them.
Basically, It lets you create a chat room on any website you wish by simply putting http://gabbly.com/yoururl.com
example: http://gabbly.com/digg.com
This could have a big impact [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/gabbly-is-trully-web20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cake power</title>
		<link>http://nicolas.noben.org/blog/cake-power/</link>
		<comments>http://nicolas.noben.org/blog/cake-power/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 07:53:25 +0000</pubDate>
		<dc:creator>Nicolas</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://nicolas.noben.org/blog/cake-power/</guid>
		<description><![CDATA[I started programming with the CakePHP framework around 2 weeks ago. I fell in love for its closeness to Ruby on Rails and the fact that it runs with PHP and not ruby, which is something I can already work with.
There are a few frameworks out there but Cake just makes it top of my [...]]]></description>
		<wfw:commentRss>http://nicolas.noben.org/blog/cake-power/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
  
