<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
      <title>Julien Desrosiers</title>
      <description>Freelance Web Developer in Sherbrooke, QC, Canada.</description>
      <lastBuildDate>Thu, 23 May 2013 19:40:22</lastBuildDate>
      <link>http://www.juliendesrosiers.com</link>
         
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JulienDesrosiers" /><feedburner:info uri="juliendesrosiers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
          <title>WordPress plugins for complex websites</title>
          <description><![CDATA[<p>Here is my list of the most useful plugins that I’ve found to rely on when creating complex websites with WordPress.</p>

Custom content

<p></p>

<p>With the ACF plugin, I can declare custom post types in my functions.php and with this plugin attach very cool &hellip;</p>]]></description>
          <pubDate>Tue, 20 Nov 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/BE63uBw-9rU/wordpress-plugins-for-complex-websites</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/11/20/wordpress-plugins-for-complex-websites</feedburner:origLink></item>
         
        <item>
          <title>The WordPress database diagram</title>
          <description><![CDATA[<p></p>

<p>Today I found this very useful picture that describes the WordPress Database tables relationships.</p>

<p>Source: http://codex.wordpress.org/Database&#95;Description</p>]]></description>
          <pubDate>Thu, 08 Nov 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/hB5M4UfW0Ls/the-wordpress-database-diagram</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/11/08/the-wordpress-database-diagram</feedburner:origLink></item>
         
        <item>
          <title>Automatically prefix Custom Post Type slugs with the Author name</title>
          <description><![CDATA[<p>These days i’ve been working on a WordPress-powered job listing site. And one thing I needed to do is to prepend the author name (user_nicename) at the beginning of the “job_listing” post slugs.</p>

<p>Here’s how I did it:</p>

&lt;?php

// usage: &hellip;]]></description>
          <pubDate>Sat, 27 Oct 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/EUmNAsEaO-A/automatically-prefix-custom-post-type-slugs-author-name</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/10/27/automatically-prefix-custom-post-type-slugs-author-name</feedburner:origLink></item>
         
        <item>
          <title>My best practices for local WordPress development</title>
          <description><![CDATA[<p></p>

<p>Here is my workflow and tools I use when working on a WordPress site locally.</p>

[XWML]AMPP?

<p>For WordPress development, you'll need Apache, MySQL and of course PHP.</p>

<p>If you're on a Mac, you can get XAMPP or MAMP, which will let you install &hellip;</p>]]></description>
          <pubDate>Wed, 30 May 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/UY8ZUapUJMQ/best-practices-local-wordpress-development</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/05/30/best-practices-local-wordpress-development</feedburner:origLink></item>
         
        <item>
          <title>How to: test web applications with the Android SDK on Mac OSX Lion</title>
          <description><![CDATA[<p></p>

<p>So you're on a Mac, and you need to test your cool website on Android, except
you don't have any Android-powered device? Read on.</p>

<p>(The following have been tested on Mac OSX Snow Leopard and Lion)</p>


Download the Android SDK on this page: &hellip;]]></description>
          <pubDate>Fri, 30 Mar 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/_tS-IIvYM6c/how-to-test-web-applications-with-the-android-sdk-on-mac-osx-lion</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/03/30/how-to-test-web-applications-with-the-android-sdk-on-mac-osx-lion</feedburner:origLink></item>
         
        <item>
          <title>New side project: The Daily WordPress Reference</title>
          <description><![CDATA[<p></p>

<p>If you develop WordPress sites, chances are that you know a lot of functions,
and how to use them. But there are quite a lot of them, and if you don't know
them all, you might end up re-inventing the wheel for some of the sites you
create. &hellip;</p>]]></description>
          <pubDate>Sat, 10 Mar 2012 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/_sr3R8H1Kxk/the-daily-wordpress-reference-newsletter</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2012/03/10/the-daily-wordpress-reference-newsletter</feedburner:origLink></item>
         
        <item>
          <title>Build an Automator script to upload images to your server</title>
          <description><![CDATA[<p></p>

The problem

<p>I always need to send people screenshots. For this, i used to use LittleSnapper to publish the screenshots on my server (at http://s.juliendesrosiers.ca/*) for other people to see them.</p>

<p>It worked great, but for the sake of learning &hellip;</p>]]></description>
          <pubDate>Sat, 19 Nov 2011 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/fongOIusNr8/build-an-automator-script-to-upload-images-to-your-server</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2011/11/19/build-an-automator-script-to-upload-images-to-your-server</feedburner:origLink></item>
         
        <item>
          <title>YegorDyachkov.com</title>
          <description><![CDATA[<p></p>

<p>The renowned cellist Yegor Dyachkov came to us asking for a CMS for his new website. So we created a simple, Sinatra-based (programmed in Ruby), CMS that makes it possible for him to manage all of his site’s content.</p>

<p>The excellent graphic &hellip;</p>]]></description>
          <pubDate>Sun, 18 Sep 2011 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/_pWHZTJ6Ugo/yegordyachkov-com</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2011/09/18/yegordyachkov-com</feedburner:origLink></item>
         
        <item>
          <title>Run Gollum on Pow</title>
          <description><![CDATA[<p>Ever wanted your own Github-style wiki on your own mac server? Read on…</p>

<p>Gollum is the Git-powered wiki that is used in the Github’s wiki system. This tutorial will show you how to run it on Pow’s zero-configuration server on your mac.</p>

<p>Step &hellip;</p>]]></description>
          <pubDate>Wed, 20 Jul 2011 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/bkBFUeTNmvc/run-gollum-on-pow</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2011/07/20/run-gollum-on-pow</feedburner:origLink></item>
         
        <item>
          <title>JulienMP3Player: an MP3 Player jQuery plugin (Yes, in JavaScript!)</title>
          <description><![CDATA[<p>These days i’m creating a website for a musician. And he needed an MP3 player for his website. So my first thought was to use an open source MP3 in flash . But since i need to extend it, i looked at the AS2 code and i thought about the possibility &hellip;</p>]]></description>
          <pubDate>Sat, 02 Apr 2011 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/I0wuhvPfDFM/julienmp3player</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2011/04/02/julienmp3player</feedburner:origLink></item>
         
        <item>
          <title>Auto-Generating CRUDs in Sinatra, for fun and profit</title>
          <description><![CDATA[<p>I’m currently building yet another CMS, this time with Sinatra.
And i was having a lot of code duplication in my controllers where i created the usual CRUD (Create Read Update Delete) actions.</p>

<p>Here’s how it works:
I have this base class &hellip;</p>]]></description>
          <pubDate>Mon, 21 Mar 2011 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/sH1ZEvpgFeU/auto-generating-cruds-in-sinatra-for-fun-and-profit</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2011/03/21/auto-generating-cruds-in-sinatra-for-fun-and-profit</feedburner:origLink></item>
         
        <item>
          <title>Fixing the “bundled mysql.rb driver has been removed from Rails 2.2″ error</title>
          <description><![CDATA[<p>I’m migrating dumpyourtime.com to my new VPS at Linode and i had a hard time getting this rails (2.3.8) app to work on my setup (REE, Passenger 3/Apache2, MySQL, Ubuntu 10.04) because of the mysql gem.</p>

<p>I was getting this error on my apache &hellip;</p>]]></description>
          <pubDate>Sat, 25 Dec 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/AQewwDLuvO4/fixing-the-the-bundled-mysql-rb-driver-has-been-removed-from-rails-2-2-error</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/12/25/fixing-the-the-bundled-mysql-rb-driver-has-been-removed-from-rails-2-2-error</feedburner:origLink></item>
         
        <item>
          <title>KahnawakeVoices.com</title>
          <description><![CDATA[<p></p>

<p>KahnwawakeVoices.com is a project commissioned by Studio XX for the Mohawk community of Kahnawake. There is a custom CMS which is coded with Ruby on Rails. The front-end is in HTML, CSS (by Julie Desforges), some Flash and a bit of JavaScript.</p>

<p>&hellip;</p>]]></description>
          <pubDate>Fri, 19 Nov 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/IJSEiMHphig/kahnawakevoices-com</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/11/19/kahnawakevoices-com</feedburner:origLink></item>
         
        <item>
          <title>Saving hours with Anemone and Nokogiri</title>
          <description><![CDATA[<p>Today, i’ve been working on a WordPress site that needed to be moved to another server and also another domain. This site had quite a few (absolute) internal links in its content — that had URLs like http://oldsite.com — and i needed to &hellip;</p>]]></description>
          <pubDate>Mon, 08 Nov 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/crzfEI6sXHw/saving-hours-with-anemone-and-nokogiri</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/11/08/saving-hours-with-anemone-and-nokogiri</feedburner:origLink></item>
         
        <item>
          <title>Announcing my first jQuery plugin: JulienRSSWidget</title>
          <description><![CDATA[<p>Recently, i created a jQuery plugin to easily grab and display RSS feeds in your website.</p>

<p>You can see it in action here.</p>

<p>You can download/fork it here.</p>

<p>Let me know what you think!</p>]]></description>
          <pubDate>Fri, 22 Oct 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/wA-F5aqyQI4/announcing-my-first-jquery-plugin-julienrsswidget</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/10/22/announcing-my-first-jquery-plugin-julienrsswidget</feedburner:origLink></item>
         
        <item>
          <title>howto bootstrap your own server at home (with a dynamic IP)</title>
          <description><![CDATA[<p>Warning: running a server of any kind at home is a security risk. Security problems are sometimes found in server software, and these can be exploited to gain access to or damage your files. Your computer must be kept absolutely up to date with &hellip;</p>]]></description>
          <pubDate>Thu, 14 Oct 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/9XeExnsysM0/howto-bootstrap-your-own-server-at-home-with-dynamic-ip</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/10/14/howto-bootstrap-your-own-server-at-home-with-dynamic-ip</feedburner:origLink></item>
         
        <item>
          <title>MontrealHackers.com</title>
          <description><![CDATA[<p></p>

<p>MontrealHackers.com is a feed aggregator that is built with Ruby on Rails. It also has a Twitter bot that tweets the latest posts.</p>]]></description>
          <pubDate>Fri, 10 Sep 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/GqC8Wys1viY/montrealhackers-com</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/09/10/montrealhackers-com</feedburner:origLink></item>
         
        <item>
          <title>Fixing ActionView::SafeBuffer deprecation warning with Ckeditor in Rails 2.3</title>
          <description><![CDATA[<p>I’m currently building a small CMS for a client, with Ruby on Rails 2.3.8 and i’m using the rails-ckeditor plugin. I had a lot of these deprecation warnings :</p>

<p>DEPRECATION WARNING: ActionView::SafeBuffer is deprecated! Use &hellip;</p>]]></description>
          <pubDate>Wed, 18 Aug 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/2c6OTDA_WLU/fixing-actionviewsafebuffer-deprecation-warning-with-ckeditor-in-rails-2-3</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/08/18/fixing-actionviewsafebuffer-deprecation-warning-with-ckeditor-in-rails-2-3</feedburner:origLink></item>
         
        <item>
          <title>bash script to zip a folder while ignoring git files and copying it to dropbox</title>
          <description><![CDATA[<p>If like me you do a lot of front-end coding and you have a lot of clients that asks you some little modifications, then you send the modifications back to them in a zip file while ignoring the .git folder and .gitignore file, then copy this zip into &hellip;</p>]]></description>
          <pubDate>Wed, 30 Jun 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/zt2A3JYJDVc/bash-script-to-zip-a-folder-while-ignoring-git-files-and-copying-it-to-dropbox</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/06/30/bash-script-to-zip-a-folder-while-ignoring-git-files-and-copying-it-to-dropbox</feedburner:origLink></item>
         
        <item>
          <title>Déployer une application Lua (orbit) sur Webfaction</title>
          <description><![CDATA[<p>Pour déployer une application Lua faite avec le framework orbit sur Webfaction, voici comment j’ai procédé :</p>

<p>Premièrement il faut installer Lua, Luarocks et les rocks nécessaires (orbit, wsapi, et autres)</p>

<p>1- Pour installer Lua:</p>

cd &hellip;]]></description>
          <pubDate>Sun, 09 May 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/5sqSAiezO6g/deployer-une-application-lua-orbit-sur-webfaction</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/05/09/deployer-une-application-lua-orbit-sur-webfaction</feedburner:origLink></item>
         
        <item>
          <title>Backuper toutes mes DB MySQL sur un serveur distant</title>
          <description><![CDATA[<p>Ça fait longtemps que je cherche un truc simple qui puisse me permettre de faire un backup à chaque jours de mes bases de données pour mes projets en développements, et ce, sur un serveur distant*. En cas de problème au moins je ne perdrais pas &hellip;</p>]]></description>
          <pubDate>Sun, 07 Mar 2010 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/3xaJcdCecaE/backuper-toutes-mes-db-mysql-sur-un-serveur-distant</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2010/03/07/backuper-toutes-mes-db-mysql-sur-un-serveur-distant</feedburner:origLink></item>
         
        <item>
          <title>Intro à PhoneGap</title>
          <description><![CDATA[<p>Aujourd’hui j’ai découvert un beau projet Open-source qui va simplifier la vie à tant de monde : PhoneGap. Avant que je tombe là dessus, je ne comprenait pas que ce genre de framework n’existe pas. Mais pourtant j’avais tord! C’est &hellip;</p>]]></description>
          <pubDate>Wed, 25 Mar 2009 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/t0pbX4YIqxw/intro-a-phonegap</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2009/03/25/intro-a-phonegap</feedburner:origLink></item>
         
        <item>
          <title>Charger une image en Actionscript 3</title>
          <description><![CDATA[<p>Je sais qu’on peut trouver cette info un peu partout sur le Web. J’écris ceci parce que j’ai cherché et que je n’ai pas trouvé. Pourtant c’est simple. Pour charger une image dans AS3, il faut commencer par importer ces classes :</p>

import &hellip;]]></description>
          <pubDate>Thu, 25 Sep 2008 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/2mhAStwT60w/charger-une-image-en-actionscript-3</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2008/09/25/charger-une-image-en-actionscript-3</feedburner:origLink></item>
         
        <item>
          <title>Accéder à son serveur à partir de l’extérieur</title>
          <description><![CDATA[<p>*** Avertissement, Il faut dire que mon ISP est Vidéotron. Celui ci bloque les connexions entrantes sur le port 80. Il se peut que vous ayiez un ISP qui ne bloque pas ce port. Auquel cas ce tutoriel ne vous sera d’aucune utilité. ***</p>

<p>Ces &hellip;</p>]]></description>
          <pubDate>Sun, 14 Sep 2008 00:00:00</pubDate>
          <link>http://feedproxy.google.com/~r/JulienDesrosiers/~3/zaYf57YFc-A/acceder-a-son-serveur-a-partir-de-lexterieur</link>
        <feedburner:origLink>http://www.juliendesrosiers.com/2008/09/14/acceder-a-son-serveur-a-partir-de-lexterieur</feedburner:origLink></item>
         
    </channel>
</rss>
