<?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>Saleh Blog</title>
	<atom:link href="http://salehalsaffar.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://salehalsaffar.com/blog</link>
	<description>Programming, Web Developing, and nonsense... my computer knows my thoughts!</description>
	<lastBuildDate>Sun, 19 May 2013 23:46:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Novel Attempt #1: Another Ordinary Day</title>
		<link>http://salehalsaffar.com/blog/?p=1096</link>
		<comments>http://salehalsaffar.com/blog/?p=1096#comments</comments>
		<pubDate>Sun, 08 Jul 2012 22:46:29 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Unnamed World 1]]></category>
		<category><![CDATA[novel]]></category>
		<category><![CDATA[writings]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=1096</guid>
		<description><![CDATA[This is attempt number 1 on writing a story: No young man, no matter how great, can know his destiny nor glimpse his part of the great story that is about to unfold. A hard worker that is about to take part of a great history that will change the fate of Esio. He lives [...]]]></description>
				<content:encoded><![CDATA[<p>This is attempt number 1 on writing a story:</p>
<p>No young man, no matter how great, can know his destiny nor glimpse his part of the great story that is about to unfold. A hard worker that is about to take part of a great history that will change the fate of Esio. He lives an ordinary life but he had no idea that everything is going to change… That young man is Alanis son of Guida, but he is known by the name of Alan among the people who knows him.</p>
<p>As Alanis’s mother says: “He owns his property, but can he manage it himself?!” He had an issue on managing his own firm, the Zulu Farms. See, the firm has lots of farms scattered all around the Thurain Rim which is basically the kingdom’s western border as the town is located in the farthest west side of the Kindom of Ijulia. And each farm is huge and being managed by a farm manager. Those managers sometimes lose interest of going by the company’s rules and so the corruption has lingered through the company’s top staffs. So not long ago, he let his brother Judiah to grasp the top management of the firm on his stead for his good managerial experience.</p>
<p>Alanis was a thin brunette man and short, but not very. He had lived a normal life just like anyone else. Known to be kind and compassionate, however, he does have few friends. He spends his time in the town’s library and visits his farms regularly.</p>
<p>Alanis live in a small simple home in the middle of Avgil Street next to their favorite tavern, the Glossip Inn. Most of their money goes to charity work and some of it goes to savings and contribution in building their town.</p>
<p>One morning sat Alanis and Judiah eating crumpets with tea on a rounded wooden table by a large window next to them sending some morning sun rays into the small kitchen of theirs. “It seems that we are advancing in our northern front,” says Alanis one day while having his breakfast with his brother, “Even though we have lost Numenion village last week, but it looks like we will get it back soon!”. “Not likely,” grimed Judiah after a while. “We might have the will to defend our kingdom, but certainly we don’t have the manpower to beat our enemy. All we can hope is that we can score up enough losses from those filthy orcs to stop them from advancing… or maybe even do enough damage to them so they’ll somehow stop the war. Having faith on our army is all what we can do right now.”</p>
<p>“Anyhow, I don’t think they will be able to go further than they have already done. The narrow hollow between Mount Kazham and Mount Rogan is well defended” says Judiah as he holds a tomato that is just about to be eaten. “Not to mention that the whole Durian passage is covered by archers and trebuchets in which were lately mounted on the sides of both mountains. It will bleed the orcs army if they dared to cross the passage!”</p>
<p>After a long conversation, Judiah went to his work like every morning and Alanis decided to go and check the host of refugees who came from the lost village. He went upstairs to his bedroom which was just beside his brother’s bedroom. He picked up his green jacket from his dress cabinet and went out. He noticed his neighbor Mr. Shabby as he shuts the door.</p>
<p>“Good morning Mr. Alanis. It is a lovely day” Says Mr. Shabby. “Yes it is. Spring indeed and I hope it lasts longer than usual.”</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=1096</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encode your JSON data before sending it</title>
		<link>http://salehalsaffar.com/blog/?p=943</link>
		<comments>http://salehalsaffar.com/blog/?p=943#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:30:06 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web developement]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=943</guid>
		<description><![CDATA[A problem I was facing recently, that the JSON was being receive properly on Firefox 3.6 my work development machine. Finished the project and deployed it. I haven&#8217;t tested it on other machines, how clever am I?! I opened my laptop to see how it would appear on other browsers, and shockingly, it wasn&#8217;t working [...]]]></description>
				<content:encoded><![CDATA[<p>A problem I was facing recently, that the JSON was being receive properly on Firefox 3.6 my work development machine. Finished the project and deployed it. I haven&#8217;t tested it on other machines, how clever am I?! I opened my laptop to see how it would appear on other browsers, and shockingly, it wasn&#8217;t working at all!</p>
<p>After spending hours trying to locate the line where the error occurs and find out what&#8217;s the problem it turned out that I have to decode the JSON output before sending it. I wasn&#8217;t using any PHP built-in functionality for JSON, that&#8217;s because at work, we are still using PHP4 which has none. I was basically writing the JSON output explicitly. The text output can contain some special characters that need to be encoded and escaped before sending it. After digging around a bit I found out a solution from this <a href="http://techblog.willshouse.com/2009/06/12/using-json_encode-and-json_decode-in-php4/">post</a>. Everything is pretty much explained there.</p>
<p>In a nutshell, you&#8217;ll have to use json_encode() to encode the data from an array and then output it. A JSON library is provided along with that post. There is also a decoding function, but I haven&#8217;t use it since I&#8217;m receiving my data on a javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=943</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carpathian Region Trip: Day 1 &#8211; The Arrival</title>
		<link>http://salehalsaffar.com/blog/?p=910</link>
		<comments>http://salehalsaffar.com/blog/?p=910#comments</comments>
		<pubDate>Sun, 30 Oct 2011 10:17:45 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Field Visit]]></category>
		<category><![CDATA[Fun Stuffs]]></category>
		<category><![CDATA[Vacation]]></category>
		<category><![CDATA[Carpathian]]></category>
		<category><![CDATA[Green Ukraine]]></category>
		<category><![CDATA[Ivano-Frankivsk]]></category>
		<category><![CDATA[train]]></category>
		<category><![CDATA[Ukraine]]></category>
		<category><![CDATA[Verkhovyna]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=910</guid>
		<description><![CDATA[Me and my friend had decided to take the Ukrainian Carpathian Region as our vacation exile since he was on a low budget period due to change of job. The main goal of our trip is to enjoy nature away from the stress of city life and do some adrenaline rush activities. Doing some research [...]]]></description>
				<content:encoded><![CDATA[<p>Me and my friend had decided to take the Ukrainian Carpathian Region as our vacation exile since he was on a low budget period due to change of job. The main goal of our trip is to enjoy nature away from the stress of city life and do some adrenaline rush activities. Doing some research I found out that the Carpathian region of Ukraine is a natural heaven so I decided to spend some time there.</p>
<p>One of the problems of going to Ukraine is language barrier. The majority of Ukrainians do not speak English and I’ve noticed that some of them do understand English but they can’t speak it. So we decided to look for a Ukrainian tourist company in the Carpathian region. After some Googling, I stumbled upon a website called <a href="http://green-ukraine.com/">Green Ukraine</a> that organize trips to the Carpathian region and provide a personal guide throughout the whole trip all day long. After some emailing with the company, we came up with a schedule to spend 5 days on the Carpathian region. I was fascinated on how fast their email reply is. Heck, we had around 7 emails a day going back and forth. The guy I was corresponding was Andriy and it turned out that he is also also our guide.</p>
<p>&#160;</p>
<h1>Train to Ivano-Frankivsk</h1>
<p>I went to Ivano-Frankivsk by a train from Kiev. The meeting point with our guide Andriy was the railway station in Ivano-Frankivsk. </p>
<p><strong>Word of advice: Never ever travel in Ukraine by train.</strong> Keep reading to know why.</p>
<p>I took the 3rd class ticket because there were no seats on the second and first class cabin. The train trip from Kiev to Ivano-Frankivsk was the crappiest trip I’ve ever been to in my life. There was no air-conditioner and it was summer so the whole compartment stinks and smells like underwear and socks! Heck I felt like throwing up and I was disgusted the whole freaking time. There are no windows to open and the toilet is crap and dirty. People do no know English so we couldn’t talk to anyone in there. Luckily, at the last moment before the train leaves, a guy came by listening to me and my friend talking in Arabic language, so he greeted us. It turned out that he is a nice guy from Jordan in his senior year studying medical in Ivano-Frankivsk.</p>
<p>Days later, we went back also by train but on second class. It is better than the 3rd but it still stinks. There were no tickets for the 1st class.</p>
<p>Anyway, at least I ended up experiencing soviet union era trains.</p>
<p>&#160;</p>
<h1>The Arrival</h1>
<p>After about 12 hours on the railway, we finally arrived to Ivano-Frankivsk railway station at 9am. As soon as I stepped out the train, it felt like joy of life is coming back to me again. Of course, I still stink after spending 12 hours in there, but the delightful and fresh air outside the cage has risen up my mood.</p>
<p>&#160;</p>
<p align="center"><a href="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="Ivano-Frankivsk walkway" src="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image_thumb.png" width="284" height="214" /></a></p>
<p align="center">&#160;</p>
<p>After spending about 2 hours waiting for a restaurant to open, pick up some groceries, and looking for bank to withdraw Euro currencies from my bank account, then it start raining and we finally hit the road to go to our cottage in <a href="http://maps.google.com/maps?q=Verkhovyna,+Ivano-Frankivs'ka+oblast,+Ukraine&amp;hl=en&amp;ll=48.150741,24.813309&amp;spn=0.135372,0.41851&amp;sll=37.0625,-95.677068&amp;sspn=41.003738,107.138672&amp;vpsrc=6&amp;hnear=Verkhovyna,+Verkhovyns'kyi+district,+Ivano-Frankivs'ka+oblast,+Ukraine&amp;t=h&amp;z=12">Verkhovyna</a>. That’s another 2 hours until we reached the cottage to take big awesome shower and feel clean!</p>
<p>&#160;</p>
<p align="center"><a href="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="Side view of the cottage" src="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image_thumb1.png" width="284" height="214" /></a><a href="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image2.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="Our cottage" src="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image_thumb2.png" width="284" height="214" /></a><a href="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image3.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="The view from our cottage" src="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image_thumb3.png" width="284" height="214" /></a></p>
<h1>&#160;</h1>
<p>As you can see above, that’s where we spent our nights. In a super cool cottage out in the country. We are surrounded by farm houses and a nice view to a mountain nearby. </p>
<p>&#160;</p>
<h1>Quadricycle</h1>
<p>Our first activity was Quadricycling (ATV). We spent around 30 minutes riding on various locations and tracks. Ascending and descending heights, between woods, on the street, on muddy tracks… etc. It also rained for few minutes. It was fun and enjoyable and the instructor allowed me to drive fast because he said I’m a good driver. That was a good complement for someone who had never drove an ATV before!</p>
<p>I’ll leave you with a picture of how the view was when we were doing Quadricycling.</p>
<p>&#160;</p>
<p align="center"><a href="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image4.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="The view while doing quadricycle" src="http://salehalsaffar.com/blog/wp-content/uploads/2011/10/image_thumb4.png" width="284" height="214" /></a></p>
<p>&#160;</p>
<p>We spent the rest of the day relaxing and lying down on the farm. The night was cold and misty and we went to bed early because we were exhausted.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=910</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to getURL not working</title>
		<link>http://salehalsaffar.com/blog/?p=855</link>
		<comments>http://salehalsaffar.com/blog/?p=855#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:55:05 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Flash/ActionScript/Flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[geturl]]></category>
		<category><![CDATA[issue]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=855</guid>
		<description><![CDATA[A security enhancement was added to Flash Player sometime ago that disables getURL to function properly in Actionscript 2.0 of Adobe Flash. This could be an issue for some as in my situation when I created a banner for MET to celebrate the independence &#38; liberation day of Kuwait. The issue occurs if you are [...]]]></description>
				<content:encoded><![CDATA[<p>A security enhancement was added to Flash Player sometime ago that disables getURL to function properly in Actionscript 2.0 of Adobe Flash. This could be an issue for some as in my situation when I created a banner for <abbr title="”Meteorological”"><a href="http://www.met.gov.kw">MET</a></abbr> to celebrate the independence &amp; liberation day of Kuwait.</p>
<p>The issue occurs if you are targeting a different domain than the current domain where the SWF/HTML file is hosted. I’ve also heard reports that it can occur if the SWF and HTML file are located at different location even if at the same domain host. I haven’t tested the latter so I can’t confirm or deny it.</p>
<p>Anyhow, to resolve this issue, all you have to do is change the <em>allowScriptAccess</em> attribute on the <em>&lt;object&gt;</em> tag to have the value “always”. You also have to add <em>&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt; </em>or edit it to match it if it’s already there.</p>
<p>So at the end, your code has to look like this:</p>
<blockquote><p>&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0&quot; width=&quot;955&quot; height=&quot;88&quot; id=&quot;SWFID&quot; align=&quot;middle&quot;&gt;      <br />&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;       <br />&lt;param name=&quot;allowFullScreen&quot; value=&quot;false&quot; /&gt;       <br />&lt;param name=&quot;movie&quot; value=&quot;FILE.SWF&quot; /&gt;&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /&gt; &lt;embed src=&quot;FILE.SWF&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;955&quot; height=&quot;88&quot; name=&quot;SWFID&quot; align=&quot;middle&quot; allowScriptAccess=&quot;always&quot; allowFullScreen=&quot;false&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.adobe.com/go/getflashplayer&quot; /&gt;       <br />&lt;/object&gt;</p>
</blockquote>
<p>This issue is explained in more detail at the official knowledge base of Adobe <a href="http://kb2.adobe.com/cps/000/50c1cf38.html">here</a> and <a href="http://kb2.adobe.com/cps/403/kb403183.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=855</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Releasing a New WordPress Plugin &#8211; WP Academic People List</title>
		<link>http://salehalsaffar.com/blog/?p=838</link>
		<comments>http://salehalsaffar.com/blog/?p=838#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:32:46 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Academic People List]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=838</guid>
		<description><![CDATA[My first WordPress plugin goes public. I’ve developed it for a research group in Kuwait University. Check out the WP Academic People List page for more information about this plugin. This plugin was built in a way that you can customize it for school alumni website.]]></description>
				<content:encoded><![CDATA[<p>My first WordPress plugin goes public. I’ve developed it for a research group in Kuwait University. Check out the <a href="http://wordpress.org/extend/plugins/wp-academic-people/">WP Academic People List</a> page for more information about this plugin. This plugin was built in a way that you can customize it for school alumni website.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=838</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BarCamp Kuwait 2010</title>
		<link>http://salehalsaffar.com/blog/?p=833</link>
		<comments>http://salehalsaffar.com/blog/?p=833#comments</comments>
		<pubDate>Tue, 05 Oct 2010 15:35:34 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Computer and IT]]></category>
		<category><![CDATA[Tech market]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[kuwait]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=833</guid>
		<description><![CDATA[The first ever BarCamp in Kuwait. BarCamp is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos, and interaction from attendees, usually centered around design &#38; technology topics. For registration and more information check out the official BarCamp Kuwait [...]]]></description>
				<content:encoded><![CDATA[<p>The first ever BarCamp in Kuwait.</p>
<blockquote><p>BarCamp is an ad-hoc gathering born from the desire for people to share and learn in an open environment. It is an intense event with discussions, demos, and interaction from attendees, usually centered around design &amp; technology topics.</p>
</blockquote>
<p>For registration and more information check out the <a href="http://ahamshay.com/barcamp">official BarCamp Kuwait 2010 website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=833</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funniest forum post ever! (Arabic)</title>
		<link>http://salehalsaffar.com/blog/?p=826</link>
		<comments>http://salehalsaffar.com/blog/?p=826#comments</comments>
		<pubDate>Thu, 30 Sep 2010 09:28:18 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Fun Stuffs]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[forum post]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=826</guid>
		<description><![CDATA[I got this by an email from a friend. It’s a forum post in Arabic but it’s hilarious.]]></description>
				<content:encoded><![CDATA[<p>I got this by an email from a friend. It’s a forum post in Arabic but it’s hilarious.</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="1" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/1_thumb.png" border="0" alt="1" width="786" height="406" /></a></p>
<p><span id="more-826"></span></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/2.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="2" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/2_thumb.png" border="0" alt="2" width="435" height="491" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/3.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="3" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/3_thumb.png" border="0" alt="3" width="435" height="491" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/4.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="4" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/4_thumb.png" border="0" alt="4" width="435" height="491" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/5.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="5" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/5_thumb.png" border="0" alt="5" width="370" height="293" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/6.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="6" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/6_thumb.png" border="0" alt="6" width="370" height="293" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/7.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="7" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/7_thumb.png" border="0" alt="7" width="591" height="196" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/8.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="8" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/8_thumb.png" border="0" alt="8" width="700" height="253" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/9.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="9" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/9_thumb.png" border="0" alt="9" width="700" height="253" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/10.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="10" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/10_thumb.png" border="0" alt="10" width="658" height="217" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/11.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="11" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/11_thumb.png" border="0" alt="11" width="543" height="219" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/12.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="12" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/12_thumb.png" border="0" alt="12" width="677" height="576" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/13.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="13" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/13_thumb.png" border="0" alt="13" width="677" height="576" /></a></p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/14.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="14" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/14_thumb.png" border="0" alt="14" width="749" height="153" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=826</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Phone 7 &#8211; A deal breaker or just another desperate attempt?</title>
		<link>http://salehalsaffar.com/blog/?p=795</link>
		<comments>http://salehalsaffar.com/blog/?p=795#comments</comments>
		<pubDate>Sat, 18 Sep 2010 17:00:45 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[My Writings]]></category>
		<category><![CDATA[Tech market]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[deal breaker]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows phone 7]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=795</guid>
		<description><![CDATA[&#160; It’s been a nightmare for Microsoft in the last few years with their mobile operating system, Windows Mobile. The real battle began back in 2007 when iPhone was released to public and despite the popularity of Windows Mobile, Steve Jobs (CEO, Apple) has outwitted Steve Ballmer (CEO, Microsoft) and Windows Mobile has started to [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/windowsphoneeverythingtop1.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="windowsphone-everything-top-1" border="0" alt="windowsphone-everything-top-1" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/windowsphoneeverythingtop1_thumb.jpg" width="429" height="363" /></a>&#160; <br />It’s been a nightmare for Microsoft in the last few years with their mobile operating system, Windows Mobile. The real battle began back in 2007 when iPhone was released to public and despite the popularity of Windows Mobile, Steve Jobs (CEO, Apple) has outwitted Steve Ballmer (CEO, Microsoft) and Windows Mobile has started to lose ground quickly. iPhone was taking the lead and outselled Windows Mobile almost immediately.</p>
<p>&#160;</p>
<p>Just a year later (2008 A.D.) another bomb shell was dropped on the smartphone arena with the release of Google’s Android operating system and the intensity of the battle begun to rise. Google was working hard on improving Android as updates were being released more frequent on Android than iPhone. By the first quarter of 2010, the tide of war has shifted towards Android and for the first time it managed to outsell iPhone. By June of the same year, iPhone 4 went public but it failed to gain popularity like its predecessor.</p>
<p>&#160;</p>
<p>But wait! Microsoft was holding ground under radio-silence and planning to counter-attack with the latest technologies their engineers have managed to develop. The preemptive strike has begun when Microsoft unveiled Windows Phone 7 in Mobile World Congress in Barcelona and technologist around the globe got excited about this upcoming revolutionary mobile operating system. Some went as far as saying that that’s a deal breaker!</p>
<p>&#160;</p>
<p>The mobile OS battle is not a fight between evil and good, like republic and separatist, Jedi and the Sith Lord, Batman and Joker. People will not go and choose sides; it’s more like a survival of the fittest were people will pick up the best smartphone out there, and the one that sell the most is the winner. So I’m quite convinced that all three companies have worked hard and squeezed their juicy expertise at best, although I’m having my doubts about Apple as they tend to release new iPhones and other products but not with the latest technologies – yes, the press exaggerates all the time with “latest technology”!</p>
<p>&#160;</p>
<p>Without further ado, let’s compare the three mobile operating systems:</p>
<table border="1" cellspacing="0" cellpadding="0" width="596">
<tbody>
<tr>
<td valign="top" width="117">&#160;</td>
<td valign="top" width="146">
<p><b>iPhone OS 4.0</b></p>
</td>
<td valign="top" width="154">
<p><b>Android 2.2</b></p>
</td>
<td valign="top" width="177">
<p><b>Windows Phone 7</b></p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Multitouch</b></p>
</td>
<td valign="top" width="146">
<p>Yes</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Multitasking</b></p>
</td>
<td valign="top" width="146">
<p>Yes + Push</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes but not third-party applications + Push</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Copy Paste</b></p>
</td>
<td valign="top" width="146">
<p>Yes</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>No (Initially)</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Keyboard</b></p>
</td>
<td valign="top" width="146">
<p>Virtual</p>
</td>
<td valign="top" width="154">
<p>Virtual + Physical</p>
</td>
<td valign="top" width="177">
<p>Virtual + Physical</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Music Store</b></p>
</td>
<td valign="top" width="146">
<p>Yes, iTunes</p>
</td>
<td valign="top" width="154">
<p>Third party</p>
</td>
<td valign="top" width="177">
<p>Yes, Zune</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Music Streaming</b></p>
</td>
<td valign="top" width="146">
<p>Third-party apps</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Navigation</b></p>
</td>
<td valign="top" width="146">
<p>Third-party</p>
</td>
<td valign="top" width="154">
<p>Google Maps</p>
</td>
<td valign="top" width="177">
<p>Bing</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Games</b></p>
</td>
<td valign="top" width="146">
<p>Tons on the App Store</p>
</td>
<td valign="top" width="154">
<p>Not as good as iPhone</p>
</td>
<td valign="top" width="177">
<p>Xbox Live</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Gamers Social Network</b></p>
</td>
<td valign="top" width="146">
<p>Yes</p>
</td>
<td valign="top" width="154">
<p>No</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Office Suite</b></p>
</td>
<td valign="top" width="146">
<p>Yes</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Flash</b></p>
</td>
<td valign="top" width="146">
<p>No</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>No (Initially)</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Silverlight</b></p>
</td>
<td valign="top" width="146">
<p>No</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Customization Home Screen</b></p>
</td>
<td valign="top" width="146">
<p>Yes, third-party</p>
</td>
<td valign="top" width="154">
<p>Yes</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Applications</b></p>
</td>
<td valign="top" width="146">
<p>170,000 +</p>
</td>
<td valign="top" width="154">
<p>50,000 +</p>
</td>
<td valign="top" width="177">
<p>Not launched yet</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>User friendliness</b></p>
</td>
<td valign="top" width="146">
<p>2<sup>nd</sup> best</p>
</td>
<td valign="top" width="154">
<p>3<sup>rd</sup> best</p>
</td>
<td valign="top" width="177">
<p>Best</p>
</td>
</tr>
<tr>
<td valign="top" width="117">
<p><b>Sync Game Online</b></p>
</td>
<td valign="top" width="146">
<p>No</p>
</td>
<td valign="top" width="154">
<p>No</p>
</td>
<td valign="top" width="177">
<p>Yes</p>
</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/windowsphone7xbox.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px; padding-top: 0px" title="windows phone 7 xbox" border="0" alt="windows phone 7 xbox" align="left" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/09/windowsphone7xbox_thumb.jpg" width="170" height="261" /></a>Okay, so that’s a raw&#160; comparison between the three players. We could dive deeper and see how Windows Phone 7 can be integrated to your Xbox set or your PC, and how with some upcoming games you can play it in your Xbox 360 and then go out and continue the game in your Windows Phone 7 device from the same point where you left the game on the Xbox 360.&#160; And the list of features goes on…</p>
<p>&#160;</p>
<p>But hey! Windows Phone 7 is still not out there yet, and if you’ve seen the developer framework capabilities you’d be amazed with what you can do with it. Microsoft is releasing an OS with amazing capabilities and an awesome developer tools for the developers’ community to make great applications and shine as a rock star.</p>
<p>&#160;</p>
<p>There are still some issues remaining, as iPhone and Android has already gained solid ground, Microsoft will have to convince consumers to ditch their current technologies and immigrate to Windows Phone 7.</p>
<p>&#160;</p>
<p>“Microsoft has a challenge in getting phone vendors to support Windows Phone 7,” said Jack Gold, the principal of J. Gold Associates, to the <a href="http://www.itbusinessedge.com/cm/community/features/articles/blog/the-case-against-windows-phone-7/?cs=42470">IT Business Edge</a>. “Motorola is not going to do it. HP just bought Palm and the webOS, and it is very unlikely they will do it. HTC probably will make a few, but they are going down the Android path very quickly. Samsung may do Windows Phone 7, but how much effort will they put into it?”</p>
<p>&#160;</p>
<p align="left">Microsoft has managed to create a revolutionary simple “hub” centric interface and will definitely change the way people use smartphones as various technologies integration was achieved to some degree. Whether it will succeed or not we do not know. Only few days left until the release of the first Windows Phone 7 based device, and the decision is all up to the consumers to go for iPhone’s boring interface, Android’s openness, or the easiness of WP7. But of course, Microsoft wouldn’t want Captain Jack Sparrow (1) to repeat his own words to Windows Phone 7 “Up is down. That&#8217;s just maddingly unhelpful. Why are these things never clear?!”</p>
<p align="left">&#160;</p>
<p align="left">
<div style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:deaececc-702d-4bd6-ad17-05923847b72d" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/5q-HtdW03Zs&amp;hl=en"></param><embed src="http://www.youtube.com/v/5q-HtdW03Zs&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p align="center">&#160;</p>
<div style="padding-bottom: 0px; padding-left: 0px; width: 425px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:f1578afa-8ad8-44fa-8758-7bc606d1be1f" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/KoAaVB-lJ4s&amp;hl=en"></param><embed src="http://www.youtube.com/v/KoAaVB-lJ4s&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p align="center">&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p><em>This article will be published on next the issue of </em><a href="http://al-islamia.com/"><em>Al-Islamia</em></a><em> Magazine.</em></p>
<p><em>- The writing style is intentional, to make it funny and inviting for youth readers.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=795</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Personal Saga, The ACM Student Chapter of Kuwait University &#8211; Part (3) &#8211; The i7 Seminar and the Open Day</title>
		<link>http://salehalsaffar.com/blog/?p=786</link>
		<comments>http://salehalsaffar.com/blog/?p=786#comments</comments>
		<pubDate>Tue, 03 Aug 2010 10:04:21 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Myself]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[club]]></category>
		<category><![CDATA[cpes]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[kuwait university]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[student]]></category>
		<category><![CDATA[student chapter]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=786</guid>
		<description><![CDATA[Intel i7 Processor Architecture Seminar The Intel i7 seminar was another successful even conducted by the chapter at May 18th, 2009 in building 20kh in Khaldiya. The seminar was presented by Naeem Hamami from Intel talking about the i7 architecture which was not yet released yet that time. He also talked about the market availability [...]]]></description>
				<content:encoded><![CDATA[<h2>Intel i7 Processor Architecture Seminar</h2>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/IntelPosterIMG3.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="Intel--Poster--IMG[3]" border="0" alt="Intel--Poster--IMG[3]" align="right" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/IntelPosterIMG3_thumb.jpg" width="206" height="287" /></a>The Intel i7 seminar was another successful even conducted by the chapter at May 18th, 2009 in building 20kh in Khaldiya. The seminar was presented by Naeem Hamami from Intel talking about the i7 architecture which was not yet released yet that time. He also talked about the market availability of the i7 processor and ended the session with Q&amp;A and some prizes were given away at the end.</p>
<p>Attendance was moderate with about two scores of attendees. The feedback I received from Intel is that the computer engineering students were smart and most of the questions asked during the session were technical questions that needed a specialized engineer to answer their questions.</p>
<p>&#160;</p>
<h2>Entertainment Day</h2>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/OpenDay.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 13px 0px 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="OpenDay" border="0" alt="OpenDay" align="left" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/OpenDay_thumb.jpg" width="133" height="185" /></a>It’s an open day with lots of entertaining activities throughout the day at March 5th, 2009. Here’s a list of some of the activities we had:</p>
<ul>
<li>Playstation 3 football competition for guys</li>
<li>Missing words competition</li>
<li>Wii game for the gals</li>
<li>Barbeque lunch</li>
<li>Pottery Trappings</li>
<li>Table Tennis</li>
<li>Movie night with popcorn</li>
<li>Live football match</li>
</ul>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/05032009143.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="05032009143" border="0" alt="05032009143" align="left" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/05032009143_thumb.jpg" width="300" height="226" /></a></p>
<p>Hundreds of students participated in some way to the event. The most excited activity was the pottery trappings were many gals participated. The picture on the left shows potteries that were completed.</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/05032009130.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" class="wlDisabledImage" title="05032009145" border="0" alt="05032009145" align="right" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/08/05032009145.jpg" width="305" height="230" /></a></p>
<p>The last activity was the movie show Bolt in building 20kh. Popcorns and soft drinks were handed out to the audience. Some students brought their families which was awesomely the first time families interacted with us.</p>
<p>After the movie, we handed out prizes for the winners of our activities and competitions.   </p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=786</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interviewed by Microsoft Feed</title>
		<link>http://salehalsaffar.com/blog/?p=777</link>
		<comments>http://salehalsaffar.com/blog/?p=777#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:52:56 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Myself]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[kuwait university]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft student partner]]></category>
		<category><![CDATA[msp]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=777</guid>
		<description><![CDATA[I’ve got interviewed by Microsoft Feed recently and the interview is now online at Microsoft Feed. The interview is basically about my experience as a Microsoft Student Partner in Kuwait University.]]></description>
				<content:encoded><![CDATA[<p>I’ve got interviewed by <a href="http://microsoftfeed.com">Microsoft Feed</a> recently and the interview is now <a href="http://microsoftfeed.com/2010/meet-saleh-nabeel-alsaffar-msp-from-kuwait-university/">online at Microsoft Feed</a>. The interview is basically about my experience as a Microsoft Student Partner in Kuwait University.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=777</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mifi 2352 for Zain &#8211; Kuwait</title>
		<link>http://salehalsaffar.com/blog/?p=761</link>
		<comments>http://salehalsaffar.com/blog/?p=761#comments</comments>
		<pubDate>Thu, 03 Jun 2010 21:23:10 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[3.5g]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[kuwait]]></category>
		<category><![CDATA[mifi]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[zain]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=761</guid>
		<description><![CDATA[The following settings are needed to use the Mifi 2352 (unlocked) for your Zain 3.5G data plan: APN: hspps Username: hspps Password: hspps Authentication Type: PAP That’s for the Zain mobile carrier of Kuwait.]]></description>
				<content:encoded><![CDATA[<p>The following settings are needed to use the Mifi 2352 (unlocked) for your Zain 3.5G data plan:</p>
<p>APN: hspps    <br />Username: hspps     <br />Password: hspps    <br />Authentication Type: PAP</p>
<p>That’s for the Zain mobile carrier of Kuwait.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=761</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Visual Studio 2010 Launch in Kuwait</title>
		<link>http://salehalsaffar.com/blog/?p=756</link>
		<comments>http://salehalsaffar.com/blog/?p=756#comments</comments>
		<pubDate>Wed, 12 May 2010 11:33:05 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Computer and IT]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[launch]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[robin hood]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=756</guid>
		<description><![CDATA[Microsoft are doing Visual Studio 2010 launch in Kuwait and then premiering the movie Robin Hood. That’s two days before the movie launch in Kuwait cinemas. Location: Cinescape 360, 360 Mall Date: May 18th, 2010 Agenda: 01:45 PM &#8211; 02:00 PM &#124; Registration 02:30 PM &#8211; 05:15 PM &#124; Presentations 05:15 PM &#8211; 05:30 PM [...]]]></description>
				<content:encoded><![CDATA[<p>Microsoft are doing Visual Studio 2010 launch in Kuwait and then premiering the movie Robin Hood. That’s two days before the movie launch in Kuwait cinemas. </p>
<p>Location: Cinescape 360, 360 Mall   <br />Date: May 18th, 2010</p>
<p>Agenda:   <br />01:45 PM &#8211; 02:00 PM | Registration     <br />02:30 PM &#8211; 05:15 PM | Presentations     <br />05:15 PM &#8211; 05:30 PM | Break&#160; <br />05:30 PM &#8211; 07:20 PM | &quot;Robin Hood Movie&quot; </p>
<p>Register and book your seat <a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032452773&amp;Culture=en-AE">here</a>.</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/05/MSFT_VS2010_launch.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="MSFT_VS2010_launch" border="0" alt="MSFT_VS2010_launch" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/05/MSFT_VS2010_launch_thumb.png" width="529" height="732" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=756</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q8CPC &#8211; Kuwait&#8217;s National Collegiate Programming Contest</title>
		<link>http://salehalsaffar.com/blog/?p=745</link>
		<comments>http://salehalsaffar.com/blog/?p=745#comments</comments>
		<pubDate>Sun, 18 Apr 2010 20:22:11 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[anarc]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[icpc]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=745</guid>
		<description><![CDATA[[UPDATE: the competition has been postpond to September.] For the first time, the ACM&#8217;s International Collegiate Programming Contest is coming to Kuwait by the American University of Kuwait. The contest will be held by May 1st, 2010. The opening ceremony and the practice session will be held two days earlier. More information will be revealed soon. [...]]]></description>
				<content:encoded><![CDATA[<p>[UPDATE: the competition has been postpond to September.]</p>
<p>For the first time, the ACM&#8217;s <a href="http://icpc.baylor.edu/">International Collegiate Programming Contest</a> is coming to Kuwait by the<a href="http://www.auk.edu.kw/"> American University of Kuwait</a>. The contest will be held by May 1st, 2010. The opening ceremony and the practice session will be held two days earlier. More information will be revealed soon.</p>
<p>This contest is a good opportunity for students to prepare for the regional contest <a href="http://www.icpc-anarc.org/">ACM ACPC</a> formally known as (<a href="http://www.icpc-anarc.org/">ACM ICPC ANARC</a>).</p>
<p>Check the PDF for the &#8220;Call for Participation&#8221; letter: <a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/Q8CPC-Call-4-Participation.pdf">Q8CPC Call for Participation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=745</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Zune for International Users</title>
		<link>http://salehalsaffar.com/blog/?p=744</link>
		<comments>http://salehalsaffar.com/blog/?p=744#comments</comments>
		<pubDate>Wed, 07 Apr 2010 13:47:24 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Computer and IT]]></category>
		<category><![CDATA[My Writings]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[workaround]]></category>
		<category><![CDATA[zune]]></category>
		<category><![CDATA[zune hd]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=744</guid>
		<description><![CDATA[So you are now one of those people who found out about Zune and got really turned down by Microsoft for preventing us to access the device and the Marketplace just because we do not live in the US? Don’t worry because I have the ultimate workaround. Since the released of Zune Software 4.0 and [...]]]></description>
				<content:encoded><![CDATA[<p>So you are now one of those people who found out about Zune and got really turned down by Microsoft for preventing us to access the device and the Marketplace just because we do not live in the US? Don’t worry because I have the ultimate workaround.</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zunesoftware.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="zunesoftware" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zunesoftware_thumb.png" border="0" alt="zunesoftware" width="518" height="306" /></a></p>
<p>Since the released of <a href="http://www.zune.net/en-US/products/software/default.htm">Zune Software 4.0</a> and the integration of <a href="http://zune.net/en-us/products/learningcenter/zunemarketplace/default.htm">Zune Marketplace</a> to the Xbox 360, Microsoft has stepped a big leap forward into the Music and Entertainment industry. The Zune Software 4.0 is user-friendly and much more responsive than its competitive the iTunes in the Windows platform and the Zune HD device is awesome and feels much more robust than the current iPods. And thanks to the <a href="http://zune.net/en-us/products/zunepass/default.htm">Zune Pass</a>, the Zune Marketplace now provides unlimited number of music at the tip of your hand to listen to or download, of course, with DRM lock. The Zune Pass cost only $15 USD monthly but the problem is that if you are not based in the US, you won’t be able to enjoy the Zune Marketplace, heck, you won’t even be able to buy Zune. To be fair to the Microsoft folks, I think those roadblocks were necessary for license music in the Marketplace whether the Zune team really wanted to block international users or no.</p>
<p>In this article I’m going to talk about how to own a Zune HD and get yourself hooked up with the Zune Marketplace with the full features of Zune Software 4.0 just like living in the states.</p>
<h2>Get the Zune HD</h2>
<p>Officially the Zune HD is supported and sold only in the states but you could find sellers in <a href="http://ebay.com">ebay</a> that would happily sell it and ship it to your country but for an extra profit.</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuned.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="Zune HD" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuned_thumb.png" border="0" alt="Zune HD" width="394" height="309" /></a></p>
<p>Another alternative is to buy Zune HD through <a href="http://www.amazon.com">Amazon</a> or any other retailer and ship it to a “shipment forwarder company” in the states that ships anything they receive under your name to your home address. Basically, those types of companies will provide you with a US mailbox and an address, and if anything is mailed/shipped to that address it will be forwarded and shipped to your home. I personally use <a href="http://www.aramex.com">Aramex</a>’s Shop&amp;Ship but if you cannot use Aramex for any reason, you could always use DHL since they provide a very similar service. This kind of shipping service is available in my country and I’m not sure if it is available everywhere.</p>
<h2>Grasp the Full Potential of the Zune Marketplace</h2>
<p>Zune HD can play all music and videos in that’s already in your hard disk and playable by <a href="http://zune.net/en-us/products/software/default.htm">Zune Software 4.0</a>. Now, here what really made me ditch iPod and iTunes, it is the Zune Marketplace. The main reason I made the move from iTunes to Zune Software is that I can get unlimited music with Zune Pass as I mentioned previously.</p>
<p>Now it is time to do some changes in your computer. Follow the next instructions before opening the Zune Software for the first time. You can download Zune Software from <a href="http://zune.net/en-us/products/software/default.htm">here</a>.</p>
<h3>Accessing the Zune Marketplace</h3>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuenmarket.png"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="zuenmarket" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuenmarket_thumb.png" border="0" alt="zuenmarket" width="291" height="173" align="right" /></a> In a typical non-US computer you won’t see the Marketplace &amp; the Social tab in Zune Software, however, you could easily solve this by setting your location to US. To do that, go to Control Panel –&gt; Clock, Language, and Region –&gt; Change location, then select your location to “United States” [Windows 7].</p>
<p>Now you should be able to see the Marketplace tab after restarting the Zune Software.</p>
<h3>Get a Windows Live Account</h3>
<p>Now you need to register for a <a href="http://www.passport.net">Windows Live ID</a> which is the generic account for all Microsoft services, or you could just grab a new <a href="http://windowslive.com">Windows Live</a> or <a href="http://hotmail.com">Hotmail</a> email which is also considered as a Windows Live ID. You could use your existing Live email.</p>
<p>Just ensure that in your profile your home address is set to US. You could use any US-based address you want. Heck, you can use any of <a href="http://www.microsoft.com/About/CompanyInformation/usaoffices/default.mspx">Microsoft offices address</a> <img src='http://salehalsaffar.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>If you followed previous instructions you should be able to browse the Zune Marketplace and play with it. But wait! We are not done yet. Follow next instructions if you want to be able to buy Music and download them.</p>
<p>Note: To login successfully in your Zune Software, your PC location has to match the location in your Windows Live profile which should be US by now.</p>
<h3>Purchasing Music from the Zune Marketplace</h3>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/xboxpointcard.jpg"><img style="display: inline; margin-left: 0px; margin-right: 0px; border-width: 0px;" title="xbox point card" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/xboxpointcard_thumb.jpg" border="0" alt="xbox point card" width="203" height="296" align="left" /></a>To purchase Music from the Zune Marketplace you’re going to need Microsoft Points which is the currency being used for the Zune Marketplace and it is also the same currency being used for the XBox 360 Marketplace. You can purchase Microsoft Points online by the Zune Software but the problem is that Zune Marketplace only accepts US-credit cards. Fortunately, I was able to overcome this roadblock with the Xbox point card.</p>
<p>You can purchase an Xbox point card by either asking a friend from US to buy one for you and send you the card code, or you could head to <a href="http://www.ebay.com">ebay</a> and buy one. Some sellers in ebay will just email you the card codes regardless of your location which is perfect for a fast solution. I personally buy from <a href="http://gnomeshieldgenerator.com/xbox.htm">GSG</a> online retailer because I’ve bought several Microsoft Points from him already so I trust him, and he usually send the code in less than 24 hours.</p>
<p>Now that you have the card codes, launch Zune Software in your PC then go to Settings –&gt; Account –&gt; Redeem code. Enter the code and you’ll be redeemed with Microsoft Points which can be used to buy anything in the Zune Marketplace.</p>
<p>You could also use those points to purchase videos on the Zune Marketplace but you’ll need to workaround it more to download videos. I’ll talk about it later.</p>
<h3>Zune Pass</h3>
<p>Want to enjoy the ultimate experience of Zune? Then Zune Pass is your salvation.</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuenpass.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="zuenpass" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/zuenpass_thumb.png" border="0" alt="zuenpass" width="377" height="255" /></a></p>
<p>Again, the Zune Marketplace will not accept a non-US credit cards so you won’t be able to purchase Zune Pass on your own. It took me a lot of Googling (Bing suck!) to figure out alternatives which is the <a href="http://www.zunepassanywhere.com/">Zune Pass Anywhere</a> retailer. It provides you with a Zune Pass but for a higher price and they will need to access your account so you’ll have to submit your password. Basically, they will access your account and buy a Zune Pass.</p>
<p>Alternatively, if you have a friend in the states you can ask your friend to buy you a Zune Pass card from Best Buy for $15 and email you the card code.</p>
<h2>Videos</h2>
<p>So far you should be able to download music yourself with no problem. The experience is not complete without the ability to purchase videos from the Zune Marketplace or downloading it. Easy, get a <a href="http://en.wikipedia.org/wiki/Virtual_private_network">VPN</a> (aka Virtual Private Network) for as low as $40/year from some firms.</p>
<p>I use <a href="http://www.witopia.net/">Witopia</a> but there are many other companies that provide VPN and you probably could even find lower prices. But you have to ensure that the VPN is based in the states. By the time I write this article it seems that the video download works even when the VPN service provide you with an anonymous-IP.</p>
<p>As soon as the video starts downloading, you won’t need VPN anymore. If your VPN connection is slow, you could pause the download then disconnect your VPN connection and resume the download with your regular connection.</p>
<p>After doing the first download, it doesn’t seem to need VPN anymore to download any additional videos. I don’t know the actual reason behind it but I can guess that because I have already purchased a Zune HD and linked it to my account.</p>
<h2>Finally…</h2>
<p>What Microsoft has done with Zune HD and Zune Software 4.0 is really incredible. If you were one of those lucky people who own a Zune HD and Zune Software, you officially own the modern device and software. They are both much user-friendly, easy to use and feels much more modern than the iPod-like interface. If you are a tech-savvy you are probably bored from the iTunes and iPod interface which feels really out-dated. You would also notice the big gap in performance with Zune Software 4.0 compared to iTunes 9.1.</p>
<p>You can connect to my profile:</p>
<div>
<div><object id="flashUserCard" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="250" height="135" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="flashUserCard" /><param name="bgcolor" value="#FFF" /><param name="flashvars" value="baseURL=http%3a%2f%2fzcards.zune.net%2fzcard%2fusercardservice.ashx%3flcid%3d1033%26src%3dexternal%26zunetag%3dSalehCoder" /><param name="src" value="http://zcards.zune.net/xweb/lx/swf/zunecardmedium.swf" /><param name="wmode" value="opaque" /><embed id="flashUserCard" type="application/x-shockwave-flash" width="250" height="135" src="http://zcards.zune.net/xweb/lx/swf/zunecardmedium.swf" name="flashUserCard" bgcolor="#FFF" wmode="opaque" flashvars="baseURL=http%3a%2f%2fzcards.zune.net%2fzcard%2fusercardservice.ashx%3flcid%3d1033%26src%3dexternal%26zunetag%3dSalehCoder"></embed></object></div>
</div>
<p>Happy Zunning!</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=744</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Novatel Mifi 2352 with Viva</title>
		<link>http://salehalsaffar.com/blog/?p=733</link>
		<comments>http://salehalsaffar.com/blog/?p=733#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:23:15 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Computer and IT]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[kuwait]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[viva]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=733</guid>
		<description><![CDATA[Purchasing the Novatel Mifi 2352 is a procurement that I’m never going to regret. Not only I can access the Internet with my phone through a wifi router that can fit in my pocket, but I can also use my PDA and Zune HD to access the web at the same connection (subscription) while on-the-go. [...]]]></description>
				<content:encoded><![CDATA[<p>Purchasing the Novatel Mifi 2352 is a procurement that I’m never going to regret. Not only I can access the Internet with my phone through a wifi router that can fit in my pocket, but I can also use my PDA and Zune HD to access the web at the same connection (subscription) while on-the-go. Sharing my connection with my Internet-savvy friends is also a big plus. In this post I’m not writing a review about the device but a quick test. Why should I write another review when there are a lot of reviews online?</p>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/01042010303.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="01042010303" border="0" alt="01042010303" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/01042010303_thumb.jpg" width="260" height="200" /></a> </p>
<p>The following test is based on my connection which is an HSDPA connection from Viva Telecom in Kuwait. According to the carrier, my subscription speed can reach up to 7.2 Mbps. I bought the device from Cameo store which is located in Hawalli, Kuwait, for 72KD. And it comes with various wiring options and a small how-to-get-started print.</p>
<p>&#160;</p>
<h2>Speed Test</h2>
<p>Here comes the speed testing in Salwa area, but keep in mind that lots of variables can game here. I just want to give you a sense on what this device is capable of. I’m not doing a scientific or geekish connection test, I’m just doing the regular method of quick speed testing for a regular web citizen to understand.</p>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/Capture4.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Capture4" border="0" alt="Capture4" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/Capture4_thumb.png" width="505" height="259" /></a></p>
<p>&#160;</p>
<p>I’m going to do the speed testing with both the Mifi 2352 and my old USB dongle Huawei E180 for comparison. I’ll use the same sim card on both connections. Note that both devices supports up to HSPA speed, that’s up to 7.2 Mbps for both devices and it’s stated on the datasheets of both devices.</p>
<p>&#160;</p>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/Capture2.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Capture2" border="0" alt="Capture2" align="left" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/04/Capture2_thumb.png" width="146" height="141" /></a> The image above represent the status of the connection on the Mifi 2352 device. As you can see, it is connected by HSPA technology (HSDPA &amp; HSUPA). I did the test to a server located in Washington DC by <a href="http://www.speakeasy.net/speedtest/">Speakeasy</a>. The first test of the Mifi 2352 resulted about 1.74Mbps download and 0.27Mbps upload. I switched back to the Huawei USB dongle and the tested result was 2.19 Mbps for download and 0.24Mbps for upload. </p>
<p>&#160;</p>
<p>I did both tests again and the result was:</p>
<ul>
<li>Novatel Mifi 2352: Download 1.09Mbps – Upload 0.28Mbps</li>
<li>Huawei E180: Download 2.92Mbps – Upload 0.21 Mbps</li>
</ul>
<p>Definitely there are differences in the performance of both devices. It seem that the USB dongle is faster on downloading. Again, this is a quick-test to have a sense of what to expect from the Mifi 2352. It’s not a scientific test and it is not reliable testing method and I’m doing this in uncontrollable testing environment.</p>
<p>&#160;</p>
<p>I’ll do more testing later and then I’ll report back.</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=733</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Senior and Fresh Graduates Job Oppotunity from Microsoft</title>
		<link>http://salehalsaffar.com/blog/?p=725</link>
		<comments>http://salehalsaffar.com/blog/?p=725#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:44:28 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Computer and IT]]></category>
		<category><![CDATA[graduate]]></category>
		<category><![CDATA[job oppotunity]]></category>
		<category><![CDATA[kuwait univesity]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[senior]]></category>
		<category><![CDATA[student]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=725</guid>
		<description><![CDATA[  Microsoft has a program called MACH (Microsoft Academy for College Hire) to hire fresh graduates. As a Microsoft Student Partner, Microsoft has informed me that they are looking for fresh graduates and senior students in Kuwait University who would like to take part in this program. Participants will be offered a full time employment opportunity [...]]]></description>
				<content:encoded><![CDATA[<p><span id="_marker"> </span></p>
<p>Microsoft has a program called MACH (Microsoft Academy for College Hire) to hire fresh graduates. As a Microsoft Student Partner, Microsoft has informed me that they are looking for fresh graduates and senior students in Kuwait University who would like to take part in this program. Participants will be offered a full time employment opportunity at Microsoft.</p>
<p>In order to qualify you have to meet the followings:</p>
<ul>
<li>Be a final year student of an IT-related degree (2009 graduates will also be eligible)</li>
<li>Have a GPA equivalent to 3.0 or above</li>
<li>Be able to demonstrate a passion for technology</li>
<li>Speak and write fluent English and Arabic</li>
<li>Possess excellent communication and presentation skills as well as strong interpersonal skills</li>
<li>Be a strategic thinker</li>
<li>Be able to balance individual creativity with working as a team</li>
<li>Have a high degree of customer focus</li>
<li>Be available from July 2010 to take part in our summer internship.</li>
</ul>
<p>For more information and to apply, read this document: <a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/MACH-ad.pdf">Job opportunity from Microsoft</a></p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=725</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISP Support Prank!</title>
		<link>http://salehalsaffar.com/blog/?p=713</link>
		<comments>http://salehalsaffar.com/blog/?p=713#comments</comments>
		<pubDate>Wed, 17 Mar 2010 15:38:46 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Fun Stuffs]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[joke]]></category>
		<category><![CDATA[prank]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=713</guid>
		<description><![CDATA[Check out this audio I have received from my friend Majed Bassam. It is on Arabic and it shows the difference between the ISP call center support between Arabian countries. Enjoy!]]></description>
				<content:encoded><![CDATA[<p>Check out this audio I have received from my friend Majed Bassam. It is on Arabic and it shows the difference between the ISP call center support between Arabian countries. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=713</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/ATT08216-encoded.wma" length="2007571" type="audio/x-ms-wma" />
		</item>
		<item>
		<title>My Personal Saga, The ACM Student Chapter of Kuwait University &#8211; Part (2) &#8211; The First Three Activities</title>
		<link>http://salehalsaffar.com/blog/?p=709</link>
		<comments>http://salehalsaffar.com/blog/?p=709#comments</comments>
		<pubDate>Sun, 14 Mar 2010 07:17:19 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Myself]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[club]]></category>
		<category><![CDATA[cpes]]></category>
		<category><![CDATA[kuwait university]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[student]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=709</guid>
		<description><![CDATA[By the end of November of 2008 the new board of 2009 was established. The Chair and Vice Chair position were chosen by a vote from the previous board members. It resulted on me to run as the Chairman and Mosa Alsulaimi was chosen as the Vice Chairman. All other positions were chosen by recommendation [...]]]></description>
				<content:encoded><![CDATA[<p>By the end of November of 2008 the new board of 2009 was established. The Chair and Vice Chair position were chosen by a vote from the previous board members. It resulted on me to run as the Chairman and Mosa Alsulaimi was chosen as the Vice Chairman. All other positions were chosen by recommendation of previous board after interviewing only those whom applied for the board. We’ve ended up with the following board members:</p>
<blockquote><h3>Kuwait University ACM Student Chapter Board of 2009</h3>
<p>Chairman: Saleh Alsaffar </p>
<p>Vice Chairman: Mosa Alsulaimi </p>
<p>Treasurer: Ali AlSahaf </p>
<p>Public Relation: Taleb Behbehani &amp; Shatha Shameya </p>
<p>Media Coordinator: Areej Hamouda &amp; Faye Altammar </p>
<p>Membership Coordinator: Mohammed Ghazall </p>
<p>Cultural Coordinator: Yacoub Dashti </p>
<p>Faculty Supervisor: Dr. Mohammed Jeragh then Dr. Abdulla Mutawa </p>
</blockquote>
<p>It took us time to organize ourselves and then we ended up with three events being held during the first semester.</p>
<p>&#160;</p>
<h2>Trip to KNPC</h2>
<p>The plan was to do an education trip to KNPC’s I.T. department and gain more knowledge on how I.T. professionals work there. IT happened so fast and easily since a volunteer named Bader Alnaser has a relative who works there and which made it easy for us to contact them.</p>
<p>A very informative trip to Kuwait National Petroleum Company located in Alahmadi area.&#160; At 12:30 we gather at the parking lot where the buses were waiting for us. Later on, at first sight, the building looks really astonishing and huge. We’ve started off with an introductory seminar about KNPC and the a quick glimpse of the I.T. infrastructure of the company that took about half an hour. </p>
<p>The seminar ended and there was a buffet where we had our lunch and in the same time they‘ve interviewed me for the local KNPC magazine. After we filled our stomach with tasty lunch they guided us to the upper floor where awesome servers were running in a room. They’ve divided us into three groups and showed us the aim of each server, how they are connected and lots of other information.</p>
<p>The going back trip was quiet and we have really enjoyed the trip. We were talking about it on the way back to the campus. Students were provided with snacks and drinks on the bus. By 3:30 we were back to the campus and the mission was a great success! </p>
<p>&#160;</p>
<h2>Trip to Kuwait Airways</h2>
<p>We wanted this trip to be a technology demonstration of Kuwait Airway’s infrastructure but unfortunately they’ve decided to show us their safety measurements instead. We headed to Kuwait Airways and learned the types of planes in service and their safety which is, according to them, the reason why their tickets are expensive!</p>
<p>&#160;</p>
<h2>CCNA1 and 2 Courses</h2>
<p>We provide student with an official CCNA1 courses almost every year but this time we added CCNA2 courses to satisfy the growing number of CCNA1 graduates. This is an official course from Cisco and has been introduced to Kuwait University by Dr. Fawaz Alenezi. The course costs only 30KD to 40KD which is cheap compare to the original price of 150KD. Of course, this course is only for Kuwait University students and staff.</p>
<p>Around 50 students were registered for the CCNA1 and 13 students for the CCNA2. First class kicked off by the Winter vacation of February 2, 2009. The course ended with the final exams being held by March 15, 2009 and all students who passed the CCNA1 and CCNA2 exams had their certificates printed and signed by Cisco. </p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=709</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Personal Saga, The ACM Student Chapter of Kuwait University &#8211; Part (1)</title>
		<link>http://salehalsaffar.com/blog/?p=692</link>
		<comments>http://salehalsaffar.com/blog/?p=692#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:56:19 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Myself]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[club]]></category>
		<category><![CDATA[cpes]]></category>
		<category><![CDATA[kuwait university]]></category>
		<category><![CDATA[society]]></category>
		<category><![CDATA[student]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=692</guid>
		<description><![CDATA[There is no doubt in my mind that 2009 was one of the best years of my life. Not only was I a chairman in the ACM Student Chapter, I was also a Microsoft Student Partner, Adobe Student Representative for Rich Internet Application, Sun OSUM Leader and I also held the Vice President position of [...]]]></description>
				<content:encoded><![CDATA[<p>There is no doubt in my mind that 2009 was one of the best years of my life. Not only was I a chairman in the ACM Student Chapter, I was also a Microsoft Student Partner, Adobe Student Representative for Rich Internet Application, Sun OSUM Leader and I also held the Vice President position of the DotNet Club. I’m going to start writing a series of post talking about the student club and our activities and by that I hope what we have done will still remain in the memory of students and in a tiny dot in the massive world wide web. For whom you may ask? For whomever is interested in whatever happens in KU or might find useful information </p>
<p>&#160;<a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/ACMChapterlogo.gif"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="ACM Chapter logo" border="0" alt="ACM Chapter logo" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/ACMChapterlogo_thumb.gif" width="240" height="211" /></a> </p>
<h2>The History of Computer Engineering Societies</h2>
<p><a href="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/cpe_logohighres.jpg"><img style="border-bottom: 0px; border-left: 0px; margin: 10px 15px 5px 0px; display: inline; border-top: 0px; border-right: 0px" title="cpe_logo high res" border="0" alt="cpe_logo high res" align="left" src="http://salehalsaffar.com/blog/wp-content/uploads/2010/03/cpe_logohighres_thumb.jpg" width="204" height="154" /></a> The ACM Student Chapter of Kuwait University is officially known as CpES, the Computer Engineering Societies, and we are the only student club for the Computer Engineering department of Faculty of Engineering and Petroleum. The society was founded in 1993 under the supervision of Dr. Imtiaz Ahmed with 6 board members but unfortunately, the chapter was engaged for only one semester because all members were at their senior year. I do not have any picture or publication that were published during that time nor that I have any more information about the members.</p>
<p><a href="http://acm.org">ACM</a> is the world largest and oldest educational and scientific computing society founded in 1947 and serves all professionals and students in the field of Information Technology.</p>
<p>The chapter remained idle until 2000 and they managed pull one successful activity which is a trip to the Scientific Center of Kuwait to reestablish the chapter. The students who were involved were: Mohammed Al-Kanderi, Mai Al-Sharhan, Abdullah Al-Bloshy, Othman Al-Failakawi and Basma Al-Jenae.</p>
<p>The chapter went idle, again, until September 2001 were five officers (board membes) arise to lead the chapter. Those students were: Bashar Al-Finaini (Chair), Bashayer Al-Awad (Vice Chair), Nada Shishter (Treasurer), Ahmad Al-Qaoud (Secretary), Deena Rabee (Media Coordinator) and Dalal Hasan (Cultural Coordinator). The chapter during that time was under the supervision of Dr. Amar Al-Hosaini, and according to what I have found in the chapter’s achieves that during that time the chapter registered officially as an ACM chapter. I’m not sure if that indicates that the chapter wasn’t officially registered post 2001.</p>
<p>Their first event which was called &quot;Computer Engineering Student Week of Information Technology&quot; and followed by series of ‘special’ events according to the archives.</p>
<p>By Spring 2002-2003, there were seven officers and 50 members under the supervision of Dr. Hamed Alazmi. Two new positions were integrated to the board which were the Chapter Coordinator and the Webmaster. The officers were: Bashayer Al-Awad (Chair), Ahmad Al-Qaoud (Vice Chair), Dalal Hasan (Cultural Coordinator), Nada Shishter (Webmaster), Abdulla Al-Meer (Secretary), Abdulla Al-Qitifi (Media Coordinator), Mohammed Al-Meer (Chapter Coordinator) &amp; Motlaq Al-Rahely (Treasurer).</p>
<p>And through the years, new positions were added and revoked and board members were changing constantly as follows:</p>
<p>Fall 2003-2004: Dr. Mohammed Al-Failakawi (Faculty Supervisor).</p>
<p>Spring 2003-2004: Bashayer Al-Awad (Chair), Ahmad Al-Qaoud (Vice Chair), Dalal Hasan (Cultural Coordinator), Abdulla Al-Meer (Secretary), Mai Al-Shayee (Treasurer), Abdulla Al-Qitifi (Media Coordinator), Anfal Meshari (Webmaster), Ahmad Al-Furaih (Chapter Coordinator), Mariam Bishara (Chapter Coordinator), Sadiq Torabi (Membership Coordinator) &amp; Asmaa Al-Najem (Membership Coordinator).</p>
<p>Fall 2004-2005: Hamad Al-Ghemlas (Chair), Abdilhadi Jeragh (Treasurer), Maryam Bisharah (Secretary). (I can’t find anything more about this period so I don’t know the rest of the officers)</p>
<p>Fall 2005-2006:&#160; Abdilhadi Jeragh (Chair), Hamad Alghemlas (Vice Chair), Malek Alrabea (Media Coordinator), Hesa Albalol (Cultural Coordinator), Yousif Alzanki (Secretary), Hisham Farahat (Treasurer), Majed Bassam (Webmaster), Huwai Aljurais (Public Relation), Asma Alosaimi (Membership Coordinator), Dr Mohammed AlFailakawi (Faculty Supervisor).</p>
<p>2007: Malek Al-Rabeea (Chair), Hessa Al-Baloul (Vice Chair), Bader Al-Khazi (Media Coordinator), Asma Al-Osaimi (Secretary), Ahmad Ashkanani (Treasurer), Bashayer Alarbeed (Membership Coordinator), Hamad Al-Meer (Public Relation), Duha Shubai (Cultural Coordinator), Amir Ahmed (Webmaster), Nosayba Abubakr (Cultural Coordinator), Omaima Al-Osaimi (W.E. Coordinator), Dr Fawaz Alenezi (Faculty Supervisor)</p>
<p>2008: Hamad Almeer (Chair), Abdulla Taha (Vice Chair), Taleb Behbehani (Treasurer), Mosa Alsulaimi (Public Relation), Ali Alsaffar (Media Coordinator), Ali Alsahaf (Cultural Coordinator), Dana Khalid (Membership Coordinator and WIE), Saleh Alsaffar [me] (Webmaster), Saad Alwatyan (Secretary), Dr Mohammed Al-Failakawi (Faculty Supervisor) then followed by Dr Mohammed Jeragh (also Faculty Supervisor). Total chapter members 115.</p>
<p>2009: Saleh Alsaffar [me] (Chair), Mosa Alsulaimi (Vice Chair), Ali Alsahaf (Treasurer), Taleb Behbehani (Public Relation), Shatha Shameya (Public Relation), Areej Hamouda (Media Coordinator), Faye Altammar (Media Coordinator, dropped by mid-term), Mohammed Ghazal (Membership Coordinator), Yacoub Dashti (Cultural Coordinator), Majed Alqabandi (Webmaster, dropped after first event), Dr Mohammed Jeragh (Faculty Supervisor) then followed by Dr. Abdulla Almutawa (Faculty Supervisor). During that term we had an outstanding 264 members within 3 months of registration.</p>
<p>2010: Majed Alqabandi (Chair), Mansi Elenezi (Vice Chair), Mohammed Rajab (Secretary), Mishari Alomran (Treasurer), Bader Alnaser (Public Relation), Fatema Abdulkareem (Public Relation), Mahmood Shaban (Media Coordinator), Sara Fahad (Cultural Coordinator), Shefa’a Ahmad (Membership Coordinator), Hussain Buhamad (Webmaster), Dr Abdulla Almutawa (Faculty Supervisor).</p>
<h2>Activities</h2>
<p>I’m going to list all events we have done during the 2008 and the 2009 terms. I don’t have the list of all events before the 2008 period. I’m going to update the post when I have the full list of activities that have been done before the 2008 term.</p>
<p>&#160;</p>
<h3>2008 Events</h3>
<ol>
<li>Notes and files handout day </li>
<li>Web design tutorial </li>
<li>CCNA1 and 2 courses </li>
<li>Global Awareness seminar </li>
<li>Trip to Wataniya servers in the Liberation Tower </li>
<li>Trip to Ministry of Communication in Liberation Tower </li>
<li>Graduating Adivising Sessions with CpE Department </li>
<li>cPanel workshop </li>
<li>Open Day at KSE </li>
<li>&#160; HTML Workshop </li>
<li>&#160; Javascript Workshop </li>
<li>&#160; Informatics Day 2008 </li>
<li>&#160; Islamic Day Seminar </li>
<li>&#160; Trip to Kuwait’s smartest building: Permanent headquarters of the Arab organizations </li>
<li>&#160; Web design workshop </li>
<li>&#160; Distribution of the Year Book. </li>
</ol>
<p>&#160;</p>
<h3>2009 Events</h3>
<ol>
<li>Trip to KNPC </li>
<li>Programming contest</li>
<li>Intel i7 Processor Architecture seminar </li>
<li>cPanel session (twice) </li>
<li>CCNA1 and 2 courses </li>
<li>Entertainment Day </li>
<li>Trip to Kuwait Airways </li>
<li>&#160; Petroleum company session </li>
<li>Ramadan Open Day with KSE </li>
<li>Session with freshmen in association with the CpE department </li>
<li>Alternate Energy conference </li>
<li>&#160; Java Beginners session </li>
<li>&#160; Java Intermediate session </li>
<li>&#160; Informatics Day 2009 </li>
<li>&#160; Installation Festival </li>
<li>&#160; Java Advanced session </li>
</ol>
<ol>So I have listed the events during the 2008 and the 2009 periods. Of course we did have some other activities we have done like handouts and participating in CpE department events.Coming up a blog post with details about each event.</ol>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=692</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Improv Everywhere</title>
		<link>http://salehalsaffar.com/blog/?p=683</link>
		<comments>http://salehalsaffar.com/blog/?p=683#comments</comments>
		<pubDate>Wed, 24 Feb 2010 21:22:36 +0000</pubDate>
		<dc:creator>SalehCoder</dc:creator>
				<category><![CDATA[Fun Stuffs]]></category>
		<category><![CDATA[flash mob]]></category>
		<category><![CDATA[improve everywhere]]></category>
		<category><![CDATA[sydney]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://salehalsaffar.com/blog/?p=683</guid>
		<description><![CDATA[Ever went to have lunch peacefully but then suddenly, while eating, a joyful music comes up then spontaneously a girl starts singing then the scene gets even more crowded with more people signing in public? What about going to a subway and waiting to reach your destination then people start pouring in to the subway [...]]]></description>
				<content:encoded><![CDATA[<p>Ever went to have lunch peacefully but then suddenly, while eating, a joyful music comes up then spontaneously a girl starts singing then the scene gets even more crowded with more people signing in public?</p>
<p>What about going to a subway and waiting to reach your destination then people start pouring in to the subway train with no pants?!</p>
<p>Those are the kind of scenes that <a href="http://improveverywhere.com/">Improv Everywhere</a> does. They are based in New York but because their popularity, their missions inspired many groups world wide leaded by undercover agents like the <a href="http://www.youtube.com/watch?v=Be2hJJIu8pM">Sydney Flash Mob Freeze</a> and the Michael Jackson tribute flash mobs.</p>
<blockquote><p>Improv Everywhere causes scenes of chaos and joy in public places.</p>
</blockquote>
<p>&#160;</p>
<p>One of their most known scenes is the <a href="http://www.youtube.com/watch?v=UxI46nl9pkc&amp;feature=player_embedded">No Pants Subway Ride</a>. My favorite prank is the <a href="http://www.youtube.com/watch?v=dkYZ6rbPU2M&amp;feature=player_embedded">Food Court Musical</a>.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:48dd0461-a35b-4eca-842b-ab5cbf97569f" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/dkYZ6rbPU2M&amp;hl=en"></param><embed src="http://www.youtube.com/v/dkYZ6rbPU2M&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>&#160;</p>
<p>There are many great flash mobs being done globally and historically it being done since decades ago. I’d like to share some flash mob videos: <a href="http://www.youtube.com/watch?v=lVJVRywgmYM">Michael Jackson tribute in Stockholm</a>, <a href="http://www.youtube.com/watch?v=VQ3d3KigPQM&amp;feature=related">The T-Mobile Dance</a> in UK, <a href="http://www.youtube.com/watch?v=7EYAUazLI9k">Sound of Music in Antwerp</a>, <a href="http://www.youtube.com/watch?v=X4GMXavfKPY">Supermarket Flashmob</a> and <a href="http://www.youtube.com/watch?v=dvFjwGBr4aw&amp;feature=player_embedded">Consider Yourself</a>.</p>
<p>Enjoy your weekend with this <a href="http://www.youtube.com/watch?v=40qHb9uFpRI&amp;feature=SeriesPlayList&amp;p=9C5623622606791F">playlist</a>.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://salehalsaffar.com/blog/?feed=rss2&#038;p=683</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
