<?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>Taazza &#187; Blog</title>
	<atom:link href="http://taazza.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://taazza.com</link>
	<description>Fresh Perspective to News</description>
	<lastBuildDate>Mon, 02 May 2011 12:24:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Fear of Location Based Services &amp; Tracking</title>
		<link>http://taazza.com/blog/2011/05/02/fear-of-location-based-services-tracking/</link>
		<comments>http://taazza.com/blog/2011/05/02/fear-of-location-based-services-tracking/#comments</comments>
		<pubDate>Mon, 02 May 2011 12:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[taazzago]]></category>
		<category><![CDATA[lbs]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://taazza.com/?p=686</guid>
		<description><![CDATA[We felt the need to write this post after the well advertised fiasco for iPhone and the mis-information that is being spread about LBS. Our app is a LBS app and we take privacy very seriously. Some of the questions that are lingering in the end users mind today: So did Apple screw up? Should [...]]]></description>
			<content:encoded><![CDATA[<p>We felt the need to write this post after the well advertised fiasco for iPhone and the mis-information that is being spread about LBS. Our app is a LBS app and we take privacy very seriously.  Some of the questions that are lingering in the end users mind today:</p>
<p>So did Apple screw up? Should users be worried about LBS?</p>
<p>The answer lies some where in between a YES and NO. Bear with us for a second. Before we explain what happened with Apple we need to get into how location can be detected on a device &#8211; be it a phone or a computer. There are 3 ways in which this can be done:</p>
<ol>
<li><strong>Using GPS</strong> &#8211; as in satellites. Most smart phones these days are shipped with these chips. Device has to get a lock on the satellite(s) for it to get the exact location. This usually takes time sometimes upto a minute. Depends on the quality of the device &amp; where you are. In some of the lower end Android phones the quality of the chips isn’t great and hence takes even more time. GPS is freely available thanks to the US satellite system. GPS -&gt; HIGHER ACCURACY (Few feet to meters), LONGER TIME</li>
<li><strong>Using Cell Towers</strong> &#8211; Many companies maintain a database of cell towers (ids) and their GPS co-ordinates. This information is mostly available to the mobile operators &amp; few other companies. When your cell phone connects to the cell phone towers, it knows the IDs. Using these IDs and the GPS co-ordinates of the cell towers it is possible to triangulate your approximate location. This is generally faster if you have the cell IDs &amp; co-ordinates of the cell towers.  Cell tower information: Mobile service providers &amp; others like Skyhook. Cell Towers -&gt; MEDIUM ACCURACY, MEDIUM TIME</li>
<li><strong>Using Wifi Access Points / IP address</strong> &#8211; Based on your IP address from which the request originates, the location can be coarsely figured out. Google database is by far the most comprehensive as far as we know &#8211; tracking you down to the locality. Wifi / IP Address: LOWER ACCURACY, MEDIUM TIME</li>
</ol>
<p>For any location based service to work &#8211; the service provider will need the location from the user. The accuracy will depend on the services being provided. As the provider of the operating system on these mobile devices, it is important for companies like Apple, Google &amp; Microsoft to have good databases. Google even tried to buy Skyhook. The most common technique is to crowd source this data &#8211; aka cell phone towers ids &amp; IP addresses. Moreover to optimize the response time when using GPS the operating system returns the last location that it had cached.</p>
<p>Google &amp; Apple have different ways of communicating this to the user. In the case of Google, they ask you for your explicit permission when you choose the option use Wifi to locate. They also store your location data as in lat/longs for a limited period and is encrypted.</p>
<p>However Apple didn’t explicitly ask for such permission to save this data. Although Apple only stores approximate cell tower lat/longs &#8211; it also stores this data in an unencrypted format for a longer period. This has been confirmed to be a bug. In both cases of Google &amp; Apple &#8211; neither of them have used this data to profile or provide this data to unauthorized folks including advertisers. (TOM TOM did so in breach of user trust but that’s a separate matter)</p>
<p>In Apple’s case given that the user is paying for data transfer for crowd sourcing, they should have sought explicit permission. No user wants to be paying for crowd sourcing a vendor’s data without explicit permissions.</p>
<p>Lets also look at the unencrypted file issue. Till this bug was discovered there was no way for anyone without the computer on which iPhone was synced to access the file. The program that was released reads the file from the backup. To say that this file was available to anyone who has access to the phone is BALONY!</p>
<p><span style="text-decoration: underline;">Apple’s only mistake was not getting explicit permission from the end user for crowd sourcing cell id data on the end users dime</span>.</p>
<p>Now lets look at this issue from an application perspective:</p>
<p>When you download any app from the app store/marketplace &#8211; you as a user are explicitly asked to authorize the list of permissions you are giving the app. Mostly users say yes without reading the details.</p>
<p>This is where Apple &amp; Google are different.</p>
<p>On Android as long as the application provider asks for permission &amp; the end users agree &#8211; the application has the authority to do anything with that data. Application provider can genuinely make a mistake (one line of code). We made a similar mistake before an end user notified us (This has been addressed a while back). But there are other applications that use your data without reason (more later).</p>
<p>Apple has taken the right approach on location permissions. The application provider has to explicitly state why location is needed by the application and has stated clearly that applications cannot use location for the sole purpose of advertising! Moreover at any time, the user can go into the settings window and look at applications that currently have permission to read location data and which apps are utilizing it.</p>
<p>In the Indian marketplace on Android, applications explicitly use the location data for the sole purpose of advertising and get away with it. We aren’t taking names at this point but are happy to do so if you ask in private.</p>
<p>If you are still reading, thanks for your patience!</p>
<p>In the next post we will put out our privacy policy so you as an end consumer feel safe and secure about using our service.</p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=686" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2011/05/02/fear-of-location-based-services-tracking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Demo&#8217;ing at MoMo Bangalore</title>
		<link>http://taazza.com/blog/2011/01/17/demoing-at-momo-bangalore/</link>
		<comments>http://taazza.com/blog/2011/01/17/demoing-at-momo-bangalore/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 05:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[events]]></category>

		<guid isPermaLink="false">http://taazza.com/?p=639</guid>
		<description><![CDATA[We will be demoing TaazzaGO at the monthly meeting jointly organized by Mobile Monday Bangalore and India Product Management Association this Saturday. Here is the quick agenda of the event 10:00 AM Registrations and Networking 10:30 AM Welcome and Introductions 11:00 AM Mr. Sridhar Ranganathan on Successful Product strategies for Indian Startups 12:30 PM Demo [...]]]></description>
			<content:encoded><![CDATA[<p>We will be demoing <a href="http://www.taazza.com/mobile">TaazzaGO</a> at the monthly meeting jointly organized by <a href="http://www.momob.in/2011/general/admin/momob-monthly-event-jan2011/">Mobile Monday Bangalore</a> and <a href="http://www.indiapma.org/events">India Product Management Association</a> this Saturday. Here is the quick agenda of the event</p>
<table border="1" cellspacing="0" cellpadding="2" width="393" align="center">
<tbody>
<tr valign="TOP">
<td width="128"><span style="font-size: x-small;">10:00 AM</span></td>
<td width="255"><span style="font-size: x-small;">Registrations and Networking</span></td>
</tr>
<tr valign="TOP">
<td width="128"><span style="font-size: x-small;">10:30 AM</span></td>
<td width="255"><span style="font-size: x-small;">Welcome and Introductions</span></td>
</tr>
<tr valign="TOP">
<td width="128"><span style="font-size: x-small;">11:00 AM</span></td>
<td width="255"><span style="font-size: x-small;">Mr. Sridhar Ranganathan on Successful Product 			strategies for Indian Startups</span></td>
</tr>
<tr valign="TOP">
<td width="128"><span style="font-size: x-small;">12:30 PM</span></td>
<td width="255"><span style="font-size: x-small;">Demo by <a href="http://www.taazza.com/mobile" target="_blank">Taazza</a>, 			a hyperlocal service for India</span></td>
</tr>
<tr valign="TOP">
<td width="128"><span style="font-size: x-small;">1:00 PM</span></td>
<td width="255"><span style="font-size: x-small;">Lunch and Networking</span></td>
</tr>
</tbody>
</table>
<p>Mark your calendars.</p>
<p style="text-align: center;"><strong>Date &amp; Time:</strong> Jan 22nd, 2011, 10 am</p>
<p style="text-align: center;"><strong>Venue</strong>:  <a href="http://maps.google.co.in/maps/place?um=1&amp;ie=UTF-8&amp;q=Sasken+Communication+Technologies,+Domlur+Layout,+Bengaluru,+Karnataka&amp;fb=1&amp;gl=in&amp;hq=Sasken+Communication+Technologies,&amp;hnear=Domlur,+Bengaluru,+Karnataka&amp;cid=12830421735393925093&amp;ei=VSUrTaaKA4jUrQfv08juDA&amp;sa=X&amp;oi=local_result&amp;ct=placepage-link&amp;resnum=2&amp;ved=0CCYQ4gkwAQ"><strong> </strong>Sasken, 139/25, Amarjyoti Layout, Domlur, Bangalore</a></p>
<p style="text-align: left;">We look forward to meeting new users &amp; engaging with the mobile community in Bangalore!  If you are a user of the app and are planning to be there, please leave a comment or let us know. We would like to talk to you.</p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=639" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2011/01/17/demoing-at-momo-bangalore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TaazzaGo &#8211; Rated as one of the Top Apps in India!</title>
		<link>http://taazza.com/blog/2010/12/15/taazzago-rated-as-one-of-the-top-apps-in-india/</link>
		<comments>http://taazza.com/blog/2010/12/15/taazzago-rated-as-one-of-the-top-apps-in-india/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 06:10:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[taazzago]]></category>

		<guid isPermaLink="false">http://taazza.com/?p=618</guid>
		<description><![CDATA[Its been little over 5 weeks since we launched TaazzaGO and the users have been really supportive &#38; awesome! AppBrain which helps Android users find the best apps released their country pages today. India is  one of the countries that they have added support for.  They have ranked TaazzaGO in the top 10 apps for [...]]]></description>
			<content:encoded><![CDATA[<p>Its been little over 5 weeks since we launched TaazzaGO and the users have been really supportive &amp; awesome! AppBrain which helps Android users find the best apps released their country pages today. India is  one of the countries that they have added support for.  They have <a href="http://www.appbrain.com/apps/country-india/?o=0">ranked TaazzaGO</a> in the top 10 apps for India! Woo hoo! We are thrilled, honored, humbled!  Here is a quick screen shot:</p>
<p><a href="http://www.appbrain.com/apps/country-india/?o=0"><img class="aligncenter size-full wp-image-620" title="TaazzaGO - Popular App in India." src="http://taazza.com/wp-content/uploads/2010/12/appbrain.jpg" alt="" width="450" height="459" /></a></p>
<p>Here are some highlights in the last few weeks:</p>
<ul>
<li>Closing in on 1000 downloads</li>
<li>Rated around 4 in the app store</li>
<li>Over 20+ comments</li>
</ul>
<p>We couldn&#8217;t have done this without the support of our users who have been patient with the issues &amp; have been enthusiastic in their feedback. So a heartful thank you and a team salute to you all!</p>
<p>We are truly grateful to all our partners who have have supported us,  this is a testament to the relationship.</p>
<p>We have a long way before we go, a new release is just around the corner! Hang in there &amp; help us spread the word!</p>
<p>Like us on <a href="http://www.facebook.com/pages/Taazza/116766585020260">Facebook</a>, <a href="http://twitter.com/taazzaGO">tweet</a> your friends, get them to <a href="http://www.taazza.com/mobile">download</a> the app &#8211; onward bound!</p>
<p>Team Taazza</p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=618" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2010/12/15/taazzago-rated-as-one-of-the-top-apps-in-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TaazzaGo&#8217;es mobile!</title>
		<link>http://taazza.com/blog/2010/11/05/taazza-goes-mobile/</link>
		<comments>http://taazza.com/blog/2010/11/05/taazza-goes-mobile/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 13:40:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[taazzago]]></category>

		<guid isPermaLink="false">http://taazza.com/?p=431</guid>
		<description><![CDATA[Image via Wikipedia One of the things that we constantly heard from users during the alpha/beta tests is that they really liked getting local news (Neighborhood news or City news) and good number of them wanted to be able to get it on the mobile. So a couple of months ago we got working on [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 155px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/File:Android-logo.jpg"><img title="Android robot logo." src="http://upload.wikimedia.org/wikipedia/en/a/a5/Android-logo.jpg" alt="Android robot logo." width="145" height="160" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/File:Android-logo.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>One of the things that we constantly heard from users during the alpha/beta tests is that they really liked getting local news (Neighborhood news or City news) and good number of them wanted to be able to get it on the mobile. So a couple of months ago we got working on our mobile app. Hyperlocal has been our primary focus since the beginning so we wanted the app to be the goto app for hyperlocal content. Our users demanded more than news &amp; we had built relationships with deal providers.</p>
<p>So without further ado, let us introduce <strong>TaazzaGO for Android</strong>.</p>
<div style="width: 100%; clear: both; text-align: left;">
<p><a style="margin: 5px 20px; float: left;" href="http://taazza.com/wp-content/uploads/2010/11/news.png"><img class="aligncenter size-full wp-image-580" title="news" src="http://taazza.com/wp-content/uploads/2010/11/news.png" alt="" width="182" height="288" /></a><a style="margin: 5px 20px; float: left;" href="http://taazza.com/wp-content/uploads/2010/11/deals.png"><img class="size-full wp-image-580" title="deals" src="http://taazza.com/wp-content/uploads/2010/11/deals.png" alt="" width="182" height="288" /></a></p>
</div>
<div style="width: 100%; clear: both; text-align: left;"></div>
<p style="text-align: left;">Here are some features of the app that make it stand apart from the crowd:</p>
<ul>
<li>News from over 40 cities/100,000 localities in India.</li>
<li>100&#8242;s of deals from top deals providers in the country &#8211; Both offline &amp; online</li>
<li>Buy deals on the fly</li>
<li>Share news/deals with friends &amp; family on Facebook &amp; twitter</li>
<li>News from a variety of news sources including leading publishers, hyperlocal blogs &amp; news papers.</li>
</ul>
<p>All on the go&#8230; No longer can you complain of lack of Indian content on Android.</p>
<p>Go grab the application now .. Search for <strong>TaazzaGO</strong> on the Android market place or Scan the QR Code below.</p>
<p><a href="http://taazza.com/wp-content/uploads/2010/11/qrcode.png"><img class="aligncenter size-full wp-image-551" title="qrcode" src="http://taazza.com/wp-content/uploads/2010/11/qrcode.png" alt="" width="115" height="115" /></a></p>
<p>Still not convinced? Head to our <a href="http://www.taazza.com/mobile">mobile page</a> for even more exciting reasons &amp;  our partners.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=41889b6f-26af-4484-93a7-e96f3cc9d7b6" alt="Enhanced by Zemanta" /></a></div>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=431" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2010/11/05/taazza-goes-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ode to other Taazzas</title>
		<link>http://taazza.com/blog/2010/09/22/ode-to-other-taazzas/</link>
		<comments>http://taazza.com/blog/2010/09/22/ode-to-other-taazzas/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 12:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://taazza.com/?p=486</guid>
		<description><![CDATA[A lot has been happening behind the scenes as we get ready to push the product out to you. But one of the questions that we get asked is about our name &#8211; TaaZZa! The Team had a lot of fun putting this post together &#38; it was eye opening experience. Apparently the name is quite [...]]]></description>
			<content:encoded><![CDATA[<p>A lot has been happening behind the scenes as we get ready to push the product out to you. But one of the questions that we get asked is about our name &#8211; TaaZZa! The Team had a lot of fun putting this post together &amp; it was eye opening experience. Apparently the name is quite popular! Yes, we know. For those who dont know what it means, here is a quick intro.</p>
<p><strong>Taazza</strong> &#8211; in hindi means <em>fresh</em>. Its pronounced (Tha-zz-A). We are <span style="text-decoration: underline;">Taazza with a ZZing</span>! Remember the coffee mug with fresh aroma &amp; steam.</p>
<p>So we wanted to take the opportunity to acknowledge our compatriots(Taza.com, Taaza.com, Tazza.com, Taazzaa.com &#8230;.) with similar sounding names out there. Feel free to leave comments if we have missed any more of them. Here is some link love from us ..</p>
<p><a href="http://taazza.com/wp-content/uploads/2010/09/taazza_indian_grill.jpg"></a><a href="http://taazza.com/wp-content/uploads/2010/09/taazza_indian_grill.jpg"><img class="alignleft size-thumbnail wp-image-496" title="taazza_indian_grill" src="http://taazza.com/wp-content/uploads/2010/09/taazza_indian_grill-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>This is a staff favorite &#8211; Taazza Indian Grill seems to make sumptuous <a class="zem_slink" title="Indian cuisine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Indian_cuisine">Indian food</a>. We visit the site when we feel hungry! Feel free to ship us some of that delicious parathas fellas. <br/> <br/> <br/>
</p>
<p><a href="http://taazza.com/wp-content/uploads/2010/09/taaza_masala_seo.jpg"></a><a href="http://taazza.com/wp-content/uploads/2010/09/taaza_masala_seo.jpg"><img class="alignleft size-thumbnail wp-image-492" title="taaza_masala_seo" src="http://taazza.com/wp-content/uploads/2010/09/taaza_masala_seo-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>You can find pratically anything on taaza.com, one of our employees has lost his cat  has been religiously visiting the site looking for his cat! No such luck as yet- we will keep you posted &#8230;  <br/> <br/> <br/>
</p>
<p><a href="http://taazza.com/wp-content/uploads/2010/09/taaza_movie.jpg"></a><a href="http://taazza.com/wp-content/uploads/2010/09/taaza_movie.jpg"><img class="alignleft size-thumbnail wp-image-494" title="taaza_movie" src="http://taazza.com/wp-content/uploads/2010/09/taaza_movie-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Theres even a <a class="zem_slink" title="Bollywood" rel="wikipedia" href="http://en.wikipedia.org/wiki/Bollywood">bollywood</a> flick <a href="http://en.wikipedia.org/wiki/Aaj_Ki_Taaza_Khabar">Aaj Ki Taaza Khabar</a>. Be sure to check it out.<br />
 <br/> <br/> <br/> <br/> <br/> <br/>
</p>
<p>Hope you find these titbit&#8217;s as fun as we do. If you are associated with one of these entities, pls take the liberty to say &#8220;hello&#8221;. Its done in good humor <img src='http://taazza.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>-Team Taazza (with a ZZing ..)<br />
P.S: All the logos &amp; names are copyrights of respective owners!
</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=08539ed8-1a28-4e33-8195-e71c2d0f6956" alt="Enhanced by Zemanta" /></a></div>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=486" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2010/09/22/ode-to-other-taazzas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alpha version &#8211; Shipped!</title>
		<link>http://taazza.com/blog/2009/11/17/alpha-version-shipped/</link>
		<comments>http://taazza.com/blog/2009/11/17/alpha-version-shipped/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 13:18:46 +0000</pubDate>
		<dc:creator>Arjun Ram</dc:creator>
				<category><![CDATA[launch]]></category>
		<category><![CDATA[alpha]]></category>

		<guid isPermaLink="false">http://blog.taazza.com/?p=116</guid>
		<description><![CDATA[Sincere apologies for the lack of communication at our end. We dug ourselves into a cave and didnt wanna get out till we got something out to folks outside the core team. After months of hard work and sweat, we shipped our alpha product to select friends &#38; family. It is not fully baked and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-114" title="alpha" src="http://taazza.com/wp-content/uploads/2010/08/alpha.png" alt="" width="448" height="96" />Sincere apologies for the lack of communication at our end. We dug ourselves into a cave and didnt wanna get out till we got something out to folks outside the core team.</p>
<p>After months of hard work and sweat, we shipped our alpha product to select friends &amp; family. It is not fully baked and hence it the alpha tag.  As someone said &#8220;Shipping is a feature&#8221;. So we have shipped it with minimal features that we would like to iterate on. The results so far have been promising. We wanted to keep you update to let you know that work on the product is going full speed.</p>
<p>To Friends &amp; family who have stood by us during these difficult months, a heart felt &#8220;<strong>thank you</strong>&#8220;.</p>
<p>P.S: We are looking for senior associates/team leads to help us take us to the next level.</p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=116" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2009/11/17/alpha-version-shipped/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Looking for Rubyists!</title>
		<link>http://taazza.com/blog/2009/07/14/looking-for-rubyists/</link>
		<comments>http://taazza.com/blog/2009/07/14/looking-for-rubyists/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 06:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hiring]]></category>
		<category><![CDATA[bangalore]]></category>
		<category><![CDATA[nanite]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[sinatra]]></category>

		<guid isPermaLink="false">http://blog.taazza.com/?p=111</guid>
		<description><![CDATA[The Week has begun &#38; its already starting to drag! &#8211; You beginning to find your job boring! You  want to be part of a big dream &#38; create products that reach your family &#38; friends! You LOVE to hack and want to contribute to open source as part of your work You are  a [...]]]></description>
			<content:encoded><![CDATA[<ul style="clear:both;">
<li>The Week has begun &amp; its already starting to drag! &#8211; You beginning to find your job <span>boring</span>!</li>
<li> You  want to be part of a big dream &amp; create products that reach your family &amp; friends!</li>
<li>You LOVE to hack and want to contribute to open source as part of your work</li>
<li>You are  a Ruby hacker.</li>
</ul>
<p>We at Taazza are looking for Senior Associates to be part of a small but fun team to develop cutting edge software(real time) for news aggregation &amp; delivery. We use ruby extensively here at Taazza (<span>Nanite</span>/AMQP/Sinatra/Hpricot to name a few!)</p>
<p style="clear:both;">Your school &amp; degree are not as important as your drive &amp; passion! Here is what we are looking for:</p>
<ul style="clear:both;">
<li> Have the inclination to LEARN &amp; keep up with new technologies.</li>
<li> Have a good knowledge of data structures</li>
<li> Ruby / <a title="Java (programming language)" rel="homepage" href="http://java.sun.com/" target="_blank">Java</a> as a programming language</li>
</ul>
<p style="clear:both;">Nice to haves:</p>
<ul style="clear:both;">
<li> <a title="Ruby on Rails" rel="homepage" href="http://www.rubyonrails.com/" target="_blank">Ruby on Rails</a></li>
<li>Based out of Bangalore</li>
</ul>
<p style="clear:both;">If you believe this is you please email us (<a href="mailto:jobs@taazza.com" target="_blank">jobs [at] taazza [dot] com</a>) &amp; we can chat over a drink or a coffee! or call us at <strong>9902842735.</strong></p>
<p style="clear:both;"><strong></strong><br />
<span style="text-decoration:underline;"> If you know someone who fits the bill then share or forward this information. You WILL be rewarded (handsomely too!)</span></p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=111" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2009/07/14/looking-for-rubyists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Taazza grows!</title>
		<link>http://taazza.com/blog/2009/05/16/team-taazza-grows/</link>
		<comments>http://taazza.com/blog/2009/05/16/team-taazza-grows/#comments</comments>
		<pubDate>Sat, 16 May 2009 11:47:14 +0000</pubDate>
		<dc:creator>Arjun Ram</dc:creator>
				<category><![CDATA[hiring]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[shanmugha]]></category>

		<guid isPermaLink="false">http://blog.taazza.com/?p=102</guid>
		<description><![CDATA[I am particularly excited to announce the next addition to our team as he comes from my alma matter! It has been a fulfilling experience hiring Palani Murugan. Palani comes to us from Thoughtworks and will be joining us a Senior Associate. He&#8217;s ruby code ninja and is passionate about Movies.  Here is Palani in [...]]]></description>
			<content:encoded><![CDATA[<p>I am particularly excited to announce the next addition to our team as he comes from my alma matter! It has been a fulfilling experience hiring Palani Murugan. Palani comes to us from <a class="zem_slink" title="ThoughtWorks" rel="homepage" href="http://www.thoughtworks.com">Thoughtworks</a> and will be joining us a Senior Associate. He&#8217;s ruby code ninja and is passionate about Movies.  Here is Palani in his own words/pictures.</p>
<p><img class="alignright" title="Palani Murugan" src="http://farm3.static.flickr.com/2303/3535099249_69e605f012_m.jpg" alt="" width="240" height="230" /></p>
<p style="text-align:center;">
<div style="width:500px;text-align:center;"><span style="font-size:100%;"><a href="http://en.wikipedia.org/wiki/Thanjavur" target="_blank">Thanjavur</a></span> <span style="font-size:150%;"><a href="http://www.sastra.edu/" target="_blank">Shanmugha</a></span> <span style="font-size:100%;"><a href="http://en.wikipedia.org/wiki/Chennai" target="_blank">Chennai</a></span> <span style="font-size:150%;"><a href="http://www.sase.ssn.edu.in/" target="_blank">SSN SASE</a></span> <span style="font-size:150%;"><a href="http://www.cmu.edu/index.shtml" target="_blank">Carnegie Mellon</a></span> <span style="font-size:300%;"><a href="http://www.google.co.in/search?q=pctvt" target="_blank">PCTvt</a></span> <span style="font-size:300%;"><a href="http://www.redteamracing.org/" target="_blank">Red Team</a></span> <span style="font-size:100%;"><a href="http://en.wikipedia.org/wiki/Bangalore" target="_blank">Bangalore</a></span> <span style="font-size:200%;"><a href="http://www.asp.net/" target="_blank">ASP.NET</a></span> <span style="font-size:200%;"><a href="http://msdn.microsoft.com/en-us/vcsharp/aa336809.aspx" target="_blank">C#</a></span> <span style="font-size:200%;"><a href="http://www.ruby-lang.org/en/" target="_blank">Ruby</a></span> <span style="font-size:200%;"><a href="http://rubyonrails.org/" target="_blank">Ruby on Rails</a></span> <span style="font-size:150%;"><a href="http://www.mysql.com/" target="_blank">MySQL</a></span> <span style="font-size:100%;"><a href="http://www.sphinxsearch.com/" target="_blank">Sphinx</a></span> <span style="font-size:300%;"><a href="http://en.wikipedia.org/wiki/Film" target="_blank">Movies</a></span> <span style="font-size:200%;"><a href="http://www.sathyamcinemas.com/" target="_blank">Sathyam Cinemas</a></span> <span style="font-size:150%;"><a href="http://en.wikipedia.org/wiki/Guitar" target="_blank">Guitar</a></span> <span style="font-size:300%;"><a href="http://en.wikipedia.org/wiki/Music" target="_blank">Music</a></span> <span style="font-size:150%;"><a href="http://en.wikipedia.org/wiki/IMAX#IMAX_Dome_.2F_OMNIMAX" target="_blank">OmniMAX</a></span> <span style="font-size:200%;"><a href="http://en.wikipedia.org/wiki/Kamal_Haasan" target="_blank">Dr. Kamal Hassan</a></span> <span style="font-size:150%;"><a href="http://en.wikipedia.org/wiki/Ajith_Kumar" target="_blank">Thala</a></span> <span style="font-size:100%;"><a href="http://www.imdb.com/title/tt0482571/" target="_blank">The Prestige</a></span> <span style="font-size:200%;"><a href="http://en.wikipedia.org/wiki/Asin_Thottumkal" target="_blank">Asin</a></span> <span style="font-size:150%;"><a href="http://www.imdb.com/name/nm0000354/" target="_blank">Matt Damon</a></span> <span style="font-size:100%;"><a href="http://www.imdb.com/title/tt0416320/" target="_blank">Match Point</a></span> <span style="font-size:300%;"><a href="http://www.imdb.com/name/nm0634240/" target="_blank">Christoper Nolan</a></span> <span style="font-size:100%;"><a href="http://www.imdb.com/title/tt0440963/" target="_blank">Bourne Ultimatum</a></span> <span style="font-size:200%;"><a href="http://en.wikipedia.org/wiki/A._R._Rahman" target="_blank">A.R. Rahman</a></span> <span style="font-size:200%;"><a href="http://en.wikipedia.org/wiki/Yuvan_Shankar_Raja" target="_blank">Yuvan Shankar Raja</a></span> <span style="font-size:100%;"><a href="http://en.wikipedia.org/wiki/Benny_Dayal" target="_blank">Benny Dayal</a></span> <span style="font-size:200%;"><a href="http://en.wikipedia.org/wiki/Selvaraghavan" target="_blank">Selvaraghavan</a></span> <span style="font-size:100%;"><a href="http://www.imdb.com/title/tt0137523/" target="_blank">Fight Club</a></span> <span style="font-size:100%;"><a href="http://www.imdb.com/title/tt0407887/" target="_blank">The Departed</a></span> <span style="font-size:150%;"><a href="http://www.imdb.com/name/nm0005132/" target="_blank">Joker</a></span></div>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/815f257a-16fc-4c0a-b92f-cccdbca12744/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=815f257a-16fc-4c0a-b92f-cccdbca12744" alt="Reblog this post [with Zemanta]" /></a></div>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=102" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2009/05/16/team-taazza-grows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome hanuman on board</title>
		<link>http://taazza.com/blog/2009/05/04/welcome-hanuman-on-board/</link>
		<comments>http://taazza.com/blog/2009/05/04/welcome-hanuman-on-board/#comments</comments>
		<pubDate>Tue, 05 May 2009 04:13:35 +0000</pubDate>
		<dc:creator>Arjun Ram</dc:creator>
				<category><![CDATA[hiring]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Sun Microsystem]]></category>

		<guid isPermaLink="false">http://blog.taazza.com/?p=87</guid>
		<description><![CDATA[Image via Wikipedia Things have been pretty busy for us here at Taazza, more people on-board (announcements in a few) and loads of work. But the workhorse that is helping do all the work is Hanuman, the SUN machine(x4150) that has been gracefully given to us by SUN Microsystems.  For those who don&#8217;t know Hanuman, [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="display:block;margin:1em;">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Hanuman_in_Terra_Cotta.jpg"><img title="Sculpture of Hanuman carrying the Dronagiri mo..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Hanuman_in_Terra_Cotta.jpg/200px-Hanuman_in_Terra_Cotta.jpg" alt="Sculpture of Hanuman carrying the Dronagiri mo..." width="200" height="250" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:Hanuman_in_Terra_Cotta.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Things have been pretty busy for us here at Taazza, more people on-board (announcements in a few) and loads of work. But the workhorse that is helping do all the work is <a class="zem_slink" title="Hanuman" rel="amazon" href="http://www.amazon.com/Hanuman-Ashish-Khokar/dp/8171675700%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D8171675700">Hanuman</a>, the SUN machine(x4150) that has been gracefully given to us by <a class="zem_slink" title="Sun Microsystems" rel="homepage" href="http://www.sun.com/">SUN Microsystems</a>.  For those who don&#8217;t know Hanuman, he is a character from the Indian Mythology who personifies strength, belief &amp; the will to accomplish things, something we expect from our server <img src='http://taazza.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I have pleasant memories of SUN Microsystems, as it was the first UNIX machine that I started my career with. They bring strong R &amp; D experience and support to our organization. I would like to thank Bakshish Dutta of SUN Startup Essentials for making this happen. They have been an invaluable partner and have been helpful in getting us started.</p>
<p>And trust me we are putting Hanuman&#8217;s strength to good use <img src='http://taazza.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Our <a class="zem_slink" title="Hadoop" rel="wikipedia" href="http://en.wikipedia.org/wiki/Hadoop">Hadoop</a> clusters, crawlers are pounding the server pretty good.</p>
<p>The churn has begun.. Interesting times ahead <img src='http://taazza.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Looking forward to a great partnership with SUN!</p>
<p>Hanuman took a great ride home from the shipping center (Indian style). I leave you with some pictures of his journey.</p>
<p><a href="http://farm4.static.flickr.com/3648/3503435534_825399e99b_b.jpg"></a><a href="http://farm4.static.flickr.com/3379/3502625749_89ba422f70_b.jpg"><img class="alignnone" title="Hanuman in shipping center" src="http://farm4.static.flickr.com/3379/3502625749_89ba422f70_m.jpg" alt="" width="240" height="180" /></a><a href="http://farm4.static.flickr.com/3332/3503440696_55de823eec_b.jpg"><img class="alignnone" title="Hanuman on his ride" src="http://farm4.static.flickr.com/3332/3503440696_55de823eec_m.jpg" alt="" width="240" height="180" /></a><a href="http://farm4.static.flickr.com/3599/3503439004_bd1a6196a2_b.jpg"><img class="alignnone" title="Hanuman finally home" src="http://farm4.static.flickr.com/3599/3503439004_bd1a6196a2_m.jpg" alt="" width="180" height="240" /></a><img class="alignnone" title="Hanuman is home" src="http://farm4.static.flickr.com/3648/3503435534_825399e99b_m.jpg" alt="" width="180" height="240" /></p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/8efdb95b-beb7-4dac-9c9e-221573326444/"><img class="zemanta-pixie-img" style="border:medium none;float:right;" src="http://img.zemanta.com/reblog_e.png?x-id=8efdb95b-beb7-4dac-9c9e-221573326444" alt="Reblog this post [with Zemanta]" /></a></div>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=87" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2009/05/04/welcome-hanuman-on-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taazza makes our first hire!</title>
		<link>http://taazza.com/blog/2009/02/26/taazza-makes-our-first-hire/</link>
		<comments>http://taazza.com/blog/2009/02/26/taazza-makes-our-first-hire/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 10:10:00 +0000</pubDate>
		<dc:creator>Arjun Ram</dc:creator>
				<category><![CDATA[hiring]]></category>
		<category><![CDATA[nakul]]></category>

		<guid isPermaLink="false">http://blog.taazza.com/?p=80</guid>
		<description><![CDATA[We are thrilled about it! After interacting &#38; reviewing loads of resumes &#38; candidates, we have made our first hire &#8211; Nakul. Nakul brings passion, skills &#38; the drive to work on new technologies! We are happy to have him on board. This is a big step for us! I will let Nakul speak for [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_82" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-82" title="Nakul Mudgal" src="http://localhost/wordpress/wp-content/uploads/2009/02/nakul1.jpg?w=300" alt="Nakul Mudgal" width="300" height="224" /><p class="wp-caption-text">Nakul Mudgal</p></div>
<p>We are thrilled about it! After interacting &amp; reviewing loads of resumes &amp; candidates, we have made our first hire &#8211; Nakul. Nakul brings passion, skills &amp; the drive to work on new technologies! We are happy to have him on board. This is a big step for us!</p>
<p>I will let Nakul speak for himself:</p>
<blockquote><p>Hi!  Nakul here&#8230; I&#8217;m from delhi , born brought up and schooled, moved to Jaipur  for my engineering in Computer Science and now on my way to Bengaluru to join TAAZZA as an Associate Developer. My computing  strong holds include C/C++, SQL and VB.NET, Ruby, Perl, XML, HTML , data structures and networking. I also enjoy working in DB2 , Adobe flash and photoshop.</p>
<p>At TAAZZA I&#8217;m looking forward to working on Ruby, Perl, and well anything that comes my way.</p>
<p>Moving on to my personal domain! the things I enjoy in my freetime are reading quotations, my current favourite being &#8220;It&#8217;s not enough to be good when you have the ability to be better.&#8221; and my all time favourite &#8220;When all else fails there&#8217;s always beer.&#8221;</p>
<p>As for Sports I&#8217;m into are cricket , Formula 1 and tennis. Movies that I usually prefer are ones that have nothing to do with reality! Sci-Fi is all I like.</p>
<p>Looking forward to being part of Taazza both as a developer and a user alike!</p></blockquote>
<p>We continue to look for  <a href="http://blog.taazza.com/2008/12/22/we-are-hiring/">associates</a> to be part of our team so if you would like to be part of our growing team write to us at jobs [at] taazza [dot] com. And while you are at it please take the time to review our post on what we are <a href="http://blog.taazza.com/2009/01/06/so-you-want-to-work-for-a-startup/">looking</a> in our candidates</p>
 <img src="http://taazza.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=80" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://taazza.com/blog/2009/02/26/taazza-makes-our-first-hire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 9/20 queries in 0.085 seconds using disk: basic

Served from: taazza.com @ 2012-05-17 22:17:10 -->
