<?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>Albulescu Cosmin</title>
	<atom:link href="http://albulescu.com/feed" rel="self" type="application/rss+xml" />
	<link>http://albulescu.com</link>
	<description>senior web developer</description>
	<lastBuildDate>Mon, 23 Apr 2012 10:44:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fist video for gatestebine.ro</title>
		<link>http://albulescu.com/fist-video-for-gatestebine-ro?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fist-video-for-gatestebine-ro</link>
		<comments>http://albulescu.com/fist-video-for-gatestebine-ro#comments</comments>
		<pubDate>Mon, 23 Apr 2012 10:41:24 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[Cooking]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=285</guid>
		<description><![CDATA[Im very proud to announce the video section for my website with recipes. Take a look at the first video and tell me what you think about.]]></description>
		<wfw:commentRss>http://albulescu.com/fist-video-for-gatestebine-ro/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gatesti bine?</title>
		<link>http://albulescu.com/gatesti-bine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gatesti-bine</link>
		<comments>http://albulescu.com/gatesti-bine#comments</comments>
		<pubDate>Tue, 06 Mar 2012 18:00:12 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=281</guid>
		<description><![CDATA[Dacă îţi place să găteşti şi vrei să arăţi lumii şi prieteniilor ce capodopere faci în arta culinară, intră pe gatestebine.ro şi publicăţi reţetele.]]></description>
		<wfw:commentRss>http://albulescu.com/gatesti-bine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo messenger in php</title>
		<link>http://albulescu.com/yahoo-messenger-in-php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yahoo-messenger-in-php</link>
		<comments>http://albulescu.com/yahoo-messenger-in-php#comments</comments>
		<pubDate>Tue, 06 Mar 2012 10:12:08 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[yahoo messenger]]></category>
		<category><![CDATA[ymsg protocol]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=272</guid>
		<description><![CDATA[One of my articles was Yahoo Messenger Client with Action Script 3 now i will show you how to write a yahoo messenger application in php. The script flow its exactly like code from action script because its connect to the same yahoo messenger protocol. For binary working i used a zend package ( Zend_Io ). [...]]]></description>
		<wfw:commentRss>http://albulescu.com/yahoo-messenger-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web application versioning when using Zend Framework</title>
		<link>http://albulescu.com/web-application-versioning-when-using-zend-framework?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-application-versioning-when-using-zend-framework</link>
		<comments>http://albulescu.com/web-application-versioning-when-using-zend-framework#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:41:56 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[versions]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=261</guid>
		<description><![CDATA[This is a simple way to versioning a zend framework application using just two files, a ini file that keeps the current version and a proxy/model file wich load the current version from the ini file and test the user passed version for a new feature. The ini file is splited in three states: production, testing [...]]]></description>
		<wfw:commentRss>http://albulescu.com/web-application-versioning-when-using-zend-framework/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery apear plugin</title>
		<link>http://albulescu.com/jquery-apear-plugin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jquery-apear-plugin</link>
		<comments>http://albulescu.com/jquery-apear-plugin#comments</comments>
		<pubDate>Wed, 30 Nov 2011 09:10:37 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery plugin]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=252</guid>
		<description><![CDATA[Simple jquery plugin used to trigger a function when a specific element apears on viewport, this callback is trigged one time. This plugin is very useful when you what to preload an image when this apears on the viewport. In this example the image is printed with osrc attribute wich keeps the path to the [...]]]></description>
		<wfw:commentRss>http://albulescu.com/jquery-apear-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with JSON RPC from javascript</title>
		<link>http://albulescu.com/working-with-json-rpc-from-javascript?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=working-with-json-rpc-from-javascript</link>
		<comments>http://albulescu.com/working-with-json-rpc-from-javascript#comments</comments>
		<pubDate>Fri, 18 Nov 2011 11:35:18 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[rpc]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=234</guid>
		<description><![CDATA[JSON-RPC is lightweight remote procedure call protocol similar to XML-RPC. Its very simple and its used by alots of web applications at least json wich is very used in modern applications. To communicate with server in a professional way, json-rpc is a good solution all you need to do is to create server side classes and [...]]]></description>
		<wfw:commentRss>http://albulescu.com/working-with-json-rpc-from-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve Zend Framework application speed by separate static content and using Zend_Cache and Zend_View for static files</title>
		<link>http://albulescu.com/improve-zend-framework-application-speed-by-separate-static-content-and-using-zend_cache-and-zend_view-for-static-files?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=improve-zend-framework-application-speed-by-separate-static-content-and-using-zend_cache-and-zend_view-for-static-files</link>
		<comments>http://albulescu.com/improve-zend-framework-application-speed-by-separate-static-content-and-using-zend_cache-and-zend_view-for-static-files#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:40:30 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=200</guid>
		<description><![CDATA[Introduction Why doing this, the reason is simple. We dont need to process all static files in our framework, because this increase loading time of your application. The ideea is to create a separate domain for your application eg. http://s.domain.com wich will render and cache all requested files. I personally used this method and my [...]]]></description>
		<wfw:commentRss>http://albulescu.com/improve-zend-framework-application-speed-by-separate-static-content-and-using-zend_cache-and-zend_view-for-static-files/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Invisible detector made to be simple and user friendly</title>
		<link>http://albulescu.com/invisible-detector-made-to-be-simple-and-user-friendly?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=invisible-detector-made-to-be-simple-and-user-friendly</link>
		<comments>http://albulescu.com/invisible-detector-made-to-be-simple-and-user-friendly#comments</comments>
		<pubDate>Sat, 08 Oct 2011 09:19:01 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[detector invisibil]]></category>
		<category><![CDATA[invisible detector]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=185</guid>
		<description><![CDATA[Today invisible-detector.net is live and is more user friendly and fast then last version. Yesterday i refused to go to club and I decided to restore design to insible-detector.net. I have made ​​it much easier to use and much faster, the results are now directly displayed in the input where you write the id. History is quite different  then others websites, this is with suggestions autocomplete. Enter and tell your opinion! Thanks!]]></description>
		<wfw:commentRss>http://albulescu.com/invisible-detector-made-to-be-simple-and-user-friendly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash player 10.3 video problem with hardware acceleration</title>
		<link>http://albulescu.com/flash-player-10-3-video-problem-with-hardware-acceleration?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flash-player-10-3-video-problem-with-hardware-acceleration</link>
		<comments>http://albulescu.com/flash-player-10-3-video-problem-with-hardware-acceleration#comments</comments>
		<pubDate>Sat, 01 Oct 2011 18:17:41 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://albulescu.com/?p=178</guid>
		<description><![CDATA[Working on a video player project with osmf and flex i had some strange problems. When going in fullscreen mode the screen it was black or more exactly the video it was not been sown.  After one hour of testing and debugging i found the problem, the problem was that i compiled the video player [...]]]></description>
		<wfw:commentRss>http://albulescu.com/flash-player-10-3-video-problem-with-hardware-acceleration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seo editing tool for fast optimization of meta tags and title</title>
		<link>http://albulescu.com/seo-editing-tool-for-fast-optimization-of-meta-tags-and-title?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seo-editing-tool-for-fast-optimization-of-meta-tags-and-title</link>
		<comments>http://albulescu.com/seo-editing-tool-for-fast-optimization-of-meta-tags-and-title#comments</comments>
		<pubDate>Thu, 29 Sep 2011 00:32:00 +0000</pubDate>
		<dc:creator>Cosmin</dc:creator>
				<category><![CDATA[Seo]]></category>
		<category><![CDATA[seo tools]]></category>
		<category><![CDATA[seo widget]]></category>

		<guid isPermaLink="false">http://www.albulescu.com/?p=169</guid>
		<description><![CDATA[Hi again, Today i will share a little tool for fast meta tags and title optimization. I use this personally for my websites and helps me very much and i do the seo optimizations just navigating on my website. This tool has three important files, the javascript file wich is loaded in page and builds the editing [...]]]></description>
		<wfw:commentRss>http://albulescu.com/seo-editing-tool-for-fast-optimization-of-meta-tags-and-title/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

