<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>But what if...</title>
	<link>http://eremiya.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 30 Jun 2010 04:00:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Jquery, Flot Tutorial (Part 2 revisited)</title>
		<description><![CDATA[Woaw, I&#8217;ve never blogged that much in a row. In my previous post, I showed you how to create a pod, and having ajax request to get the data. Actually, this is not the best way to use flot. Flot can redraw your chart &#8220;on the fly&#8220;, if I can say, if your code is [...]]]></description>
		<link>http://eremiya.net/2010/06/30/jquery-flot-tutorial-part-2-revisited/</link>
			</item>
	<item>
		<title>Jquery, Flot Tutorial (Part 2)</title>
		<description><![CDATA[In my previous post, we created a chart that represent the increase of a given year by month (from january to december). In this post, we&#8217;ll see how to create a pod, for a dashboard for example, that uses the previously created page and gives the possibility to query for a special year, and also [...]]]></description>
		<link>http://eremiya.net/2010/06/27/jquery-flot-tutorial-part-2/</link>
			</item>
	<item>
		<title>Free Currency converter using Coldfusion, Google and Regex</title>
		<description><![CDATA[Here is an easy and free way to add a currency converter to you application.

First, let&#8217;s define some variables.

&#60;cfset from = &#039;EUR&#039;&#62;
&#60;cfset to = &#039;JPY&#039;&#62;
&#60;cfset amount = 1&#62;

Then, let&#8217;s get an HTTP request to Google search page.

&#60;cfhttp  url=&#34;http://www.google.co.jp/search?hl=en&#38;source=hp&#38;q=#arguments.amount##arguments.from#+in+#arguments.to#&#34;  useragent=&#34;MOZILLA&#34;  method=&#34;GET&#34; resolveurl=&#34;Yes&#34; throwOnError=&#34;Yes&#34;/&#62;

Pretty simple stuff so far. If you actually go to that url, you&#8217;ll see [...]]]></description>
		<link>http://eremiya.net/2010/06/22/free-currency-converter-using-google-search-and-regex/</link>
			</item>
	<item>
		<title>Jquery, Flot Tutorial (Part 1.5)</title>
		<description><![CDATA[Sorry for not posting more often. thanks for all the comments. I&#8217;ll work on the frequency of my posts!
Flot is indeed a great plugin. There is a lot of things that can be done using it.
Let&#8217;s say, I want to create a chart that represent the increase of a given year by month (from january [...]]]></description>
		<link>http://eremiya.net/2009/10/16/jquery-flot-tutorial-part-1-5/</link>
			</item>
	<item>
		<title>Jquery, Flot Tutorial (Part 1)</title>
		<description><![CDATA[Flot is a great plugin for JQuery! I decided to make a simple tutorial in this part and then try to have something more complex (ajax request pulling out data from the database). 
Let&#8217;s make things first: let&#8217;s invoke the scripts.
&#60;script src=&#34;../jquery/jquery-1.3.2.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;script src=&#34;../js/jquery/flot/jquery.flot.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;!--[if IE]&#62;&#60;script language=&#34;javascript&#34; type=&#34;text/javascript&#34; src=&#34;../excanvas.pack.js&#34;&#62;&#60;/script&#62;&#60;![endif]--&#62;
Then, let&#8217;s place a div that will contain [...]]]></description>
		<link>http://eremiya.net/2009/07/08/jquery-flot-tutorial-part-1/</link>
			</item>
	<item>
		<title>Hello world! (eremiya version)</title>
		<description><![CDATA[Hi and welcome to my blog. I am new to the blogging community but I&#8217;ve been there for years, hiding among you guys! I decided to create that blog for many reasons, but mainly to :

make tutorials for newbies like me,
blog about Coldfusion, Model-Glue and MVC dev as well as ORM dev
RIA dev (Flex, Air, [...]]]></description>
		<link>http://eremiya.net/2009/07/04/hello-world/</link>
			</item>
</channel>
</rss>
