<?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>Fahd Murtaza</title>
	<atom:link href="http://www.fahdmurtaza.com/myblog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fahdmurtaza.com/myblog</link>
	<description>Portfolio &#38; Blog</description>
	<lastBuildDate>Sat, 04 Feb 2012 06:47:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>PHP: Removing last instance of a character within text using Regex</title>
		<link>http://www.fahdmurtaza.com/myblog/2011/08/28/php-removing-last-instance-of-a-character-within-text-using-regex.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2011/08/28/php-removing-last-instance-of-a-character-within-text-using-regex.html#comments</comments>
		<pubDate>Sun, 28 Aug 2011 07:54:48 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=918</guid>
		<description><![CDATA[I recently encountered a situation where I needed to remove the last instance of the character &#8216;&#124;&#8217; in the menu that was being dynamically generated. So I came up with the following code &#60;? $menu = &#039;I AM &#124;NOT&#124; A BAD &#124;BOY&#124;&#039;; $menu = preg_replace(&#039;/[&#124;]([^&#124;]*$)/&#039;, &#039;$2&#039;, $menu); echo $menu.&#34;\n&#34;; ?&#62; The output would be I [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F08%2F28%2Fphp-removing-last-instance-of-a-character-within-text-using-regex.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F08%2F28%2Fphp-removing-last-instance-of-a-character-within-text-using-regex.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;hashtags=character,PHP,preg_replace,regex,remove&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently encountered a situation where I needed to remove the last instance of the character &#8216;|&#8217; in the menu that was being dynamically generated. So I came up with the following code</p>
<pre class="brush: php">&lt;?
$menu = &#039;I AM |NOT| A BAD |BOY|&#039;;
$menu = preg_replace(&#039;/[|]([^|]*$)/&#039;, &#039;$2&#039;, $menu);
echo $menu.&quot;\n&quot;;
?&gt;</pre>
<p>The output would be </p>
<pre class="brush: php">I AM |NOT| A BAD |BOY</pre>
<p>And that removes the last instance of a character (in this case a pipe sign, i.e &#8216;|&#8217; ). Hope that helps others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2011/08/28/php-removing-last-instance-of-a-character-within-text-using-regex.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My blog now available for iPhone</title>
		<link>http://www.fahdmurtaza.com/myblog/2011/04/24/my-blog-now-available-for-iphone.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2011/04/24/my-blog-now-available-for-iphone.html#comments</comments>
		<pubDate>Sat, 23 Apr 2011 21:53:17 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=801</guid>
		<description><![CDATA[It was the default PC and Mac browser view a few days before and I have been thinking, what if I could make it so there is a clean and fast theme for iPhone which increases usability on iPhone. I am still working on making the YouTube videos work with iPhone 3Gs and above but [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F24%2Fmy-blog-now-available-for-iphone.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F24%2Fmy-blog-now-available-for-iphone.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>It was the default PC and Mac browser view a few days before and I have been thinking, what if I could make it so there is a clean and fast theme for iPhone which increases usability on iPhone. I am still working on making the YouTube videos work with iPhone 3Gs and above but my blog and portfolio is now available for iPhone.</p>
<p>Now the blog visitors on Apple iPhone / iPod touch, Google Android, Blackberry Storm and Torch, Palm Pre and other touch-based smartphones should be able to see it cutomised for these devices.</p>
<p>Here is a comparison of how my blog used to look like before on iPhone and how clean it looks now <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update: Pictures coming soon. Will also upload pics from iPad 2 viewing experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2011/04/24/my-blog-now-available-for-iphone.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: Changing Address bar search engine</title>
		<link>http://www.fahdmurtaza.com/myblog/2011/04/22/firefox-changing-address-bar-search-engine.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2011/04/22/firefox-changing-address-bar-search-engine.html#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:50:08 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/2011/04/22/firefox-changing-address-bar-search-engine.html</guid>
		<description><![CDATA[Lately, I have been having problems with my Google Chrome browser; it crashes way often. So I have to switch to Firefox. I was too used to searching through address bar in Chrome and it took me to Google search right away. When Firefox performs a search from the Address Bar, it queries the search [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F22%2Ffirefox-changing-address-bar-search-engine.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F22%2Ffirefox-changing-address-bar-search-engine.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Lately, I have been having problems with my Google Chrome browser; it crashes way often. So I have to switch to Firefox. I was too used to searching through address bar in Chrome and it took me to Google search right away.</p>
<p>When Firefox performs a search from the Address Bar, it queries the search engine string you have setup within Firefox. Sometimes, it uses the search engine which you don&#8217;t want. If it’s using Yahoo, you can switch to Google. Don’t like Google? Use Ask. Here’s how to switch which search engine Firefox searches when you use the address bar to search.<span id="more-861"></span></p>
<p>1. In Firefox type about:config in the address bar and press ENTER.</p>
<p>2. Locate and double-click the entry for keyword.URL</p>
<p>3. Set the value based on which search provider you would like to use for your address bar searches. Here are a few search strings you can use.</p>
<p>Google: http://www.google.com/search?q=</p>
<p>Yahoo: http://search.yahoo.com/search?p=g</p>
<p>Ask: http://www.ask.com/web?q=</p>
<p>Bing: http://www.bing.com/search?q=</p>
<p>DuckDuckGo: http://duckduckgo.com/?q=</p>
<p>ChaCha: http://www.chacha.com/search/</p>
<p>AOL: http://search.aol.com/aol/search?s_it=searchbox.webhome&amp;v_t=na&amp;q=</p>
<p>HOTBOT: http://www.hotbot.com/?query=</p>
<p>Lycos:http://search.lycos.com/?tab=web&amp;searchForm=true&amp;query=</p>
<p>DMOZ: http://www.dmoz.org/search?q=</p>
<p>GigaBlast: http://www.gigablast.com/search?q=</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2011/04/22/firefox-changing-address-bar-search-engine.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: Restricting results by pages and posts on search pages</title>
		<link>http://www.fahdmurtaza.com/myblog/2011/04/11/wordpress-restricting-pages-and-posts-based-search.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2011/04/11/wordpress-restricting-pages-and-posts-based-search.html#comments</comments>
		<pubDate>Mon, 11 Apr 2011 14:02:41 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/2011/04/11/wordpress-restricting-pages-and-posts-based-search.html</guid>
		<description><![CDATA[Sometimes you want to change the way wordpress search works, for example you want it to force to search pages only or just posts. The code for that would be something like this //Search only pages function is_type_page() { global $post; if ($post-&#62;post_type == &#039;page&#039;) { return true; } else { return false; }} //Search [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F11%2Fwordpress-restricting-pages-and-posts-based-search.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2011%2F04%2F11%2Fwordpress-restricting-pages-and-posts-based-search.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Sometimes you want to change the way wordpress search works, for example you want it to force to search pages only or just posts. The code for that would be something like this</p>
<pre class="brush: php">
//Search only pages
function is_type_page() {
global $post;
if ($post-&gt;post_type == &#039;page&#039;) {
return true;
} else {
return false;
}}

//Search only posts
function is_type_post() {
global $post;
if ($post-&gt;post_type == &#039;post&#039;) {
return true;
} else {
return false;
}}
</pre>
<p>Then in the search page, i.e search.php just use this code</p>
<pre class="brush: php">while ( have_posts() ) : the_post();
if (is_type_post()) continue;
</pre>
<p>Above code will restrict search to the pages only. Similarly you can restrict pages to be excluded from search with the following code</p>
<pre class="brush: php">while ( have_posts() ) : the_post();
if (is_type_page()) continue;</pre>
<p>Hope that helps <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2011/04/11/wordpress-restricting-pages-and-posts-based-search.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Leaving for Lahore, Pakistan</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/11/11/leaving-for-lahore-pakistan.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/11/11/leaving-for-lahore-pakistan.html#comments</comments>
		<pubDate>Thu, 11 Nov 2010 02:57:07 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Travelling]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=846</guid>
		<description><![CDATA[Hey everyone, I am over excited to back in my beloved country. Its such an amazing feeling going back home after a few months of moving to a new country for job.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F11%2F11%2Fleaving-for-lahore-pakistan.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F11%2F11%2Fleaving-for-lahore-pakistan.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey everyone, I am over excited to back in my beloved country. Its such an amazing feeling going back home after a few months of moving to a new country for job. I moved to Oman <a href="http://www.fahdmurtaza.com/myblog/2010/07/01/leaving-for-muscat-oman.html#comments">on July 1st this year</a> and since then,  so much has changed for me. Its great that I lived with great people like <a href="http://www.behance.net/bilal">Bilal </a> who was once an internet friend and then  a friend who occasionally visited me in Eid Holidays once or twice a year and then a guy whom I shared an apartment with in Muscat, Oman. He has been a great help to me during this this career upgrade. I have moved to a new country where there is no <a href="http://en.wikipedia.org/wiki/Electricity_sector_in_Pakistan">electricity problem. </a> or any issues like bad internet. I end up being a more reliable professional. Thanks to everyone for support.</p>
<p>Long story short, today I am going back to Pakistan for a few days. My plane lands in Lahore at 1330 PKT and I am over excited. I am leaving fro airport now. See you Lahore. I am so excited to meet my Mom.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/11/11/leaving-for-lahore-pakistan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1010101010</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/10/10/1010101010.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/10/10/1010101010.html#comments</comments>
		<pubDate>Sun, 10 Oct 2010 18:13:54 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[unique binary opensource]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=832</guid>
		<description><![CDATA[Its 1010101010 right now. Sunday, October (10th month) 10 (10th day of month), 2010 (10th year of the century) and time is 10:10 PM. In honour of the binary number, which makes 682 after coverting to decomal, I will work 682 hours on open source projects starting today. Wish me luck.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F10%2F10%2F1010101010.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F10%2F10%2F1010101010.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;hashtags=unique+binary+opensource&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Its 1010101010 right now. Sunday, October (10th month) 10 (10th day of month), 2010 (10th year of the century) and time is 10:10 PM. In honour of the binary number, which makes 682  after coverting to decomal, I will work 682 hours on open source projects starting today.</p>
<p>Wish me luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/10/10/1010101010.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quote: Prayer is not a &#8230;</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/09/24/quote-prayer-is-not-a.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/09/24/quote-prayer-is-not-a.html#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:58:01 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[prayer Muslims Christians Jews]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=830</guid>
		<description><![CDATA[Prayer is not a &#8220;spare wheel&#8221; that you pull out when in trouble, but it is a &#8220;steering wheel&#8221; that directs the right path throughout]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F24%2Fquote-prayer-is-not-a.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F24%2Fquote-prayer-is-not-a.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;hashtags=prayer+Muslims+Christians+Jews&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Prayer is not a &#8220;spare wheel&#8221; that you pull out when in trouble, but it is a &#8220;steering wheel&#8221;   that directs the right path throughout</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/09/24/quote-prayer-is-not-a.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got a Kindle :)</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:35:11 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Things I buy]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=822</guid>
		<description><![CDATA[I got a new Kindle. Detailed review from my side.

]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F24%2Fi-got-a-kindle.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F24%2Fi-got-a-kindle.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Finally I got  a Kindle. I waited for it for twenty days and yesterday while I was saying Dhohar prayer in Masjid, the FedEx delivery guy called me and I got embarrassed as my cell was not silent <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Anyhow I got it shipped yesterday.</p>

<a href='http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html/big-viewer-wifi-04-lrg-_v188696053_' title='big-viewer-WIFI-04-lrg._V188696053_'><img width="150" height="150" src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2010/09/big-viewer-WIFI-04-lrg._V188696053_-150x150.jpg" class="attachment-thumbnail" alt="big-viewer-WIFI-04-lrg._V188696053_" title="big-viewer-WIFI-04-lrg._V188696053_" /></a>
<a href='http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html/big-viewer-3g-blk-profile-lrg-_v188702463_' title='big-viewer-3G-BLK-PROFILE-lrg._V188702463_'><img width="150" height="150" src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2010/09/big-viewer-3G-BLK-PROFILE-lrg._V188702463_-150x150.jpg" class="attachment-thumbnail" alt="big-viewer-3G-BLK-PROFILE-lrg._V188702463_" title="big-viewer-3G-BLK-PROFILE-lrg._V188702463_" /></a>
<a href='http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html/big-viewer-3g-01-lrg-_v188696038_' title='big-viewer-3G-01-lrg._V188696038_'><img width="150" height="150" src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2010/09/big-viewer-3G-01-lrg._V188696038_-150x150.jpg" class="attachment-thumbnail" alt="big-viewer-3G-01-lrg._V188696038_" title="big-viewer-3G-01-lrg._V188696038_" /></a>
<a href='http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html/photo-1' title='photo-1'><img width="150" height="150" src="http://www.fahdmurtaza.com/myblog/wp-content/uploads/2010/09/photo-1-150x150.jpg" class="attachment-thumbnail" alt="photo-1" title="photo-1" /></a>

<p>&nbsp;</p>
<p>Its a neat device. I am loving it. Readibility is great and I recommend you one if you haven&#8217;t got one already.</p>
<p>Product Overview<br />
* Electronic-paper display provides a sharp, high-resolution screen that looks and reads like real paper.<br />
* No computer, no cables, no syncing.<br />
* Wireless connectivity &#8211; you shop the Kindle Store directly from your Kindle from anywhere, just like using a cell phone! When you buy a book, it is auto-delivered wirelessly in less than one minute.<br />
* More than 88,000 books available, including 100 of 112 current New York Times® Best Sellers. Free book samples. Download and read first chapters for free before you decide to buy.<br />
* Read top U.S. newspapers including The New York Times, Wall Street Journal, and Washington Post; read top magazines including TIME, Atlantic Monthly, and Forbes — all auto-delivered wirelessly. Read top international newspapers from France, Germany, and Ireland; Le Monde, Frankfurter Allgemeine, and The Irish Times.<br />
* Read more than 250 top blogs from the worlds of business, technology, sports, entertainment, and politics, including BoingBoing, Slashdot, TechCrunch, ESPN&#8217;s Bill Simmons, The Onion, Michelle Malkin, and The Huffington Post.<br />
* eBook device is lighter and thinner than a typical paperback; weighs only 10.3 ounces and holds over 200 titles.<br />
* Long battery life. Leave wireless on and recharge approximately every other day. Turn wireless off and read for a week or more before recharging. Fully recharges in 2 hours.<br />
* Unlike WiFi, Kindle utilizes the same high-speed data network (EVDO) as advanced cell phones, you never have to locate a hotspot. No monthly wireless bills, service plans, or commitments — Amazon.com takes care of the wireless delivery so you can simply click, buy, and read. Includes free wireless access to the planet&#8217;s most exhaustive and up-to-date encyclopedia—Wikipedia.org.<br />
* Email your Word documents and pictures (.JPG, .GIF, .BMP, .PNG) to Kindle for easy on-the-go viewing.</p>
<p><strong>Here is what Amazon says about it <img src='http://www.fahdmurtaza.com/myblog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<p><strong> </strong><br />
Kindle is our #1 bestselling item for two years running. It’s also the most-wished-for, most-gifted, and has the most 5-star reviews of any product on Amazon. Now it&#8217;s even better.<br />
All-New, High-Contrast E Ink Screen – 50% better contrast<br />
Read in Bright Sunlight – No glare<br />
New and Improved Fonts – New crisper, darker fonts<br />
New Sleek Design – 21% smaller body while keeping the same 6&#8243; size reading area<br />
17% Lighter – Only 8.5 ounces, weighs less than a paperback<br />
Battery Life of Up to One Month – A single charge lasts up to one month with wireless off<br />
Double the Storage – Up to 3,500 Books<br />
Built-In Wi-Fi – Shop and download books in less than 60 seconds<br />
20% Faster Page Turns – Seamless reading<br />
Enhanced PDF Reader – With dictionary lookup, notes, and highlights<br />
New WebKit-Based Browser – Browse the web over Wi-Fi (experimental)</p>
<p>See more details at <a title="Kindle on Amazon" href="http://www.amazon.com/dp/B002Y27P3M?&amp;tag=music88-20&amp;camp=212709&amp;creative=391573&amp;linkCode=ur1&amp;adid=1H2MM40JVDE4YP0DSY6X" target="_blank">Amzon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/09/24/i-got-a-kindle.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript &#8211; One of the best Scripts resource</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/09/17/javascript-one-of-the-best-scripts-resource.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/09/17/javascript-one-of-the-best-scripts-resource.html#comments</comments>
		<pubDate>Fri, 17 Sep 2010 14:00:49 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/2010/09/17/javascript-one-of-the-best-scripts-resource.html</guid>
		<description><![CDATA[Looking for a cool Web 2.0 Javascript resource. Filled with great examples and downloadable example code, a great javascript resource thats clean as well as useful. Without any long description here is the link. http://www.scriptdeck.co.uk/ Script Deck&#8217;s interface is blog like with top image scroller highlighting the hot tutorials and tips.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F17%2Fjavascript-one-of-the-best-scripts-resource.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F09%2F17%2Fjavascript-one-of-the-best-scripts-resource.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Looking for a cool Web 2.0 Javascript resource. Filled with great examples and downloadable example code, a great javascript resource thats clean as well as useful.</p>
<p>Without any long description here is the link. <a href="http://www.scriptdeck.co.uk/">http://www.scriptdeck.co.uk/</a></p>
<p>Script Deck&#8217;s interface is blog like with top image scroller highlighting the hot tutorials and tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/09/17/javascript-one-of-the-best-scripts-resource.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript &#8211; The easiest way to clean-up your JavaScript code</title>
		<link>http://www.fahdmurtaza.com/myblog/2010/07/28/javascript-the-easiest-way-to-clean-up-your-javascript-code.html</link>
		<comments>http://www.fahdmurtaza.com/myblog/2010/07/28/javascript-the-easiest-way-to-clean-up-your-javascript-code.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 07:37:58 +0000</pubDate>
		<dc:creator>Fahd</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[coldfusion javascript php event calendar]]></category>

		<guid isPermaLink="false">http://www.fahdmurtaza.com/myblog/?p=733</guid>
		<description><![CDATA[Clean-up and beautify your JavaScript code with this online tool]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F07%2F28%2Fjavascript-the-easiest-way-to-clean-up-your-javascript-code.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.fahdmurtaza.com%2Fmyblog%2F2010%2F07%2F28%2Fjavascript-the-easiest-way-to-clean-up-your-javascript-code.html&amp;source=fahdmurtaza&amp;style=compact&amp;space=2&amp;hashtags=coldfusion+javascript+php+event+calendar&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>You can use any desktop tool to clean-up and beautify that poorly formated JavaScript you got from a blog or web resource.</p>
<p>I my case I am working on a JavaScript based event calendar that displays a calendar and highlights the current date with the dates which have events associated with them.</p>
<p>I got this great event calendar thats totally based on JavaScript from <a title="JavaScript Event Calnedar" href="http://javascript.about.com/library/blevent1.htm" target="_blank">this link</a> and it was not formatted correctly.  As I had to make a few adjustments to the code as for my needs, I needed it to be correctly formatted so I could work on it.<span id="more-733"></span></p>
<p>So here is how I cleaned that minimized code. Its probably the best and fastest way of doing it.  I opened up this website <a href="http://jsbeautifier.org/">http://jsbeautifier.org/</a> and pasted my javascript code that needed to be cleaned up for editing and just a click on Beautify  and Voila, my code is clean and beautiful.</p>
<p>Don&#8217;t firget visiting back for another JavaScript tip tomorrow. Also if you found this tip useful, you may also find the follwing Tip useful too.</p>
<p><a href="http://www.fahdmurtaza.com/myblog/2010/07/28/javascript-adding-an-pure-javascript-event-calendar-to-your-site.html" target="_self">Adding an pure JavaScript event calendar to your site.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fahdmurtaza.com/myblog/2010/07/28/javascript-the-easiest-way-to-clean-up-your-javascript-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

