<?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>klevismiho.com</title>
	<atom:link href="http://klevismiho.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://klevismiho.com</link>
	<description>Blog of an Albanian Web Developer</description>
	<lastBuildDate>Tue, 06 Dec 2011 15:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Facebook app beginner code example</title>
		<link>http://klevismiho.com/facebook-app-beginners-code-example/</link>
		<comments>http://klevismiho.com/facebook-app-beginners-code-example/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 09:59:11 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=260</guid>
		<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>
			<content:encoded><![CDATA[<p>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 <a href="https://github.com/facebook/php-sdk" target="_blank">download the php sdk</a> from github.</p>
<pre class="brush: php">

&lt;?php
require_once &#039;facebook.php&#039;;

$app_id = &quot;226102437478452&quot;; //Your application ID
$canvas_page = &quot;http://apps.facebook.com/your_canvas_page/&quot;; //Your canvas page
$secret = &#039;1b919de960ba93165650c2385a5b1c7e&#039;; //Your application secret

$auth_url = &quot;http://www.facebook.com/dialog/oauth?client_id=&quot;
. $app_id . &quot;&amp;amp;redirect_uri=&quot; . urlencode($canvas_page);
$signed_request = $_REQUEST[&quot;signed_request&quot;];
list($encoded_sig, $payload) = explode(&#039;.&#039;, $signed_request, 2);
$data = json_decode(base64_decode(strtr($payload, &#039;-_&#039;, &#039;+/&#039;)), true);

if (empty($data[&quot;user_id&quot;])) {
echo(&quot;&lt;script&gt; top.location.href=&#039;&quot; . $auth_url . &quot;&#039;&lt;/script&gt;&quot;);
} else {

//this uses the facebook object from facebook.php
$facebook = new Facebook(array(
&#039;appId&#039; =&gt; $app_id,
&#039;secret&#039; =&gt; $secret,
));
$user_id = $facebook-&gt;getUser();

//page id
$page_id = &#039;134501956646782&#039;;
$page_data = $facebook-&gt;api(&#039;/&#039;.$page_id.&#039;/videos/uploaded&#039;);

print_r($page_data);

}

?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/facebook-app-beginners-code-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Albanian Fried Dough with cheese and squashes</title>
		<link>http://klevismiho.com/albanian-fried-dough-with-cheese-and-squashes/</link>
		<comments>http://klevismiho.com/albanian-fried-dough-with-cheese-and-squashes/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 09:40:00 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Cooking]]></category>

		<guid isPermaLink="false">http://klevismiho.com/albanian-fried-dough-with-cheese-and-squashes/</guid>
		<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>
			<content:encoded><![CDATA[<p><img style="display: block; margin-right: auto; margin-left: auto;" src="http://klevismiho.com/wp-content/uploads/2011/10/wpid-2011-10-24-10.55.36.jpg" alt="Albanian Fried Dough in the pan" /><br />
<strong>Ingredients</strong><br />
1 egg<br />
1 teaspoon of salt<br />
1 teaspoon of sugar<br />
1 teaspoon of baking soda<br />
400 gr flour<br />
500 gr yoghurt<br />
1 or 2 squashes<br />
100 gr or more white cheese</p>
<p>Mix the egg with the yoghurt. Add the flour slowly and continue mixing. Cut the cheese in tiny pieces and put them in the mix. Grind the squashes and add them into the mix.<br />
Continue mixing&#8230;<br />
With a spoon, grab some of the mixture and put it in the hot cooking oil (I prefer olive oil). </p>
<p>The result:<br />
<img style="display: block; margin-right: auto; margin-left: auto;" src="http://klevismiho.com/wp-content/uploads/2011/10/wpid-2011-10-24-11.21.09.jpg" alt="Albanian Fried Dough" /></p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/albanian-fried-dough-with-cheese-and-squashes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My ASUS G73SW Republic Of Gamers Laptop</title>
		<link>http://klevismiho.com/my-asus-g73sw-republic-of-gamers-laptop/</link>
		<comments>http://klevismiho.com/my-asus-g73sw-republic-of-gamers-laptop/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 12:33:34 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=233</guid>
		<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>
			<content:encoded><![CDATA[<p><a href="http://klevismiho.com/my-asus-g73sw-republic-of-gamers-laptop/asus-republic-of-gamers-laptop/" rel="attachment wp-att-234"><img class="size-medium wp-image-234 alignleft" title="asus-republic-of-gamers-laptop" src="http://klevismiho.com/wp-content/uploads/2011/10/asus-republic-of-gamers-laptop-300x225.jpg" alt="" width="300" height="225" /></a>A week ago I purchased for $1450 the ASUS G73SW 4.4Kg desktop replacement laptop and I love it.</p>
<p>It&#8217;s not a laptop you can travel with though.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Here are the main technical specifications:</p>
<ul>
<li> Processor: Intel® Core™ i7 2630QM Processor</li>
<li>RAM: 8Gb DDR3</li>
<li>HD: 1Tb</li>
<li>Optical Drive: Blu-Ray DVD Combo</li>
<li>Display: 17.3&#8243;</li>
<li>Graphics: NVIDIA® GeForce® GTX 560M 1.5Gb</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/my-asus-g73sw-republic-of-gamers-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My very first web site</title>
		<link>http://klevismiho.com/my-very-first-web-site/</link>
		<comments>http://klevismiho.com/my-very-first-web-site/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 23:01:39 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=231</guid>
		<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>
			<content:encoded><![CDATA[<p><a href="http://ddca-al.org" target="_blank">This</a> 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 <img src='http://klevismiho.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  . For the existence of multilanguage components? I didn&#8217;t know at that time. I&#8217;ve deleted the english version, was unuseful, then installed the Joomfish component, added the translations, and that&#8217;s it <img src='http://klevismiho.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . </p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/my-very-first-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First diary post</title>
		<link>http://klevismiho.com/first-diary-post/</link>
		<comments>http://klevismiho.com/first-diary-post/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 21:30:49 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Diary]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=228</guid>
		<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>
			<content:encoded><![CDATA[<p>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. </p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/first-diary-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing an Android App</title>
		<link>http://klevismiho.com/developing-an-android-app/</link>
		<comments>http://klevismiho.com/developing-an-android-app/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 15:53:23 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[To Do List]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=217</guid>
		<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>
			<content:encoded><![CDATA[<p>I&#8217;ve got my <a href="http://www.samsung.com/global/microsite/galaxys2/html/" target="_blank">Samsung Galaxy S2</a> a week ago, now I want to develop an app for it. <br />
I am also reading <a href="http://www.apress.com/9781430234463" target="_blank">a book</a> along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/developing-an-android-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quit Smoking</title>
		<link>http://klevismiho.com/quit-smoking/</link>
		<comments>http://klevismiho.com/quit-smoking/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 14:19:03 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[To Do List]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=213</guid>
		<description><![CDATA[I hope this time I&#8217;ll quit for real]]></description>
			<content:encoded><![CDATA[<p>I hope this time I&#8217;ll quit for real <img src='http://klevismiho.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/quit-smoking/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>First post from my Samsung Galaxy S2</title>
		<link>http://klevismiho.com/first-post-from-my-samsung-galaxy-s2/</link>
		<comments>http://klevismiho.com/first-post-from-my-samsung-galaxy-s2/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 06:41:00 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[hmobile]]></category>
		<category><![CDATA[samsung galaxy s2]]></category>

		<guid isPermaLink="false">http://klevismiho.com/first-post-from-my-samsung-galaxy-s2/</guid>
		<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>
			<content:encoded><![CDATA[<p>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 <img src='http://klevismiho.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  .I found a worpdress application and am so happy to know that now I can write posts from my phone. This is my first post.</p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/first-post-from-my-samsung-galaxy-s2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 Boilerplate looks interesting</title>
		<link>http://klevismiho.com/html5-boilerplate-looks-interesting/</link>
		<comments>http://klevismiho.com/html5-boilerplate-looks-interesting/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 07:51:04 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Open Source for Web]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=202</guid>
		<description><![CDATA[It looks like a perfect startup theme. I will do my next HTML5/CSS site with it.]]></description>
			<content:encoded><![CDATA[<p>It looks like a <a href="http://html5boilerplate.com/" target="_blank">perfect startup theme</a>.  I will do my next HTML5/CSS site with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/html5-boilerplate-looks-interesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am on google plus</title>
		<link>http://klevismiho.com/i-am-on-google-plus/</link>
		<comments>http://klevismiho.com/i-am-on-google-plus/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:22:46 +0000</pubDate>
		<dc:creator>klevisi</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://klevismiho.com/?p=198</guid>
		<description><![CDATA[I finally got on google plus. A friend of mine invited me. It looks promising, but I hadn&#8217;t time to test it, just did a general test. Also added the google +1 button here.]]></description>
			<content:encoded><![CDATA[<p>I finally got on google plus. A friend of mine invited me. It looks promising, but I hadn&#8217;t time to test it, just did a general test. Also added the google +1 button here.</p>
]]></content:encoded>
			<wfw:commentRss>http://klevismiho.com/i-am-on-google-plus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

