<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gggadgets.com</title>
	<atom:link href="http://gggadgets.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gggadgets.com</link>
	<description>Spreading gadget love!</description>
	<lastBuildDate>Sun, 28 Jul 2013 12:08:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Entrepreneurs: Do things that scale</title>
		<link>http://gggadgets.com/2013/07/27/entrepreneurs-do-things-that-scale/</link>
		<comments>http://gggadgets.com/2013/07/27/entrepreneurs-do-things-that-scale/#comments</comments>
		<pubDate>Sat, 27 Jul 2013 12:21:14 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Startups]]></category>
		<category><![CDATA[entrepreneurs]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[startup advice]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19935</guid>
		<description><![CDATA[A couple of days ago, Paul Graham wrote an essay telling entrepreneurs to do things that don&#8217;t scale [1]. His points make total sense for Silicon Valley entrepreneurs where almost every startup is VC funded and every other entrepreneur is trying to become next facebook. In an effort to become big, they focus on doing big [...]]]></description>
				<content:encoded><![CDATA[<p>A couple of days ago, Paul Graham wrote an essay telling entrepreneurs to do things that don&#8217;t scale <strong>[1]</strong>. His points make total sense for Silicon Valley entrepreneurs where almost every startup is VC funded and every other entrepreneur is trying to become next facebook. In an effort to become big, they focus on doing big things only and skip small but important things like paying attention to individual customers, doing things manually in the beginning and the likes.</p>
<p>But the advice most startups outside silicon valley need is to do things that scale <strong>[2]</strong>.</p>
<p>There are hundreds of dev shops in emerging markets as well as across Europe and USA. Entrepreneurs running them make a good buck capitalising either on lower wages in their vicinities or competent talent they have or both. What they miss out is the joy of developing their own products.</p>
<p>I have heard many entrepreneurs telling how easy it was to work in b2b. Comparatively, while working in b2c domain, you have to run after small customers who&#8217;d pay less, complain more and there&#8217;s all the wait until you go profitable.</p>
<p>The cruel fact here is, b2c businesses scale, b2b ones don&#8217;t <strong>[3]</strong>.</p>
<h2>Automate</h2>
<p>The very first step towards scalability at your dev shop is to do little automations. Writing code from bottom up for every client works; but object oriented approach can be applied to projects too. If you have two clients in the same domain, having similar requirements, write the code that works for both. If you get to work over and over again on the same thing, write a little app that generates your required code as per the given parameters.</p>
<p>Most companies working in the value added services domain are used to writing code from scratch for every new service they do. While working as a product manager at Noetic <strong>[4]</strong>, we noticed that there were a lot of things common in every other service we created for our clients. There was a team of one and a half dozen developers who wrote code from scratch for every service. It worked but it wasn&#8217;t made for scalability. We felt that there was a lot of room for efficiency. So we sat down and created a set of rules and coded them into something we call SDP (service delivery platform) <strong>[5]</strong>. It automates our work and is made to scale. Whenever we have a new project coming in, we log into SDP, define all the rules and are ready to go in a couple of minutes. As a bonus, we now only have one developer maintaining SDP, the rest of the team can focus on bigger things.</p>
<p>It was tedious in the beginning but in retrospect, the time and money we spent on developing SDP was worth it.</p>
<h2>Innovate</h2>
<p>You need to do new things, the things that haven&#8217;t been done at your company before. The best way out for that is to gamify. Reward the innovators with recognition and appreciation, put them in key positions and they will make things smoother.</p>
<h2>Intrapreneurship</h2>
<p>Google allows 20% of the time for employee&#8217;s own projects, you need to do the same. Appreciate dumb ideas, failures and honest mistakes. Spot the creative guy in your team, make him the boss of his own idea, assign some resources and you are all set. You&#8217;d see your products coming out one after the other. 37Signals was just another design shop in Chicago, they made basecamp for themselves only to find out it was their future.</p>
<p>The best way to get your products out fast and to transition from a services company to a product company is to reward intrapreneurs with the stake in their own idea. You&#8217;d find them working their heads off to make it a success. Your supervision and counselling would make their dreams come true. At the end of the day, they&#8217;d be happier than ever and yours would be a much better, more profitable business.</p>
<h2>Tiny Customers</h2>
<p>Here&#8217;s a second mention of basecamp: the maximum amount you can pay for basecamp is $149, either you are IBM, Microsoft or a work from home freelancer. This allows them to keep the control over their product, no single customer can consume their energies so they can focus on getting more and more small customers and making ~$25m <strong>[6]</strong> that they could have never made when they had many customers paying them $10,000 each <strong>[7]</strong>.</p>
<p>You need to find small customers and lots of them. The day you have found your first customer willing to pay you $20 a month, you have unlocked your scaling effect.</p>
<h2>Risk</h2>
<p>Being an entrepreneur, you are applauded for taking risks but face it: you don&#8217;t take risks. You tap into safe markets and work with the clients that minimize the risk. Once into the product market, risk is everything. The higher the risk, the better path you have adopted. Customers would scrap most of the products; there&#8217;s only one facebook, Google+ is just hanging out. But there was no facebook if Mark didn&#8217;t put his heart and soul in it.</p>
<p>Most great ideas look dumb in the beginning, don&#8217;t scrap them early. As far as you are solving a problem people have, go for it. Launch and wait until you find someone really solving their problem using your product.</p>
<p>&nbsp;</p>
<p><strong>[1]</strong> <a title="Do things that don't scale | Paul Graham" href="http://www.paulgraham.com/ds.html" target="_blank">Do things that don&#8217;t scale</a> | Paul Graham</p>
<p><strong>[2]</strong> Paul wrote <a title="Paul Graham: Growth" href="www.paulgraham.com/growth.html" target="_blank">a piece on growth</a> too but that advise is for new startups only. This article focuses on transition from a services business to a products one.</p>
<p><strong>[3]</strong> By b2b, I mean dev shops and by b2c, I mean companies focusing on end user products.</p>
<p><strong>[4]</strong> As of September 2012, I am working as a<a title="Awais Naseer on LinkedIn" href="https://www.linkedin.com/in/owaeis" target="_blank"> product manager at Noetic</a>, and really enjoying it. I am given the chance to shape their product strategy and create a bump in their sales graphs using my experience with online reputation management, social media, SEO and SEM. It has been a year working on the same and they have witness very good results in their leads generated through the web.</p>
<p><strong>[5]</strong> <a title="Service Delivery Platform (SDP)" href="http://noeticworld.com/service-delivery-platform/" target="_blank">SDP</a> is Noetic&#8217;s flagship SaaS product for delivering SMS, MMS and WAP services for operators and enterprises.</p>
<p><strong>[6]</strong> 37Signals doesn&#8217;t disclose their earnings but <a title="37Signals earnings" href="http://www.quora.com/37signals/What-is-37signalss-annual-revenue" target="_blank">this thread on Quora </a>makes very careful guesses.</p>
<p><strong>[7]</strong> It&#8217;s just an assumption for the time when they designed websites for their clients. Apparently I have exaggerated the number to make it make more sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/07/27/entrepreneurs-do-things-that-scale/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two ways to capitalise on your biggest carrier mistakes</title>
		<link>http://gggadgets.com/2013/07/27/two-ways-to-capitalise-on-your-biggest-carrier-mistakes/</link>
		<comments>http://gggadgets.com/2013/07/27/two-ways-to-capitalise-on-your-biggest-carrier-mistakes/#comments</comments>
		<pubDate>Sat, 27 Jul 2013 10:54:45 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Carrier]]></category>
		<category><![CDATA[carrier advice]]></category>
		<category><![CDATA[carrier counseling]]></category>
		<category><![CDATA[fired]]></category>
		<category><![CDATA[getting fired]]></category>
		<category><![CDATA[I got fired]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[job advice]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[mistakes]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19929</guid>
		<description><![CDATA[It is a general perception that a single mistake can ruin your entire carrier. There&#8217;s no denying of the fact that serious mistakes affect your carrier but the world is no short of the people whose mistakes put them in the right direction. In fact some of the very smart minds in business would advise [...]]]></description>
				<content:encoded><![CDATA[<p><img class=" wp-image-19930 alignright" alt="You-are-fired" src="http://gggadgets.com/wp-content/uploads/2013/07/You-are-fired.jpg" width="315" height="349" /></p>
<p>It is a general perception that a single mistake can ruin your entire carrier.</p>
<p>There&#8217;s no denying of the fact that serious mistakes affect your carrier but the world is no short of the people whose mistakes<br />
put them in the right direction. In fact some of the very smart minds in business would advise you to try <a title="'Get Fired' by Scott Case" href="https://www.linkedin.com/today/post/article/20130708140616-12571855-get-fired" target="_blank">to get fired</a>.</p>
<p>I am not going to tell you how to get fired, rather if you have already messed up, I have some tips for you to get over it.</p>
<h2>1) Reboot</h2>
<p>All mishaps come with a bonus right out of the box: a great learning experience. Give your attitude a thorough look, ask yourself what you did wrong and why and what could have you avoided. Tell yourself not to be jerk again and start over. Be a humble cooperative colleague who does things for everyone&#8217;s good rather than his ownself.</p>
<p>Then find a new job, tell your new employer that you were a jerk and regret that. You are only going to be a better person after admitting your mistakes, your employers would respect you and it&#8217;s only a matter of time that you&#8217;d on awesomeness highway once again.</p>
<h2>2) Move on</h2>
<div id="attachment_19931" class="wp-caption aligncenter" style="width: 415px"><a href="http://gggadgets.com/wp-content/uploads/2013/07/got-fired-next-time-fire-them.jpg"><img class="size-full wp-image-19931" alt="Fire them next time" src="http://gggadgets.com/wp-content/uploads/2013/07/got-fired-next-time-fire-them.jpg" width="405" height="435" /></a><p class="wp-caption-text">Fire them next time</p></div>
<p>You know you were right and shouldn&#8217;t have avoided doing what you did? You know it was only your boss who was a jerk? Spot on, tell yourself &#8220;I am awesome, and I know it&#8221;. Spend a whole evening enjoying &#8216;haters gonna hate&#8217; comics and then let go and move on. It&#8217;s time to capitalise on your awesomeness, this time for good instead of getting fired.</p>
<p>My younger brother is a vet, he called his boss a jerk right in his face. He was fired right after, obviously. I noticed some grief in his eyes but there wasn&#8217;t any disappointment. Since last week, he is running his own clinic and has made more money in a week than he earned in a whole month when he was on a job.</p>
<p>Life doesn&#8217;t end when things get dirty, life actually starts there. Look around and find out what&#8217;s next for you and make it big.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/07/27/two-ways-to-capitalise-on-your-biggest-carrier-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14 Breathtaking Flat UI Designs For Inspiration</title>
		<link>http://gggadgets.com/2013/06/29/14-breathtaking-flat-ui-designs-for-inspiration/</link>
		<comments>http://gggadgets.com/2013/06/29/14-breathtaking-flat-ui-designs-for-inspiration/#comments</comments>
		<pubDate>Sat, 29 Jun 2013 08:22:30 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[designers]]></category>
		<category><![CDATA[flat ui]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[iphone app design]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19900</guid>
		<description><![CDATA[Gone are the days of skeumorphism, Flat UI is the new trend. From Microsoft to Apple; web designers to app designers, flat UI is being adopted by everybody. Check out some of the most outstanding flat UIs from around the web: 1. 3D effect with flat design principles 2. Flat Design with photos and videos [...]]]></description>
				<content:encoded><![CDATA[<p>Gone are the days of skeumorphism, Flat UI is the new trend. From Microsoft to Apple; web designers to app designers, flat UI is being adopted by everybody. Check out some of the most outstanding flat UIs from around the web:</p>
<h2><span style="font-size: 1.17em;">1. 3D effect with flat design principles</span></h2>
<div id="attachment_19901" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/1053618-Coming-project"><img class="size-large wp-image-19901 " alt="3D effect with flat design" src="http://gggadgets.com/wp-content/uploads/2013/06/hq-600x481.png" width="600" height="481" /></a><p class="wp-caption-text">3D effect with flat design [By <a href="http://dribbble.com/shots/1053618-Coming-project" target="_blank">Tomasz on dribbble</a>]</p></div>
<h2>2. Flat Design with photos and videos</h2>
<div id="attachment_19902" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.windowsphone.com/en-us"><img class="size-large wp-image-19902 " alt="Flat UI design with photos and videos" src="http://gggadgets.com/wp-content/uploads/2013/06/The-Smartphone-Reinvented-Around-You-Windows-Phone-United-States--600x848.png" width="600" height="848" /></a><p class="wp-caption-text">Flat UI design with photos and videos [<a href="http://www.windowsphone.com/en-us" target="_blank">Windows Phone by Microsoft</a>]</p></div>
<h2>3. Black &amp; white flat UI</h2>
<p>Don&#8217;t forget to follow the link as this website has got a lot of free icons for you to use in your flat design projects.</p>
<div id="attachment_19903" class="wp-caption aligncenter" style="width: 610px"><a href="http://thenounproject.com/"><img class="size-large wp-image-19903" alt="Black &amp; white flat UI" src="http://gggadgets.com/wp-content/uploads/2013/06/Screen-Shot-2013-06-29-at-12.11.11-PM-600x405.png" width="600" height="405" /></a><p class="wp-caption-text">Black &amp; white flat UI [<a href="http://thenounproject.com/" target="_blank">The Noun Project</a>]</p></div>
<h2>4. iPhone music app UI</h2>
<div id="attachment_19906" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/905931-Musix-App-Albums?list=users"><img class="size-large wp-image-19906" alt="iPhone Music App" src="http://gggadgets.com/wp-content/uploads/2013/06/MusixApp_Albums_Pixels-600x1048.png" width="600" height="1048" /></a><p class="wp-caption-text">iPhone Music App [By <a href="http://dribbble.com/shots/905931-Musix-App-Albums?list=users" target="_blank">Scardi</a>]</p></div>
<h2>5. Sophisticated flat design</h2>
<p>This one is flat but animated, sophisticated and even non-flat.</p>
<div id="attachment_19907" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.bighuman.com/#/work/iswim"><img class="size-large wp-image-19907" alt="Sophisticated flat UI" src="http://gggadgets.com/wp-content/uploads/2013/06/Big-Human-—-TD-Ameritrade-Mobile-Trader-600x338.png" width="600" height="338" /></a><p class="wp-caption-text">Sophisticated flat UI [<a href="http://www.bighuman.com/#/work/iswim" target="_blank">Big Human</a>]</p></div>
<h2>6. Landing page for iPhone app</h2>
<div id="attachment_19909" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.spelltower.com/"><img class="size-large wp-image-19909" alt="Landing page for iPhone app" src="http://gggadgets.com/wp-content/uploads/2013/06/SpellTower3-600x338.png" width="600" height="338" /></a><p class="wp-caption-text">Landing page for iPhone app [<a href="http://www.spelltower.com/" target="_blank">Spell Tower</a>]</p></div>
<h2>7. Animated Flat UI</h2>
<div id="attachment_19910" class="wp-caption aligncenter" style="width: 610px"><a href="http://theexperiential.com/"><img class="size-large wp-image-19910" alt="Animated flat UI" src="http://gggadgets.com/wp-content/uploads/2013/06/Aniated-flat-UI-600x1165.png" width="600" height="1165" /></a><p class="wp-caption-text">Animated flat UI [<a href="http://theexperiential.com/" target="_blank">http://theexperiential.com/</a>]</p></div>
<h2>8. Flat eCommerce UI</h2>
<div id="attachment_19911" class="wp-caption aligncenter" style="width: 610px"><a href="https://svpply.com/shop/categories/tech"><img class="size-large wp-image-19911" alt="Flat eCommerce UI" src="http://gggadgets.com/wp-content/uploads/2013/06/Flat-eCommerce-UI-600x493.png" width="600" height="493" /></a><p class="wp-caption-text">Flat eCommerce UI [<a href="Flat eCommerce UI" target="_blank">Svpply</a>]</p></div>
<h2>9. Concept design for notes app</h2>
<div id="attachment_19912" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/974693-Easy-Note?list=users"><img class="size-large wp-image-19912" alt="Concept UI for notes app" src="http://gggadgets.com/wp-content/uploads/2013/06/Easy_Note_Bigger_2-600x480.jpg" width="600" height="480" /></a><p class="wp-caption-text">Concept UI for notes app [by <a href="http://dribbble.com/shots/974693-Easy-Note?list=users" target="_blank">Cosmin</a>]</p></div>
<h2>10. Flat Roman typeface UI</h2>
<div id="attachment_19913" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/989864-Flat-Roman-Typeface-Ui?list=users"><img class="size-large wp-image-19913" alt="Flat Roman typeface UI" src="http://gggadgets.com/wp-content/uploads/2013/06/Flat_Roman_Typeface___UI_Bigger-600x480.jpg" width="600" height="480" /></a><p class="wp-caption-text">Flat Roman typeface UI [by <a href="http://dribbble.com/shots/989864-Flat-Roman-Typeface-Ui?list=users" target="_blank">Cosmin</a>]</p></div>
<h2>11. Flat UI for admin panel</h2>
<div id="attachment_19915" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/1051180-Bills-Bills-Bills?list=users"><img class="size-large wp-image-19915" alt="Flat UI for admin panel" src="http://gggadgets.com/wp-content/uploads/2013/06/Bills_Bills_Bills_Bigger-600x501.jpg" width="600" height="501" /></a><p class="wp-caption-text">Flat UI for admin panel [by <a href="http://dribbble.com/shots/1051180-Bills-Bills-Bills?list=users" target="_blank">Cosmin</a>]</p></div>
<h2>12. Social sharing website</h2>
<div id="attachment_19917" class="wp-caption aligncenter" style="width: 610px"><a href="http://dribbble.com/shots/1134793-21-Degrees?list=users"><img class="size-large wp-image-19917" alt="21 Degrees: social sharing website" src="http://gggadgets.com/wp-content/uploads/2013/06/21-degrees-bigger21-600x887.jpg" width="600" height="887" /></a><p class="wp-caption-text">21 Degrees: social sharing website [by <a href="http://dribbble.com/shots/1134793-21-Degrees?list=users" target="_blank">Cosmin</a>]</p></div>
<h2>13. Personal portfolio</h2>
<div id="attachment_19919" class="wp-caption aligncenter" style="width: 610px"><a href="http://www.coletownsend.com/#sl2"><img class="size-large wp-image-19919" alt="Personal portfolio" src="http://gggadgets.com/wp-content/uploads/2013/06/Home-Cole-Townsend1-600x1755.png" width="600" height="1755" /></a><p class="wp-caption-text">Personal portfolio [by <a href="http://www.coletownsend.com/#sl2" target="_blank">Cole Townsend</a>]</p></div>
<h2>14. Landing page for lead generation</h2>
<p><div id="attachment_19921" class="wp-caption aligncenter" style="width: 610px"><a href="https://unroll.me/"><img class="size-large wp-image-19921" alt="Lead generating landing page" src="http://gggadgets.com/wp-content/uploads/2013/06/Lead-generating-landing-page1-600x1437.png" width="600" height="1437" /></a><p class="wp-caption-text">Lead generating landing page [by <a href="https://unroll.me/" target="_blank">Unroll.me</a>]</p></div>Which one&#8217;s your favorite one?</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/06/29/14-breathtaking-flat-ui-designs-for-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>101 Reasons Google Is Broken</title>
		<link>http://gggadgets.com/2013/02/04/101-reasons-google-is-broken/</link>
		<comments>http://gggadgets.com/2013/02/04/101-reasons-google-is-broken/#comments</comments>
		<pubDate>Mon, 04 Feb 2013 06:53:29 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Article]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[inforgraphic]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19875</guid>
		<description><![CDATA[Over a long relationship with Google as a user, I have gone through the phases of a user, fanboy and now a critic. Google has been great for over a decade, it was a sigh of relief in the pain of AskJeeves, a cool breeze in the hot summer of Yahoo! It was my go-to [...]]]></description>
				<content:encoded><![CDATA[<p>Over a long relationship with Google as a user, I have gone through the phases of a user, fanboy and now a critic. Google has been great for over a decade, it was a sigh of relief in the pain of AskJeeves, a cool breeze in the hot summer of Yahoo! It was my go-to searching tool when people wanted to stick around Yahoo! Soon I saw everybody admiring it, it dominated everything so much that <a title="Google (verb)" href="http://en.wikipedia.org/wiki/Google_(verb)" target="_blank">Oxford dictionary included it&#8217;s name as a verb</a>.</p>
<p>Things remained smooth for so long. So smooth and consistant that Google forgot to innovate. They kept polishing their product the wrong way. They never realised they were no longer living the Yahoo! world. They kept working on the product on the same lines as it was 1998 when only techies used internet.</p>
<p>Their product is now great at finding great sites. It is simply not great at finding great content. There are no semantics in Google&#8217;s land. Google simply does not know what you mean by a search query. It just matches the keywords &#8211; in some cases it does a good job and in all other cases it does a really poor job.</p>
<p>You believe if it&#8217;s not on Google, it does not exist. You are so incredibly wrong. It is only because of Google&#8217;s flaws that we have so damn popular content discovery sites like StumbleUpon and Reddit.</p>
<p>If you needed to find a great web app that solves your problem or does a job for you. Google can&#8217;t help. You need to search &#8220;Great email campaigning sites&#8221; to go to good blogs who know the problem and have created such lists.</p>
<p style="text-align: center;"><strong>Recommended read: </strong><a title="Infographic: Google Search VS Facebook Graph Search" href="http://gggadgets.com/2013/01/21/infographic-google-search-vs-facebook-graph-search/" target="_blank">Infographic: Google Search VS Facebook Graph Search</a></p>
<p>The worst is Google is not for the masses. Searching on Google is a science you need to learn. You&#8217;d find this skill listed in many job postings these days, not everybody is good at it.</p>
<p>If you look at the crop from <a title="Infographic" href="http://stephenslighthouse.com/wp-content/uploads/2011/11/google-search-infographic.gif" target="_blank">this infographic</a>, you&#8217;d know how complex it is to get good results from Google:</p>
<p>&nbsp;</p>
<div id="attachment_19877" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2013/02/google-search-infographic.gif-800×8848-.png"><img class="size-large wp-image-19877" alt="How to Google - Infographic" src="http://gggadgets.com/wp-content/uploads/2013/02/google-search-infographic.gif-800×8848--600x3102.png" width="600" height="3102" /></a><p class="wp-caption-text">How to Google &#8211; Infographic</p></div>
<p>This has to be changed though. Facebook search has started to make us feel good, though it is painfully crude at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/02/04/101-reasons-google-is-broken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Infographic: Google Search VS Facebook Graph Search</title>
		<link>http://gggadgets.com/2013/01/21/infographic-google-search-vs-facebook-graph-search/</link>
		<comments>http://gggadgets.com/2013/01/21/infographic-google-search-vs-facebook-graph-search/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 17:40:56 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Graph Search]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[infographic]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[versus]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19852</guid>
		<description><![CDATA[Facebook has recently introduced Graph Search which brings the long due innovation in internet searching and suddenly makes Google look broken. It is based on natural language instead of Google&#8217;s keyword based search; it provides you with personalised search results that exactly match your needs; it understands &#8211; for the most part &#8211; what you [...]]]></description>
				<content:encoded><![CDATA[<p>Facebook has recently introduced <a title="Facebook Graph Search" href="https://www.facebook.com/about/graphsearch" target="_blank">Graph Search</a> which brings the long due innovation in internet searching and suddenly makes Google look broken. It is based on natural language instead of Google&#8217;s keyword based search; it provides you with personalised search results that exactly match your needs; it understands &#8211; for the most part &#8211; what you mean by a search query instead of mindlessly matching the keywords; <a title="4 reasons Facebook’s Graph Search makes Google look broken" href="http://gggadgets.com/2013/01/19/4-reasons-facebooks-graph-search-makes-google-look-broken/">and a lot more</a>.</p>
<p>This infographic explains how Google and Facebook Graph search stand head-to-head with each other and how Facebook&#8217;s Graph Search is the future of internet searching.</p>
<div id="attachment_19857" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/Google-Search-VS-Facebook-Graph-Search-Infographic.png"><img class="size-large wp-image-19857" alt="Infographic: Google Vs Facebook Graph Search." src="http://gggadgets.com/wp-content/uploads/2013/01/Google-Search-VS-Facebook-Graph-Search-Infographic-600x1390.png" width="600" height="1390" /></a><p class="wp-caption-text">Infographic: Google Vs Facebook Graph Search.</p></div>
<p><em>[Copyright Notice: You are free to use this infographic on your website provided you attribute it to gggadgets.com. The recommended method is to use the following embed code.]</em></p>
<p>Embed this infographic on your website:</p>
<pre class="wp-code-highlight prettyprint">
&lt;a href=&quot;http://gggadgets.com&quot;&gt;&lt;img alt=&quot;Infographic: Google Search VS Facebook Graph Search&quot; src=&quot;http://gggadgets.com/wp-content/uploads/2013/01/Google-Search-VS-Facebook-Graph-Search-Infographic.png&quot; /&gt;&lt;/a&gt;
Infographic via &lt;a href=&quot;http://gggadgets.com&quot;&gt;gggadgets.com&lt;/a&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/01/21/infographic-google-search-vs-facebook-graph-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 reasons Facebook&#8217;s Graph Search makes Google look broken</title>
		<link>http://gggadgets.com/2013/01/19/4-reasons-facebooks-graph-search-makes-google-look-broken/</link>
		<comments>http://gggadgets.com/2013/01/19/4-reasons-facebooks-graph-search-makes-google-look-broken/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 09:49:19 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Graph Search]]></category>
		<category><![CDATA[Natural Language Search]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[versus]]></category>
		<category><![CDATA[Wars of search eingines]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19842</guid>
		<description><![CDATA[I&#8217;ve got Google; screw Bing, damn Yahoo, lol at Ask. I&#8217;ve got gmail; why try outlook.com? Sure, AOL Alto mail changes everything about email but I&#8217;m not giving it a try. Google+? Lol, what?! I&#8217;m good with Facebook. And the list goes on and on and on. It is the culture of internet community that [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve got Google; screw Bing, damn Yahoo, lol at Ask.</p>
<p>I&#8217;ve got gmail; why try outlook.com? Sure, AOL Alto mail changes everything about email but I&#8217;m not giving it a try.</p>
<p>Google+? Lol, what?! I&#8217;m good with Facebook.</p>
<p>And the list goes on and on and on. It is the culture of internet community that we get used to tools and technologies and start taking them for granted and even start taking them as de-facto standards. This is the culture that drives Google&#8217;s success when Google had gone broken ages ago.</p>
<p>Before you start on me, let me explain my concerns with Google and why Facebook&#8217;s Graph Search changes everything about internet searches.</p>
<h2>1. Google provides old school &#8216;keyword search&#8217;; Facebook&#8217;s Graph Search is &#8216;natural language search&#8217;</h2>
<p>Many of us never even notice how Google works, Google ignores your sentence-completing words from your search queries. It doesn&#8217;t count if you include &#8216;is&#8217;, &#8216;and, &#8216;or&#8217;, &#8216;for&#8217; etc. in your query. Try these two searches and the results won&#8217;t change at all: &#8220;Marie is young&#8221; and &#8220;Marie young&#8221;.</p>
<p>See the results:</p>
<div id="attachment_19845" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/Google-Natural-Language-Search.png"><img class="size-large wp-image-19845" alt="Natural Language Search in Google" src="http://gggadgets.com/wp-content/uploads/2013/01/Google-Natural-Language-Search-600x184.png" width="600" height="184" /></a><p class="wp-caption-text">Natural Language Search in Google</p></div>
<p>Turns out Google only looks for keywords in your query and matches them with the results. There&#8217;s only a minor effect on the results (that too in some cases) if you change the arrangement of the keywords.</p>
<p>Facebook&#8217;s Graph Search is the future of search. It works under natural language. It silently gets out of your way when you are searching for something. You don&#8217;t have to think what to search. You just have to type a sentence you&#8217;d ask from your friends. Hey, do you know any &#8216;<em>good restaurants around that serve Sushi?</em>&#8216; and you&#8217;d get exact results you wanted.</p>
<p>Hold on, isn&#8217;t Siri already about that? Hell no! I&#8217;d explain that later below.</p>
<h2>2. Google is really screwed up at finding great content; Facebook Graph Search is all about meaningful content</h2>
<p>Although there are hundreds of signals Google uses to rank results, PageRank algorithm is at the core of the ranking criterion. I don&#8217;t have an exact ratio but from my experience in SEO I can tell PR algorithm counts more than 90% of the weight.</p>
<p>So what&#8217;s wrong with this.</p>
<p>Google&#8217;s PageRank algorithm is designed from ground up to filter great <em>websites</em> from not-so-great ones. It would know if a great site published a great article. But it&#8217;d fail on the most part if a great site published a crappy article. On the other hand if a not-so-great website published a crappy article, Google knows it&#8217;s crappy but if they write a great article, Google has no way finding that out unless that article gets thousands of backlinks from great sites. If that happens, Google will start taking the whole website as a credible source and all of their content would start ranking better.</p>
<p>It is odd, but it works.</p>
<p>Great websites usually publish great content and that&#8217;s what we see in our results. But there are blogs written by individuals, professionals and industry veterans containing awesome content. Search for &#8216;things to know about SF&#8217; on Google and get contented with an about.com article without even knowing that Jason has a <a title="12 things I wish I knew before moving to San Fransisco" href="http://jasonevanish.com/2013/01/17/25-things-i-wish-i-knew-before-moving-to-san-francisco/" target="_blank">much better article</a> on the topic.</p>
<p>Our contention with Google&#8217;s search results is because of the fact that there&#8217;s no better alternative yet. Coming to the Facebook Graph Search, it&#8217;s all about great content. Search for &#8216;Great parks around me&#8217; or &#8216;Places to hang out that my family likes&#8217; and you&#8217;d get the results that matter to you.</p>
<div id="attachment_19848" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/Facebook-Graph-Search-Restaurants.png"><img class="size-large wp-image-19848" alt="Facebook Graph Search - Restaurants my friends like" src="http://gggadgets.com/wp-content/uploads/2013/01/Facebook-Graph-Search-Restaurants-600x254.png" width="600" height="254" /></a><p class="wp-caption-text">Facebook Graph Search &#8211; Restaurants my friends like</p></div>
<p>No crappy restaurants good at SEO and no review sites appearing. You are sent straight to the official page with legitimate content. Later on, when Graph Search grows up, you&#8217;d be finding web results similarly.</p>
<h2>3. Google search has no life; Facebook Graph Search is all about life</h2>
<p>Google wanted to induce a life into their search results with +1s and Google+. &#8216;Your friend has recommended this page&#8217;. &#8216;James, shared this page with you&#8217; etc. But that didn&#8217;t work. We see no life in Google&#8217;s search results. It&#8217;s just like giving commands to a machine and getting results back.</p>
<p>On Facebook&#8217;s graph search all the search results are about life, your friends and your family, people in general and everybody in real life. And this thing belongs to Facebook, SERPs can&#8217;t get this taste. It had to go like &#8216;Facebook turned search engine&#8217; rather than &#8216;Google turned social network&#8217;, there&#8217;s isn&#8217;t any other natural way round.</p>
<p>This is also where Facebook leaves Siri behind. Siri too has no life, she knows who your wife is but doesn&#8217;t know which hanging places aound you are popular among your friends. There&#8217;s a potential of Siri+Graph Search but that has to be seen yet. Also, Google&#8217;s results are not personalised as Google doesn&#8217;t know who you are, sure <a title="Eric Schmidt: &quot;We know where you are, we know where you have been, we can more or less know what you are thinking about&quot;" href="http://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" target="_blank">they say they do</a> but Facebook knows you more and better.</p>
<h2>4. Google is all about &#8216;structured data&#8217;; Facebook Graph Search is all about natural representation of data</h2>
<p>Google provides you with structured data &#8216;<em>News</em> about your query&#8217;, &#8216;<em>images</em> that match your keyword&#8217;, &#8216;<em>places</em> on map having your keyword in their name&#8217; etc. With every passing day, Google is getting more structured. Rich snippets are being encouraged more and more. In future, you&#8217;d see more results like this:</p>
<div id="attachment_19847" class="wp-caption aligncenter" style="width: 562px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-19-at-2.04.30-PM.png"><img class="size-full wp-image-19847" alt="Google Rich Snippets" src="http://gggadgets.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-19-at-2.04.30-PM.png" width="552" height="131" /></a><p class="wp-caption-text">Google Rich Snippets</p></div>
<p>This is all good for university students, scientists, professors and coders but for the rest of the world comprising of moms, bimbos, artists and dads, it&#8217;s science. A science they have no interest in and they never bother understanding it. Facebook Graph Search is all about natural representation of data. &#8216;Here&#8217;s my friend Amy, she likes this coffee shop&#8217;; &#8216;here are great photos about fishing, wow! there are a lot friends I see&#8217;. Simple, natural and there&#8217;s no science.</p>
<p>Larry Page already got mind-fried, says <a title="Larry Page about Facebook Graph Search" href="http://www.businessinsider.com/google-ceo-larry-page-rips-into-facebook-product-development-2013-1" target="_blank">&#8216;Facebook is doing a really bad job on their products&#8217;</a>. He had to.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/01/19/4-reasons-facebooks-graph-search-makes-google-look-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blast from the past: Aaron Swartz&#8217;s &#8216;Open Access Manifesto&#8217; which lead him to suicide</title>
		<link>http://gggadgets.com/2013/01/14/blast-from-the-past-aaron-swartzs-open-access-manifesto-which-lead-him-to-suicide/</link>
		<comments>http://gggadgets.com/2013/01/14/blast-from-the-past-aaron-swartzs-open-access-manifesto-which-lead-him-to-suicide/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 08:15:07 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Aaron Swartz]]></category>
		<category><![CDATA[Guerilla Open Access]]></category>
		<category><![CDATA[MIT]]></category>
		<category><![CDATA[Online Activism]]></category>
		<category><![CDATA[Open Access Movement]]></category>
		<category><![CDATA[Suicide]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19829</guid>
		<description><![CDATA[Aaron was a politicly active citizen who&#8217;d fight his head off against injustice. I&#8217;ve already wrote that he was reckless. Back in 2008, he wrote a Menifesto for his Open Access Movement. It was this menifesto which lead him to steal millions of JSTOR documents from MIT to make them publicly available and got him [...]]]></description>
				<content:encoded><![CDATA[<p>Aaron was a politicly active citizen who&#8217;d fight his head off against injustice. I&#8217;ve already wrote <a title="RIP Aaron Swartz: The chapter of a reckless genius closes" href="http://gggadgets.com/2013/01/13/rip-aaron-swartz-the-chapter-of-a-reckless-genius-closes/">that he was reckless</a>.</p>
<p>Back in 2008, he wrote a Menifesto for his Open Access Movement. It was this menifesto which lead him to steal millions of JSTOR documents from MIT to make them publicly available and got him 35 years in jail plus a $1m fine.</p>
<div id="attachment_19834" class="wp-caption aligncenter" style="width: 510px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/6722393349_aa757ae441.jpg"><img class="size-full wp-image-19834" alt="Aaron Swartz addressing to a gathering against SOPI/PIPA" src="http://gggadgets.com/wp-content/uploads/2013/01/6722393349_aa757ae441.jpg" width="500" height="361" /></a><p class="wp-caption-text">Aaron Swartz addressing to a gathering against SOPA/PIPA</p></div>
<p>&nbsp;</p>
<p>Menifesto <a title="Open Access Manifesto " href="http://www.earlham.edu/~peters/fos/2008/09/guerilla-oa.html" target="_blank">quoted</a> from Earlham website:</p>
<blockquote><p><em>&#8230;The Open Access Movement</em> has fought valiantly to ensure that scientists do not sign their copyrights away but instead ensure their work is published on the Internet, under terms that allow anyone to access it. But even under the best scenarios, their work will only apply to things published in the future. Everything</p>
<p>up until now will have been lost.</p>
<p>That is too high a price to pay. Forcing academics to pay money to read the work of their colleagues? Scanning entire libraries but only allowing the folks at Google to read them? Providing scientific articles to those at elite universities in the First World, but not to children in the Global South? It’s outrageous and unacceptable.</p>
<p>“I agree,” many say, “but what can we do? The companies hold the copyrights, they make enormous amounts of money by charging for access, and it’s perfectly legal — there’s nothing we can do to stop them.” But there is something we can, something that’s already being done: we can fight back.</p>
<p>Those with access to these resources — students, librarians, scientists — you have been given a privilege. You get to feed at this banquet of knowledge while the rest of the world is locked out. But you need not — indeed, morally, you cannot — keep this privilege for yourselves. You have a duty to share it with the world. And you have: trading passwords with colleagues, filling download requests for friends.</p>
<p>Meanwhile, those who have been locked out are not standing idly by. You have been sneaking through holes and climbing over fences, liberating the information locked up by the publishers and sharing them with your friends.</p>
<p>But all of this action goes on in the dark, hidden underground. It’s called stealing or piracy, as if sharing a wealth of knowledge were the moral equivalent of plundering a ship and murdering its crew. But sharing isn’t immoral — it’s a moral imperative. Only those blinded by greed would refuse to let a friend make a copy.</p>
<p>Large corporations, of course, are blinded by greed&#8230;.</p>
<p>There is no justice in following unjust laws.  It’s time to come into the light and, in the grand tradition of civil disobedience, declare our opposition to this private theft of public culture.</p>
<p>We need to take information, wherever it is stored, make our copies and share them with the world. We need to take stuff that&#8217;s out of copyright and add it to the archive. We need to buy secret databases and put them on the Web. We need to download scientific journals and upload them to file sharing networks&#8230;.</p>
<div id="file-aaron-swartz-guerilla-open-access-manifesto-LC23">Aaron Swartz</div>
<div id="file-aaron-swartz-guerilla-open-access-manifesto-LC24">July 2008, Eremo, Italy</div>
</blockquote>
<p>You have got a point Aaron. The point for which you sacrificed your life.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/01/14/blast-from-the-past-aaron-swartzs-open-access-manifesto-which-lead-him-to-suicide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIP Aaron Swartz: The chapter of a reckless genius closes</title>
		<link>http://gggadgets.com/2013/01/13/rip-aaron-swartz-the-chapter-of-a-reckless-genius-closes/</link>
		<comments>http://gggadgets.com/2013/01/13/rip-aaron-swartz-the-chapter-of-a-reckless-genius-closes/#comments</comments>
		<pubDate>Sat, 12 Jan 2013 20:30:07 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Breaking News]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[Aaron Swartz]]></category>
		<category><![CDATA[Death]]></category>
		<category><![CDATA[DemandProgress]]></category>
		<category><![CDATA[Obituary]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[RIP]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19818</guid>
		<description><![CDATA[He was 14 and he was helping write the standards for RSS 1.0 &#8211; a technology that later on sent mailing lists to hell, made Google write one of it&#8217;s most popular product Google Reader on top of it, gave birth to huge Google acquisition Feedburner and is now a de-facto standard for distributing published [...]]]></description>
				<content:encoded><![CDATA[<p>He was 14 and he was helping write the standards for RSS 1.0 &#8211; a technology that later on sent mailing lists to hell, made Google write one of it&#8217;s most popular product Google Reader on top of it, gave birth to huge Google acquisition Feedburner and is now a de-facto standard for distributing published internet content.</p>
<p>Later on, passionate him got him into the development of reddit; he had co-founded an internet prodigy who smacked right into the face of digg. It hit so hard that digg couldn&#8217;t get back up and Kevin Rose <a title="Kevin Rose: &quot;Digg failed because social media grew up&quot;" href="http://blogs.wsj.com/digits/2012/07/13/kevin-roses-exit-interview-digg-failed-because-social-media-grew-up/" target="_blank">had to make an escape.<br />
</a></p>
<p>Money was just a little part of his ambitions. He was an internet activist and a politically active citizen. He founded <a title="DemandProgress Team" href="http://blog.demandprogress.org/people" target="_blank">DemandProgress</a>, an online movement against internet censorship. It was majorly because of DemandProgress&#8217;s work that SOPA and PIPA got cancelled.</p>
<p>He also helped launch <a title="Creative Commons" href="http://creativecommons.org/" target="_blank">creative commons</a> &#8211; probably the most used license on the internet.</p>
<div id="attachment_19821" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2013/01/3835494997_edc2e1dc12_z.jpg"><img class="size-large wp-image-19821" alt="Aaron Swartz" src="http://gggadgets.com/wp-content/uploads/2013/01/3835494997_edc2e1dc12_z-600x510.jpg" width="600" height="510" /></a><p class="wp-caption-text">Aaron Swartz (<a href="http://www.flickr.com/photos/ragesoss/3835494997/" target="_blank">credit</a>)</p></div>
<p>He was a genius. A never-compromising, reckless, hit-hard, keep-going genius. Nothing could satisfy him, he always had an urge to achieve more, better, and at times he got agressive too. So much that he started doing breathtaking stunts.</p>
<p>He released <a title="Aaron Swartz' stunt with feds" href="http://www.boingboing.net/2009/10/05/fbi-file-on-aaron-sw.html" target="_blank">millions of US court records online</a>, got investigated by FBI and almost ended up rest of his life in jail but managed to escape triumphant. But this was just the begining.</p>
<p>Things kept on getting harsh. With his urge to help others, achieve more, make a free &amp; open internet happen, he crossed the limits &#8211; as we see them. But for him, sneaking into MIT and <a title="Aaron Swartz' life-taking stunt" href="http://bits.blogs.nytimes.com/2011/07/19/reddit-co-founder-charged-with-data-theft/" target="_blank">stealing millions of JSTOR publications</a>, was no limit. (He was actually stealing or not is still <a title="Was Aaron Swartz stealing?" href="http://www.theawl.com/2011/08/was-aaron-swartz-stealing" target="_blank">a topic of hot debate</a>.)</p>
<p>His stunts started to screw up his life.</p>
<p>He built a habit of publicly denunciating his friends and mentors, <a title="How I got fired from reddit - Aaron Swartz" href="http://www.reddit.com/r/reddit.com/comments/1octb/reddit_cofounder_aaron_swartz_discusses_how_he/" target="_blank">got fired from reddit</a>, developed depression and aggression issues and <a title="&quot;A moment before death&quot; by Aaron Swartz" href="http://www.aaronsw.com/weblog/dying" target="_blank">started to think of death</a>.</p>
<p>The world outside his head, was not ready to accept the reckless Aaron. The feds and advocates of SOPA &amp; PIPA couldn&#8217;t see the founder of DemandProgress chilling around in Silicon Alley. He never sold, published or probably not even make use of the stolen documents. But the law works its own way. He <a title="Aaron Charged" href="http://bits.blogs.nytimes.com/2011/07/19/reddit-co-founder-charged-with-data-theft/" target="_blank">got a 35 year sentence and a $1m fine</a>.</p>
<p>He had friends, mentors and caring family members. But his standards were too high. They were there but nobody could touch Aaron&#8217;s height, passion and agressiveness.</p>
<p>He decided to give-up. He decided to escape.</p>
<p>The 26 year old genius, <a title="RIP Aaron Swartz" href="http://tech.mit.edu/V132/N61/swartz.html" target="_blank">Aaron Swartz is no more</a>. He committed suicide in NYC today, as his uncle confirms.</p>
<p>The world has lost a legend. A legend whose legacy will keep the internet from censorship, keep providing the base for millions of internet connected applications and keep inspiring youth.</p>
<p>But before he went away, he told us <a title="&quot;How to get a job like mine&quot; by Aaron Swartz" href="https://aaronsw.jottit.com/howtoget" target="_blank">how to live a life like him</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2013/01/13/rip-aaron-swartz-the-chapter-of-a-reckless-genius-closes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mountain Lion Spotlight search automatically identifies if you type old names of default apps</title>
		<link>http://gggadgets.com/2012/12/08/mountain-lion-spotlight-search-automatically-identifies-if-you-type-old-names-of-default-apps/</link>
		<comments>http://gggadgets.com/2012/12/08/mountain-lion-spotlight-search-automatically-identifies-if-you-type-old-names-of-default-apps/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 19:15:50 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[MAC OS X]]></category>
		<category><![CDATA[Mac OS X 10.8]]></category>
		<category><![CDATA[Mac OS X 10.8.2]]></category>
		<category><![CDATA[mountain lion]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19806</guid>
		<description><![CDATA[Apple has made a lot changes in Mac OS X Mountain Lion &#8211; from introducing new apps to revamping old apps with new names. iChat is now Messages, iCal is divided into Calendar and Reminders, Address Book is now Contacts. Not much of a surprise but if you type the old name of the app [...]]]></description>
				<content:encoded><![CDATA[<p>Apple has made a lot changes in Mac OS X Mountain Lion &#8211; from introducing new apps to revamping old apps with new names. iChat is now Messages, iCal is divided into Calendar and Reminders, Address Book is now Contacts.</p>
<p>Not much of a surprise but if you type the old name of the app in spotlight, you&#8217;d get the right app appeared in results. Start typing &#8220;add&#8230;&#8221; and Contacts just pop up as the top hit &#8211; just as Address Book have. Same goes for others.</p>
<p>Here&#8217;s how it looks:</p>
<div id="attachment_19807" class="wp-caption aligncenter" style="width: 437px"><a href="http://gggadgets.com/wp-content/uploads/2012/12/Screen-Shot-2012-12-07-at-11.56.59-PM.png"><img class="size-full wp-image-19807" title="Spotlight in Mountain Lion" src="http://gggadgets.com/wp-content/uploads/2012/12/Screen-Shot-2012-12-07-at-11.56.59-PM.png" alt="Spotlight in Mountain Lion" width="427" height="404" /></a><p class="wp-caption-text">Spotlight in Mountain Lion</p></div>
<p>Have you upgraded to Mountain Lion yet? It doesn&#8217;t have all the issues Lion had.</p>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2012/12/08/mountain-lion-spotlight-search-automatically-identifies-if-you-type-old-names-of-default-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Show a certain part of a page inside iframe using CSS (simplest method)</title>
		<link>http://gggadgets.com/2012/09/08/how-to-show-a-certain-part-of-a-page-inside-iframe-using-css-simplest-method/</link>
		<comments>http://gggadgets.com/2012/09/08/how-to-show-a-certain-part-of-a-page-inside-iframe-using-css-simplest-method/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 20:51:23 +0000</pubDate>
		<dc:creator>Owaeis N.</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://gggadgets.com/?p=19737</guid>
		<description><![CDATA[There was a time iframes were considered fishy, their use was discouraged to maintain a healthy search engine reputation but that&#8217;s not the case anymore. With the rise of HTML5, iframes are now frequently used by white-hat web developers. Youtube and other major sites encourage their use for HTML5 video embeds and many other purposes. [...]]]></description>
				<content:encoded><![CDATA[<p>There was a time iframes were considered fishy, their use was discouraged to maintain a healthy search engine reputation but that&#8217;s not the case anymore. With the rise of HTML5, iframes are now frequently used by white-hat web developers. Youtube and other major sites encourage their use for HTML5 video embeds and many other purposes.</p>
<p>A common problem with iframes is that you cannot embed a specific part of a page, you rather have to show the whole page inside an iframe or only the upper left portion; you can&#8217;t choose the portion. There are some workarounds available on the web to deal with this problem but they use jQuery and require a lot of programming knowledge. Here&#8217;s rather a very simple method which uses nothing else but CSS.</p>
<h2>How to code it</h2>
<p>Let&#8217;s do it with a live example. Say, we have a t-shirt site and we want to embed details of a shirt from <a href="http://spreadshirt.com" title="Spreadshirt" target="_blank">spreadshirt</a> but don&#8217;t want to show their header and footer stuff.</p>
<p>Let&#8217;s do it with the following page:</p>
<p><strong>Source page:</strong> http://gidmid.spreadshirt.com/deadly-bull-t-shirt-A8794607/customize/color/196</p>
<p><strong>Dimensions of the portion we want to embed:</strong> 950&#215;750 pixels</p>
<div id="attachment_19762" class="wp-caption aligncenter" style="width: 610px"><a href="http://gggadgets.com/wp-content/uploads/2012/09/iframe.png"><img src="http://gggadgets.com/wp-content/uploads/2012/09/iframe-600x301.png" alt="Showing a specific portion of source page in iframe" title="Showing a specific portion of source page in iframe" width="600" height="301" class="size-large wp-image-19762" /></a><p class="wp-caption-text">Showing a specific portion of source page in iframe</p></div>
<p>The idea here is to enclose the iframe into a div and then hide as many contents as we want.</p>
<h3>Step #1</h3>
<p>Create a div with the dimensions of the portion and set its overflow property to hidden.</p>
<pre class="wp-code-highlight prettyprint">
&lt;div style=&quot;
height: 750px;
width: 950px;
overflow: hidden;
&quot;&gt;
&lt;/div&gt;
</pre>
<h3>Step #2</h3>
<p>Create the iframe inside the above div</p>
<pre class="wp-code-highlight prettyprint">
&lt;div style=&quot;
height: 750px;
width: 950px;
overflow: hidden;
&quot;&gt;
&lt;iframe src=&quot;http://gidmid.spreadshirt.com/deadly-bull-t-shirt-A8794607/customize/color/196&quot; scrolling=&quot;no&quot; style=&quot;&quot;&gt;
&lt;/iframe&gt;
&lt;/div&gt;
</pre>
<h3>Step #3</h3>
<p>Set the margins of the iframe to move it to the desired location. Don&#8217;t hesitate in using negative values as margins.</p>
<pre class="wp-code-highlight prettyprint">
&lt;div style=&quot;
overflow: hidden;
height: 750px;
width: 950px;
&quot;&gt;
&lt;iframe src=&quot;http://gidmid.spreadshirt.com/deadly-bull-t-shirt-A8794607/customize/color/196&quot; style=&quot;
margin-top: -180px;&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</pre>
<p>Notice <span style="color:blue;">margin-top: -180px;</span> It will move the iframe up by 180 pixels which is the height of the header of the source page. As the enclosing div has the overflow property set to hidden, the header won&#8217;t show up.</p>
<p>The height of the div is already set to 750px so the rest of the iframe is also hidden.</p>
<p>You can play around with margin property of the iframe to show any other portion of the page as well.</p>
<p>To make your iframe more cool, use seamless=&#8221;seamless&#8221; HTML5 property and it&#8217;d look like a genuine portion of your webpage. Here&#8217;s the final code:</p>
<pre class="wp-code-highlight prettyprint">
&lt;div style=&quot;
overflow: hidden;
height: 750px;
width: 950px;
&quot;&gt;
&lt;iframe src=&quot;http://gidmid.spreadshirt.com/deadly-bull-t-shirt-A8794607/customize/color/196&quot; style=&quot;
margin-top: -180px;&quot; scrolling=&quot;no&quot; seamless=&quot;seamless&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</pre>
<p>This is a live example from our own t-shirt shop.</p>
<h3><a href="http://tees.gidmid.com/buy?shirt=gidmid.spreadshirt.com/deadly-bull-t-shirt-A8794607/customize/color/196">View demo</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://gggadgets.com/2012/09/08/how-to-show-a-certain-part-of-a-page-inside-iframe-using-css-simplest-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
