<?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>Sa fie cu folos ... &#187; Web</title>
	<atom:link href="http://www.rbenea.ro/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rbenea.ro</link>
	<description>Sper sa fie cu folos ...</description>
	<lastBuildDate>Tue, 10 May 2011 09:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Cross domain and Firebug</title>
		<link>http://www.rbenea.ro/2010/05/05/cross-domain-and-firebug/</link>
		<comments>http://www.rbenea.ro/2010/05/05/cross-domain-and-firebug/#comments</comments>
		<pubDate>Wed, 05 May 2010 14:55:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programare]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.rbenea.ro/?p=33</guid>
		<description><![CDATA[ajax, cross domain, firebug]]></description>
			<content:encoded><![CDATA[<p>Just a quick note: if you are playing with AJAX calls and you see in the Firebug console the request headers but the response is empty (no headers, no content) then most probably you have a cross domain issue.</p>
<p>The domain and port of the server that served the page must be the same with the server that responds to the ajax request!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rbenea.ro/2010/05/05/cross-domain-and-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable cache on Google Chrome</title>
		<link>http://www.rbenea.ro/2010/02/14/how-to-disable-cache-on-google-chrome/</link>
		<comments>http://www.rbenea.ro/2010/02/14/how-to-disable-cache-on-google-chrome/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 20:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.rbenea.ro/2010/02/14/how-to-disable-cache-on-google-chrome/</guid>
		<description><![CDATA[After searching the net a while I found this: call the executable with the arguments --disk-cache-size=1 --media-cache-size=1]]></description>
			<content:encoded><![CDATA[<p>After searching the net a while I found this: call the executable with the arguments</p>
<pre lang="bash" line="1">
--disk-cache-size=1 --media-cache-size=1
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.rbenea.ro/2010/02/14/how-to-disable-cache-on-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MP3-urile nu sunt redate bine in Flash Player</title>
		<link>http://www.rbenea.ro/2008/01/21/mp3-urile-nu-sunt-redate-bine-in-flash-player/</link>
		<comments>http://www.rbenea.ro/2008/01/21/mp3-urile-nu-sunt-redate-bine-in-flash-player/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 18:27:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.rbenea.ro/2008/01/21/mp3-urile-nu-sunt-redate-bine-in-flash-player/</guid>
		<description><![CDATA[Lucrez la un proiect in care trebuie sa fac play, din pagina web, la un fisier mp3 generat automat. Problema este ca pe anumite configuratii acest fisier nu era redat sau era redat la viteze aiurea. Dupa cum am gasit pe net, cauza este Flash Playerul carestie sa redea doar fisiere cu o rata de [...]]]></description>
			<content:encoded><![CDATA[<p>Lucrez la un proiect in care trebuie sa fac play, din pagina web, la un fisier mp3  generat automat. Problema este ca pe anumite configuratii acest fisier nu era redat sau era redat la viteze aiurea.</p>
<p>Dupa cum am gasit pe net, cauza este Flash Playerul carestie sa redea doar fisiere cu o rata de esantionare multiplu de 11.025khz si anume: 44.1khz, 22.05khz, 11.025khz.</p>
<p>In cazul meu solutia a fost sa folosesc lame cu urmatorul parametru:</p>
<pre lang="bash" line="1">
lame --resample 11.025
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.rbenea.ro/2008/01/21/mp3-urile-nu-sunt-redate-bine-in-flash-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

