<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://iamjeff.be">
<channel>
 <title>Jean-François Lefebvre web blog</title>
 <link>http://iamjeff.be</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/jean-francois-lefebvre" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jean-francois-lefebvre" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>OSX display mac addresses for all network devices</title>
 <link>http://iamjeff.be/content/osx-display-mac-addresses-all-network-devices</link>
 <description>&lt;pre&gt;
networksetup -listallhardwareports
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/content/osx-display-mac-addresses-all-network-devices#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/338">OSX network tip</category>
 <pubDate>Thu, 23 May 2013 10:40:20 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4422 at http://iamjeff.be</guid>
</item>
<item>
 <title>Chrome DNS page</title>
 <link>http://iamjeff.be/content/chrome-dns-page</link>
 <description>&lt;p&gt;Chrome has his own dns cache, to manage it, go to the following page&lt;/p&gt;
&lt;pre&gt;
chrome://net-internals/#dns
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/content/chrome-dns-page#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/337">chrome</category>
 <category domain="http://iamjeff.be/taxonomy/term/326">tip</category>
 <pubDate>Sun, 07 Apr 2013 06:20:54 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4389 at http://iamjeff.be</guid>
</item>
<item>
 <title>automate the use of apktool and dex2jar</title>
 <link>http://iamjeff.be/content/automate-use-apktool-and-dex2jar</link>
 <description>&lt;p&gt;I wrote a small php script to run in shell helping to use apktool and dex2jar to reverse engineer an  android application apk file. You will get access to the androidmanifest.xml decoded, the images and java clases that you will be able to decompile with jd-gui. I'm using it to get some ideas how to organize projects and most of all because I'm curious and love to understand how things work.&lt;/p&gt;
&lt;p&gt;The script is shared on &lt;a href="https://gist.github.com/jflefebvre/5281070" target="_blank"&gt;Gist&lt;/a&gt;.  &lt;/p&gt;
</description>
 <comments>http://iamjeff.be/content/automate-use-apktool-and-dex2jar#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/274">android</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <category domain="http://iamjeff.be/taxonomy/term/336">script</category>
 <pubDate>Sun, 31 Mar 2013 16:14:21 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4382 at http://iamjeff.be</guid>
</item>
<item>
 <title>V2 CMS Bootstrap</title>
 <link>http://iamjeff.be/content/v2-cms-bootstrap</link>
 <description>&lt;p&gt;In the open source world you have several cms that are loaded with features but most of the time there is a learning curve due to complexity and I've decided to build my own cms with a small set of features providing the basic structure/tools/good practices to create and deploy easily a web site for small/midsized projects. &lt;/p&gt;
&lt;p&gt;I have to admit that I'm obsessed with the idea of "lean programming". So, I've written down a list with the essentials features for a modern cms.&lt;/p&gt;
&lt;p&gt;You can take a look at the &lt;a href="http://v2.iamjeff.be/" rel="external"&gt;V2 CMS Bootstrap preview&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;V2 is built around &lt;a href="http://getcomposer.org/" rel="external"&gt;composer&lt;/a&gt;, &lt;a href="http://silex.sensiolabs.org/" rel="external"&gt;Silex micro framework&lt;/a&gt;,  &lt;a href="http://twig.sensiolabs.org/" rel="external"&gt;Twig&lt;/a&gt;, &lt;a href="http://www.redbeanphp.com/" rel="external"&gt;RedBean ORM&lt;/a&gt;,  &lt;a href="http://twitter.github.com/bootstrap/" rel="external"&gt;Bootstrap&lt;/a&gt; (responsive web deisgn), &lt;a href="https://github.com/hailwood/jQuery-Tagit" rel="external"&gt;TagIt!&lt;/a&gt;, &lt;a href="http://jquery.com/" rel="external"&gt;jQuery&lt;/a&gt;, &lt;a href="http://www.eden-php.com/" rel="external"&gt;eden PHP library&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/content/v2-cms-bootstrap#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/335">cms</category>
 <category domain="http://iamjeff.be/taxonomy/term/68">development</category>
 <category domain="http://iamjeff.be/taxonomy/term/332">project</category>
 <category domain="http://iamjeff.be/taxonomy/term/334">v2</category>
 <category domain="http://iamjeff.be/taxonomy/term/333">web</category>
 <pubDate>Mon, 25 Mar 2013 23:41:29 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4376 at http://iamjeff.be</guid>
</item>
<item>
 <title>Twitter API - Converting the created_at field to timestamp</title>
 <link>http://iamjeff.be/Twitter-API-Converting-date-to-timestamp</link>
 <description>&lt;pre&gt;
echo date(strtotime($tweet['created_at']));
&lt;/pre&gt;&lt;p&gt;
The format used by twitter in the created_at field is&lt;/p&gt;
&lt;pre&gt;
echo date("l M j \- g:ia", $timestamp);
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/Twitter-API-Converting-date-to-timestamp#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/322">API</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <category domain="http://iamjeff.be/taxonomy/term/330">twitter</category>
 <pubDate>Wed, 06 Mar 2013 19:33:59 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4359 at http://iamjeff.be</guid>
</item>
<item>
 <title>Displaying information about the memory usage</title>
 <link>http://iamjeff.be/displaying-information-about-memory-usage</link>
 <description>&lt;pre&gt;
echo  "\n$(top -l 1 | awk '/PhysMem/';)\n"
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/displaying-information-about-memory-usage#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/327">macosx</category>
 <category domain="http://iamjeff.be/taxonomy/term/328">shell</category>
 <category domain="http://iamjeff.be/taxonomy/term/326">tip</category>
 <pubDate>Tue, 05 Mar 2013 06:03:41 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4358 at http://iamjeff.be</guid>
</item>
<item>
 <title>Searching for the last files modified since 1 day</title>
 <link>http://iamjeff.be/osx-search-last-modified-files-for-the-last-day</link>
 <description>&lt;pre&gt;
find / -type f -mtime -1 -print0 | xargs -0 du -sk | sort -nr
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/osx-search-last-modified-files-for-the-last-day#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/327">macosx</category>
 <category domain="http://iamjeff.be/taxonomy/term/328">shell</category>
 <category domain="http://iamjeff.be/taxonomy/term/326">tip</category>
 <pubDate>Tue, 05 Mar 2013 05:59:29 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4357 at http://iamjeff.be</guid>
</item>
<item>
 <title>How to install and use composer on mediatemple</title>
 <link>http://iamjeff.be/using-composer-with-mediatemple</link>
 <description>&lt;p&gt;Here is a quick tip wich will help you to install and use composer on your mediatemple hosting.&lt;/p&gt;
&lt;p&gt;original source : &lt;a href="http://jamieonsoftware.com/journal/tag/mediatemple" rel="external"&gt;Jamie on software&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Installing composer&lt;/p&gt;
&lt;pre&gt;
curl -s &lt;a href="https://getcomposer.org/installer" title="https://getcomposer.org/installer"&gt;https://getcomposer.org/installer&lt;/a&gt; | php -d allow_url_fopen=1 -d suhosin.executor.include.whitelist=phar
&lt;/pre&gt;&lt;p&gt;
and then run composer ...&lt;/p&gt;
&lt;pre&gt;
php -d memory_limit=512M -d allow_url_fopen=1 -d suhosin.executor.include.whitelist=phar composer.phar
&lt;/pre&gt;&lt;p&gt;
This is ugly, so let's clean it up. We'll add an alias to the bash profile:&lt;/p&gt;
&lt;pre&gt;
$ vim ~/.profile
&lt;/pre&gt;&lt;p&gt;
We'll alias get_composer to our install command and composer to our composer.phar file. This way we can set up new subdomains and such easily:&lt;/p&gt;
&lt;pre&gt;
alias get_composer="curl -s &lt;a href="https://getcomposer.org/installer" title="https://getcomposer.org/installer"&gt;https://getcomposer.org/installer&lt;/a&gt; | php -d allow_url_fopen=1 -d suhosin.executor.include.whitelist=phar"
alias composer="php -d memory_limit=512M -d allow_url_fopen=1 -d suhosin.executor.include.whitelist=phar composer.phar"
&lt;/pre&gt;&lt;p&gt;
Save, and reload the profile (this will be done automatically next login):&lt;/p&gt;
&lt;pre&gt;
$ source ~/.profile
&lt;/pre&gt;&lt;p&gt;
Now, we can use Composer to our hearts' content:&lt;/p&gt;
&lt;pre&gt;
$ get_composer
All settings correct for using Composer
Downloading...
Composer successfully installed to: /....
Use it: php composer.phar
&lt;/pre&gt;&lt;pre&gt;
$ composer -V
Composer version cb2a0f4
&lt;/pre&gt;</description>
 <comments>http://iamjeff.be/using-composer-with-mediatemple#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/324">composer</category>
 <category domain="http://iamjeff.be/taxonomy/term/325">mediatemple</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <category domain="http://iamjeff.be/taxonomy/term/326">tip</category>
 <pubDate>Sat, 02 Mar 2013 19:01:11 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4355 at http://iamjeff.be</guid>
</item>
<item>
 <title>Eden : A PHP library for rapid prototyping</title>
 <link>http://iamjeff.be/eden</link>
 <description>&lt;p&gt;&lt;br/&gt;&lt;/br/&gt;&lt;/p&gt;
&lt;div align="center"&gt;
&lt;a href="http://www.eden-php.com/" title="Eden is a PHP library designed for rapid prototyping, with less code. Yes, Really." target="_blank"&gt;&lt;img src="http://iamjeff.be/images/28012013-eden.jpg" alt="Eden is a PHP library designed for rapid prototyping, with less code. Yes, Really.&lt;br /&gt;
"/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Eden is a library allowing to access various APIs, in just several lines of code, access web services of web sites such as twitter, facebook, paypal, google contacts, google drive, youtube, google maps, foursquare and many others. But not only APIs ! It provides reusable components to manage Mail, Cache, Database, Payment gateways. Core functionnalities can help to build web application prototypes and it really integrates easily with existing frameworks or CMS.&lt;br /&gt;
I've experimented myself : in less than 30 minutes, I've integrated the library in symfony and accessed  my twitter and youtube data. &lt;/p&gt;
</description>
 <comments>http://iamjeff.be/eden#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/322">API</category>
 <category domain="http://iamjeff.be/taxonomy/term/323">library</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <pubDate>Mon, 28 Jan 2013 20:37:43 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4333 at http://iamjeff.be</guid>
</item>
<item>
 <title>PHP Framework Interoperability Group</title>
 <link>http://iamjeff.be/PHP-Framework-Interoperability-Group</link>
 <description>&lt;p&gt;This is the kind of github repo that any PHP web developer should watch.&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://www.php-fig.org/" target="blank"&gt;PHP Framework Interop Group&lt;/a&gt; website is a place to find coding standard, coding style. Many of the big open source projects are members of the group. The idea is to have common guidelines for the members and the PHP community.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/PHP-Framework-Interoperability-Group#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/321">guidelines</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <pubDate>Sun, 09 Dec 2012 12:16:15 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4238 at http://iamjeff.be</guid>
</item>
<item>
 <title>Le Canada vu par les Canadiens</title>
 <link>http://iamjeff.be/le-canada-vu-par-les-canadiens</link>
 <description>&lt;p&gt;&lt;a href="http://fr-keepexploring.canada.travel/canadashared" title="Keep exploring Canada" target="_blank"&gt;&lt;img src="http://iamjeff.be/sites/all/themes/coolbreeze/images/keep-exploring-canada.png" alt="Keep exploring Canada" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div align="center"&gt;
Le site &lt;strong&gt;Keep exploring&lt;/strong&gt; a invité les Canadiens à photographier ou filmer leurs meilleures expériences de voyage au Canada et à les montrer au monde entier : Ils ont été très nombreux à répondre à l’appel : plus de 65 heures de vidéos et 7 000 photos de partout au Canada.
&lt;/div&gt;
</description>
 <comments>http://iamjeff.be/le-canada-vu-par-les-canadiens#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/86">canada</category>
 <category domain="http://iamjeff.be/taxonomy/term/319">exploration</category>
 <category domain="http://iamjeff.be/taxonomy/term/320">inspiration</category>
 <pubDate>Fri, 23 Nov 2012 16:35:31 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4216 at http://iamjeff.be</guid>
</item>
<item>
 <title>Pinterest web scraping</title>
 <link>http://iamjeff.be/pinterest-web-scrapping</link>
 <description>&lt;p&gt;I'm using Pinterest a lot as an inspirational tool, I'm adding pins related to decoration, architecture, food, airstream vans and container based construction.&lt;/p&gt;
&lt;p&gt;Pinterest does not provides an API and the RSS feeds contains a limited number of items. So, I' wrote a piece of code wich extract the data from the website and the next pages of the endless scrolling system.&lt;/p&gt;
&lt;p&gt; I've created a &lt;a href="http://iamjeff.be/pinterest/" target="_blank"&gt;new page&lt;/a&gt; for my blog extracting my pins and displaying them using WookMark jQuery plugin. The code is available on &lt;a href="https://github.com/jflefebvre/pinterest" target="_blank"&gt;github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the next release, I will cache the web scrapping data and will create a sync script.&lt;br /&gt;
This will reduce the amount of requests. I also plan to add a feature allowing to save the pins, I'm thinking about a backup to the cloud (dropbox, google drive, ...). This will help me to get more experience with these APIs.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/pinterest-web-scrapping#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/318">code</category>
 <category domain="http://iamjeff.be/taxonomy/term/314">pinterest</category>
 <pubDate>Fri, 23 Nov 2012 14:20:31 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4215 at http://iamjeff.be</guid>
</item>
<item>
 <title>Lights - Toes</title>
 <link>http://iamjeff.be/lights-toes</link>
 <description>&lt;div align="center"&gt;
&lt;a href="http://www.youtube.com/embed/iI_vHoMtsBQ" title="LIGHTS - TOES" target="_blank"&gt;&lt;br /&gt;
&lt;img src="http://iamjeff.be/images/27092012-lights-toes.jpg" alt="LIGHTS TOES" /&gt;&lt;br /&gt;
&lt;/a&gt;
&lt;/div&gt;
</description>
 <comments>http://iamjeff.be/lights-toes#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/310">artist</category>
 <category domain="http://iamjeff.be/taxonomy/term/42">electronic</category>
 <category domain="http://iamjeff.be/taxonomy/term/50">music</category>
 <pubDate>Thu, 27 Sep 2012 16:49:11 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">4108 at http://iamjeff.be</guid>
</item>
<item>
 <title>Activitystream Pinterest addon</title>
 <link>http://iamjeff.be/drupal-activitystream-pinterest-addon</link>
 <description>&lt;p&gt;I'm happy to announce that I have created and pushed on github a pinterest addon for the activitystream drupal module. You can see it working on my &lt;a href="http://iamjeff.be/stream/1" target="_blank"&gt;stream&lt;/a&gt;.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/drupal-activitystream-pinterest-addon#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/317">activitystream</category>
 <category domain="http://iamjeff.be/taxonomy/term/316">addon</category>
 <category domain="http://iamjeff.be/taxonomy/term/255">drupal</category>
 <category domain="http://iamjeff.be/taxonomy/term/315">module</category>
 <category domain="http://iamjeff.be/taxonomy/term/314">pinterest</category>
 <pubDate>Tue, 03 Jul 2012 11:35:10 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">3637 at http://iamjeff.be</guid>
</item>
<item>
 <title>pinterest RSS feed</title>
 <link>http://iamjeff.be/pinterest-rss-feed</link>
 <description>&lt;p&gt;I have to admit, Pinterest is currently my favorite web site : I love beautiful things.&lt;br /&gt;
At this point, they don't provide an API  but  I've discovered on Quora that a RSS feed by user is available : http://pinterest.com/[username]/feed.rss .&lt;br /&gt;
So, I'm going to implement an activitystream addon for pinterest and a blog displaying the last pins added.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/pinterest-rss-feed#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <category domain="http://iamjeff.be/taxonomy/term/314">pinterest</category>
 <category domain="http://iamjeff.be/taxonomy/term/111">RSS</category>
 <pubDate>Thu, 28 Jun 2012 00:36:46 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2882 at http://iamjeff.be</guid>
</item>
<item>
 <title>How to remove all empty lines in netbeans source code edtor</title>
 <link>http://iamjeff.be/how-to-remove-all-empty-lines-in-netbeans-source-code-edtor</link>
 <description>&lt;p&gt;Open the replace dialog&lt;br /&gt;
1) Check the Regular Expressions check box&lt;br /&gt;
1) Find What:&lt;/p&gt;
&lt;pre style="margin-top:0px !important;padding-top:0px !important;"&gt;?\n\s*(\n) &lt;/pre&gt;&lt;p&gt;
2) Replace With: &lt;/p&gt;
&lt;pre style="margin-top:0px;padding-top:0px;"&gt;$1&lt;/pre&gt;&lt;p&gt;
3) click Replace All.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/how-to-remove-all-empty-lines-in-netbeans-source-code-edtor#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/312">netbeans</category>
 <category domain="http://iamjeff.be/taxonomy/term/313">trick</category>
 <pubDate>Wed, 27 Jun 2012 15:01:14 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2875 at http://iamjeff.be</guid>
</item>
<item>
 <title>AndevCon III presentations</title>
 <link>http://iamjeff.be/android-andev-con-iii</link>
 <description>&lt;p&gt;Presentations from the Android developer conference.&lt;/p&gt;
&lt;div align="center"&gt;&lt;img src="http://iamjeff.be/images/android-banner-development.jpg" alt="Presentations from the Android developer conference" /&gt;&lt;/div&gt;
</description>
 <comments>http://iamjeff.be/android-andev-con-iii#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/274">android</category>
 <pubDate>Mon, 21 May 2012 14:53:38 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2829 at http://iamjeff.be</guid>
</item>
<item>
 <title>Rover - Aqualast - music video</title>
 <link>http://iamjeff.be/artist-rover-aqualast</link>
 <description>&lt;div align="center"&gt;
&lt;a href="http://www.youtube.com/embed/lbvuknyfe3k" title="ROVER - AQUALAST" target="_blank"&gt;&lt;br /&gt;
&lt;img src="http://iamjeff.be/images/10052012-rover-aqualast.jpg" alt="ROVER - AQUALAST" /&gt;&lt;br /&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;J'appelle ça une tuerie, selon mes propres goûts musicaux.&lt;br /&gt;
Derrière le projet Rover se cache Thimothée Régnier un francais qui a eu la chance de bourlinguer à travers le monde grace à ses parents. Il a également tourné dans quelques films. Une personnalité attachante et surtout un artiste multifacette avec un univers bien à lui que je vous invite à découvrir dans l'interview faites sur le site Electro Choc.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/artist-rover-aqualast#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/310">artist</category>
 <category domain="http://iamjeff.be/taxonomy/term/50">music</category>
 <category domain="http://iamjeff.be/taxonomy/term/311">rover</category>
 <pubDate>Thu, 10 May 2012 12:06:36 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2816 at http://iamjeff.be</guid>
</item>
<item>
 <title>PressPausePlay</title>
 <link>http://iamjeff.be/presspauseplay</link>
 <description>&lt;div align="center"&gt;
&lt;a href="http://player.vimeo.com/video/34608191?title=0&amp;amp;byline=0&amp;amp;portrait=0" title="MOBY - PRESS PAUSE PLAY" target="_blank"&gt;&lt;br /&gt;
&lt;img src="http://iamjeff.be/images/13032012-press-pause-play.jpg" alt="MOBY - PRESS PAUSE PLAY" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;The digital revolution of the last decade has unleashed creativity and talent in an unprecedented way, with unlimited opportunities. But does democratized culture mean better art or is true talent instead drowned out? This is the question addressed by PressPausePlay, a documentary film containing interviews with some of the world's most influential creators of the digital era.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/presspauseplay#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/279">creativity</category>
 <category domain="http://iamjeff.be/taxonomy/term/309">documentary</category>
 <category domain="http://iamjeff.be/taxonomy/term/308">revolution</category>
 <pubDate>Tue, 13 Mar 2012 16:49:55 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2761 at http://iamjeff.be</guid>
</item>
<item>
 <title>Programming, Motherfucker</title>
 <link>http://iamjeff.be/programming-motherfucker</link>
 <description>&lt;p&gt;Programming, Motherfucker&lt;br /&gt;
Do you speak it?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://programming-motherfucker.com/" title="Programming, mother fucker"&gt;&lt;img src="http://iamjeff.be/images/programming-motherfucker.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We are a community of motherfucking programmers who have been humiliated by software development methodologies for years.&lt;/p&gt;
&lt;p&gt;We are tired of XP, Scrum, Kanban, Waterfall, Software Craftsmanship (aka XP-Lite) and anything else getting in the way of...Programming, Motherfucker.&lt;/p&gt;
</description>
 <comments>http://iamjeff.be/programming-motherfucker#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/306">manifesto</category>
 <category domain="http://iamjeff.be/taxonomy/term/305">programming</category>
 <category domain="http://iamjeff.be/taxonomy/term/307">values</category>
 <pubDate>Wed, 29 Feb 2012 20:44:45 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2754 at http://iamjeff.be</guid>
</item>
<item>
 <title>Absynthe minded - Envoi</title>
 <link>http://iamjeff.be/absynthe-minded-envoi</link>
 <description>&lt;p&gt;I love the song "Envoi" in an acoustic version from the belgian group &lt;a href="http://en.wikipedia.org/wiki/Absynthe_Minded" rel="external" title="Absynthe minded wikipedia page"&gt;Absynthe minded&lt;/a&gt;.&lt;/p&gt;
&lt;div align="center"&gt;
&lt;a href="http://www.youtube.com/embed/GuC4F_ZCPhc" title="ABSYNTHE MINDED - ENVOI" target="_blank"&gt;&lt;br /&gt;
&lt;img src="http://iamjeff.be/images/03112011-absynthe-minded-envoi.jpg" alt="ABSYNTHE MINDED - ENVOI" /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div align="center"&gt;
&lt;a href="http://www.youtube.com/embed/PJlOhi-moUE" title="ABSYNTHE MINDED - ENVOI" target="_blank"&gt;&lt;br /&gt;
&lt;img src="http://iamjeff.be/images/03112011-absynthe-minded-envoi-studio-brussel.jpg" alt="ABSYNTHE MINDED - ENVOI" /&gt;&lt;/a&gt;
&lt;/div&gt;
</description>
 <comments>http://iamjeff.be/absynthe-minded-envoi#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/302">absynthe</category>
 <category domain="http://iamjeff.be/taxonomy/term/211">artists</category>
 <category domain="http://iamjeff.be/taxonomy/term/303">minded</category>
 <category domain="http://iamjeff.be/taxonomy/term/50">music</category>
 <pubDate>Thu, 03 Nov 2011 17:07:01 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2632 at http://iamjeff.be</guid>
</item>
<item>
 <title>Detect mobile device with PHP and redirect to your mobile web site</title>
 <link>http://iamjeff.be/detect-mobile-device-with-PHP</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2613"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2613" target="_blank" title="Detect mobile device with PHP and redirect to your mobile web site"&gt;Visit Detect mobile device with PHP and redirect to your mobile web site Detect mobile device with PHP and redirect to your mobile web site&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;&lt;img src="http://iamjeff.be/images/node-detect-mobile-device.png" alt="Detect mobile device with PHP and redirect to your mobile web site" /&gt;&lt;br/&gt;&lt;br /&gt;
Very useful code showing how to detect mobile devices based on user agent.&lt;br /&gt;
I've implemented this in the index.php file of my drupal site.&lt;br /&gt;
Just one remark : most of the tablet users prefer to use the desktop version of web sites, so feel free to modify the code if needed.&lt;/br/&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 260 times. Last clicked 14/06/2013 - 15:42.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2613"--&gt;
</description>
 <comments>http://iamjeff.be/detect-mobile-device-with-PHP#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/300">detect</category>
 <category domain="http://iamjeff.be/taxonomy/term/299">mobile</category>
 <category domain="http://iamjeff.be/taxonomy/term/70">php</category>
 <pubDate>Sun, 16 Oct 2011 12:12:25 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2613 at http://iamjeff.be</guid>
</item>
<item>
 <title>Android Patterns - An Interaction Patterns Library For The Platform</title>
 <link>http://iamjeff.be/android-patterns</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2378"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2378" target="_blank" title="Android Patterns - An Interaction Patterns Library For The Platform"&gt;Visit Android Patterns - An Interaction Patterns Library For The Platform Android Patterns - An Interaction Patterns Library For The Platform&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;Android Patterns is a website which aims to bring a solution to the design-related questions by sharing widely-accepted answers (patterns) for them.&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://www.androidpatterns.com/"&gt;&lt;img width="480" height="226" src="http://iamjeff.be/images/android-patterns.jpg" alt="Android Patterns" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 373 times. Last clicked 10/06/2013 - 10:24.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2378"--&gt;
</description>
 <comments>http://iamjeff.be/android-patterns#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/274">android</category>
 <category domain="http://iamjeff.be/taxonomy/term/114">design</category>
 <category domain="http://iamjeff.be/taxonomy/term/295">patterns</category>
 <pubDate>Sun, 15 May 2011 22:59:25 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2378 at http://iamjeff.be</guid>
</item>
<item>
 <title>Le Canada, une fois</title>
 <link>http://iamjeff.be/le-canada-unefois</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2373"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2373" target="_blank" title="Le Canada, une fois"&gt;Visit Le Canada, une fois Le Canada, une fois&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;Un compatriote belge relatant son voyage au Canada (mai 2011)&lt;br /&gt;
&lt;a href="http://www.lecanada-unefois.com/"&gt;http://www.lecanada-unefois.com/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 386 times. Last clicked 13/06/2013 - 16:26.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2373"--&gt;
</description>
 <comments>http://iamjeff.be/le-canada-unefois#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/86">canada</category>
 <category domain="http://iamjeff.be/taxonomy/term/294">voyage</category>
 <pubDate>Wed, 11 May 2011 12:52:20 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2373 at http://iamjeff.be</guid>
</item>
<item>
 <title>I love my flip</title>
 <link>http://iamjeff.be/I-love-my-FLIP</link>
 <description>&lt;p&gt;Je viens de m'offrir un mini caméscope &lt;a href="http://www.theflip.com/en-us/Products/ultra.aspx" rel="external"&gt;Flip Ultra HD 3&lt;/a&gt;, et après quelques heures d'utilisation, je suis ravi de mon choix et suis certains qu'il me sera très utile lors de mon prochain voyage au Canada ou lors de réunions de famille pour filmer mon neveu.&lt;/p&gt;
&lt;div style="float:left;margin:10px;"&gt;
&lt;img src="http://iamjeff.be/images/Flip-Ultra-HD.jpg" alt="Flip Ultra HD 3" /&gt;
&lt;/div&gt;
&lt;p&gt;J'ai décidé d'écrire cette note car apparement, j'avais raté un épisode :&lt;br /&gt;
Il apparait que CISCO a décidé de mettre un point final à la production, la vente ainsi qu'aux &lt;a href="http://techcrunch.com/2011/04/12/cisco-to-shut-down-flip-video-business-will-give-pink-slips-to-550-employees/" rel="external" title="cisco to shut down flip video business will give pink slips to 550 employees"&gt;550 emplois&lt;/a&gt; cachés derrière la gamme FLIP.&lt;/p&gt;
&lt;p&gt;Logique compréhensible vu l'évolution des modèles de smartphones nouvelle génération, cela dit le FLIP aurait pu continuer à se vendre encore un moment.&lt;/p&gt;
&lt;p&gt;Ce que j'aime dans le FLIP&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;la facilité d'utilisation, pas de menus compliqués, juste quelques boutons&lt;/li&gt;
&lt;li&gt;interface dans la langue de l'utilisateur, détail important pour le grand public ne parlant pas l'anglais&lt;/li&gt;
&lt;li&gt;une fois chargé, la possibilité de capturer 2h de vidéos en 720p&lt;/li&gt;
&lt;li&gt;connectique complète : avec du microHDMI et un connecteur spécifique "FlipPort" permettant à des sociétés externes de développer des produits  étendants les possibilités du FLIP. Ajout par exemple d'un micro supplémentaire afin d'améliorer la qualité audio. Mais l'arrêt de la production du flip a entrainé &lt;a href="http://www.bluemic.com/mikeyforflip/#/technology/" rel="external"&gt;l'arrêt du projet de micro pour flip&lt;/a&gt; dont le prototype paraissait des plus prometeurs&lt;/li&gt;
&lt;li&gt;reproduction des couleurs assez vives lorsque la lumière est bien présente&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On peut passer sa vie à la recherche de cet idéal, mais pour ma part, le FLIP me comble sur de nombreux points au regard de mon utilisation.&lt;/p&gt;
&lt;p&gt;Ma note globale : 9/10&lt;/p&gt;
&lt;p&gt;Je vous invite à lire ce &lt;a href="http://bloguedegeek.net/2010/11/18/flip-ultrahd-3g-2h-test/" title="test très complet Flip UltraHD 3G"&gt;test très complet Flip UltraHD 3G&lt;/a&gt;.&lt;/p&gt;
&lt;!--
Un exemple de video, le flip scotché à l'intérieur de ma voiture.
Note: J'aurais du nettoyer mon pare-brise. :)
&lt;iframe width="560" height="349" src="http://www.youtube.com/embed/RUgzV0gdTYI" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
--&gt;&lt;!--
Un exemple de video, le flip scotché à l'intérieur de ma voiture.
Note: J'aurais du nettoyer mon pare-brise. :)
&lt;iframe width="560" height="349" src="http://www.youtube.com/embed/RUgzV0gdTYI" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
--&gt;</description>
 <comments>http://iamjeff.be/I-love-my-FLIP#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/293">Cisco</category>
 <category domain="http://iamjeff.be/taxonomy/term/292">FLIP</category>
 <category domain="http://iamjeff.be/taxonomy/term/12">video</category>
 <pubDate>Sat, 07 May 2011 11:21:30 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2370 at http://iamjeff.be</guid>
</item>
<item>
 <title>Memolane</title>
 <link>http://iamjeff.be/memolane</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2210"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2210" target="_blank" title="Memolane"&gt;Visit Memolane Memolane&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;I just have created my Memolane account, very nice tool to mix all your activity streams on the web.&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 396 times. Last clicked 16/06/2013 - 02:40.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2210"--&gt;
</description>
 <comments>http://iamjeff.be/memolane#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/291">memolane content share</category>
 <pubDate>Mon, 21 Mar 2011 15:26:33 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2210 at http://iamjeff.be</guid>
</item>
<item>
 <title>Underground by Suelette Dreyfus</title>
 <link>http://iamjeff.be/underground-by-suelette-dreyfus-hackers-crackers-and-feds-oh-my</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2191"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2191" target="_blank" title="Underground by Suelette Dreyfus"&gt;Visit Underground by Suelette Dreyfus Underground by Suelette Dreyfus&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;"Underground" by Suelette Dreyfus is a great historical fiction narrative detailing the rise and fall of some crackers and phreakers and their opponents: phone company employees, system administrators, and Feds. It takes place between 1988 and 1994, when multi-user BBSes were starting to pop up and a telephone call was the ONLY way to access other computers.&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 527 times. Last clicked 17/06/2013 - 17:10.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2191"--&gt;
</description>
 <comments>http://iamjeff.be/underground-by-suelette-dreyfus-hackers-crackers-and-feds-oh-my#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/288">assange</category>
 <category domain="http://iamjeff.be/taxonomy/term/289">hacking</category>
 <category domain="http://iamjeff.be/taxonomy/term/287">mendax</category>
 <category domain="http://iamjeff.be/taxonomy/term/286">underground</category>
 <pubDate>Fri, 25 Feb 2011 01:45:44 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2191 at http://iamjeff.be</guid>
</item>
<item>
 <title>Kodingen</title>
 <link>http://iamjeff.be/kodingen</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2169"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2169" target="_blank" title="Kodingen"&gt;Visit Kodingen Kodingen&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;Kodingen propose un environnement de développement en cloud computing.&lt;br /&gt;
Tout ce dont vous avez besoin, c'est une connection internet.&lt;br /&gt;
A l'heure actuelle, c'est en beta mais déjà très prometteur et permet de se faire une première idée de ce que l'avenir nous réserve.&lt;/p&gt;
&lt;p&gt;Le service gratuit est limité à&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;1 domaine&lt;/li&gt;
&lt;li&gt;6 sous domaines&lt;/li&gt;
&lt;li&gt;5 bases de données&lt;/li&gt;
&lt;li&gt;500 Mo de stockage&lt;/li&gt;
&lt;li&gt;1 Gb de bande passante par mois&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 329 times. Last clicked 04/06/2013 - 23:46.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2169"--&gt;
</description>
 <comments>http://iamjeff.be/kodingen#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/284">cloud</category>
 <category domain="http://iamjeff.be/taxonomy/term/285">computing</category>
 <pubDate>Fri, 11 Feb 2011 11:50:50 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2169 at http://iamjeff.be</guid>
</item>
<item>
 <title>Cocoon - oh my god</title>
 <link>http://iamjeff.be/cocoon-oh-my-god</link>
 <description>&lt;p&gt;Lorsque j'ai découvert ce morceau à la radio, j'étais en voiture, bloqué sur le ring de bruxelles en plein embouteillage et ca m'a vraiment aidé à me relaxer et garder mon calme. Vrai coup de coeur, fermez les yeux en écoutant et laissez-vous emporter par la magie.&lt;/p&gt;
&lt;div align="center"&gt;
&lt;iframe src="http://player.vimeo.com/video/18081310" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;
&lt;p&gt;&lt;a href="http://vimeo.com/18081310"&gt;Cocoon - "Oh My God"&lt;/a&gt; from &lt;a href="http://vimeo.com/user3919950"&gt;Seduce Management&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
</description>
 <comments>http://iamjeff.be/cocoon-oh-my-god#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/283">music cocoon artist</category>
 <pubDate>Sat, 05 Feb 2011 09:42:37 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2165 at http://iamjeff.be</guid>
</item>
<item>
 <title>drupal 7 weather module released</title>
 <link>http://iamjeff.be/drupal7-weather-module</link>
 <description>&lt;div class="weblinks weblinks-item weblinks-link-2139"&gt;
  
&lt;div class="weblinks-linkview"&gt;&lt;a href="/weblinks/goto/2139" target="_blank" title="drupal 7 weather module released"&gt;Visit drupal 7 weather module released drupal 7 weather module released&lt;/a&gt;&lt;/div&gt;&lt;!--class="weblinks-linkview"--&gt;
&lt;div class="weblinks-body"&gt;
&lt;p&gt;Finally, I took the time to migrate to drupal 7 my weather module, enjoy !&lt;/p&gt;
&lt;/div&gt;&lt;!--class="weblinks-body"--&gt;

&lt;div class="weblinks-click-stats"&gt;Clicked 656 times. Last clicked 15/06/2013 - 18:04.&lt;/div&gt;&lt;!--class="weblinks-click-stats"--&gt;&lt;/div&gt;&lt;!--class="weblinks weblinks-item weblinks-link-2139"--&gt;
</description>
 <comments>http://iamjeff.be/drupal7-weather-module#comments</comments>
 <category domain="http://iamjeff.be/taxonomy/term/282">drupal7 weather module</category>
 <pubDate>Sat, 22 Jan 2011 10:19:30 +0000</pubDate>
 <dc:creator>jeff</dc:creator>
 <guid isPermaLink="false">2139 at http://iamjeff.be</guid>
</item>
</channel>
</rss>
