<?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>Onigoetz.ch &#187; Tutorial</title>
	<atom:link href="http://www.onigoetz.ch/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onigoetz.ch</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Dec 2011 11:09:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Update PEAR to the latest version</title>
		<link>http://www.onigoetz.ch/2010/10/03/update-pear-to-the-latest-version/</link>
		<comments>http://www.onigoetz.ch/2010/10/03/update-pear-to-the-latest-version/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 11:45:04 +0000</pubDate>
		<dc:creator>onigoetz</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.onigoetz.ch/?p=171</guid>
		<description><![CDATA[Debian is a very good distrib. Actually, I think it&#8217;s the best one. But sometimes it&#8217;s need of stability keeps us on old versions. so here are the instructions to update PEAR php. 12pear update-channels pear upgrade-all Done !]]></description>
			<content:encoded><![CDATA[<p>Debian is a very good distrib. Actually, I think it&#8217;s the best one.</p>
<p>But sometimes it&#8217;s need of stability keeps us on old versions.</p>
<p>so here are the instructions to update PEAR php.</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:530px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">pear update-channels<br />
pear upgrade-all</div></td></tr></tbody></table></div>
<p>Done !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onigoetz.ch/2010/10/03/update-pear-to-the-latest-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update PHP to the latest version on Debian Lenny</title>
		<link>http://www.onigoetz.ch/2010/10/03/update-php-to-the-latest-version-on-debian-lenny/</link>
		<comments>http://www.onigoetz.ch/2010/10/03/update-php-to-the-latest-version-on-debian-lenny/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 11:40:47 +0000</pubDate>
		<dc:creator>onigoetz</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.onigoetz.ch/?p=169</guid>
		<description><![CDATA[It&#8217;s easier than you think. First you have to add the dotdeb packages to the /etc/apt/sources.list file 12deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all if you want the php 5.3 branch, add these lines instead 12deb http://php53.dotdeb.org stable all deb-src http://php53.dotdeb.org stable all You have then to install the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easier than you think.</p>
<p>First you have to add the dotdeb packages to the /etc/apt/sources.list file</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:530px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">deb http:<span style="color: #000000; font-weight: bold;">//</span>packages.dotdeb.org stable all<br />
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>packages.dotdeb.org stable all</div></td></tr></tbody></table></div>
<p>if you want the php 5.3 branch, add these lines instead</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:530px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">deb http:<span style="color: #000000; font-weight: bold;">//</span>php53.dotdeb.org stable all<br />
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>php53.dotdeb.org stable all</div></td></tr></tbody></table></div>
<p>You have then to install the gpg keys :</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:530px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">gpg <span style="color: #660033;">--keyserver</span> keys.gnupg.net <span style="color: #660033;">--recv-key</span> 89DF5277<br />
gpg <span style="color: #660033;">-a</span> <span style="color: #660033;">--export</span> 89DF5277 <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key add</span> -</div></td></tr></tbody></table></div>
<p>(remove &#8220;sudo&#8221; if you&#8217;re already root)</p>
<p>Then do :</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:530px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get update</span><br />
<span style="color: #c20cb9; font-weight: bold;">apt-get upgrade</span></div></td></tr></tbody></table></div>
<p>Here you have, the latest PHP version (5.2.14 or 5.3.3 at this moment)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onigoetz.ch/2010/10/03/update-php-to-the-latest-version-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 6 is evil, but we have to support it.</title>
		<link>http://www.onigoetz.ch/2009/09/25/ie-6-is-evil-but-we-have-to-support-it/</link>
		<comments>http://www.onigoetz.ch/2009/09/25/ie-6-is-evil-but-we-have-to-support-it/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 14:46:10 +0000</pubDate>
		<dc:creator>onigoetz</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Internet Explorer 6]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Xhtml]]></category>

		<guid isPermaLink="false">http://www.onigoetz.ch/?p=87</guid>
		<description><![CDATA[We (by we I mean all web developpers) all know that Internet explorer is a real nightmare for web design and developping. Everytime that we make a nice effect or a nice design. It turns out that IE 6 doesn&#8217;t support it. For a little example, who tried to create [...]]]></description>
			<content:encoded><![CDATA[<p>We (by we I mean all web developpers) all know that Internet explorer is a real nightmare for web design and developping.</p>
<p>Everytime that we make a nice effect or a nice design. It turns out that IE 6 doesn&#8217;t support it.</p>
<p>For a little example, who tried to create a position:fixed element on a page. and gave up because he didn&#8217;t want to put some javascript in his page?</p>
<p>Yeah I know, that&#8217;s scary. By the way, put down your hand, you look idiot by raising your hand behind your computer.</p>
<p>But that&#8217;s enough !!!</p>
<p>The guys from <a href="http://www.virtuosimedia.com">Virtuosi Media</a> made a Best Practices Guide for IE 6.</p>
<p>A guide that helps to avoid the most commons problems of this browser.</p>
<p>Here is the link to the Tutorial : <a href="http://www.virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs">http://www.virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onigoetz.ch/2009/09/25/ie-6-is-evil-but-we-have-to-support-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a gallery in WordPress</title>
		<link>http://www.onigoetz.ch/2009/08/25/how-to-make-a-gallery-in-wordpress/</link>
		<comments>http://www.onigoetz.ch/2009/08/25/how-to-make-a-gallery-in-wordpress/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:06:05 +0000</pubDate>
		<dc:creator>onigoetz</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Picture Gallery]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.onigoetz.ch/?p=83</guid>
		<description><![CDATA[Anyone who&#8217;s tried to create a gallery on wordpress knows it ; it&#8217;s not easy. No existing plugin does right what we want it to, the integrated features are not the best working ones. But the solutions exist ! Here&#8217;s a tutorial on how to create a gallery like on [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who&#8217;s tried to create a gallery on wordpress knows it ; it&#8217;s not easy.</p>
<p>No existing plugin does right what we want it to, the integrated features are not the best working ones.</p>
<p>But the solutions exist !</p>
<p>Here&#8217;s a tutorial on how to create a gallery like on <a href="http://ma.tt">Matt Mullenweg&#8217;s</a> website un of the main creators of WordPress.</p>
<p><a href="http://www.phase2.net/2008/07/23/wordpress-gallery-tutorial/">http://www.phase2.net/2008/07/23/wordpress-gallery-tutorial/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.onigoetz.ch/2009/08/25/how-to-make-a-gallery-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

