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

<channel>
	<title>Made in Paté</title>
	<atom:link href="http://djpate.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://djpate.com</link>
	<description>A do-it yourself blog</description>
	<lastBuildDate>Sat, 31 Oct 2009 15:48:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>how to install ubuntu on a usb pendrive</title>
		<link>http://djpate.com/2009/10/31/how-to-install-ubuntu-on-a-usb-pendrive/</link>
		<comments>http://djpate.com/2009/10/31/how-to-install-ubuntu-on-a-usb-pendrive/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:47:37 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[casper-rw]]></category>
		<category><![CDATA[gparted]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[persistent]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=225</guid>
		<description><![CDATA[There is a lot of info on the net on how to install ubuntu on a pendrive but when I had to do it I found that it was not that clear
So I decided to describe my easy method here to have a persistent ubuntu on a usb pendrive.
Maybe my method is not the best [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/10/31/how-to-install-ubuntu-on-a-usb-pendrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install anyterm on ubuntu Karmic Koala</title>
		<link>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/</link>
		<comments>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 14:06:15 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajaxterm]]></category>
		<category><![CDATA[anyterm]]></category>
		<category><![CDATA[anytermd]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=204</guid>
		<description><![CDATA[Hello everyone,
I had to install anyterm on a fresh karmic koala yesterday but i&#8217;ve ran into so many problems that I decided I&#8217;ll write a simple tutorial about this subject.
Anyterm is a software that allows you to acces a terminal over http(s) protocol, so it allows you to bypass most proxys.
For more info on anyterm [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/10/30/how-to-install-anyterm-on-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Animated scroll to anchor/id function with jQuery</title>
		<link>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/</link>
		<comments>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 08:04:42 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[anchor]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[animated]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[scrolltop]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=186</guid>
		<description><![CDATA[Today I had to make a function for a client of mine so I decided to share it with you.
It&#8217;s a oneliner but can add a really nice effect to your website.
This function needs jQuery

function goToByScroll(id){
     	$('html,body').animate({scrollTop: $(&#34;#&#34;+id).offset().top},'slow');
}

Of course you can change slow to normal or fast or even a int [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/10/07/animated-scroll-to-anchorid-function-with-jquery/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Div Slide the really easy way with jQuery</title>
		<link>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/</link>
		<comments>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 08:03:59 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=168</guid>
		<description><![CDATA[Today,
I&#8217;ll just add a note to my previous post that showed you how to slide a div with a bit of Javascript.
Maybe some of you rather use a simpler way to do this and since my previous article got quite a lot of visits I decided to show you how !

This article is based on [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/09/29/div-slide-the-really-easy-way-with-jquery/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to add image tagging the facebook way !</title>
		<link>http://djpate.com/2009/09/01/image-tagging-facebook-like/</link>
		<comments>http://djpate.com/2009/09/01/image-tagging-facebook-like/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 21:33:27 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[draggable]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hi5]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery-ui]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[resizable]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=114</guid>
		<description><![CDATA[Today I want to show you how to make a image tagging function on your website.
It works about the same way than facebook does (or a least the way it worked some times ago because I deleted my facebook account)
Basicly you take an image and you &#8220;tag&#8221; people or stuff in it by marking what [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/09/01/image-tagging-facebook-like/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Looking for a great alternative for templateMonster ?</title>
		<link>http://djpate.com/2009/08/29/looking-for-a-great-alternative-of-templatemonster/</link>
		<comments>http://djpate.com/2009/08/29/looking-for-a-great-alternative-of-templatemonster/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 10:03:01 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[template monster]]></category>
		<category><![CDATA[templatemonster]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[themeforest]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=109</guid>
		<description><![CDATA[Even if you are the best web developper around , your work is not worth much if you dont have a killer design right ?
Of course you can make your own but I know many devs you arent made for designing ! (me included&#8230;)
A lot of websites offers templates that you can download for 50$ [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/29/looking-for-a-great-alternative-of-templatemonster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to : Create a simple url shortener script is a few minutes</title>
		<link>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/</link>
		<comments>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 20:22:05 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[tinyurl]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=90</guid>
		<description><![CDATA[Hello all,
First let&#8217;s explain the basics of what we are trying to do.
We&#8217;ll build a script that will replace any type of url to a tiny url so it&#8217;s easier to post or be untraceable.
For example this *long* google maps url 
http://maps.google.fr/maps?f=q&#038;source=s_q&#038;hl=fr&#038;geocode=&#038;q=white+house&#038;sll=46.75984,1.738281&#038;sspn=10.178118,28.54248&#038;ie=UTF8&#038;z=15&#038;iwloc=A
could become 
http://your.site/v/12345
you can check it out here : http://www.djpate.com/portfolio/shortURL/create.php
and download the source code [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/09/how-to-create-a-simple-url-shortener-script-is-a-few-minuts/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How to : Pdf thumbnails with php</title>
		<link>http://djpate.com/2009/08/06/pdf-thumbnails-with-php/</link>
		<comments>http://djpate.com/2009/08/06/pdf-thumbnails-with-php/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 13:32:28 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[thumb]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=81</guid>
		<description><![CDATA[Hello,
I&#8217;ve just worked on something for a project of mine and I wanted to share this code with you.
It&#8217;s nothing new but good to know&#8230;

Ok so if you want to make a thumbnails of your php document you have to have imagemagick on your host and the permission to have some kind of shell from [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/06/pdf-thumbnails-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax notification messages MSN style</title>
		<link>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/</link>
		<comments>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 10:19:49 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[ajax effects]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[slideup]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=49</guid>
		<description><![CDATA[
pre{
	font-size:10px;
	padding:5px;
	overflow:auto;
	background:#F4F5F7;
}

Hello everyone,
today i will discribe a simple way to do notification messages the same way that msn shows that you have a new message.
The CSS is not meant to be beautiful but just enought for you to understand and tweak it as you wish.
Note : This script uses jquery
You can see a demo here

Ok so [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/08/02/ajax-notification-messages-msn-style/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>form submit via Hidden iframe (A.K.A Fake Ajax)</title>
		<link>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/</link>
		<comments>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/#comments</comments>
		<pubDate>Sun, 24 May 2009 13:00:10 +0000</pubDate>
		<dc:creator>Christophe Verbinnen</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[fake ajax]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://djpate.com/?p=39</guid>
		<description><![CDATA[Today,  I wanna share with you a way to submit forms using a ajax look &#38; feel altought it&#8217;s not really ajax.
The question you might ask is :
why should I use this method instead of real ajax ?
Well they&#8217;re is numereous answer to that but one good reason it that is doesnt require any [...]]]></description>
		<wfw:commentRss>http://djpate.com/2009/05/24/form-submit-via-hidden-iframe-aka-fake-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
