<?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>andrea belvedere</title>
	<atom:link href="http://www.andreabelvedere.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andreabelvedere.com</link>
	<description>Coding, Life</description>
	<lastBuildDate>Wed, 19 May 2010 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>git memo</title>
		<link>http://www.andreabelvedere.com/coding/git-memo</link>
		<comments>http://www.andreabelvedere.com/coding/git-memo#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:10:00 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=446</guid>
		<description><![CDATA[Git, in my opinion, is undoubtedly the best version control system, mostly, but not only, for its distributed nature, and the way branching and merging are handled.
However having used subversion for many years I find git learning curve a real pain, some of the commands are slightly arcane, therefore not easy to remember.
In this post [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/git-memo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Comments</title>
		<link>http://www.andreabelvedere.com/opensource/pretty-comments</link>
		<comments>http://www.andreabelvedere.com/opensource/pretty-comments#comments</comments>
		<pubDate>Sun, 01 Nov 2009 23:25:24 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[wp-plugin]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=422</guid>
		<description><![CDATA[Some time ago I came across, a nice jQuery plug-in (jWYSIWYG) that turns regular html textareas into very simple WYSIWYG text editors.
At the time I thought that the plug-in would work really well replacing the normal WordPress comment boxes, and finally I found (made) a little free time to encapsulate jWYSIWYG jQuery plug-in into a [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/opensource/pretty-comments/feed</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>BocaBo</title>
		<link>http://www.andreabelvedere.com/news/bocabo</link>
		<comments>http://www.andreabelvedere.com/news/bocabo#comments</comments>
		<pubDate>Fri, 10 Jul 2009 00:35:39 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=397</guid>
		<description><![CDATA[BocaBo.jp is a new dictionary to aid Japanese speakers learning Spanish, Portuguese, English and vice versa.
To kick start BocaBo&#8217;s database driven dictionaries I used EDICT and ENAMDICT dictionary files by Jim Breen. The Spanish and Portuguese versions are created by translating the English version from EDICT with the help of www.apertium.org.
BocaBo is a join project [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/news/bocabo/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TIC &#8211; Text Image Converter</title>
		<link>http://www.andreabelvedere.com/coding/tic-text-image-converter</link>
		<comments>http://www.andreabelvedere.com/coding/tic-text-image-converter#comments</comments>
		<pubDate>Mon, 20 Apr 2009 09:19:26 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=356</guid>
		<description><![CDATA[This is a php5 library (two classes) I wrote to convert TrueType Font text into an image, using the GD library.
The project is hosted and can be downloaded from github: http://github.com/hayate/tic  (it includes an example, documentation and some free fonts)
or using git: git clone git://github.com/hayate/tic.git
Documentation is also available online here: http://www.andreabelvedere.com/docs/tic/
To extend the library [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/tic-text-image-converter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>subversion propset svn:ignore</title>
		<link>http://www.andreabelvedere.com/coding/subversion-propset-svnignore</link>
		<comments>http://www.andreabelvedere.com/coding/subversion-propset-svnignore#comments</comments>
		<pubDate>Thu, 02 Apr 2009 18:12:42 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=351</guid>
		<description><![CDATA[This is a quick self-reminder on propset svn:ignore command.
To ignore all content in directory foo but not the directory:
svn propset svn:ignore '*' foo
To ignore the directory and its content:
svn propset svn:ignore 'foo' . 
]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/subversion-propset-svnignore/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Font Tester</title>
		<link>http://www.andreabelvedere.com/besides/web-font-tester</link>
		<comments>http://www.andreabelvedere.com/besides/web-font-tester#comments</comments>
		<pubDate>Sun, 18 Jan 2009 10:50:34 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[besides]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=342</guid>
		<description><![CDATA[The quick brown fox jumps over the lazy dog !



Font Name



&#160;(i.e. Arial, Courier etc.)



Font Size




ptpxem



Bold


&#160;




&#160;


/*
]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/besides/web-font-tester/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Application Developer (Tokyo)</title>
		<link>http://www.andreabelvedere.com/besides/web-application-developer-tokyo</link>
		<comments>http://www.andreabelvedere.com/besides/web-application-developer-tokyo#comments</comments>
		<pubDate>Wed, 14 Jan 2009 19:27:03 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[besides]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=321</guid>
		<description><![CDATA[今年の5月にロンドンから東京に移住しました。 創造的、積極的で明るい雰囲気の東京の会社でのウェブ系プログラマーとしての仕事を探しています.
ウェブ系プログラマーとしては5年以上の実務経験　(Java, JSP, PHP, MVC, Zend Framework,Kohana)があり、ソフトウェア開発プログラマーとしても2年以上の実務経験があります(C/C++ .Net)。
もし御社で、才能とやる気のあるプログラマーを募集していらっしゃいましたらこのリンクからご連絡いただくか、のダウンロードをよろしくお願いいたします。
&#160;
I am in Tokyo and looking for a position as Web Application Developer in an innovative, bright and forward-thinking company based in Tokyo.
I have over 5 years of experience in Web Application Development (Java, JSP, PHP, MVC, Zend Framework,Kohana), and more than 2 years of experience in Software [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/besides/web-application-developer-tokyo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Italy</title>
		<link>http://www.andreabelvedere.com/life/italy</link>
		<comments>http://www.andreabelvedere.com/life/italy#comments</comments>
		<pubDate>Mon, 12 Jan 2009 11:42:42 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=297</guid>
		<description><![CDATA[Italy is an amazing country, and despite not being a huge country, geographically speaking it has every thing, amazing beaches, breath taking mountains, beautiful hills (i.e. Tuscany).
Many cities and small towns are so packed with history and art that if taken as a whole and placed in a museum people would pay to see them.
Of [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/life/italy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Italy vs England vs Japan</title>
		<link>http://www.andreabelvedere.com/life/italy-vs-england-vs-japan</link>
		<comments>http://www.andreabelvedere.com/life/italy-vs-england-vs-japan#comments</comments>
		<pubDate>Sun, 11 Jan 2009 07:12:31 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=290</guid>
		<description><![CDATA[Few days ago my wife and I made the important decision of moving out of London.
In May this year a new era of our life will start in Tokyo.
I think I know why I want to go to Japan as apposed to stay in London or going back home to Italy but I want to [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/life/italy-vs-england-vs-japan/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend_Layout example</title>
		<link>http://www.andreabelvedere.com/coding/zend_layout-example</link>
		<comments>http://www.andreabelvedere.com/coding/zend_layout-example#comments</comments>
		<pubDate>Mon, 20 Oct 2008 11:51:29 +0000</pubDate>
		<dc:creator>andrea belvedere</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.andreabelvedere.com/?p=125</guid>
		<description><![CDATA[This example focuses on 3 aspects of the Zend Framework (v1.6):
the Zend_Layout mechanism, modules and helpers, including the ActionStack helper and a custom helper. (Please note that there is no Smarty involved in this example).
The main objective of this post is to demonstrate how components of ZF work together to produce a simple application, for [...]]]></description>
		<wfw:commentRss>http://www.andreabelvedere.com/coding/zend_layout-example/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
