<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;Ak4MSH85eCp7ImA9WhVbE0o.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888</id><updated>2012-05-30T14:56:29.120+03:00</updated><category term="GIS" /><category term="Marketing" /><category term="Science" /><category term="Technology" /><category term="Idea" /><title>Hussein's Blog</title><subtitle type="html">I talk to machines</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://www.husseinnasser.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>252</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/blogspot/wIPb" /><feedburner:info uri="blogspot/wipb" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>blogspot/wIPb</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;AkADQnk7cSp7ImA9WhVVFUk.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-2276907693562565175</id><published>2012-05-09T10:32:00.001+03:00</published><updated>2012-05-09T10:32:53.709+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-09T10:32:53.709+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="GIS" /><title>Fine-Grained Vs Coarse-Grained Architecture</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;br /&gt;
I got a chance to go through &lt;a href="http://www.telvent.com/"&gt;Telvent &lt;/a&gt;Software Architecture today and I really liked it. If you take a look at both Telvent and ESRI Object Models you will notice the difference.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Here is the Telvent &amp;nbsp;&lt;a href="http://resources.arcfmsolution.com/ObjectModels1001/dotNetObjects.pdf"&gt;Object Model&lt;/a&gt; &amp;nbsp;for all their Products, and this is &lt;a href="http://edndoc.esri.com/arcobjects/8.3/Diagrams/ArcMap%20Object%20Model.pdf"&gt;ESRI's&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ESRI ArcObjects are always referred to as "Fine-grained" while Telvent use the term Coarse Grained. The difference? &amp;nbsp;its just how much you chop of your design to smaller components. &lt;br /&gt;
&lt;br /&gt;
The smaller your components, the finer it gets, you isolate your code, increase usability to the max. However because your components are so small now you will end up with ALOT of couplings. This will make your architecture very dependant on other objects and it will be very difficult to read as you can see in ESRI object model. Moreover, it is almost impossible to show a fine-grained architecture to upper management since it is too detailed.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-oCvMfRw4xmQ/T6odmsDN6RI/AAAAAAAAAwk/ynVksqomLz8/s1600/esri.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="203" src="http://4.bp.blogspot.com/-oCvMfRw4xmQ/T6odmsDN6RI/AAAAAAAAAwk/ynVksqomLz8/s320/esri.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Telvent's on the other hand does not go and break down their software components very far, instead they have a little bigger components, yes they cannot reuse all sub components but that makes the architecture decoupled and easily readable and can be presented to someone without architecture skills.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-ObHUUWZaeao/T6odQt2YSZI/AAAAAAAAAwc/wn7q3CUuFlA/s1600/arcfm.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-ObHUUWZaeao/T6odQt2YSZI/AAAAAAAAAwc/wn7q3CUuFlA/s320/arcfm.png" width="297" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-2276907693562565175?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MsA2h-2CRFFAukzRKvBFCmdc3pc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MsA2h-2CRFFAukzRKvBFCmdc3pc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MsA2h-2CRFFAukzRKvBFCmdc3pc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MsA2h-2CRFFAukzRKvBFCmdc3pc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/46gTHur_1Tk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/2276907693562565175/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/05/fine-grained-vs-coarse-grained.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2276907693562565175?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2276907693562565175?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/46gTHur_1Tk/fine-grained-vs-coarse-grained.html" title="Fine-Grained Vs Coarse-Grained Architecture" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-oCvMfRw4xmQ/T6odmsDN6RI/AAAAAAAAAwk/ynVksqomLz8/s72-c/esri.png" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/05/fine-grained-vs-coarse-grained.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQER3o5fSp7ImA9WhVWEUQ.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-1720571261474350595</id><published>2012-04-23T18:01:00.000+03:00</published><updated>2012-04-23T18:01:46.425+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-04-23T18:01:46.425+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Marketing" /><title>When Monkeys can't reach the Ripe Banana they say it's not sweet</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
So do most people.&lt;br /&gt;
&lt;br /&gt;
But they use different phrasing:&lt;br /&gt;
&lt;br /&gt;
"Oh, that's how he did it. I thought It's more complicated. "&lt;br /&gt;
&lt;br /&gt;
"Aha you used that feature, everyone can do that"&lt;br /&gt;
&lt;br /&gt;
"No, my level of thinking and implementation is way beyond this"&lt;br /&gt;
&lt;br /&gt;
"Instagram? I thought of that application before but didn't implement it"&lt;br /&gt;
&lt;br /&gt;
"No my idea is way more sophisticated."&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yes you know those people, you might be one of them.&lt;br /&gt;
&lt;br /&gt;
Cut this attitude and learn to listen to others. Watch movies you don't usually watch, read books you don't read, listen to people stories that don't interest you.&lt;br /&gt;
&lt;br /&gt;
You will be surprised to learn something &lt;a href="http://www.husseinnasser.com/2012/01/imagination-pooling.html"&gt;new&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By the way there is an&lt;a href="http://audiko.net/ringtone/a7lam/Goul+anni+ma+tegoul+%5Bmawaly.com%5D"&gt; arabic song &lt;/a&gt;to this proverb. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-1720571261474350595?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Ll3GgaTylwgwf-h7uQvGXc3YZIc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ll3GgaTylwgwf-h7uQvGXc3YZIc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Ll3GgaTylwgwf-h7uQvGXc3YZIc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Ll3GgaTylwgwf-h7uQvGXc3YZIc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/gia-Flg7XsM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/1720571261474350595/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/04/when-monkeys-cant-reach-ripe-banana.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/1720571261474350595?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/1720571261474350595?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/gia-Flg7XsM/when-monkeys-cant-reach-ripe-banana.html" title="When Monkeys can't reach the Ripe Banana they say it's not sweet" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/04/when-monkeys-cant-reach-ripe-banana.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YEQ3cyeyp7ImA9WhVQFU4.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-4935005719430747168</id><published>2012-04-04T12:03:00.000+03:00</published><updated>2012-04-04T12:18:22.993+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-04-04T12:18:22.993+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Marketing" /><title>So Do I</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="font-family: inherit;"&gt;You know what makes you an average person?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;It's not where you work, or how much you get or what you make or where do you live.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; line-height: 18px;"&gt;&lt;span style="font-family: inherit;"&gt;Its the "So Do I"&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="line-height: 18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;span style="line-height: 18px; text-align: left;"&gt;Karl Benz&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: inherit;"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;invented the&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white;"&gt;&lt;span style="line-height: 18px;"&gt;Automobile, the whole world used his design to manufacture cars. It did change the World. &lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white;"&gt;&lt;span style="line-height: 16px;"&gt;Now we have more than &lt;a href="http://www.blogger.com/goog_817374467"&gt;350&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.carsurvey.org/"&gt;&lt;/a&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;Automobile&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;manufactures&lt;/span&gt;&lt;span style="background-color: white; line-height: 16px;"&gt;&amp;nbsp;in the world all creating automobiles running on gas and driving on 4 wheels. Average.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: white; font-family: inherit; line-height: 18px; text-align: left;"&gt;Now it's easy to open an&lt;/span&gt;&lt;span style="font-family: inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;Automobile&amp;nbsp;&lt;/span&gt;&lt;span style="background-color: white; font-family: inherit; line-height: 18px; text-align: left;"&gt;Manufacturing company. Why its easy? because you are a&amp;nbsp;&lt;/span&gt;&lt;span style="text-align: left;"&gt;&lt;span style="line-height: 18px;"&gt;&lt;a href="http://www.husseinnasser.com/2009/07/how-to-avoid-fear-of-being-wrong.html"&gt;coward&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
Someone created a product template and she said I'm going to use it, you said "&lt;b&gt;&lt;i&gt;So Do I&lt;/i&gt;&lt;/b&gt;, I'm going to use it as well because it works!" which lists you with the rest of the world as average.&lt;/div&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="background-color: white; line-height: 18px;"&gt;You can go ahead and say "&lt;/span&gt;&lt;span style="background-color: white; font-weight: bold; line-height: 18px;"&gt;so do I".&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;But you will not notice very much of a difference. If y&lt;/span&gt;&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;ou want to be a &lt;/span&gt;&lt;a href="http://www.sethgodin.com/purple/" style="font-family: inherit; line-height: 18px;"&gt;purple cow&lt;/a&gt;,&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;&amp;nbsp;go &lt;/span&gt;&lt;a href="http://www.husseinnasser.com/2009/02/who-said-we-shall-not-re-invent-wheel.html" style="font-family: inherit; line-height: 18px;"&gt;Reinvent the wheel&lt;/a&gt;&lt;span style="background-color: white; font-family: inherit; line-height: 18px;"&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-4935005719430747168?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Oq8zx1K8_y_at2CrjWA8wyNaxHE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Oq8zx1K8_y_at2CrjWA8wyNaxHE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Oq8zx1K8_y_at2CrjWA8wyNaxHE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Oq8zx1K8_y_at2CrjWA8wyNaxHE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/JmgG8ujUvTg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/4935005719430747168/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/04/so-do-i.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4935005719430747168?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4935005719430747168?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/JmgG8ujUvTg/so-do-i.html" title="So Do I" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/04/so-do-i.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4NRHc4fip7ImA9WhVVFUk.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-352008495083292077</id><published>2012-04-04T11:20:00.003+03:00</published><updated>2012-05-09T10:36:35.936+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-05-09T10:36:35.936+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Slim Kicker Reinvented the Diet Wheel</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-a5a19D5U96o/T3wDV54UgzI/AAAAAAAAAvU/eUN0RNwdNdI/s1600/logo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-a5a19D5U96o/T3wDV54UgzI/AAAAAAAAAvU/eUN0RNwdNdI/s1600/logo.png" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="tr_bq"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="tr_bq"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="tr_bq"&gt;
Our friend&amp;nbsp;Christine Chew emailed me last year with a great idea, it was challenging and &lt;a href="http://www.husseinnasser.com/2009/07/how-to-avoid-fear-of-being-wrong.html"&gt;scary&lt;/a&gt;, no body have done it.&lt;/div&gt;
&lt;div class="tr_bq"&gt;
&lt;br /&gt;&lt;/div&gt;
This was her email&lt;br /&gt;
&lt;blockquote&gt;
&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;Hi Hussein,&lt;/span&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;I bumped into your blog today and was wondering if I could get your opinion on a diet/fitness app I am working on right now.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;Basically, the main problem with being fit and eating healthy is motivation and willpower. It's such an abstract goal that seems overwhelming. It seems the best way to counter this is to make it into smaller, winnable games.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;So my app makes living healthy, eating healthy, and fitness into a RPG game, where users earn points, "level up', and earn badges as they accomplish their health goals. Everytime they add something healthy like whole greens, and veggies to their food log, they earn points. Everytime they complete a workout, they earn points. As they achieve more and more, they'll level up and unlock badges...&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;Of course, to appeal to people's need for achievements/progress, I'm also adding charts, and graphs to show their progress... I think people love that sorta stuff. The whole idea is to shift people's attitude towards healthy living as fun, and enjoyable. And there's gonna be a web version for those that don't own smartphones.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;What's your opinion on this idea? Would you want to know when I'm done with it? ^_^&lt;/span&gt;&lt;br /&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; font-style: italic; text-align: -webkit-auto;"&gt;Thanks so much!&lt;/span&gt;&lt;/blockquote&gt;
&lt;span style="background-color: rgba(255, 255, 255, 0.917969); color: #222222; font-family: arial, sans-serif; font-size: 13px; text-align: -webkit-auto;"&gt;[11-8-2011]&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;span style="color: #222222; font-family: arial, sans-serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;span style="color: #222222; font-family: arial, sans-serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
She found the key to what drives people to continue their food diet and become healthy and decided to automate it. Each time you complete a goal, you unlock new achievements and share it on twitter or facebook, you can compare your trophies with others and see where you stand. I loved the inspiration feed where you can see what others are eating so you can continue your diet.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: #222222; font-family: arial, sans-serif; font-size: x-small; text-align: -webkit-auto;"&gt;She sent me an email today saying that her work is complete and she announced the birth of&amp;nbsp;&lt;/span&gt;&lt;a href="http://slimkicker.com/"&gt;http://slimkicker.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;/div&gt;
She even made an iPhone app that you can download &lt;a href="http://itunes.apple.com/us/app/slimkicker-calorie-counter/id512812753?ls=1&amp;amp;mt=8"&gt;here&lt;/a&gt;, the blackberry version is coming soon as well. I wish she roll one for Andriod as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: -webkit-auto;"&gt;
&lt;span style="text-align: left;"&gt;Christine saw what other diet programs are doing, and she did exactly the opposite she went into different way, she &lt;a href="http://www.husseinnasser.com/2009/02/who-said-we-shall-not-re-invent-wheel.html"&gt;reinvented the wheel&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-352008495083292077?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cIBUUrjYDPp5WNdUF9NTZ7JmnwY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cIBUUrjYDPp5WNdUF9NTZ7JmnwY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cIBUUrjYDPp5WNdUF9NTZ7JmnwY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cIBUUrjYDPp5WNdUF9NTZ7JmnwY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/psjJAW8fiIM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/352008495083292077/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/04/slim-kicker-reinvented-diet-wheel.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/352008495083292077?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/352008495083292077?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/psjJAW8fiIM/slim-kicker-reinvented-diet-wheel.html" title="Slim Kicker Reinvented the Diet Wheel" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-a5a19D5U96o/T3wDV54UgzI/AAAAAAAAAvU/eUN0RNwdNdI/s72-c/logo.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/04/slim-kicker-reinvented-diet-wheel.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04EQXs9fyp7ImA9WhVREkg.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-5904626203161978729</id><published>2012-03-20T18:05:00.000+03:00</published><updated>2012-03-20T18:05:00.567+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-20T18:05:00.567+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="GIS" /><title>OpenStreetMap View coming Soon to Arc2Google and MapsCompare</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
I got a number of requests to embed the &lt;a href="http://www.openstreetmap.org/"&gt;OpenStreetMap&lt;/a&gt; to both &lt;a href="http://www.husseinnasser.com/2011/01/arc2google-for-arcgis-10.html"&gt;Arc2Google&lt;/a&gt; and &lt;a href="http://geshout.com/mapscompare/all.php"&gt;MapsCompare&lt;/a&gt; tool.&lt;br /&gt;
&lt;br /&gt;
Arc2Google is a tool that integrates ArcMap with Google Maps/Earth ,Yahoo maps and Bing Maps, I am now working on adding OpenStreetmap so you will have access to rich content from your ArcMap.&lt;br /&gt;
&lt;br /&gt;
I got this suggestion from the folks at &lt;a href="http://slashgeo.org/2012/03/14/Cool-Mashup-Google-Maps-Google-Earth-Yahoo-Maps-Bing-Maps"&gt;slashgeo&lt;/a&gt; as a comment to add open street to Maps Compare as both Bing and Yahoo have &lt;a href="http://www.husseinnasser.com/2011/10/yahoo-and-bing-maps-have-most-outdated.html"&gt;poor&lt;/a&gt; data and Google Earth has exactly same data as Google Maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-5904626203161978729?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/e7S1B__ZaZZm5bJrphSmCzeeNEk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e7S1B__ZaZZm5bJrphSmCzeeNEk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/e7S1B__ZaZZm5bJrphSmCzeeNEk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/e7S1B__ZaZZm5bJrphSmCzeeNEk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/so4c5fkmFdY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/5904626203161978729/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/openstreetmap-view-coming-soon-to.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/5904626203161978729?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/5904626203161978729?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/so4c5fkmFdY/openstreetmap-view-coming-soon-to.html" title="OpenStreetMap View coming Soon to Arc2Google and MapsCompare" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/openstreetmap-view-coming-soon-to.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04ARn05eSp7ImA9WhVREk4.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-1103664228158931592</id><published>2012-03-20T12:32:00.000+03:00</published><updated>2012-03-20T12:32:27.321+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-20T12:32:27.321+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="GIS" /><title>ESRI ArcGIS Online Products</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
No, &lt;a href="http://arcgis.com/"&gt;arcgis.com&lt;/a&gt; is not the only ESRI product that allows you to share and interact with your&amp;nbsp;&lt;a href="http://www.husseinnasser.com/2009/07/brief-about-gis.html"&gt;GIS &lt;/a&gt;maps and data with other users.&lt;br /&gt;
&lt;br /&gt;
Governments have shown their interests in the ArcGIS Online product but they had doubts, the major concern was the Security.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;
&lt;li&gt;Where is my data stored?&lt;/li&gt;
&lt;li&gt;Who have access?&lt;/li&gt;
&lt;li&gt;What happen when I delete a map?&lt;/li&gt;
&lt;li&gt;Is the Mapping Channel secured?&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In a &lt;a href="http://www.slideshare.net/husseinnasser/arcgis-online-products-presentation"&gt;simple presentation&lt;/a&gt; I explain the difference between the four ArcGIS Online Products.&lt;br /&gt;
&lt;br /&gt;
Download it, browse through it and I'm open for discussion here.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-1103664228158931592?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/9qPI7RCu3tte9DdgPqq3lOy-OrU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9qPI7RCu3tte9DdgPqq3lOy-OrU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/9qPI7RCu3tte9DdgPqq3lOy-OrU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/9qPI7RCu3tte9DdgPqq3lOy-OrU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/lyLjmWSSUcg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/1103664228158931592/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/esri-arcgis-online-products.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/1103664228158931592?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/1103664228158931592?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/lyLjmWSSUcg/esri-arcgis-online-products.html" title="ESRI ArcGIS Online Products" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/esri-arcgis-online-products.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkEGRXg-eyp7ImA9WhVREUs.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-7297587159347698245</id><published>2012-03-19T16:42:00.002+03:00</published><updated>2012-03-19T16:43:44.653+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-19T16:43:44.653+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Science" /><title>The Sun's Nuclear Fusion Explained</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Our &lt;a href="http://en.wikipedia.org/wiki/Sun"&gt;Sun&lt;/a&gt; is an active&amp;nbsp;giant&amp;nbsp;gaseous&amp;nbsp;star that produce energy enough to power up everything on earth. The source of this energy is one type Nuclear Reaction, the Nuclear Fusion.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I can go on and explain what&amp;nbsp;happens&amp;nbsp;on the Sun and how Nuclear Fusion scientifically works but it will be boring. So I decided to put a comic that explains it all .&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-f97Wzg6LePc/T2c3YPMSPOI/AAAAAAAAAu4/iN1SQ675yPw/s1600/3218445_700b.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-f97Wzg6LePc/T2c3YPMSPOI/AAAAAAAAAu4/iN1SQ675yPw/s1600/3218445_700b.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href="http://9gag.com/gag/3218445"&gt;Source&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-7297587159347698245?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/uD53oQkdBAq13V88jOR-9PVStLo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uD53oQkdBAq13V88jOR-9PVStLo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/uD53oQkdBAq13V88jOR-9PVStLo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/uD53oQkdBAq13V88jOR-9PVStLo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/um6HtlJA5R0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/7297587159347698245/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/suns-nuclear-fusion-explained.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7297587159347698245?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7297587159347698245?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/um6HtlJA5R0/suns-nuclear-fusion-explained.html" title="The Sun's Nuclear Fusion Explained" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-f97Wzg6LePc/T2c3YPMSPOI/AAAAAAAAAu4/iN1SQ675yPw/s72-c/3218445_700b.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/suns-nuclear-fusion-explained.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYGQX8zcSp7ImA9WhVREUQ.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-3232237520183249528</id><published>2012-03-16T18:23:00.001+03:00</published><updated>2012-03-20T00:22:00.189+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-20T00:22:00.189+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Strip: How web browsers work?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="margin-left: 1em; margin-right: 1em;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-rkdII81vJeA/T2UkaM92GgI/AAAAAAAAAuw/0bt042OlhUI/s1600/how_internet_works.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="251" src="http://1.bp.blogspot.com/-rkdII81vJeA/T2UkaM92GgI/AAAAAAAAAuw/0bt042OlhUI/s400/how_internet_works.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ol style="text-align: left;"&gt;
&lt;li&gt;User asks the browser for a site&lt;/li&gt;
&lt;li&gt;Browser exit the firewall after verification&lt;/li&gt;
&lt;li&gt;Browser asks Domain Name Server for the IPAddress of the site&lt;/li&gt;
&lt;li&gt;Browser follows the route to the IP Address&lt;/li&gt;
&lt;li&gt;Browser finds the site host&lt;/li&gt;
&lt;li&gt;Browser asks for the site html result&lt;/li&gt;
&lt;li&gt;Browser returns back to the original address&lt;/li&gt;
&lt;li&gt;Browser prints the result to the user.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-3232237520183249528?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5m7U8pypFqhdiqYuxytPdxY1Ssg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5m7U8pypFqhdiqYuxytPdxY1Ssg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5m7U8pypFqhdiqYuxytPdxY1Ssg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5m7U8pypFqhdiqYuxytPdxY1Ssg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/JDcf4B6QSpI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/3232237520183249528/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/animation-how-web-browsers-work.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/3232237520183249528?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/3232237520183249528?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/JDcf4B6QSpI/animation-how-web-browsers-work.html" title="Strip: How web browsers work?" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-rkdII81vJeA/T2UkaM92GgI/AAAAAAAAAuw/0bt042OlhUI/s72-c/how_internet_works.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/animation-how-web-browsers-work.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0ADSXYzeip7ImA9WhVSFk8.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-5879617108050875095</id><published>2012-03-13T09:55:00.000+03:00</published><updated>2012-03-13T09:56:18.882+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-13T09:56:18.882+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="GIS" /><title>Convert 2D to 3D using ESRI Model Builder</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-3vFSnSn-0s0/T17vEp3K4rI/AAAAAAAAAss/LoTcfiJjlZ0/s1600/gis.png" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="232" src="http://1.bp.blogspot.com/-3vFSnSn-0s0/T17vEp3K4rI/AAAAAAAAAss/LoTcfiJjlZ0/s320/gis.png" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;2D to 3D&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Want sexy 3D data but you have only 2D data?&lt;br /&gt;
&lt;br /&gt;
Here is a &lt;a href="http://www.slideshare.net/husseinnasser/convert-2d-to-3d-using-arcscene-and-model-builder"&gt;proposal&lt;/a&gt;, using Model Builder and ESRI ArcScene you can create a beautiful 3D model even from Plain AutoCad Files.&lt;br /&gt;
&lt;br /&gt;
Will publish a demo tool upon your request guys&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-5879617108050875095?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HdhQlr95AoAVDAwQECs1RknOaPw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HdhQlr95AoAVDAwQECs1RknOaPw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HdhQlr95AoAVDAwQECs1RknOaPw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HdhQlr95AoAVDAwQECs1RknOaPw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/HyhCUec7KlM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/5879617108050875095/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/convert-2d-to-3d-using-model-builder.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/5879617108050875095?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/5879617108050875095?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/HyhCUec7KlM/convert-2d-to-3d-using-model-builder.html" title="Convert 2D to 3D using ESRI Model Builder" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-3vFSnSn-0s0/T17vEp3K4rI/AAAAAAAAAss/LoTcfiJjlZ0/s72-c/gis.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/convert-2d-to-3d-using-model-builder.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMBSX87cCp7ImA9WhVSFUs.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-4369273108300032836</id><published>2012-03-11T10:45:00.000+03:00</published><updated>2012-03-12T17:44:18.108+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-12T17:44:18.108+03:00</app:edited><title>KONY 2012</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://3.gvt0.com/vi/Y4MnpzG5Sqc/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Y4MnpzG5Sqc&amp;fs=1&amp;source=uds" /&gt;

&lt;param name="bgcolor" value="#FFFFFF" /&gt;

&lt;embed width="320" height="266"  src="http://www.youtube.com/v/Y4MnpzG5Sqc&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
More than 30,000 children are as an army. Just for one man's love of power.&lt;br /&gt;
&lt;br /&gt;
The sad thing is no one knows about it.&lt;br /&gt;
&lt;br /&gt;
Help the world know. &amp;nbsp;Help stop &lt;a href="http://www.kony2012.com/"&gt;Kony this year 2012.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-4369273108300032836?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rH3ON2ePYxomsE751GD_Xxct-FU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rH3ON2ePYxomsE751GD_Xxct-FU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rH3ON2ePYxomsE751GD_Xxct-FU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rH3ON2ePYxomsE751GD_Xxct-FU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/PmAq_k8rdCk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/4369273108300032836/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/kony-2012.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4369273108300032836?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4369273108300032836?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/PmAq_k8rdCk/kony-2012.html" title="KONY 2012" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/kony-2012.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak8CRH0yeSp7ImA9WhVTGUk.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-6420273469880474974</id><published>2012-03-05T15:00:00.004+03:00</published><updated>2012-03-05T15:01:05.391+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-05T15:01:05.391+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>They say I talk to machines</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Done by &lt;a href="http://twitter.com/nadanz"&gt;@nadanz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-NxQeVNE0mOE/T1Sq4k6vT6I/AAAAAAAAAqs/YKykF53NeFg/s1600/all2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="201" src="http://1.bp.blogspot.com/-NxQeVNE0mOE/T1Sq4k6vT6I/AAAAAAAAAqs/YKykF53NeFg/s320/all2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-6420273469880474974?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dH43zAF_E-PBhODPjv7kQvgtYHk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dH43zAF_E-PBhODPjv7kQvgtYHk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dH43zAF_E-PBhODPjv7kQvgtYHk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dH43zAF_E-PBhODPjv7kQvgtYHk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/4ORGmITUsyM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/6420273469880474974/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/03/they-say-i-talk-to-machines.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6420273469880474974?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6420273469880474974?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/4ORGmITUsyM/they-say-i-talk-to-machines.html" title="They say I talk to machines" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-NxQeVNE0mOE/T1Sq4k6vT6I/AAAAAAAAAqs/YKykF53NeFg/s72-c/all2.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/03/they-say-i-talk-to-machines.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08MQ3kzeCp7ImA9WhVTFUw.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-8573325717570217671</id><published>2012-02-29T14:44:00.002+03:00</published><updated>2012-02-29T14:44:42.780+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-29T14:44:42.780+03:00</app:edited><title>Ten posts you may have missed</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/04/so-what.html"&gt;So What?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/07/how-to-avoid-fear-of-being-wrong.html"&gt;Avoid the fear of being wrong&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/08/3-ways-to-engage-your-boss-into-your.html"&gt;3 simple ways to make your Boss listens&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/05/quick-and-dirty.html"&gt;Quick and Dirty&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/03/period-of-time.html"&gt;That period of Time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/06/earth-pain.html"&gt;Earth the Pain&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/04/hot-mouse.html"&gt;An Idea: The Hot Mouse&amp;nbsp;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/03/human-api.html"&gt;The Human API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/02/who-said-we-shall-not-re-invent-wheel.html"&gt;Who said we shall not reinvent the wheel?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.husseinnasser.com/2009/02/always-think-like-kid.html"&gt;Think like a Kid&lt;/a&gt; &lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-8573325717570217671?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/k0SEY7eAZPldx6CQBBbcINxVbbU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k0SEY7eAZPldx6CQBBbcINxVbbU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/k0SEY7eAZPldx6CQBBbcINxVbbU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k0SEY7eAZPldx6CQBBbcINxVbbU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/ROKcBgZa73Y" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/8573325717570217671/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/ten-posts-you-may-have-missed.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/8573325717570217671?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/8573325717570217671?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/ROKcBgZa73Y/ten-posts-you-may-have-missed.html" title="Ten posts you may have missed" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/ten-posts-you-may-have-missed.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4NQXc_fSp7ImA9WhVTFEw.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-2272927848055254288</id><published>2012-02-28T10:09:00.003+03:00</published><updated>2012-02-28T10:09:50.945+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-28T10:09:50.945+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Is Windows a Virus?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Its a joke I found &lt;a href="http://gamika.org/?a=30"&gt;here&lt;/a&gt;.&amp;nbsp;The guy&amp;nbsp;apparently has a&amp;nbsp;point.&lt;br /&gt;
&lt;br /&gt;
They even made a &lt;a href="http://www.youtube.com/watch?v=qLPPMWdQnAw"&gt;video &lt;/a&gt;about that.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-2272927848055254288?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BfaH8cMfvwbrdLH2PHOfO39wWjw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BfaH8cMfvwbrdLH2PHOfO39wWjw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BfaH8cMfvwbrdLH2PHOfO39wWjw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BfaH8cMfvwbrdLH2PHOfO39wWjw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/uBj8dDVIntM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/2272927848055254288/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/is-windows-virus.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2272927848055254288?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2272927848055254288?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/uBj8dDVIntM/is-windows-virus.html" title="Is Windows a Virus?" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/is-windows-virus.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUDSHg-fip7ImA9WhRaGUU.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-4835891151106022425</id><published>2012-02-23T00:24:00.001+03:00</published><updated>2012-02-23T11:54:39.656+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-23T11:54:39.656+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>An Oven connected to the Internet, controlled by Android</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
&lt;a href="http://3.bp.blogspot.com/-ozdSZ9VGcDg/T0X-vQCVJ1I/AAAAAAAAAmU/dFn7vDzcYQw/s1600/samsung-jipel-oven.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="304" src="http://3.bp.blogspot.com/-ozdSZ9VGcDg/T0X-vQCVJ1I/AAAAAAAAAmU/dFn7vDzcYQw/s320/samsung-jipel-oven.jpg" width="320" /&gt;&lt;/a&gt;Brought to you by Samsung, an &lt;a href="http://thedroidguy.com/2012/02/samsung-introduces-oven-with-wifi-android-baked-in/"&gt;Oven With WiFi &amp;amp; Android Baked In&lt;/a&gt;. &lt;br /&gt;
Imagine all sort of things you can do with your oven, now this can be controlled and monitored by your Android hand-held.&lt;br /&gt;
No need to go and check your cake status, this Oven sends you pictures of what you are cooking, updates you with the temperature, reports the calories and much more right while you are setting upstairs watching TV, directly to your phone.&lt;br /&gt;
Beauty.&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-4835891151106022425?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/R8DUdIU6PsxQJ26N3_mfYYWTMjE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R8DUdIU6PsxQJ26N3_mfYYWTMjE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/R8DUdIU6PsxQJ26N3_mfYYWTMjE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R8DUdIU6PsxQJ26N3_mfYYWTMjE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/O7vo8JGV7LI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/4835891151106022425/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/oven-connected-to-internet-controlled.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4835891151106022425?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4835891151106022425?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/O7vo8JGV7LI/oven-connected-to-internet-controlled.html" title="An Oven connected to the Internet, controlled by Android" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-ozdSZ9VGcDg/T0X-vQCVJ1I/AAAAAAAAAmU/dFn7vDzcYQw/s72-c/samsung-jipel-oven.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/oven-connected-to-internet-controlled.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMESHk9cSp7ImA9WhRaGEQ.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-9064757738504258402</id><published>2012-02-22T10:37:00.003+03:00</published><updated>2012-02-22T10:56:49.769+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-22T10:56:49.769+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Marketing" /><title>@VIVA_BH 3rd Tipping Point Strike, This time for Android in #Bahrain</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-Rk-8Sn9SUpg/T0Sfry6cNSI/AAAAAAAAAg8/sz8OR2CrA9c/s1600/Android-4.0-Ice-Cream-Sandwich.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="131" src="http://1.bp.blogspot.com/-Rk-8Sn9SUpg/T0Sfry6cNSI/AAAAAAAAAg8/sz8OR2CrA9c/s200/Android-4.0-Ice-Cream-Sandwich.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a href="http://2.bp.blogspot.com/-6dyYkc6CIWs/T0SfOkstwSI/AAAAAAAAAg0/fF4MjDWu6Vg/s1600/stc-viva-logo.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="140" src="http://2.bp.blogspot.com/-6dyYkc6CIWs/T0SfOkstwSI/AAAAAAAAAg0/fF4MjDWu6Vg/s200/stc-viva-logo.jpg" width="200" /&gt;&lt;/a&gt;&lt;br /&gt;
In 2010, VIVA just entered the market. People wanted to test their new service so they rushed and bought the cheapest phone that time, Nokia 1202 (BD9) &lt;a href="http://hnaser.blogspot.com/2010/04/viva-bahrain-creates-tipping-point-for.html"&gt;creating huge sales &lt;/a&gt;for this device.&lt;br /&gt;
&lt;br /&gt;
In 2011, VIVA raised the bar with an iPhone4 offer that &lt;a href="http://hnaser.blogspot.com/2011/09/viva-bahrain-creates-tipping-point-for.html"&gt;tipped the sales&lt;/a&gt; for the iPhone in Bahrain (and consequently creating more &lt;a href="http://hnaser.blogspot.com/2012/01/are-you-apple-hostage.html"&gt;Apple Fans&lt;/a&gt;). &lt;br /&gt;
&lt;br /&gt;
Now VIVA has done it again in 2012, but this time with Android. Its last offer is, get your a Galaxy Note, Galaxy SII or Galaxy Nexus for FREE and with HSPA and ready for this?, Unlimited Data package for just 30BD monthly for a year. &lt;br /&gt;
&lt;br /&gt;
So geeks can now wonder anywhere with their laptop tethered to their Android hand-held devices and share the Internet love.&lt;br /&gt;
&lt;br /&gt;
Although not everyone is&lt;a href="http://www.almahdi.cc/tag/viva-bahrain/"&gt; happy with their service&lt;/a&gt;, I expect VIVA to bring an Android shower this year in Bahrain.&lt;br /&gt;
&lt;br /&gt;
A while ago I wrote about how &lt;a href="http://hnaser.blogspot.com/2009/09/batelco-vs-mena-when-able-to-attack-you.html"&gt;Batelco crushed Menatelecom&lt;/a&gt; with its When-able to-attack-you-must-seem-unable strategy. However, I think, Batelco should squeeze some marketing juice into its products in order to beat the Risk-Taker VIVA.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-9064757738504258402?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/DTt6lIOSWkpR4NtmsNjm-WbumDE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DTt6lIOSWkpR4NtmsNjm-WbumDE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/DTt6lIOSWkpR4NtmsNjm-WbumDE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/DTt6lIOSWkpR4NtmsNjm-WbumDE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/bfRJhsY1i44" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/9064757738504258402/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/vivabh-3rd-tipping-point-strike-for.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/9064757738504258402?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/9064757738504258402?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/bfRJhsY1i44/vivabh-3rd-tipping-point-strike-for.html" title="@VIVA_BH 3rd Tipping Point Strike, This time for Android in #Bahrain" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-Rk-8Sn9SUpg/T0Sfry6cNSI/AAAAAAAAAg8/sz8OR2CrA9c/s72-c/Android-4.0-Ice-Cream-Sandwich.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/vivabh-3rd-tipping-point-strike-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YHQHw5eSp7ImA9WhRaF04.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-7700788736616184456</id><published>2012-02-20T14:57:00.003+03:00</published><updated>2012-02-20T14:58:51.221+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-20T14:58:51.221+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>$199 Kindle Fire w/Cyanogen or $476 iPad2 w/Stay-Slave-ForeverOS</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Need a Tablet?&lt;br /&gt;
&lt;br /&gt;
You can spend &lt;span class="nobr"&gt;$476 on an &lt;a href="http://alilars.com/2011/11/16/ipad-2-vs-kindle-fire-video/"&gt;iPad2&lt;/a&gt; and become an &lt;a href="http://hnaser.blogspot.com/2012/01/are-you-apple-hostage.html"&gt;Apple Whore&lt;/a&gt;. &lt;/span&gt;&lt;br /&gt;
&lt;span class="nobr"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="nobr"&gt;OR&lt;/span&gt;&lt;br /&gt;
&lt;span class="nobr"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
You can spend $400 &lt;a href="http://muhammadalam.blogspot.com/2011/08/tablets-screen-display-fight-samsung.html"&gt;Galaxy Tab 10.1&lt;/a&gt; get robust Tab with beautiful ICS Android that actually allows you to run adobe flash.&lt;span class="nobr"&gt;&lt;/span&gt;&lt;span class="nobr"&gt;&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
Better?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can buy a $199 &lt;a href="http://alilars.com/2011/11/16/ipad-2-vs-kindle-fire-video/"&gt;Kindle Fire&lt;/a&gt;, remove that amazon crappy software and flash it with &lt;a href="http://www.cyanogenmod.com/"&gt;CyanogenMod&lt;/a&gt; 7 beauty.&lt;br /&gt;
&lt;br /&gt;
Save 200$ and enjoy full android features.&lt;br /&gt;
&lt;br /&gt;
Welcome to the Open Source World.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-7700788736616184456?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/0OERgoV81SHwoKJRlhsyDOZwco0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0OERgoV81SHwoKJRlhsyDOZwco0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/0OERgoV81SHwoKJRlhsyDOZwco0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/0OERgoV81SHwoKJRlhsyDOZwco0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/dTk3Olnh_eU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/7700788736616184456/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/199-kindle-fire-wcyanogen-or-476-ipad2.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7700788736616184456?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7700788736616184456?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/dTk3Olnh_eU/199-kindle-fire-wcyanogen-or-476-ipad2.html" title="$199 Kindle Fire w/Cyanogen or $476 iPad2 w/Stay-Slave-ForeverOS" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/199-kindle-fire-wcyanogen-or-476-ipad2.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUANQn4ycCp7ImA9WhRaF04.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-6821851559401502781</id><published>2012-02-10T15:21:00.001+03:00</published><updated>2012-02-20T14:36:33.098+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-20T14:36:33.098+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="GIS" /><title>Arc2Google 10.1 featured in software informer</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Would like to share with you some good news.&lt;br /&gt;
&lt;br /&gt;
Today I received an email from &lt;a href="http://software.informer.com/"&gt;Software Informer&lt;/a&gt;&amp;nbsp;saying that Arc2Google, a tool I developed back in 2009 that links ArcGIS desktop to Google Maps and Earth also yahoo and bing maps, has been featured in their website. &lt;br /&gt;
&lt;br /&gt;
Software informer is one of the top 500 visited websites on the Internet.&lt;br /&gt;
&lt;br /&gt;
Here is the &lt;a href="http://arc2google.software.informer.com/"&gt;link &lt;/a&gt;to software informer. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-6821851559401502781?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pRFeKWrTyGEdjGW8CWXXcwURhuI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pRFeKWrTyGEdjGW8CWXXcwURhuI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pRFeKWrTyGEdjGW8CWXXcwURhuI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pRFeKWrTyGEdjGW8CWXXcwURhuI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/ESKF2dN9dL0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/6821851559401502781/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/02/arc2google-101-featured-in-software.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6821851559401502781?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6821851559401502781?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/ESKF2dN9dL0/arc2google-101-featured-in-software.html" title="Arc2Google 10.1 featured in software informer" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/02/arc2google-101-featured-in-software.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4BSXc6fyp7ImA9WhRaGU0.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-2299555272852943782</id><published>2012-01-28T19:12:00.001+03:00</published><updated>2012-02-22T12:45:58.917+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-22T12:45:58.917+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Minority Reports Screen in Windows 8?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-W1YCiuTzyFk/T0S5Pd4DafI/AAAAAAAAAmE/UC0743dgmZ0/s1600/min.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="180" src="http://4.bp.blogspot.com/-W1YCiuTzyFk/T0S5Pd4DafI/AAAAAAAAAmE/UC0743dgmZ0/s320/min.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
If you have watched the Minority Reports movie you must have seen how Tom Cruise was moving items around with his hands and controlling a big screen of gadgets smoothly.&lt;br /&gt;
&lt;br /&gt;
Next year this might actually be possible as &lt;a href="http://www.wired.com/gadgetlab/2012/01/microsoft-kinect-laptops/"&gt;Microsoft Kinect Could Make Its Way to Laptops&lt;/a&gt;. If Laptops have a built-in Kinect, it could recognize hand gestures and with few changes on the new Windows 8 users could manipulate their files and directories with gestures.&lt;br /&gt;
&lt;br /&gt;
Pretty cool right? Although I'm sure Microsoft will fuck this up as well. &lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-2299555272852943782?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4ANpZ2lHO-9Dy7h_52r5XGFmfvo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ANpZ2lHO-9Dy7h_52r5XGFmfvo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4ANpZ2lHO-9Dy7h_52r5XGFmfvo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ANpZ2lHO-9Dy7h_52r5XGFmfvo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/AeniwENy2VY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/2299555272852943782/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/minoroty-reports-screen-soon-in-windows.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2299555272852943782?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/2299555272852943782?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/AeniwENy2VY/minoroty-reports-screen-soon-in-windows.html" title="Minority Reports Screen in Windows 8?" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-W1YCiuTzyFk/T0S5Pd4DafI/AAAAAAAAAmE/UC0743dgmZ0/s72-c/min.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/minoroty-reports-screen-soon-in-windows.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkcERnw_eSp7ImA9WhRaGEQ.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-9203564549433759690</id><published>2012-01-24T13:50:00.001+03:00</published><updated>2012-02-22T11:06:47.241+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-22T11:06:47.241+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Science" /><title>Four reasons that gets us upset (@alialmahdi)</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
With or without our intentions we get upset and most of the time we dont know why.&lt;br /&gt;
Ali &lt;a href="http://www.almahdi.cc/philosophy/why-do-we-get-upset-or-feel-upset/"&gt;Compiles four factors that causes the frustration.&lt;/a&gt; Worth 5 minutes of your time.&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-9203564549433759690?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/HZUAs7MJkpCl-YmZsDwx7zoAr7Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HZUAs7MJkpCl-YmZsDwx7zoAr7Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/HZUAs7MJkpCl-YmZsDwx7zoAr7Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/HZUAs7MJkpCl-YmZsDwx7zoAr7Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/ncXYxlz490A" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/9203564549433759690/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/four-reasons-that-gets-us-upset.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/9203564549433759690?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/9203564549433759690?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/ncXYxlz490A/four-reasons-that-gets-us-upset.html" title="Four reasons that gets us upset (@alialmahdi)" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/four-reasons-that-gets-us-upset.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEcNR345eCp7ImA9WhRUFEw.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-7579629179523028823</id><published>2012-01-19T20:36:00.001+03:00</published><updated>2012-01-24T16:34:56.020+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-24T16:34:56.020+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>A phone that runs on AA battery</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-f81MQiKS57I/TxwAd5PZDMI/AAAAAAAAAeE/fF8aYF0mt5Q/s1600/Screen-Shot-2012-01-18-at-1.32.19-PM.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="122" src="http://3.bp.blogspot.com/-f81MQiKS57I/TxwAd5PZDMI/AAAAAAAAAeE/fF8aYF0mt5Q/s200/Screen-Shot-2012-01-18-at-1.32.19-PM.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
You know you want one!&lt;br /&gt;
&lt;br /&gt;
We all carry &lt;a href="http://hnaser.blogspot.com/2010/06/idea-smart-sim.html"&gt;multiple SIM&lt;/a&gt; cards. &lt;br /&gt;
&lt;a href="http://www.wired.com/gadgetlab/2012/01/spare-one-phone-runs-on-one-aa-battery/"&gt;‘Spare One’ Phone that Runs On One AA Battery&lt;/a&gt; is perfect to load your secondary numbers. A phone that just calls.&amp;nbsp; You wont be worrying about charging it.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Run out of battery? No problem, Just stop at the nearest store and grap an AA one.&lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-7579629179523028823?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yp-Ab23FP5zxuDys56rfKlQtCbQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yp-Ab23FP5zxuDys56rfKlQtCbQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yp-Ab23FP5zxuDys56rfKlQtCbQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yp-Ab23FP5zxuDys56rfKlQtCbQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/D96P5rNmTNI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/7579629179523028823/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/phone-that-runs-on-aa-battery.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7579629179523028823?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7579629179523028823?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/D96P5rNmTNI/phone-that-runs-on-aa-battery.html" title="A phone that runs on AA battery" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-f81MQiKS57I/TxwAd5PZDMI/AAAAAAAAAeE/fF8aYF0mt5Q/s72-c/Screen-Shot-2012-01-18-at-1.32.19-PM.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/phone-that-runs-on-aa-battery.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4CRHc8eSp7ImA9WhVRE08.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-6268823092390392509</id><published>2012-01-18T11:27:00.003+03:00</published><updated>2012-03-21T12:59:25.971+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-21T12:59:25.971+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>What #SOPA will do to you</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-M-zB-KLsBNY/TxwBIBlmlBI/AAAAAAAAAeM/3E0i0XW1bOg/s1600/stop_SOPA_blackout_616.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="150" src="http://3.bp.blogspot.com/-M-zB-KLsBNY/TxwBIBlmlBI/AAAAAAAAAeM/3E0i0XW1bOg/s200/stop_SOPA_blackout_616.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;When you tweet a photo of your kid with&amp;nbsp;Disney&amp;nbsp;logo in the background. That's a $500 fine.&lt;/li&gt;
&lt;li&gt;When you link your blog post to a Skyirm&amp;nbsp;walk-through&amp;nbsp;YouTube video that accidentally shows the player's Charles Jourdan watch or his girl friend's Louis Vuitton&amp;nbsp;bag. That's a $1000 * (#&lt;i&gt;seconds&amp;nbsp;the watch was visible in the video)&lt;/i&gt;&amp;nbsp; + $1200 * (#&lt;i&gt;seconds the bag&amp;nbsp;was visible in the video) &amp;nbsp;&lt;/i&gt;Fine.&lt;/li&gt;
&lt;li&gt;Seeding The Girl with the Dragon Tattoo (2011) from a piratebay tracking server. God forbids that's a year in jail.&lt;/li&gt;
&lt;li&gt;Shooting a video of your kid taking his first poop in the bathroom while&amp;nbsp;Nicole Scherzinger - Right There is playing in the background. Your kid will be old enough to clean your poop in prison.&lt;/li&gt;
&lt;li&gt;You could get 5 years for uploading a Michael Jackson song. One year more than the doctor who killed him.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If a student posts a copyrighted work to a forum, the whole site could be taken down&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
I think the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Illuminati"&gt;Illuminati &lt;/a&gt;is taking over the world very soon. Is the 2012 the end?&amp;nbsp;&lt;i&gt;[If I didn't reply to your comments I'm probably in jail for linking to Wikipedia]&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-6268823092390392509?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ReA-E-823FZ_ir8y9lqNMwxbUhE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ReA-E-823FZ_ir8y9lqNMwxbUhE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ReA-E-823FZ_ir8y9lqNMwxbUhE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ReA-E-823FZ_ir8y9lqNMwxbUhE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/eGPQRZ16f3Y" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/6268823092390392509/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/what-sopa-will-do-to-you.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6268823092390392509?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/6268823092390392509?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/eGPQRZ16f3Y/what-sopa-will-do-to-you.html" title="What #SOPA will do to you" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-M-zB-KLsBNY/TxwBIBlmlBI/AAAAAAAAAeM/3E0i0XW1bOg/s72-c/stop_SOPA_blackout_616.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/what-sopa-will-do-to-you.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMCSX0zeip7ImA9WhRVGEo.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-3098737387054402395</id><published>2012-01-17T20:28:00.001+03:00</published><updated>2012-01-18T10:57:48.382+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-18T10:57:48.382+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Enable hotspot on iPhone (@mrbhr)</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div&gt;
Our friend @mrbhr wrote a nice article about &lt;a href="http://mrbhr.com/?p=14&amp;amp;utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=how-to-setup-and-use-personal-hotspot-on-iphone"&gt;How to enable Personal Hotspot on iPhone?&lt;/a&gt; &lt;br /&gt;
+1 for iPhone this feature was recently added on 4.3 &lt;/div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-3098737387054402395?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/L2WTUfvaxvG328B-KzxBkWprRjA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L2WTUfvaxvG328B-KzxBkWprRjA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/L2WTUfvaxvG328B-KzxBkWprRjA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/L2WTUfvaxvG328B-KzxBkWprRjA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/nfCdlAe9ecs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/3098737387054402395/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/enable-hotspot-on-iphone-mrbhr.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/3098737387054402395?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/3098737387054402395?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/nfCdlAe9ecs/enable-hotspot-on-iphone-mrbhr.html" title="Enable hotspot on iPhone (@mrbhr)" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/enable-hotspot-on-iphone-mrbhr.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYHR3o6fyp7ImA9WhVSFUs.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-7132934518988967383</id><published>2012-01-14T15:25:00.001+03:00</published><updated>2012-03-12T17:38:56.417+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-03-12T17:38:56.417+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Science" /><category scheme="http://www.blogger.com/atom/ns#" term="Idea" /><title>Imagination Pooling</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-IpvKwjQGyjg/T14I4rvwwBI/AAAAAAAAAsc/AOEVGVavS40/s1600/iStock_000019454384XSmall.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="http://3.bp.blogspot.com/-IpvKwjQGyjg/T14I4rvwwBI/AAAAAAAAAsc/AOEVGVavS40/s320/iStock_000019454384XSmall.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
We imagine several sorts of things all the time. Some of you decide to share it to their close friends. Others keep it to themselves scared people will steal and publish their ideas as their own. However, very rare decide to&lt;a href="http://www.husseinnasser.com/2009/03/idea-day-idea-in-secret-dies.html"&gt; publicly share their imaginations&lt;/a&gt;. I'm here to talk about this last segment.
&lt;br /&gt;
&lt;br /&gt;
Here is the fun part. Each one of us was born with limited unique set of imagination span. The more we learn new things the more our imagination span increases. Until it reaches a level where you think you know everything and here is where you stop learning. Your imagination freezes at its size.
You refuse to read books that don't interest you or watch movies that do not fit your standards or listen to other type of music or play video games that are not your style. Here is when the imagination gives you the delusion that you know "enough" and you don't need to know about other aspects in life, you may even call them stupid, or silly stuff. This will eventually kill potential creativity.
&lt;br /&gt;
&lt;br /&gt;
Let's go back to point one. We were &lt;a href="http://www.husseinnasser.com/2009/02/always-think-like-kid.html"&gt;born&lt;/a&gt; with unique imaginations. We compile our imagination into stories and we pour these stories into a medium. This medium can be a book or a movie or a play or a picture or even a video game. When you watch this movie or listen to this song or see this picture you acquire more imagination automatically. Even though you might think the movie is silly or that song is stupid.
&lt;br /&gt;
&lt;br /&gt;
When we watch movies we tap into other people imagination pool and build on it creating further imaginations. I refer to this as imagination pooling.
&lt;br /&gt;
&lt;br /&gt;
The point I want to make in this post is that pooling the imagination can broaden your thoughts spectrum thus generating even rich ideas. You cannot do this if you stick to talking to your close friends or listening to stuff you already know about or reading books on which you know the title or watch movies that you only like. That was me 2 years ago, until I met my wife my whole thoughts and imaginations changed. I feel myself as if my imagination experienced totally different dimension and I keep coming with even more ideas every day. She is in the fashion industry while I'm in the IT field. Totally different yet my imagination was doubled since the day i met her.
&lt;br /&gt;
&lt;br /&gt;
Never under-estimate the power of learning and never think your knowledge is above all. Learn to share and acquire new things.
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-7132934518988967383?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4TUqDzehBv5__4Wgy3-SDEP5hhE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4TUqDzehBv5__4Wgy3-SDEP5hhE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4TUqDzehBv5__4Wgy3-SDEP5hhE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4TUqDzehBv5__4Wgy3-SDEP5hhE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/LG01kKg4ejM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/7132934518988967383/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/imagination-pooling.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7132934518988967383?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/7132934518988967383?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/LG01kKg4ejM/imagination-pooling.html" title="Imagination Pooling" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-IpvKwjQGyjg/T14I4rvwwBI/AAAAAAAAAsc/AOEVGVavS40/s72-c/iStock_000019454384XSmall.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/imagination-pooling.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IBQnc5eSp7ImA9WhRWGU8.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-4078942002024238734</id><published>2012-01-05T14:00:00.000+03:00</published><updated>2012-01-07T12:45:53.921+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-07T12:45:53.921+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><title>Are you an Apple Hostage?</title><content type="html">&lt;a href="http://2.bp.blogspot.com/-eYcd0syoSjg/TwQHcG0GSSI/AAAAAAAAAdg/QV_JiLhIyf8/s1600/prisoner.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://2.bp.blogspot.com/-eYcd0syoSjg/TwQHcG0GSSI/AAAAAAAAAdg/QV_JiLhIyf8/s200/prisoner.jpg" width="163" /&gt;&lt;/a&gt;&lt;span class="name"&gt;I don't know if you are familiar with the &lt;a href="http://en.wikipedia.org/wiki/Stockholm_syndrome%20Stockholm%20syndrome"&gt;Stockholm syndrome&lt;/a&gt;. In 1973 a bank in Stockholm got robbed and the bank employees were kept hostages for 6 days. The weird thing is that the hostages became emotionally attached to their captors and were defending them even after they were released. Since then, this was referred to as the Stockholm syndrome.&lt;/span&gt;&lt;br /&gt;
&lt;span class="name"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
Apple is spending millions to keep their users clipped to its products. Take a look at this:&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;You can't download OTA MP3 and save it to the device, it should be from ITunes.&lt;/li&gt;
&lt;li&gt;You can download apps only from the Apple Store.&lt;/li&gt;
&lt;li&gt;If you are Bahraini, screw you, you have only the Bahrain or Saudi Apple Store which contains either sex stories apps or Islamic calenders. No Angry birds. &lt;/li&gt;
&lt;li&gt;You can't trick apple to change your Store to US to get more stuff. You have to have a credit card, even if you do have one, is not smooth to install.&lt;/li&gt;
&lt;li&gt;You can't replace the battery or have a backup one use this one only.&lt;/li&gt;
&lt;li&gt;No you can only charge iPhone with this charger, what? oh no, no microUSB.&lt;/li&gt;
&lt;li&gt;Flash? Who needs it?&lt;/li&gt;
&lt;li&gt;You can only buy applications, music from ITunes not from another site.&lt;/li&gt;
&lt;li&gt;You cannot test your app without a license, buy a developer license and install your app.&lt;/li&gt;
&lt;li&gt;Last but not least expensive products that locks you down.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Despite that the guys from  &lt;a href="http://blog.iphone-dev.org/"&gt;iPhone Dev Team&lt;/a&gt; spend so much time to &lt;a href="http://www.zdnet.com/blog/security/apple-ios-501-hacked-untethered-via-two-security-holes/9895"&gt;hack &lt;/a&gt;the OS and unlock it. Every user is waiting for this jailbreak yet they don't confess. Now it is nice that IOS users have some degree of freedom after this latest jailbreak, 
but this should not be necessary.   "Apple really needs to trust their users 
with their own devices." &lt;span class="name"&gt;-- grant&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="name"&gt;That is what's happening between Apple and their 
users. What really baffles me isn't Apple, but Apple users! It is like 
they are saying &lt;/span&gt;"&lt;span style="color: #cc0000;"&gt;My kidnapper didn't beat me every night and sometimes I even got cake&lt;/span&gt;."&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="name"&gt;Are you an Apple hostage? I'm sure &lt;a href="http://hnaser.blogspot.com/2011/11/why-i-chose-andriod-over-ios.html"&gt;not&lt;/a&gt;. &lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-4078942002024238734?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OQp8CzGYWaFsQao4y603PTYH0Gk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OQp8CzGYWaFsQao4y603PTYH0Gk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OQp8CzGYWaFsQao4y603PTYH0Gk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OQp8CzGYWaFsQao4y603PTYH0Gk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/xo5NzUPuRCY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/4078942002024238734/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/are-you-apple-hostage.html#comment-form" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4078942002024238734?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/4078942002024238734?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/xo5NzUPuRCY/are-you-apple-hostage.html" title="Are you an Apple Hostage?" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-eYcd0syoSjg/TwQHcG0GSSI/AAAAAAAAAdg/QV_JiLhIyf8/s72-c/prisoner.jpg" height="72" width="72" /><thr:total>5</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/are-you-apple-hostage.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0YCSXg5eCp7ImA9WhRWFks.&quot;"><id>tag:blogger.com,1999:blog-5674879503126200888.post-373198201086428706</id><published>2012-01-03T19:22:00.001+03:00</published><updated>2012-01-04T11:19:28.620+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-04T11:19:28.620+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Idea" /><title>An idea: Get rid of the shopping queue</title><content type="html">&lt;div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-bTNtpJe4euk/TwQLNGV5I0I/AAAAAAAAAds/H_BE8b6GXig/s1600/holiday-shopping-cart.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="199" src="http://1.bp.blogspot.com/-bTNtpJe4euk/TwQLNGV5I0I/AAAAAAAAAds/H_BE8b6GXig/s200/holiday-shopping-cart.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
Sometimes shopping with wify can keep the brain juices flowing.&lt;br /&gt;
&lt;br /&gt;
Create a microscopic unique RFID tags and attach them to products. So that no two tags in the world are the same.&lt;br /&gt;
&lt;br /&gt;
Customers now select their products.( clothes etc.) And they simply place their cart in a big scanner( just like the ones at airport) the scanner now scans all item at once using the radio and deletes them from the system.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
So with just one scan all your items are scanned and the price is calculated.&amp;nbsp; You pay with your card and that's it.&lt;br /&gt;
&lt;br /&gt;
No cashier. No Queue.&lt;br /&gt;
&lt;br /&gt;
 &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5674879503126200888-373198201086428706?l=www.husseinnasser.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aJj7nkxs_qtY9sfO6gbEO6PxiR4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aJj7nkxs_qtY9sfO6gbEO6PxiR4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aJj7nkxs_qtY9sfO6gbEO6PxiR4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aJj7nkxs_qtY9sfO6gbEO6PxiR4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/blogspot/wIPb/~4/qRUScC4rJ7o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://www.husseinnasser.com/feeds/373198201086428706/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.husseinnasser.com/2012/01/idea-get-rid-of-shopping-queue.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/373198201086428706?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/5674879503126200888/posts/default/373198201086428706?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/blogspot/wIPb/~3/qRUScC4rJ7o/idea-get-rid-of-shopping-queue.html" title="An idea: Get rid of the shopping queue" /><author><name>Hussein Nasser</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="//lh3.googleusercontent.com/-ZysYMu47lfk/AAAAAAAAAAI/AAAAAAAAAfY/MatkHXRjjCA/s512-c/photo.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-bTNtpJe4euk/TwQLNGV5I0I/AAAAAAAAAds/H_BE8b6GXig/s72-c/holiday-shopping-cart.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://www.husseinnasser.com/2012/01/idea-get-rid-of-shopping-queue.html</feedburner:origLink></entry></feed>

