<?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>Three2Tango &#187; Tech Talk</title>
	<atom:link href="http://www.three2tango.com/category/techcorner/tech-talk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.three2tango.com</link>
	<description>Points To Ponder : The Latest news from the TechWorld,Automobiles,CellPhones and lots of useful Code Snippets</description>
	<lastBuildDate>Fri, 27 Jan 2012 09:03:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Brief Note on eCommerce Catalogs</title>
		<link>http://www.three2tango.com/techcorner/tech-talk/brief-note-on-ecommerce-catalogs.html/</link>
		<comments>http://www.three2tango.com/techcorner/tech-talk/brief-note-on-ecommerce-catalogs.html/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 10:07:43 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[ATG & Java]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[ATg Architecture]]></category>
		<category><![CDATA[ATG Catalogs]]></category>
		<category><![CDATA[ATG fra]]></category>
		<category><![CDATA[ATG framework]]></category>
		<category><![CDATA[knowledge tips in ATG]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=4658</guid>
		<description><![CDATA[Catalog is a very important terminology when we talk about electronic commerce. This article will focus on the ATG&#8217;s standard product catalog and various terms related to the catalog. The article will describe the terms like &#8211; Categories, Products, SKUs etc. Categories are the central portion of the catalog which provides it with a structure, the navigational hierarchy comes only when there is a category. To be simple the categories make the heart of a catalog. An eg: will explain it further. Consider a store which sells different type of ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Catalog</strong> is a very important terminology when we talk about electronic commerce. This article will focus on the <strong>ATG&#8217;s standard product catalog</strong> and various terms related to the catalog. The article will describe the terms like &#8211; Categories, Products, SKUs etc. Categories are the central portion of the catalog which provides it with a structure, the navigational hierarchy comes only when there is a category. To be simple the categories make the heart of a catalog. An eg: will explain it further. Consider a store which sells different type of products, like groceries, stationery, electronic goods etc, then each of this can be considered a category and thus plays a pivotal role in the catalog. A category can have other categories or products or both under it. A product on the other hand is the end point of the catalog hierarchy. But to be more precise a product is not something the customer will be purchasing. Its a SKU that a customers looks at and purchases. SKU is the acronym for<strong> Stock Keeping Units</strong>. To differentiate a SKU from Product , consider the following eg:- In our Catalog hierarchy say stationery is a category, and pen is the product. But &#8220;Pen&#8221; can&#8217;t be purchased; only a Parker, Bic, Pierre Cardin can be bought and these are SKUs for the product &#8220;Pen&#8221;. So essentially a product has various SKUs associated with it representing the size, brand,color etc.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><span class="wp-table-reloaded-table-description">Properties of Category and Products as defined by ATG Commerce Framework</span>

<table id="wp-table-reloaded-id-4-no-1" class="wp-table-reloaded wp-table-reloaded-id-4">
<thead>
	<tr class="row-1">
		<th colspan="2" class="column-1 colspan-2">Category Properties</th>
	</tr>
</thead>
<tbody class="row-hover">
	<tr class="row-2">
		<td class="column-1">ancestorCategories</td><td class="column-2">Set of categories which are higher in the catelog hierarchy than this category.</td>
	</tr>
	<tr class="row-3">
		<td class="column-1">childCategories</td><td class="column-2">List of all Categories which comes under this Category.</td>
	</tr>
	<tr class="row-4">
		<td class="column-1">childProducts</td><td class="column-2">List of all products that are children of the category.</td>
	</tr>
	<tr class="row-5">
		<td class="column-1">creationDate</td><td class="column-2">The date on which the Category was created.</td>
	</tr>
	<tr class="row-6">
		<td class="column-1">displayName</td><td class="column-2">Is the name ACC displays for the category.</td>
	</tr>
	<tr class="row-7">
		<td class="column-1">endDate		</td><td class="column-2">Date the category will no longer be available.</td>
	</tr>
	<tr class="row-8">
		<td class="column-1">parentCategory 	</td><td class="column-2">Specifies the default parent category for the category .</td>
	</tr>
	<tr class="row-9">
		<td class="column-1">root		</td><td class="column-2">Specifies whether this category is the starting of the hierarchy, its a boolean value.</td>
	</tr>
	<tr class="row-10">
		<td colspan="2" class="column-1 colspan-2">Product Properties:</td>
	</tr>
	<tr class="row-11">
		<td class="column-1">ancestorCategories 	</td><td class="column-2">Generated Set of categories that are higher in the catalog hierarchy than the product. </td>
	</tr>
	<tr class="row-12">
		<td class="column-1">childSKUs 		</td><td class="column-2">List of all SKUs that are children of the product. </td>
	</tr>
	<tr class="row-13">
		<td class="column-1">creationDate 	</td><td class="column-2">Date on which the product was created. </td>
	</tr>
	<tr class="row-14">
		<td class="column-1">description 	</td><td class="column-2">Descriptive text for display with the product. </td>
	</tr>
	<tr class="row-15">
		<td class="column-1">displayName 	</td><td class="column-2">Product name displayed by the ACC. </td>
	</tr>
	<tr class="row-16">
		<td class="column-1">endDate 		 </td><td class="column-2">Date the product will no longer be available. </td>
	</tr>
	<tr class="row-17">
		<td class="column-1">parentCategory 	</td><td class="column-2">Specifies the default parent category for the product. </td>
	</tr>
</tbody>
</table>
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/tech-talk/brief-note-on-ecommerce-catalogs.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiger Text: The New Generation Clandestine Messaging</title>
		<link>http://www.three2tango.com/gadgetscorner/tiger-text-the-new-generation-clandestine-messaging.html/</link>
		<comments>http://www.three2tango.com/gadgetscorner/tiger-text-the-new-generation-clandestine-messaging.html/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 09:24:29 +0000</pubDate>
		<dc:creator>LG</dc:creator>
				<category><![CDATA[Gadgets Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Apps in Andriod]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[Review on Tiger text]]></category>
		<category><![CDATA[what is Tiger text application]]></category>
		<category><![CDATA[Windows app & Tiger text]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=4653</guid>
		<description><![CDATA[You are secretly in love??
Afraid of his/her dad catching you red handed with a mobile message as evidence?? &#8211;Tiger text at your service
The above can be a TV/Radio ad in coming days. A new service named TIGER TEXT is awaiting its launch. Tiger Text app or rather a service is intended for phones powered by Google Android or Microsoft windows operating systems, i-Phone OS as well as Blackberries are expected to support this stealth messaging. TT allows the user to send messages which can be set to auto delete after ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">You are secretly in love??</p>
<p style="text-align: justify;">Afraid of his/her dad catching you red handed with a mobile message as evidence?? &#8211;Tiger text at your service</p>
<p style="text-align: justify;">The above can be a TV/Radio ad in coming days. A new service named TIGER TEXT is awaiting its launch. Tiger Text app or rather a service is intended for phones powered by Google Android or Microsoft windows operating systems, i-Phone OS as well as Blackberries are expected to support this stealth messaging. TT allows the user to send messages which can be set to auto delete after a specified period of time, <strong>1 minute to 30 days</strong>. The user can select the <strong>life span of a message</strong>, and the count down starts from the point when the message is read by the receiver. The interesting facility is the expired message will be deleted from both phones and even from the server, once expired there is no way anybody can retrieve the message. One more thing is one cannot forward the message to themselves, thus making the message entirely untouchable. The self destructive message will be a very effective way of secret messaging and brings in safety for any messages which are mend to be private. Though i-Phone provides the app free with the phone it requires a monthly subscription for using the features, 250 text costs 1.49USD.</p>
<p style="text-align: justify;">
Due to this covert nature of this application the launch of the service is being delayed in India. Department of Telecommunications (DoT)is finding it difficult to negotiate with Indian Law Enforcement Agencies. As of now no operator is providing this facility in India, but in a matter of time it will be launched in the huge Indian Telecommunication market. In the US Of A the TT App providers promises to co-operate with any legal inquiries upon demand.<br />
<strong>Another Cool Feature:</strong><br />
TigerText shows the status of each message with small icons. When the message is received, the sender will see an orange box with a tick mark.When the message is opened by the recipient, the sender will see a green circle with a tick mark. No more “I didn’t get your text”;  now you will be able to track the messages you send.<br />
The service has around half a million followers who downloaded it. A stream of business users like bankers and even corporates are using TT. To use it both sender and receiver must have the App. There is an enterprise version which is in demand among various firms which want their employees to be in contact privately. Hollywood-celebrities, television industry, screenwriters etc are among the user groups in demand.</p>
<p style="text-align: justify;">Here are some <strong>FAQs</strong> i read in an official <strong> </strong>website <strong>on Tiger Text App</strong>:</p>
<p style="text-align: justify;">&#8220;<strong>How does Tiger Text work?</strong><br />
When sending a regular text message or picture over mobile phones, you have no control over how long it will live on the recipient’s phone or the cell phone servers. TigerText is different because, even though it looks and feels like a normal text message, the sender controls when the message is deleted. Reclaim the privacy of your text messages and pics.<br />
<strong>Why is it called Tiger Text??</strong><br />
Tigers are notoriously difficult animals to track. TigerTexts are difficult to track as well. &#8221;</p>
<p style="text-align: justify;">So here comes another new technology&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/gadgetscorner/tiger-text-the-new-generation-clandestine-messaging.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Near Field Communication:The Contactless Technology</title>
		<link>http://www.three2tango.com/techcorner/near-field-communicationthe-contactless-technology.html/</link>
		<comments>http://www.three2tango.com/techcorner/near-field-communicationthe-contactless-technology.html/#comments</comments>
		<pubDate>Thu, 19 May 2011 11:52:16 +0000</pubDate>
		<dc:creator>LG</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Andriod and NFC]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Nexus and NFC]]></category>
		<category><![CDATA[Mobile Technologies]]></category>
		<category><![CDATA[Near Field Communication]]></category>
		<category><![CDATA[NFC tips]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Wireless gadgets]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=4648</guid>
		<description><![CDATA[NFC or Near Field Communication is an emerging technology widely accepted and supported by world&#8217;s leading consumer electronics, mobile device manufacturers, semiconductor producers, network operators etc. The idea is to develop a unique contact less technology which is fast, reliable and cater various demands in the industry. A lot of business prospects revolve around the technology and some are already in place for testing purposes. One might wonder what is the need for NFC when its data rate is Kilo bytes and proximity in centimeters. The trick is NFC is ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">NFC or Near Field Communication is an emerging technology widely accepted and supported by world&#8217;s leading consumer electronics, mobile device manufacturers, semiconductor producers, network operators etc. The idea is to develop a unique contact less technology which is fast, reliable and cater various demands in the industry. A lot of business prospects revolve around the technology and some are already in place for testing purposes. One might wonder what is the need for NFC when its data rate is Kilo bytes and proximity in centimeters. The trick is NFC is compactible with all other contactless technologies like, bluetooth, WiFi, GSM,3G etc and the end user can facilitate it with a touch; which means quick and simple access. Today wide spread research and development happens around NFC. So here is a few examples which shows NFC in action.</p>
<p style="text-align: justify;">1. Station/Airport<br />
2. Vehicle<br />
3. Office<br />
4. Restaurant<br />
5. Theatre</p>
<p style="text-align: justify;">A sample scenario will give a deep insight into the uses of NFC technology. Read and you will find it interesting,</p>
<p style="text-align: justify;">John woke up a bit late and in a hurry forgot his wallet, thankfully he didnt miss his NFC enabled phone. At the railway station he taps the reader to open the turnstile. A ticket poster helped him get a train ticket by just swiping his phone. Just before boarding the train he found a poster on the station wall, about a concert at the nearest theater. The train was about to go and but he managed to touch the N-mark on the poster with his phone and detailed information about the concert is transferred onto his phone. SMS,3G, internet etc helped him book two seats for the concert.</p>
<p style="text-align: justify;">John reaches office and finds that his id card was in his walet, but his NFC enabled phone came to his rescue again, the phone touch unlocked the security for him. He paid for his lunch using the credit/debit card stored in his phone. Post lunch he had a meeting with business partner, now a days NFC is so common that he exchanged business card with his prospective customer by touching their phones. John finishes his days chores and meets his girl friend at the concert. They enjoyed the concert and later visited a shopping mall where they enjoyed a nice dinner, again credit cards enabled in phone helped him pay the bills. When he reached home he found his phone was missing , he misplaced it somewhere. John immediately placed a call to his mobile service provider and cancels all his NFC services so that his identity is not misused.</p>
<p style="text-align: justify;">I hope the story helped in understanding how NFC is going to revolutionize the mobile phone as well as the wireless gadget market. NFC enabled phones has started hitting the US and UK retail market. Google Nexus S, Samsung Galaxy S II, Nokia C7 etc are the few phone which has the NFC models available. HTC has also announced their NFC enabled gadget towards the 3rd quarter of 2011. Google has hit the market hard with its Gingerbread OS, which has the NFC technology in it. Google NFC has already captured the stage but Nokia with symbian will be in race soon. All we as end users can hope is superior life style and ease in day to day activities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/near-field-communicationthe-contactless-technology.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure Platform-An Overview</title>
		<link>http://www.three2tango.com/techcorner/windows-azure-platform-an-overview.html/</link>
		<comments>http://www.three2tango.com/techcorner/windows-azure-platform-an-overview.html/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 19:24:04 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Windows Azure Platform]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=4507</guid>
		<description><![CDATA[We had earlier posted about Cloud Computing and how it is likely to be the next big thing in the IT industry, if not already. The advantage of Cloud Computing is that data and applications need not be maintained in your own machines or data centers, but use the internet accessible servers. This means that the huge cost in buying the machines, servers and then the cost in maintaining the server can be avoided.
Using the benefits of Cloud computing, one can use applications and software installed from an internet accessible ...]]></description>
			<content:encoded><![CDATA[<p>We had earlier posted about Cloud Computing and how it is likely to be the next big thing in the IT industry, if not already. The advantage of Cloud Computing is that data and applications need not be maintained in your own machines or data centers, but use the internet accessible servers. This means that the huge cost in buying the machines, servers and then the cost in maintaining the server can be avoided.</p>
<p>Using the benefits of Cloud computing, one can use applications and software installed from an internet accessible server. It also can be extended to storage of data and providing infrastructural services to applications running at your place. So basically the main services provided by a cloud computing architecture can be summed up into three- Provide applications/software through cloud, provide storage space on the cloud servers and provide infrastructural services and support to applications/software running at your premises. To provide all these services, a platform is required and that is what the Windows Azure Platform is. It basically is the platform through which the developer will access the services and data in the Cloud. It is a group of cloud technologies, each with a task of providing services to application developers. Let’s get down to some details and components of the Windows Azure Platform.</p>
<p>Central to the Windows Azure Platform are the Microsoft Data Centers. The Windows Azure Platform allows users to access the applications deployed and the data stored in the Microsoft Data Centers. These can be thought of as normal Data Centers available in our organizations, only that it’s much bigger in storage capacity and performance. Often the applications are deployed on some data center within the organization and the local machines can access them through the internet or intranet. These Microsoft Data Centers-6 in all, spread across Asia, North America and Europe form the core of the Azure Platform.</p>
<p>The Windows Azure Platform is composed of the following four parts:</p>
<li><strong>Windows Azure</strong>: A windows environment for running applications and storing data in the Microsoft Data Centers. More on Windows Azure Platform later. </li>
<li><strong>SQL Azure</strong>: Offers cloud-based services for relational data. SQL Azure is composed mainly of three components- SQL Azure Database-a Database Management System which allows users to store data in the Microsoft Data Centers, SQL Azure Reporting-a version of SQL Reporting Services running in the Cloud, and the SQL Azure Data Sync- which allows to sync the data between the SQL Azure database and the SQL server at your premises.</li>
<li><strong>Windows Azure AppFabric</strong>: Provides infrastructural services for the applications running in the cloud and at your premises. Common services include caching, provide access control and exposing end points of applications running in the cloud so that they can be accessed.</li>
<li><strong>Windows Azure Marketplace</strong>: The Azure Marketplace allows users to find, try and buy the already built applications and data. The Marketplace is composed of a DataMarket and a n AppMarket</li>
<p> With the Windows Azure Platform, developers are provided with all means to use the benefits of Cloud Computing. Whether it be deploying and using applications in the cloud, storing data in the Cloud or providing infrastructural services, the Windows Azure Platform helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/windows-azure-platform-an-overview.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloud Computing</title>
		<link>http://www.three2tango.com/techcorner/cloud-computing.html/</link>
		<comments>http://www.three2tango.com/techcorner/cloud-computing.html/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 03:57:50 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=3962</guid>
		<description><![CDATA[Cloud Computing is the next big thing in the Computer Industry since the web. Cloud Computing would allow users to accesss applications installed on another machine and work on it. So instead of installing,say a Microsoft Visual Studio on your local machine, You could actually log on to a web based service and use the software installed in some other machines. The advantage of this would be a great reduction in operational costs. In today&#8217;s scenario, you would need the application to be installed in your machine, which would mean ...]]></description>
			<content:encoded><![CDATA[<p>Cloud Computing is the next big thing in the Computer Industry since the web. Cloud Computing would allow users to accesss applications installed on another machine and work on it. So instead of installing,say a Microsoft Visual Studio on your local machine, You could actually log on to a web based service and use the software installed in some other machines. The advantage of this would be a great reduction in operational costs. In today&#8217;s scenario, you would need the application to be installed in your machine, which would mean that you will have to get a license for this.So if 10 people are going to work on the same software, most probably, you will have to get 10 licenses for it. By using the Cloud Computing architecture, all you will need to buy is one license and allow the same application to be used by multiple clients. Hardware and Software demands will decrease on the user&#8217;s side. Probably all you will need is an interface to connect to the server on which the application resides.We could say that Cloud Computing is an extention of the many web based applications we currenly use-like Emails and even web based games, where we are not really installing the application in or local machine,instead just using the applications available online.<br />
The Cloud Computing architecture consists of a client side(front end) and a cloud(the network or backend). The client side here would be the user&#8217;s machine and the interface to connect to the Cloud Computing network. The interface for the web based applications we use today would be the web browser.The back end would consist of a network of computers ,servers and data storage mechanisms. Based on the demand for the applications, mostly there will be one dedicated server for each application. Data Storage mechanisms are also important part of the architecture. Usually backup storage will also be available.<br />
The applications that could run on a Cloud Computing network would be limitless. Privacy and Security could be potential concerns for the use of the architecture. But with the huge economic advantages the architecture provides, Cloud Computing is becoming more and more popular.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/cloud-computing.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google introduces the Google Buzz</title>
		<link>http://www.three2tango.com/techcorner/google-introduces-the-google-buzz.html/</link>
		<comments>http://www.three2tango.com/techcorner/google-introduces-the-google-buzz.html/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:12:32 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Buzz]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=3172</guid>
		<description><![CDATA[Google&#8217;s latest product is making a buzz these days.Google Buzz brings a Gmail UI to a real time web and is being introduced as a feature of Gmail. Not everyone would have got it now.Google says it will be rolled out to everyone very soon.So expect a whole new experience of Gmailing or Buzzing.
Google Buzz&#8217;s features include creation of automatic friends list.People who you email you often or chat often are automatically added to your friends list.So its not like creating a new profile in a social networking site and ...]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.three2tango.com/wp-content/gallery/general/googlebuzz.png" title="" class="shutterset_singlepic823" >
	<img class="ngg-singlepic ngg-right" src="http://www.three2tango.com/wp-content/gallery/cache/823__320x240_googlebuzz.png" alt="googlebuzz.png" title="googlebuzz.png" />
</a>
Google&#8217;s latest product is making a buzz these days.Google Buzz brings a Gmail UI to a real time web and is being introduced as a feature of Gmail. Not everyone would have got it now.Google says it will be rolled out to everyone very soon.So expect a whole new experience of Gmailing or Buzzing.</p>
<p>Google Buzz&#8217;s features include creation of automatic friends list.People who you email you often or chat often are automatically added to your friends list.So its not like creating a new profile in a social networking site and start adding friends from scratch.That should keep people interested!!.</p>
<p>The main feature is the fast sharing features in the Buzz. We can share our status,pictures,videos and all stuff just as you do it in<br />
Twitter.Other features include public and private sharing,inbox integration and the &#8220;Recommended Buzz&#8221; where you can see stuff of friend-of-friends.Also we can import our stuff from Twitter and facebook to share with our friends.</p>
<p>The real time updates seems to be pretty neat and fast not like the orkut where our scraps do take some time to appear.Google says that with Google Buzz you can see the stuff that is most important to you in real time as it happens and true to its word,Buzz seems to be working really well in this regard.</p>
<p>Google Buzz also should offer a whole new experience when used with your mobile as mobiles add a new component to share-your location.Another feature that should encourage you to use the Buzz in your mobile phone is voice posting,of course you will need something like the IPhone or some high end model phones for that.The Buzz layer on the Google maps also allows you to see buzzes near you. See the Google blog about Buzz on mobiles <a href=" http://googlemobile.blogspot.com/2010/02/introducing-google-buzz-for-mobile-see.html" target="_blank">here</a>.</p>
<p>For more information on the Google Buzz visit Google&#8217;s official posting on the Buzz <a href="http://googleblog.blogspot.com/2010/02/introducing-google-buzz.html" target="_blank">here</a>.</p>
<p>Google Buzz seems to be Google&#8217;s attempt to take on Twitter and Facebook. Whether it will really make a difference remains to be seen. Maybe in places where the Twitter is not so dominant, the Buzz could be a really good app to have.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/yi50KlsCBio&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/m-kcVDNi6eg&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/m-kcVDNi6eg&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/google-introduces-the-google-buzz.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoodBye Mininova- Mininova goes legit after losing legal battle</title>
		<link>http://www.three2tango.com/techcorner/goodbye-mininova-mininova-goes-legit-after-losing-legal-battle.html/</link>
		<comments>http://www.three2tango.com/techcorner/goodbye-mininova-mininova-goes-legit-after-losing-legal-battle.html/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 09:05:13 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Minnova]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=2721</guid>
		<description><![CDATA[After PirateBay was earlier forced to delete all its illegal torrents, its Mininova who is forced to take the same decision.PirateBay was earlier caught in a legal battle,one  that is apparently still going on even after they sold the site to some other organisation, Mininova has been forced to delete all &#8216;illegal&#8217; torrents after it lost a legal dispute with te Dutch anti piracy outfit BRIEN.This decision means that Mininova will delete all the contents linking to copyright material.In failing to do so they could face a fine of ...]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.three2tango.com/wp-content/gallery/general/logo.png" title="" class="shutterset_singlepic683" >
	<img class="ngg-singlepic ngg-right" src="http://www.three2tango.com/wp-content/gallery/cache/683_web20_320x240_logo.png" alt="logo.png" title="logo.png" />
</a>
After PirateBay was earlier forced to delete all its illegal torrents, its Mininova who is forced to take the same decision.PirateBay was earlier caught in a legal battle,one  that is apparently still going on even after they sold the site to some other organisation, Mininova has been forced to delete all &#8216;illegal&#8217; torrents after it lost a legal dispute with te Dutch anti piracy outfit BRIEN.This decision means that Mininova will delete all the contents linking to copyright material.In failing to do so they could face a fine of upto 5 million euros.</p>
<p>So over the past few months, we have lost PirateBay and now Mininova. So if you guys want to download free material via torrents,make it fast. Because all the other torrent sites may also be dead in a few months.Anyways, thanks Mininova for all the free content you provided us. Mininova will be limiting itself to its Content Distribution torrents for now and is considering an appeal at the moment.Its highly unlikely that the legal battle can be won.So GoodBye Mininova!!It seems that It wont be long before we will have to say GoodBye to torrents!!<br />
Read the story about the demise of  yet another torrent site at the official blog of <a href="http://mnstat.com/images/blog/index.html">Mininova</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/goodbye-mininova-mininova-goes-legit-after-losing-legal-battle.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 9 -First Details</title>
		<link>http://www.three2tango.com/techcorner/internet-explorer-9-first-details.html/</link>
		<comments>http://www.three2tango.com/techcorner/internet-explorer-9-first-details.html/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 06:00:06 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Internet Explorer9]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=2708</guid>
		<description><![CDATA[With Firefox and Chrome doing very well, Internet Exxplorer is losing ground in the total browser market share.Latest surveys indicate that the open sourced Firefox browser has racked up one fourth of the total browser market share.Add to this the Chrome and the Safari 4.0 browsers and there is reason to believe that Microsoft are feeling the heat in the race for dominance in the browser market shares.As of now, IE are still on top when it comes to percentage of users(largely due to Windows being shipped in with the IE ...]]></description>
			<content:encoded><![CDATA[<p>With Firefox and Chrome doing very well, Internet Exxplorer is losing ground in the total browser market share.Latest surveys indicate that the open sourced Firefox browser has racked up one fourth of the total browser market share.Add to this the Chrome and the Safari 4.0 browsers and there is reason to believe that Microsoft are feeling the heat in the race for dominance in the browser market shares.As of now, IE are still on top when it comes to percentage of users(largely due to Windows being shipped in with the IE pre installed) but the gap between IE and the others are fast closing down.Also European Union recently expressed Anti Thrust concerns about Windows shipping in with a pre installed browser and hence the Windows 7 is now shipped with a ballot screen allowing users to pick the browser of their choice.The fierce competition and the set back from the EU&#8217;s anti thrust campaigns have made Microsoft worry and a reaction was expected.The reaction- the Internet Explorer 9. Microsft announced the Internet Explorer 9 at the Microsoft Professional Developers Conference in Los Angeles.<br />
<script type="text/javascript">// <![CDATA[
             google_ad_client = "pub-6525089797582043"; /* 468x15, created 7/8/09 */ google_ad_slot = "8684679217"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
The IE9 promises a performance boost and better javascript engine. The IE9 will be the first browser to use hardware accelerated rendering for graphics and text. That would mean that Webmaster wont need to modify their code to get performance gains.The Javascript engine has been one of the weak spots in IE but is receiving a major overhaul in IE9. The Acid3 test suites gives IE9 a rating of 32/100. This is impressive when you consider the fact that IE8 was able to get a rating of only 8/100. A jump of 4 times already is a good sign but the fact is that this is very low compared to its competitors. Firefox 3.6 beta already has a rating of 92/100 while the Safari scores 100/100,Opera 85/100 and Chrome scores a perfect 100/100.<br />
Go to <a href="http://acid3.acidtests.org/" target="_blank">Acid3 website </a> to test your browsers performance rating .<br />
All versions of the IE fail the Acid3 test as their scores are very low.Even the already discontinued Netscape Navigator browser scores better than IE at 53/100.However IE9 is much closer to its competitors in the SunSpider test.</p>
<p>The use of hardware accelerated rendering would mean that the IE9 will rely heavily on the PC hardware with the processing moving to the machine&#8217;s graphics chip.Other major tweaks include support for HTML5 and rounded edges on textboxes.Though Microsoft has not given an exact date of launch, The IE9 is not expected until 2011. With Firefox coming with 3.6 soon and Safari and Chrome also doing well, i wont be suprised if the IE loses its top position on the market by 2011.<br />
Read the<a href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx" target="_blank"> official Microsoft blog </a>on the IE9.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/internet-explorer-9-first-details.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweet or else face Arrest!!!</title>
		<link>http://www.three2tango.com/techcorner/tweet-or-else-face-arrest.html/</link>
		<comments>http://www.three2tango.com/techcorner/tweet-or-else-face-arrest.html/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:51:21 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=2703</guid>
		<description><![CDATA[In a bizarre incident in Canada, a man was arrested for failing to tweet!!!THe person-a music executive in Canada. The arrest was made because the man failed to help the police disperse a crowd who had assembled to greet a teenage pop singer.
// 

When thousands of people had gathered to greet the teenage star Justin Bieber,it soon led to pushing and shoving. This is when the police asked the the records company Def Jam to send out a tweet asking for calm.Now when the company failed to do so, the police arrested the vice ...]]></description>
			<content:encoded><![CDATA[<p>In a bizarre incident in Canada, a man was arrested for failing to tweet!!!THe person-a music executive in Canada. The arrest was made because the man failed to help the police disperse a crowd who had assembled to greet a teenage pop singer.<br />
<script type="text/javascript">// <![CDATA[
            google_ad_client = "pub-6525089797582043"; /* 468x15, created 7/8/09 */ google_ad_slot = "8684679217"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><br />
When thousands of people had gathered to greet the teenage star Justin Bieber,it soon led to pushing and shoving. This is when the police asked the the records company Def Jam to send out a tweet asking for calm.Now when the company failed to do so, the police arrested the vice president of the company for charges under endangering the welfare of children and obstructing governmental administration. The incident just proves that how much Twitter has grown and how much it is a part of life in the western countries.<br />
Read the Entire story <a href="http://www.techradar.com/news/internet/man-arrested-for-failing-to-tweet-653007" target="_blank">here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/tweet-or-else-face-arrest.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google SPDY aims to make the web 2x Faster</title>
		<link>http://www.three2tango.com/techcorner/google-spdy-aims-to-make-the-web-2x-faster.html/</link>
		<comments>http://www.three2tango.com/techcorner/google-spdy-aims-to-make-the-web-2x-faster.html/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:02:16 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Tech Corner]]></category>
		<category><![CDATA[Tech Talk]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google SPDY]]></category>

		<guid isPermaLink="false">http://www.three2tango.com/?p=2686</guid>
		<description><![CDATA[Do you find that loading web pages is very slow,even after getting the fastest Broadband Internet connections?Well,many sites have to load so much content that they are ultimately very slow and you end up disgusted and using the &#8220;F&#8221; word more often than not. Well all this could change in the future with Google(who else)&#8217;s coming up with a new application layer protocol to transfer content over the web.
This new protocol named as SPDY (pronounced as SPeeDY) is designed to speed up the content movement over the internet and supposed ...]]></description>
			<content:encoded><![CDATA[<p>Do you find that loading web pages is very slow,even after getting the fastest Broadband Internet connections?Well,many sites have to load so much content that they are ultimately very slow and you end up disgusted and using the &#8220;F&#8221; word more often than not. Well all this could change in the future with Google(who else)&#8217;s coming up with a new application layer protocol to transfer content over the web.</p>
<p>
<a href="http://www.three2tango.com/wp-content/gallery/general/chromium-logo.jpg" title="" class="shutterset_singlepic671" >
	<img class="ngg-singlepic ngg-right" src="http://www.three2tango.com/wp-content/gallery/cache/671_web20_320x240_chromium-logo.jpg" alt="chromium-logo.jpg" title="chromium-logo.jpg" />
</a>
This new protocol named as SPDY (pronounced as SPeeDY) is designed to speed up the content movement over the internet and supposed to be awful lot faster than the familiar HTTP protocol.This speeding up will be done by minimising the latency(or simply put as minimising the time required to sent an empty message from the server to the client browser) through the use of multiplexd streams,request prioritization and header comparison.The SPDY is being developed by Google&#8217;s Chromium development team,who were responsible for the Chrome browser. If the sucess of the Chrome web browser is to be taken into account,the SPDY project will sure be the next big thing in the IT world.</p>
<p><script type="text/javascript">// <![CDATA[
            google_ad_client = "pub-6525089797582043"; /* 468x15, created 7/8/09 */ google_ad_slot = "8684679217"; google_ad_width = 468; google_ad_height = 15;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>
<p>Early research tests conducted on the top 25 sites indicate that the pages load 55% times faster than HTTP.That is a 2x Faster web.The SPDY was unveiled on 12th November with a post to the <a href="http://googleresearch.blogspot.com/2009/11/2x-faster-web.html" target="_blank">Google Research Blog</a>. Check the link to find out more about SPDY.As for the web user,i think interesting times are ahead and hopefully we wont be tearing our heads off at how slow the website is,in the future.I really hope that Google develops this new protocol at the earliest and make it available to the Net community.</p>
<p>We applaud Google for this experiment.First the chrome browser,the chrome OS in the nearby future and now an all new protocol for the web,Google is going all out to improve the web experience!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.three2tango.com/techcorner/google-spdy-aims-to-make-the-web-2x-faster.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

