<?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>Essemme&#187; Web Development</title>
	<atom:link href="http://stefanomanfredini.info/category/web_development/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefanomanfredini.info</link>
	<description>if ($this-&#62;is_interesting) { $post = new Blog; $post-&#62;write ( $something_about_it ); }</description>
	<lastBuildDate>Sun, 08 Apr 2012 17:03:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Are you REALLY, REALLY sure?</title>
		<link>http://stefanomanfredini.info/2011/12/are-you-really-really-sure/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=are-you-really-really-sure</link>
		<comments>http://stefanomanfredini.info/2011/12/are-you-really-really-sure/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 19:22:42 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[All web things]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[front-end]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=746</guid>
		<description><![CDATA[This is what I call an effective warning. It makes really hard to delete something important by mistake. [screenshot taken from podio.com] Tweet this post!No related posts.
No related posts.]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2011/12/are-you-really-really-sure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bookmarklets for everyone</title>
		<link>http://stefanomanfredini.info/2011/07/bookmarklets-for-everyone/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bookmarklets-for-everyone</link>
		<comments>http://stefanomanfredini.info/2011/07/bookmarklets-for-everyone/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 18:35:08 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[quick tips]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=664</guid>
		<description><![CDATA[Ah, those nice javascript snippets that let some external site interact with our applications. Being a bridge for complex features or some simple functions, i was surprised how easy it is to make one. I am almost always looking for new ways to give admins and writers easier and faster way to do their job,<a href="http://stefanomanfredini.info/2011/07/bookmarklets-for-everyone/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2011/07/bookmarklets-a-quick-follow-up/' rel='bookmark' title='Bookmarklets, a quick follow up'>Bookmarklets, a quick follow up</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 2 &#8211; images'>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</a></li>
<li><a href='http://stefanomanfredini.info/2012/04/cakephp-2-0-address-finder-helper/' rel='bookmark' title='Cakephp 2.0 Address Finder Helper'>Cakephp 2.0 Address Finder Helper</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2011/07/bookmarklets-for-everyone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>This IS useful: email datasource by Kevin van Zonnerveld</title>
		<link>http://stefanomanfredini.info/2011/04/this-is-useful-email-datasource-by-kevin-van-zonnerveld/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=this-is-useful-email-datasource-by-kevin-van-zonnerveld</link>
		<comments>http://stefanomanfredini.info/2011/04/this-is-useful-email-datasource-by-kevin-van-zonnerveld/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 14:07:38 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=581</guid>
		<description><![CDATA[Looking for a shortcut to insert contents in a cake based cms, i found Kevin van Zonnerveld&#8217;s email datasource. Originally taken from infinitas cms, although not 100% finished, it seems a great piece of code, and easy to use. Just follow the instructions on github to grab &#8211; install &#8211; configure and implement it, create<a href="http://stefanomanfredini.info/2011/04/this-is-useful-email-datasource-by-kevin-van-zonnerveld/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 2 &#8211; images'>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</a></li>
<li><a href='http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow'>Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos'>Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2011/04/this-is-useful-email-datasource-by-kevin-van-zonnerveld/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow</title>
		<link>http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-own-cakephp-file-browser-for-ckeditor-part-4-%25e2%2580%2593-flickr-photos-and-slideshow</link>
		<comments>http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 21:22:37 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[ck editor]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=274</guid>
		<description><![CDATA[As we have seen in the previous post (Your own cakephp file-browser for ckeditor: part 3 – youtube videos), it&#8217;s not hard to implement a search/browser of external data sources, with the ability to embed the desired formatted media in ckeditor. Here&#8217;s a similar approach, interacting with Flickr&#8217;s API, with a catch. The ingredients are<a href="http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 2 &#8211; images'>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos'>Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos</a></li>
<li><a href='http://stefanomanfredini.info/2010/06/your-own-basic-cakephp-%e2%80%9cfile-manager%e2%80%9d-for-ck-editor/' rel='bookmark' title='Your own basic cakephp “file manager” for CK editor'>Your own basic cakephp “file manager” for CK editor</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos</title>
		<link>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos</link>
		<comments>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 09:41:17 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[ck editor]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=223</guid>
		<description><![CDATA[Here we are. The basics are still the same of the first part &#8211; making you own file explorer popup and using CKEditor.insertHtml to inject the desired generated code into ckeditor. Of course, the same may be applied to webservices; including data form external sources is not harder than inserting your uploaded files. At the<a href="http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow'>Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 2 &#8211; images'>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</a></li>
<li><a href='http://stefanomanfredini.info/2010/06/your-own-basic-cakephp-%e2%80%9cfile-manager%e2%80%9d-for-ck-editor/' rel='bookmark' title='Your own basic cakephp “file manager” for CK editor'>Your own basic cakephp “file manager” for CK editor</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Listed on planet cakephp</title>
		<link>http://stefanomanfredini.info/2010/07/listed-on-planet-cakephp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=listed-on-planet-cakephp</link>
		<comments>http://stefanomanfredini.info/2010/07/listed-on-planet-cakephp/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 15:09:51 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=225</guid>
		<description><![CDATA[The feed cakeph (english) of this blog is now listed on planet cakephp Many thanks to Derik NG for accepting this blog and (more  important) for running the place. Now it&#8217;s time to celebrate! Uhm, no, it&#8217;s time to feed the feed.  Coming soon the last parts of the &#8220;cake fileborwser for ckeditor&#8221; series, and<a href="http://stefanomanfredini.info/2010/07/listed-on-planet-cakephp/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos'>Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 2 &#8211; images'>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</a></li>
<li><a href='http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow'>Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/07/listed-on-planet-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your own cakephp file-browser for ckeditor: part 2 &#8211; images</title>
		<link>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=your-own-cakephp-file-browser-for-ckeditor-part-2-images</link>
		<comments>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:04:38 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[top story]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[ck editor]]></category>
		<category><![CDATA[fa-ci-le]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=181</guid>
		<description><![CDATA[In the previous post we have seen the magic of the CKEDITR.insertHtml method, and how we can use it to avoid the whole file manager thing. The first popup was used to insert files with links to download. Embedding images (thumbnails with link to full version) is easy too. The controller action is even simpler:<a href="http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/08/your-own-cakephp-file-browser-for-ckeditor-part-4-%e2%80%93-flickr-photos-and-slideshow/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow'>Your own cakephp file-browser for ckeditor: part 4 – flickr photos and slideshow</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-3-youtube-videos/' rel='bookmark' title='Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos'>Your own cakephp file-browser for ckeditor: part 3 &#8211; youtube videos</a></li>
<li><a href='http://stefanomanfredini.info/2010/06/your-own-basic-cakephp-%e2%80%9cfile-manager%e2%80%9d-for-ck-editor/' rel='bookmark' title='Your own basic cakephp “file manager” for CK editor'>Your own basic cakephp “file manager” for CK editor</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/07/your-own-cakephp-file-browser-for-ckeditor-part-2-images/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ORM Designer &#8211; an answer from Inventic and the route to beta cake support</title>
		<link>http://stefanomanfredini.info/2010/06/orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support</link>
		<comments>http://stefanomanfredini.info/2010/06/orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 18:02:03 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[ERD]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=167</guid>
		<description><![CDATA[Many thanks to František Tröster &#8211; from Inventic http://www.inventic.cz With his permission, parts of his answer to my previous post are published here, with my comments, as a follow-up. I appreciate the fast and detailed answer &#8211; it shows they really care about their product, and user feedback. I&#8217;m a little bit late for release<a href="http://stefanomanfredini.info/2010/06/orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/07/orm-designer-cakephp-support-in-progress/' rel='bookmark' title='ORM Designer cakephp support in progress'>ORM Designer cakephp support in progress</a></li>
<li><a href='http://stefanomanfredini.info/2010/06/orm-designer-for-cake-model-generation/' rel='bookmark' title='ORM Designer for cake model generation'>ORM Designer for cake model generation</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/06/orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ORM Designer for cake model generation</title>
		<link>http://stefanomanfredini.info/2010/06/orm-designer-for-cake-model-generation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=orm-designer-for-cake-model-generation</link>
		<comments>http://stefanomanfredini.info/2010/06/orm-designer-for-cake-model-generation/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:29:07 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[CakePhp]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ERD]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=148</guid>
		<description><![CDATA[I&#8217;m trying ORM Designer, so I&#8217;d like to share my impressions. (Yes, that&#8217;s only to get my 20% discount, of course.) I tried to design a simplified database structure, for prototyping a simple application &#8211; a cakephp side project i had in mind. The first impression was good: the interface is simple, easy to understand<a href="http://stefanomanfredini.info/2010/06/orm-designer-for-cake-model-generation/">&#160;&#160;[ Read More ]</a>
Related posts:<ol>
<li><a href='http://stefanomanfredini.info/2010/06/orm-designer-an-answer-by-inventic-and-the-route-to-beta-cake-support/' rel='bookmark' title='ORM Designer &#8211; an answer from Inventic and the route to beta cake support'>ORM Designer &#8211; an answer from Inventic and the route to beta cake support</a></li>
<li><a href='http://stefanomanfredini.info/2010/07/orm-designer-cakephp-support-in-progress/' rel='bookmark' title='ORM Designer cakephp support in progress'>ORM Designer cakephp support in progress</a></li>
<li><a href='http://stefanomanfredini.info/2010/06/your-own-basic-cakephp-%e2%80%9cfile-manager%e2%80%9d-for-ck-editor/' rel='bookmark' title='Your own basic cakephp “file manager” for CK editor'>Your own basic cakephp “file manager” for CK editor</a></li>
</ol>]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/06/orm-designer-for-cake-model-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translating the app&#8217;s interface and keeping the translation up to date: never again without poEdit.</title>
		<link>http://stefanomanfredini.info/2010/06/translating-the-apps-interface-and-keeping-the-translation-up-to-date-never-again-without-poedit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=translating-the-apps-interface-and-keeping-the-translation-up-to-date-never-again-without-poedit</link>
		<comments>http://stefanomanfredini.info/2010/06/translating-the-apps-interface-and-keeping-the-translation-up-to-date-never-again-without-poedit/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:45:12 +0000</pubDate>
		<dc:creator>stefano_ma</dc:creator>
				<category><![CDATA[(almost) English]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[i18n]]></category>

		<guid isPermaLink="false">http://stefanomanfredini.info/?p=136</guid>
		<description><![CDATA[This is simple, but if you never did it some suggestion may help. Internationalization and localization of the static text in a cakephp application is fast and easy, as explained in the book. One fact that was not actually clear to me is, adding new string and updating an alredy existent transaltion is also a<a href="http://stefanomanfredini.info/2010/06/translating-the-apps-interface-and-keeping-the-translation-up-to-date-never-again-without-poedit/">&#160;&#160;[ Read More ]</a>
No related posts.]]></description>
		<wfw:commentRss>http://stefanomanfredini.info/2010/06/translating-the-apps-interface-and-keeping-the-translation-up-to-date-never-again-without-poedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  stefanomanfredini.info/category/web_development/feed/ ) in 4.35055 seconds, on May 19th, 2012 at 4:53 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 20th, 2012 at 12:53 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  stefanomanfredini.info/category/web_development/feed/ ) in 0.01448 seconds, on May 19th, 2012 at 10:09 pm UTC. -->
