<?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"
	>

<channel>
	<title>YAB &#187; web developpers</title>
	<atom:link href="http://blog.alexgirard.com/tag/web-developpers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Wed, 26 Nov 2008 23:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Rails 1.2: keep working with version 1.1.6</title>
		<link>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/</link>
		<comments>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 15:29:38 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		<category><![CDATA[web developpers]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=27</guid>
		<description><![CDATA[Two days ago, www.rubyonrails.com released the new version of rails, with lots of new cool stuff to play with.
And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your &#8220;config/environment.rb&#8221;:

  # Specifies gem version of Rails to use when vendor/rails is not present
 [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago, <a href='http://www.rubyonrails.com'>www.rubyonrails.com</a> released the new version of rails, with <a href="http://weblog.rubyonrails.org/2007/1/19/rails-1-2-rest-admiration-http-lovefest-and-utf-8-celebrations">lots of new cool stuff</a> to play with.</p>
<p>And if your old projects are complaining after installing the new version, you just have to un-comment a simple line in your <em>&#8220;config/environment.rb&#8221;</em>:</p>
<pre class="prettyprint">
  # Specifies gem version of Rails to use when vendor/rails is not present
  RAILS_GEM_VERSION = '1.1.6'
</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/rails-12-installing-and-keep-working-with-version-116/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xmas: gifts for Web Developpers</title>
		<link>http://blog.alexgirard.com/xmas-gift-for-web-developpers/</link>
		<comments>http://blog.alexgirard.com/xmas-gift-for-web-developpers/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 15:42:02 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[a list apart]]></category>

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

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

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

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

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

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

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

		<category><![CDATA[web developpers]]></category>

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

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=12</guid>
		<description><![CDATA[

Adaptive Layout Technique: last article from A List Apart that describes a technique to adapt your layout on the client screen resolution. This would be commonly used in coming months, bye bye fixed layout for developper/contractor screen setup;
Rails Rubyisms Advent: a simple day-by-day tutorial to learn new small tips in Ruby;
Rails Advent Calendar: another advent [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.alexgirard.com/wp-content/uploads/2006/12/safer.jpg" rel="lightbox" title="Always use protection"><img src="http://blog.alexgirard.com/wp-content/uploads/2006/12/safer.thumbnail.jpg" width="71" height="96" alt="Always use protection" style='float:left;margin:5px;'/></a></p>
<ul>
<li><a href='http://www.alistapart.com/articles/switchymclayout'>Adaptive Layout Technique</a>: last article from <a href="http://www.alistapart.com/">A List Apart</a> that describes a technique to adapt your layout on the client screen resolution. This would be commonly used in coming months, bye bye fixed layout for developper/contractor screen setup;</li>
<li><a href='http://errtheblog.com/post/44'>Rails Rubyisms Advent</a>: a simple day-by-day tutorial to learn new small tips in Ruby;</li>
<li><a href='http://www.rubyinside.com/advent2006/'>Rails Advent Calendar</a>: another advent calendar from <a href="http://www.rubyinside.com">RubyInside.com</a> to ruby developpers, with a link to <a href="http://podcast.sdruby.com/">some interesting screencasts</a> from the <a href="http://www.sdruby.com/">San Diego Ruby User Group</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/xmas-gift-for-web-developpers/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
