<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>klevismiho.com</title>
	<link>http://klevismiho.com</link>
	<description>Blog of an Albanian Web Developer</description>
	<lastBuildDate>Thu, 10 May 2012 07:52:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<item>
		<title>Magento &#8211; There has been an error processing your request FIX</title>
		<description><![CDATA[There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 911585915504 A solution I found to this problem is by adding a php.ini file in the root of your magento installation, and adding the following code in it: memory_limit = 256M max_execution_time = 18000 [...]]]></description>
		<link>http://klevismiho.com/magento-there-has-been-an-error-processing-your-request-fix/</link>
			</item>
	<item>
		<title>Remove value from input with jQuery</title>
		<description><![CDATA[This jQuery code removes the value of a input text type when the user clicks on the input. $(document).ready(function(){ $(function(){ $(&#039;input:text&#039;).each(function(){ var inputValue = $(this).val(); $(this).focus(function(){ $(this).val(&#039;&#039;) }); $(this).blur(function(){ if($(this).val() == &#34;&#34;){ $(this).val(inputValue); } }); }); }); });]]></description>
		<link>http://klevismiho.com/remove-value-from-input-with-jquery/</link>
			</item>
	<item>
		<title>Facebook app beginner code example</title>
		<description><![CDATA[Since it was not so easy for me to get things up and running, I wanted to share it for other developers. This code gets all videos that are uploaded to a page. First you should download the php sdk from github. &#60;?php require_once &#039;facebook.php&#039;; $app_id = &#34;226102437478452&#34;; //Your application ID $canvas_page = &#34;http://apps.facebook.com/your_canvas_page/&#34;; //Your [...]]]></description>
		<link>http://klevismiho.com/facebook-app-beginners-code-example/</link>
			</item>
	<item>
		<title>Albanian Fried Dough with cheese and squashes</title>
		<description><![CDATA[Ingredients 1 egg 1 teaspoon of salt 1 teaspoon of sugar 1 teaspoon of baking soda 400 gr flour 500 gr yoghurt 1 or 2 squashes 100 gr or more white cheese Mix the egg with the yoghurt. Add the flour slowly and continue mixing. Cut the cheese in tiny pieces and put them in [...]]]></description>
		<link>http://klevismiho.com/albanian-fried-dough-with-cheese-and-squashes/</link>
			</item>
	<item>
		<title>My ASUS G73SW Republic Of Gamers Laptop</title>
		<description><![CDATA[A week ago I purchased for $1450 the ASUS G73SW 4.4Kg desktop replacement laptop and I love it. It&#8217;s not a laptop you can travel with though. &#160; &#160; Here are the main technical specifications:  Processor: Intel® Core™ i7 2630QM Processor RAM: 8Gb DDR3 HD: 1Tb Optical Drive: Blu-Ray DVD Combo Display: 17.3&#8243; Graphics: NVIDIA® [...]]]></description>
		<link>http://klevismiho.com/my-asus-g73sw-republic-of-gamers-laptop/</link>
			</item>
	<item>
		<title>My very first web site</title>
		<description><![CDATA[This is the very first website I&#8217;ve developed in Joomla 1.5. I made some fixes because the site got hacked, the english version wasn&#8217;t working. I noticed that 2 installations of Joomla were used, one for each language . For the existence of multilanguage components? I didn&#8217;t know at that time. I&#8217;ve deleted the english [...]]]></description>
		<link>http://klevismiho.com/my-very-first-web-site/</link>
			</item>
	<item>
		<title>First diary post</title>
		<description><![CDATA[Just added the diary page. I created a page template which gets the posts from the &#8220;Diary&#8221; category and assigned it to the Diary page.]]></description>
		<link>http://klevismiho.com/first-diary-post/</link>
			</item>
	<item>
		<title>Developing an Android App</title>
		<description><![CDATA[I&#8217;ve got my Samsung Galaxy S2 a week ago, now I want to develop an app for it. I am also reading a book along the way.]]></description>
		<link>http://klevismiho.com/developing-an-android-app/</link>
			</item>
	<item>
		<title>Quit Smoking</title>
		<description><![CDATA[I hope this time I&#8217;ll quit for real]]></description>
		<link>http://klevismiho.com/quit-smoking/</link>
			</item>
	<item>
		<title>First post from my Samsung Galaxy S2</title>
		<description><![CDATA[Yesterday I  bought the Samsung Galaxy S2. I am amazed by this phone, except the fact that it is too big and won&#8217;t fit right in my pocket. I have always the feeling that some pickpocket will steal it .I found a worpdress application and am so happy to know that now I can write [...]]]></description>
		<link>http://klevismiho.com/first-post-from-my-samsung-galaxy-s2/</link>
			</item>
</channel>
</rss>

