<?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>Indus Net Technologies Journal &#187; Emerging technologies</title>
	<atom:link href="http://www.indusnet.co.in/blog/offshore-outsourcing/emerging-technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indusnet.co.in/blog</link>
	<description>Indus Net Technologies’ weblog about news, business, design, coding, offshore outsourcing, products, process, and more...</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:14:52 +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>Pros &amp; Cons of Mobile Apps (aka Native Apps) vs Web Apps</title>
		<link>http://www.indusnet.co.in/blog/future-of-mobile-native-apps-vs-web-apps/426/</link>
		<comments>http://www.indusnet.co.in/blog/future-of-mobile-native-apps-vs-web-apps/426/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 05:55:11 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.indusnet.co.in/blog/?p=426</guid>
		<description><![CDATA[Looking into the phenomenal growth of mobile browsing, businesses are shifting their focus to mobile web. Their overall web strategy is gradually leaning towards mobile web. However depending upon the business the mobile strategy will vary. For example a business related to selling products like Amazon or Ebay will have a different strategy then a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Ffuture-of-mobile-native-apps-vs-web-apps%2F426%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Ffuture-of-mobile-native-apps-vs-web-apps%2F426%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Looking into the phenomenal growth of mobile browsing, businesses are shifting their focus to mobile web. Their overall web strategy is gradually leaning towards mobile web. However depending upon the business the mobile strategy will vary. For example a business related to selling products like Amazon or Ebay will have a different strategy then a business offering news to the readers. Whatever be the business, the bigger question while creating mobile strategy is whether to use open standards like HTML, CSS and JavaScript to build the Mobile site or build it as a native Mobile App for the device you are targeting. To start with both Mobile Web App and Native App have their pros and cons. So before you start building the application a thorough evaluation is essential.</p>
<p><a href="http://www.indusnet.co.in/blog/wp-content/uploads/native_apps_vs_web_apps.jpg"><img class="aligncenter size-full wp-image-427" title="native_apps_vs_web_apps" src="http://www.indusnet.co.in/blog/wp-content/uploads/native_apps_vs_web_apps.jpg" alt="Native Apps or Web Apps for Mobile" width="595" height="377" /></a><br />
<span style="text-decoration: underline;"><strong>Difference between Web Apps and Native Apps</strong></span></p>
<p>Before we proceed, let’s understand what exactly is the difference between the 2 types.</p>
<p><strong>Native Apps</strong> are applications specifically designed to run on a particular platform. The whole application is installed in the device and can be executed. They are usually dependent on mobile firmware as well as the Operating System. So an app designed for Android will work only on Android devices and not on an iPhone. It needs to be ported or adapted to iOS to be used in iPhone. These Native Apps are mostly obtained through a marketplace.</p>
<p><strong>Web Apps</strong> are applications which are usually accessed through a web browser and the whole or part of it needs to be downloaded onto the device each time you access it. These are created using open web standard like HTML, CSS and JavaScript. These are usually platform independent. These web apps are loaded automatically in the mobile web browser through the use of sophisticated detection technology when the site is accessed through mobile.</p>
<p>The image below depicts how US smartphone users use Mobile App and Browser for various tasks.</p>
<div id="attachment_432" class="wp-caption aligncenter" style="width: 605px"><a href="http://www.indusnet.co.in/blog/wp-content/uploads/graph.jpg"><img class="size-full wp-image-432" title="graph" src="http://www.indusnet.co.in/blog/wp-content/uploads/graph.jpg" alt="" width="595" height="377" /></a><p class="wp-caption-text">Source: Yahoo! and Ipsos, &quot;Mobile Modes: How to connect with mobile consumers&quot; - Aug 1, 2011</p></div>
<p><span style="text-decoration: underline;"><strong>Pros and Cons of Web Apps &amp; Native Apps</strong></span></p>
<p>Both Native and Web Apps have their pros and cons. A clear understanding of the benefits and demerit of each along with your mobile web strategy will help in choosing one over the other and if requires choosing the both.</p>
<p><strong>Rich User Interface:</strong><br />
Native Apps seamlessly integrate into the device features and provide a rich user experience. They integrate with phone in such a way that gives the feel of built-in functionality of the device. The improvement is mobile web technology is helping the Web Apps to gradually go through a phenomenal change in user interface. But the Native Apps clearly win here.</p>
<p><strong>Connectivity:</strong><br />
Native Apps can be used to some extent even if there is no data connectivity however Web App requires connection to Internet to function. Native App is winner.</p>
<p><strong>Performance:</strong><br />
As Web Apps require HTML and JavaScript rendering they are comparatively slower as compared to similar Native Apps. Native App is winner.</p>
<p><strong>Availability:</strong><br />
The Native Apps are distributed through a marketplace like Android Market or iPhone Apps Store. And these are available subject to Approval. Even if an App is approved now, in future that may be rejected based upon the terms. This dependency of Native App for distribution is a hindrance for Enterprise to go for a Native App for their business application. On the other hand the web app can be accessed from any device without such restrictions. Web App is winner.</p>
<p><strong>Updates:</strong><br />
The updates to Native Apps happen through the market place where as the web app update is instant. The moment you make any changes in the web app users will be able to see the updated features instantly. Web App is winner.</p>
<p><strong>Cost of development:</strong><br />
The most notable advantage of mobile web app is that you build it once and it will be available to all devices irrespective of the configuration and platform with few changes. Native Apps being platform dependent, considerable amount of money has to be spent to develop same App for different platform like Android, iOS, Windows 7 and Blackberry. Web App is a winner here.</p>
<p><strong>Engagement and Branding:</strong><br />
Because of the stronger integration with the mobile platform Native Apps provide a better engagement. Also they help in creating a stronger branding for your business as there will be a dedicated icon of your brand on the mobile device which is used to launch the Native Application. Native App is a winner here.</p>
<p>For further elaborate learning on this <a href="http://www.nofluffjuststuff.com/blog/max_katz/2011/04/mobile_apps_choices_native_apps_vs_web_apps" target="_blank">Max Katz has created a table</a> that shows various differences in various categories between Native App and mobile Web App.</p>
<p><strong>Conclusion:</strong><br />
Thanks to HTML5, CSS3 and jQuery framework like <a href="http://jquerymobile.com/" target="_blank">jQuery Mobile</a> and <a href="http://www.sencha.com/products/touch/" target="_blank">Sencha Touch</a> the gap between a Native App and Mobile Web App is gradually reducing. With few exceptions most of the native apps could be written into Web Apps and can provide almost similar experience. Another form of the App called Hybrid App is also seen now a days which is a web app placed inside a native wrapper. According to <a href="http://blogs.forrester.com/thomas_husson/11-05-03-why_the_web_versus_application_debate_is_irrelevant#comment-11962" target="_blank">Jeff Haydn</a> the Native App and Mobile web are not mutually exclusive and need to co-exist for some time.</p>
<p>Feel free to contact us at info@indusnet.co.in for our advice. We will be more than happy to help without any bias, as we have both capabilities and only suggest the right fit to our clients. You can also visit our mobile section at <a href="http://www.indusnet.co.in/mobile/" target="_blank">http://www.indusnet.co.in/mobile/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/future-of-mobile-native-apps-vs-web-apps/426/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Indus Net Technologies powers Emami Chisel Art&#8217;s online auction platform</title>
		<link>http://www.indusnet.co.in/blog/indus-net-technologies-powers-emami-chisel-arts-online-auction-platform/198/</link>
		<comments>http://www.indusnet.co.in/blog/indus-net-technologies-powers-emami-chisel-arts-online-auction-platform/198/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:39:58 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[News @ Indus]]></category>
		<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/indus-net-technologies-powers-emami-chisel-arts-online-auction-platform/198/</guid>
		<description><![CDATA[Indus Net Technologies has recently completed an art auction website for Emami Chisel Art Private Limited (http://www.emamichisel.com/). The website streamlines the process of online auction and allows registered users to bid on paintings along with the floor bidders, making it a powerful tool for traditional auction houses. Thus the charm of floor bidding remains along [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Findus-net-technologies-powers-emami-chisel-arts-online-auction-platform%2F198%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Findus-net-technologies-powers-emami-chisel-arts-online-auction-platform%2F198%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Indus Net Technologies has recently completed an art auction website for Emami Chisel Art Private Limited (<a href="http://www.emamichisel.com/">http://www.emamichisel.com/</a>).</p>
<p>The website streamlines the process of online auction and allows registered users to bid on paintings along with the floor bidders, making it a powerful tool for traditional auction houses. Thus the charm of floor bidding remains along with the convenience of online bidding for people who cannot make it to the floor.</p>
<p>The site concluded its first auction on 23rd February 2008 with sales for the evening touching Rs 240Â million (US$ 6233766.23). Tribute to Hashmi crossed the $ 1 million mark, creating a record for any Husain ever sold at an auction, with Internet bidding contributing to a sizable portion.</p>
<p>We wish them all the best and renew our commitment to deliver cutting edge solutions to companies around the world.</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/indus-net-technologies-powers-emami-chisel-arts-online-auction-platform/198/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search engines adopting Web2.0</title>
		<link>http://www.indusnet.co.in/blog/search-engines-adopting-web20/203/</link>
		<comments>http://www.indusnet.co.in/blog/search-engines-adopting-web20/203/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 07:45:15 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/search-engines-adopting-web20/203/</guid>
		<description><![CDATA[Yahoo announced that they are opening up their search results for third party data integration. This will allow third party toÂ contribute toÂ Yahoo searchÂ experience and make it more useful for their users. It will be interesting to see how otherÂ webmasters use this open search platform to gain popularity by sharing data with Yahoo, while still retaining [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fsearch-engines-adopting-web20%2F203%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fsearch-engines-adopting-web20%2F203%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.ysearchblog.com/archives/000523.html">Yahoo announced that they are opening up their search results</a> for third party data integration. This will allow third party toÂ contribute toÂ Yahoo searchÂ experience and make it more useful for their users. It will be interesting to see how otherÂ webmasters use this open search platform to gain popularity by sharing data with Yahoo, while still retaining their competitive edge, by virtue of their database, in their respective area. We can expect to experience a long-tail of innovation in days to come. This will help webmasters, visitors and Yahoo! A perfect win-win-win situation.</p>
<p>On the other hand, <a href="http://www.mattcutts.com/blog/adding-new-features-to-google/">Google already have a open platform</a> called <a href="http://www.google.com/coop/">Google Co-op</a>, where anyone can create custom search engine. As per Google Co-op,</p>
<blockquote dir="ltr" style="margin-right: 0px"><p><font face="Arial">&#8220;Google Co-op is a platform that enables you to customize the web search experience for users of both Google and your own website.&#8221;</font></p></blockquote>
<p>Google also offer <font face="Arial"><a href="http://www.google.com/coop/subscribedlinks/">Google Subscribed Links</a> which in their own language they define as: </font></p>
<blockquote dir="ltr" style="margin-right: 0px"><p><font face="Arial">&#8220;Subscribed Links let you create custom search results that users can add to their Google search pages. You can display links to your services for your customers, provide news and status information updated in near-real-time, answer questions, calculate useful quantities, and more&#8221;</font></p></blockquote>
<p dir="ltr"><strong><u>The challenge</u></strong></p>
<p dir="ltr">However, both the services that Google offers, has a great deal of focus on promoting Google, Google Search &#038; Google Subscribed Links. Again, they are not directly making any change in the Google Search (at least it has not be publicly explained how it will effect user experience of a normal search).</p>
<p dir="ltr">Therefore, <a href="http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html?page=1">Google Search or Yahoo Search cannot be termed as true &#8220;user contributed&#8221; or &#8220;Web2.0&#8243; as described by Tom O&#8217;Reilly</a>. People won&#8217;t contribute unless they see that their contribution is making a positive impact in the search pattern and it is visible. In the current state both Subscribed Link and Yahoo Open Search will only help if a user wants to use the <em>enhanced engine</em>. Most Internet users will never switch these engines. Even if they are told the benefit of the plug-ins, how are they supposed to select the ones which will help them from a collection of thousands of user contributed plug-in channels? And what happens when new plug-ins come out?</p>
<p dir="ltr"><strong><u>Suggested solution</u></strong></p>
<p dir="ltr">If search engines want to go the Web2.0 way with user contribution enhancing the overall experience and defining the way search engines display results, they need to bring user contributions to the mainstream. I feel that themed searchesÂ areÂ the way to go. Google / YahooÂ shall classify a particular user contributed plug-in into a theme. When a visitor wants to search for a business, he may choose a &#8220;Finding a business&#8221; theme. On a contrary when a visitor wants to learn about the subject he may choseÂ the &#8220;Tutorial&#8221; theme.</p>
<p dir="ltr">Let us see an example.</p>
<p dir="ltr">We search for a very competitive keyword &#8211; &#8220;web design&#8221;. This is the result we get.</p>
<p dir="ltr"><img src="http://www.abhishekrungta.com/uploads/Image/web-design(1).gif" /></p>
<p dir="ltr">If you see, there are three different intents that the search result satisfies. A person might be searching &#8220;web design&#8221; because he:</p>
<ul dir="ltr">
<li>
<div style="margin-right: 0px">Want to find a web design company (blue marker)</div>
</li>
<li>
<div style="margin-right: 0px">Want to learn web design (red marker)</div>
</li>
<li>
<div style="margin-right: 0px">Get web design resources (green marker)</div>
</li>
</ul>
<p dir="ltr">All three intents are very different. Most people do not type-in their <em>intent</em> in the search box to make it a specific search, because they are not <em>specialists</em> in using search engines. Therefore, a search engine should suggest a possible intent and display results only related to the given theme. The theme model can best work when they are formed based on a collection of user generated plug-ins. Thus user generated content can find its way to the end user in an organized way.</p>
<p dir="ltr">It goes without saying that pulling in the user generated contentÂ directly into the main search result has its challenge of weeding out spam. But this seems to be the most logical way as of now.Â </p>
<p dir="ltr">Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/search-engines-adopting-web20/203/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 working draft released</title>
		<link>http://www.indusnet.co.in/blog/html-5-working-draft-released/195/</link>
		<comments>http://www.indusnet.co.in/blog/html-5-working-draft-released/195/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 11:59:20 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/html-5-working-draft-released/195/</guid>
		<description><![CDATA[W3C HTML Working Group has recently released HTML 5 working draft. This is a very important step forward; the same is available for review and comment at http://www.w3.org/TR/2008/WD-html5-20080122/ The new standard addresses the need of web application developers in more pro-active way: Basic template facility has been implemented with facility to repeat elements There are [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fhtml-5-working-draft-released%2F195%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fhtml-5-working-draft-released%2F195%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>W3C <a href="http://www.w3.org/html/wg/" target="_blank">HTML Working Group</a> has recently released HTML 5 working draft. This is a very important step forward; the same is available for review and comment at <a href="http://www.w3.org/TR/2008/WD-html5-20080122/" target="_blank">http://www.w3.org/TR/2008/WD-html5-20080122/</a></p>
<p>The new standard addresses the need of web application developers in more pro-active way:</p>
<ul>
<li>Basic template facility has been implemented with facility to repeat elements</li>
<li>There are also new elements for navigation, headers, footers, figures, and dialog</li>
<li>Client-side persistent storage functionality (JavaScript APIs for key/value pairs &#038; embedded SQL databases)</li>
<li>Support for server-sent events, which will facilitate persistent connections to remote data sources</li>
</ul>
<p>Some old features like frames have been removed.</p>
<p>Let us see how soon new browsers start supporting these new features of HTML 5. Currently the Opera browser has the best support (though it does not support all features) for HTML 5.</p>
<p><u>Footnote:</u></p>
<p>There is an overall trend to make HTML more developer friendly so that complex web applications are developed as per W3C standards and are compatible on different browsers on different mediums. With Bill Gate&#8217;s prediction coming in about different shapes and sizes of computers in this decade which will make computers more intuitive (like the table PC), this seems to be moving in the right direction.</p>
<p>So let&#8217;s think, how your website will look and take shape (as per device specific browser compatibility) when displayed on a coffee table as the people sitting around it mumble the name of your company!</p>
<p>Abhishek</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/html-5-working-draft-released/195/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 6.0 / Falcon is Here</title>
		<link>http://www.indusnet.co.in/blog/mysql-60-falcon-is-here/164/</link>
		<comments>http://www.indusnet.co.in/blog/mysql-60-falcon-is-here/164/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 07:47:48 +0000</pubDate>
		<dc:creator>Mukul Gupta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/mysql-60-falcon-is-here/164/</guid>
		<description><![CDATA[MySQL 6.0 Alpha version has been announced on September 4&#8242; 2007. The actual production ready version is slated to be launched sometime on mid-2008. So, it will be sometime before your business can benefit from it but ourÂ developer community will take notice and start playing with it. MySQL 6.0 features a new database engine called [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fmysql-60-falcon-is-here%2F164%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fmysql-60-falcon-is-here%2F164%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>MySQL 6.0 Alpha version has been announced on September 4&#8242; 2007. The actual production ready version is slated to be launched sometime on mid-2008. So, it will be sometime before your business can benefit from it but ourÂ developer community will take notice and start playing with it.</p>
<p>MySQL 6.0 features a new database engine called &#8220;Falcon&#8221;. MySQL has been working on it since Feb&#8217;2006 when it acquired a company called Netfrastructure. With this acquisition came Jim Starkey who is created of InterBase database and has helped in the Falcon effort. Here is why it is cool:</p>
<p><strong><u>Full Acid Compliance<br />
</u></strong><a href="http://databases.about.com/od/specificproducts/a/acid.htm">Acid compliance</a> has to be at the core of any database if has to be taken seriously and adopted in any business. Falcon manages transactions through a multi-generational approach in which only committed data is stored in the database.</p>
<p><strong><u>Built for Speed<br />
</u></strong>Falcon manages all transactional activity in memory (with optional paging to disk if necessary) so allÂ requests are serviced from the memory instead of reading it from the disk, which makes it very fast. In addition, <a href="http://en.wikipedia.org/wiki/Rollback_(SQL)">rollbacks</a> of even the largest transactions are accomplished in a near instantaneous manner.</p>
<p><strong><u>Row Level Caching</u></strong><br />
FalconÂ has a distinct memory cache called the Record Cache that differs from traditional database caches in that it only holds the necessary rows being requested by end user queries instead of full database pages that may or may not have data being asked for via SQL queries. This equates to more efficient memory utilization plus it ensures needed data stays hot/resident in memory all the time. Â </p>
<p><strong><u>Multi-Threaded System</u></strong><br />
Multi-threading is requiredÂ for parallel execution which leads to superior performance. Falcon&#8217;s design takes advantage of multi-core systems to provide parallel execution of user and service threads. Falcon uses fine-grained multi-threading to increase parallelism with locking on internal structures being done at a low level. In some cases, two threads can change different attributes of the structure at once, because the attributes are separately lockable</p>
<p>The Falcon engine currently has following limitations:</p>
<ol>
<li>A single database limit is 110TB</li>
<li>Each table is limited to 32,000 columns</li>
<li>Each table is limited to 4 billion rows</li>
</ol>
<p>These limitations is more than luxury for full 99.99% of web-apps and we don&#8217;t see anyone hitting that limit anytime soon. You can start learning about Falcon from <a href="http://dev.mysql.com/tech-resources/articles/falcon-transactional-engine-part1.html">over here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/mysql-60-falcon-is-here/164/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon FPS takes PayPal by its horns</title>
		<link>http://www.indusnet.co.in/blog/amazon-fps-takes-paypal-by-its-horns/140/</link>
		<comments>http://www.indusnet.co.in/blog/amazon-fps-takes-paypal-by-its-horns/140/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 05:58:11 +0000</pubDate>
		<dc:creator>Mukul Gupta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/amazon-fps-takes-paypal-by-its-horns/140/</guid>
		<description><![CDATA[Amazon has officially launchedÂ its must awaited payment gateway service. Unlike Google Checkout, this is not a copy of Ebay owned PayPal. There are very bright chances that Amazon will make Ebay a bitÂ uncomfortable as it has got a powerful incentive for merchants to signup for its service.Â PayPal basically charges its merchants the same transaction fees [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Famazon-fps-takes-paypal-by-its-horns%2F140%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Famazon-fps-takes-paypal-by-its-horns%2F140%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Amazon has officially launchedÂ its must awaited <a href="https://payments.amazon.com/sdui/sdui/index.htm">payment gateway service</a>. Unlike Google Checkout, this is not a copy of Ebay owned PayPal.</p>
<p>There are very bright chances that Amazon will make Ebay a bitÂ uncomfortable as it has got a powerful incentive for merchants to signup for its service.Â PayPal basically charges its merchants the same transaction fees for processing credit card transactions as well direct bank debits. Now, direct bank debit charges that PayPal has to pay in turn to the banks are not as high as the charges that are required to be paid to VISA or MasterCard when a credit card is charged. Thus, PayPal makes much profit with Direct Bank debits which consequentially is has made the default method. Amazon wants to charge its merchants a seperate transaction fees based by the type of transaction they do, this will make it more profitable for the merchants to sign-up with Amazon as they will pay lower fees for bank debits and Amazon balance transfers.</p>
<p>Here is what Amazon has said:</p>
<blockquote><p>Additionally, Amazon FPS exposes a different fee structure for each of the underlying payment methods enabled: credit cards, bank account debits, and Amazon Payments balance transfers. Amazon&#8217;s cost to process a payment through a bank account debit is less than our cost via credit card. Our cost for processing an Amazon Payments balance transfer is less still. By exposing different fees for each of these three methods, we can pass on savings from bank account debits and balance transfers, allowing developers to save money. In each case, we take on the complexity of managing security and fraud protection.</p></blockquote>
<p>Thus, there is a big advantage for merchants to use Amazon FPS. This is why Amazon has highlighted this several times in their FPS page. Here are some other things:</p>
<ol>
<li>Amazon customers can use their in-built profiles for accessing its service. So, there is for re-enter card, shipping information.</li>
<li>It&#8217;s a pure webservice that has been targeted at developers rather than being a web-front. There is a strong incentive to leverage it as a platform to build innovative new applications.</li>
</ol>
<p><strong>Will it be more profitable than PayPal?</strong></p>
<p>No Likely! Hold on to your eBay stocks, the <a href="http://finance.google.com/finance?q=ebay">markets show no change</a> in its trading price by Amazon&#8217;s announcement and there is a good reason why. Let me explain:</p>
<p>The money in Payment Gateway business does not lie in membership fees but in transaction fees. This is the money that you as merchant as to pay to the payment gateway on every transaction.</p>
<p>PayPal allows funding of account and storing of money in that account. This money pressumably lies in PayPal&#8217;s bank account where is generates interest for PayPal but, a Merchant is loosing interest if it keeps money in PayPal account vs keeping it in a savings/checking account. In case of a PayPal to PayPal transaction i.e. one merchant is using its <em>funded account</em>Â  to pay another merchant, Paypal charges the transaction fees again to the merchant who is receiving the money but guess what ?, its an internal transaction so all of that money is pure profit. So PayPal has two extra channels of making money!</p>
<p>That&#8217;s a secret that will keep PayPal ahead of both Amazon and Google for many more days. Lets waitÂ and see if PayPal starts to offer flexible transaction fees. As one of the biggest customers of PayPal in India, I guess we will be very happy. We cannot shift to Amazon immediately becuase of one major shortcoming as listed <a href="https://payments.amazon.com/sdui/sdui/about?makepayment">here</a>:</p>
<blockquote><p>Credit cards currently accepted by Amazon Payments are Visa, MasterCard, Discover, American Express, and Diners Club.</p>
<p>You may also use a bank account to make payments using Amazon Payments. Only U.S. bank accounts may be used and a verification process must be completed before the bank account can be used as a payment method.</p></blockquote>
<p>We simply have too many customers outside US who pay us via PayPal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/amazon-fps-takes-paypal-by-its-horns/140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ideas are useless. Execution is what matters!</title>
		<link>http://www.indusnet.co.in/blog/ideas-are-useless-execution-is-what-matters/133/</link>
		<comments>http://www.indusnet.co.in/blog/ideas-are-useless-execution-is-what-matters/133/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 14:10:41 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Management]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/ideas-are-useless-execution-is-what-matters/133/</guid>
		<description><![CDATA[How many times have you heard? He is successful because he has the first mover advantage. I have a bright idea. I will seek venture funding and make it BIG! There are so many simmilar businesses around? There will be a lot of competition for my new business. I bet, you must have come across [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fideas-are-useless-execution-is-what-matters%2F133%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fideas-are-useless-execution-is-what-matters%2F133%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>How many times have you heard?</p>
<ul>
<li>He is successful because he has the first mover advantage.</li>
<li>I have a bright idea. I will seek venture funding and make it BIG!</li>
<li>There are so many simmilar businesses around? There will be a lot of competition for my new business.</li>
</ul>
<p>I bet, you must have come across a variant of one of these statements.</p>
<p>They all signify the general perception that a unique idea (or a first mover advantage, or an invention) is the core of a business. Actually this is not true.</p>
<p>Ideas are important. In fact, a business to keep its edge in the industry need to keep re-inventing itself and come up with new ideas, variance, reasons-to-do-business-with and disruptive trends to gain a leading position or maintain his leadership.</p>
<p>Ideas are the fundamental inputsÂ for running a business. They are nothing special. If you cannot think out of the box, or come up with something unique on an ongoing basis, forget about succeeding in this cut-throat competitive economy. It is not for the light hearted ones.</p>
<p>But hold on. The process is execution! There cannot be an output without the process. The output will remain equal to the input if there is no process! It is a pity to see so many people burn midnight oil and hundreds of hours in defining, refining and protecting their idea, but they hardly take the first step forward to execute the same.</p>
<p>History is full of examples where visionary companies have emerged from innovation and smart execution of ideas which were conceived by someone else or invented by someone else.</p>
<ul>
<li>Microsoft didnt invented operating systems</li>
<li>Apple didnt invented GUI</li>
<li>GoogleÂ was not the first search engine</li>
<li>Dell was not the first desktop manufacturer</li>
<li>Infosys was not the first outsourcing company</li>
<li>Dhirubhai Ambani didnt set up the first polyster manufacturing unit in the world</li>
</ul>
<p>The list is endless..</p>
<p>What these guys did and what is important is: <strong>See the Gap! </strong></p>
<p>Nothing is perfect. Things happen in a given way which is good, may be better, but never the best. You can always better the effort by finding the gap what makes it imperfect. For a momentÂ think of an &#8220;ideal scenario&#8221; and how it differs from what you are seeing today in a given context. Are you happy with everything?Â You cannotÂ be.Â Its a utopian scenario.</p>
<p>If you see with a consumers&#8217; point of view, you will be able to see a gap almost everywhere, everytime and with everything! So if you want to really make the next big search engine &#8211; find the gap &#8211; find the pain &#8211; find the imperfection. And hey &#8211; you have an idea! It&#8217;s so easy.</p>
<p>Now whats next!</p>
<ul>
<li>Validate your idea. See if it offers value to its stakeholders and create win-win synergy?</li>
<li>Plan for the execution of theÂ idea, but keep yourself flexible about its implementation and nitty-grittys.</li>
<li>Plan for the risks. Risks can never be avoided. They can be managed.</li>
<li>Set achievable targets and take youir first step.</li>
</ul>
<p>All this really means &#8211; <strong>Take action!</strong></p>
<p>So, when you can create idea at random (like an idea factory), you can always differenciate. And when you can differenciate and make things better &#8211; go ahead and do it. Take action.</p>
<p>Take baby steps. But try to walk. And soon you will be able to run.</p>
<p>Microsoft was a visionary company. It saw the potential in the business of operating systems. It harnessed its power and made it available for masses in form of DOS. They marketed it well and went on from becoming an innovator (mind you &#8211; not an inventor) to a world class company.</p>
<p>Google found that people are not getting the right results and they feel frustrated while searching for what they want on internet. They deviced algorithm which solved the problem. I bet when they started off, it was not a code as complex as you will have in spaceships! But they kept innovating, removing gaps as they saw them.</p>
<p>Social networking concept was initially mastered by a site called Friendster. However there are many more websites who have followed the same fundamental principle and improvised on that to achieve more fame and hiher valuation.</p>
<p>IÂ am like a friend to most of my clients. When I speak to them, I always have this advice at the back of my mind. I advise them to do things differently to make it better in small increments based on those small ideas that you can generate at your will. To start taking the first steps towards a better web-application or a better business model. I am a strong advocate of compunding of small improvements done over a period of time to result in a considerable net effect.</p>
<p>So, its all about seeing the gap. Building small bridges and walking over them to leave your competition behind.</p>
<p>I look forward to see you all at the top at the game &#8211; ahead of the guys who invented the same.</p>
<p>Best of luck!</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/ideas-are-useless-execution-is-what-matters/133/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social Networking 3.0</title>
		<link>http://www.indusnet.co.in/blog/social-networking-30/125/</link>
		<comments>http://www.indusnet.co.in/blog/social-networking-30/125/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 10:46:37 +0000</pubDate>
		<dc:creator>Mukul Gupta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/social-networking-30/125/</guid>
		<description><![CDATA[Google has sponsoredÂ  a projectÂ for the Master&#8217;s program at Carnegie Mellon University&#8217;s Human-Computer Interaction Institute for development of a new-age social networking platform. While the big goal is to transformÂ online social networking, the current objective is to build a working prototype whose goal is : To create a system for users to seamlessly share, view, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fsocial-networking-30%2F125%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fsocial-networking-30%2F125%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Google has <a href="http://www.hcii.cs.cmu.edu/M-HCI/2006/SocialstreamProject/index.php">sponsoredÂ  a project</a>Â for the Master&#8217;s program at Carnegie Mellon University&#8217;s Human-Computer Interaction Institute for development of a new-age social networking platform. While the big goal is to transformÂ online social networking, the current objective is to build a working prototype whose goal is :</p>
<blockquote><p>To create a system for users to seamlessly share, view, and respond to many types of social content across multiple networks</p></blockquote>
<p>For this purpose they conducted a research onÂ usage of social networking websites andÂ here is what they have to say:</p>
<ul>
<li>Gender: Men prefer entertainment while women prefer to focus on connections.</li>
<li>Age: Older users want something productive while younger users want something social.</li>
<li>Strength of Online Relationships: The Internet supports acquaintance relationships much better than close friendships</li>
</ul>
<p>While I would love to argue here, but I will give them the benefit of doubt becuase the purpose is social networking which is not strictly limited to business networking. Here are some more points which I think are very revealing:</p>
<ul>
<li>Similarity and interests become more important online than physical proximity</li>
<li>Social network usage is contagious. People join on a single suggestion, but require more motivation to continue use.</li>
<li>The connections listed in any single online service are incomplete.</li>
<li>Simple connections do not mirror the complex nature of real relationships</li>
</ul>
<p>I interpret this in following ways:</p>
<ul>
<li>Building regional social networking sites is not a good idea but building a social networking site around a niche interest may be a success recipe.</li>
<li>You need to be innovative in order to get people to come to your site often.</li>
<li>Seeing someone with only 5 connections does not mean that they are not socially active.</li>
<li>Relationships are dynamic, thus theÂ testimonials that you seeÂ from 6 months backÂ may not be valid today. Infact, I think all sites should allow a more dynamic rating of user profiles.</li>
</ul>
<p>You can see the published list of features <a href="http://www.hcii.cs.cmu.edu/M-HCI/2006/SocialstreamProject/features.php">over here</a>.</p>
<p>I think the greatest point about socialstream will be that it will allow integration and aggregration all community channels like Youtube and Blogger. Basically, it means that if I am your contact and I update a blog post on blogger or upload a video on YouTube, you are going it see it right from the SocialStream.</p>
<p>I am not sure if the application is also intended to capture content from places outside google network but they have hinted thats its on their radar by saying:</p>
<blockquote><p>Socialstream would be based on a unified social network (USN), a single network that provides social data to other sites as a service. A service model allows many social networks to be linked together, letting them share both content and the nature of the relationships of the people who use them. A USN would, in practice, be invisible. All participating sites would simply share information through it. While the centralization of social information would enhance all applications that use it, the USN&#8217;s own interface would be very simple, perhaps only focusing on preferences and privacy controls that applied everywhere. Socialstream represents one possible way of accessing the information spread across participating networks.</p></blockquote>
<p>Well, realistically speaking, SocialStream is still a university project and its not indicated whether or not it will be adopted by Google. Lets keep a watchout for it anyways !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/social-networking-30/125/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline Web Applications with Google Gears</title>
		<link>http://www.indusnet.co.in/blog/offline-web-applications-with-google-gears/124/</link>
		<comments>http://www.indusnet.co.in/blog/offline-web-applications-with-google-gears/124/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 08:00:56 +0000</pubDate>
		<dc:creator>Mukul Gupta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/offline-web-applications-with-google-gears/124/</guid>
		<description><![CDATA[Web Applications is all about having a constant internet connection. The traditional methods of GET and POST requires the page to refresh everytime you need to interact with the database and it posed serious limitations on how web based applications were used and delivered. Then came AJAX, it brought with it the capacity to interact [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Foffline-web-applications-with-google-gears%2F124%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Foffline-web-applications-with-google-gears%2F124%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Web Applications is all about having a constant internet connection. The traditional methods of GET and POST requires the page to refresh everytime you need to interact with the database and it posed serious limitations on how web based applications were used and delivered. Then came AJAX, it brought with it the capacity to interact with the database without having to reload/refresh the page. It gave desktop type look and feel to web applications and it fuelled the whole Web 2.0 revolution. But still , you need a live connection with the database and the webserver in order for it to work.</p>
<p>How about a situation when you update the website offline and then synchronize it online ? Would&#8217;nt your web application work just like desktop application? Yummy..!</p>
<p>Google is attempting to answer the prayers by releasing Google Gears. Its basically a browser extension available for IE 6+ and Firefox 1.5+ that promises to make web applications work offline. It consists of three crucial components:</p>
<p>1. A local server to cache on-line server resources like Images, HTML, CSS, JavaScript etc<br />
2. A local database (<a title="Official SQLite website" href="http://www.sqlite.org/">SQLite</a>) to store and access data <u>from within a browser<br />
</u>3. A threading mechanism, to makeÂ applications perform better by doing expensive operations in the background</p>
<p>The official gears website states that they are working on creating the plugin available for browsers like Safari on Mac OS X but any tentative release date is not yet publicly available. Gears is not a plug and play thing, its an API availableÂ via a browser plug-in, thus, it means that in order to benefit from offline caching , the website needs toÂ invoke the API explicitly.</p>
<p>Having a database in a plug-in does not means that its of little use, this is infact a full-featured database which means you can have a lot of relational tables, perform complex queries using joins or use full-text search features.Â A security feature also ensures that the database can only be by domain for which it was created, thus chances of hacking is not there.</p>
<p>Here is the big questionÂ  &#8211; Will Gears get Hot ? Personally I dont think this will get much attention from business community becuase of following reasons:</p>
<ol>
<li>Its a plug-in which needs to be installed explicitly, not all users will want to do that.</li>
<li>It adds another layer of abstraction to the system which is very complex to handle.</li>
<li>You need to download the data before you can use it offline, synchronization operations are very complex becuase they are dependent on persistent internet connection. Add multi-user update to it and you got a whole new dimension of problem to think of.Â  Dont take this point lightly, if you have a multi-user, multi-point update scenario then handing offline updates will be a nightmare from hell.</li>
<li>The whole notion of off-line is not going to liveÂ after another 3 years of so. 50% of US is already on broadband.</li>
</ol>
<p>So why did google build it?</p>
<p>That a tricky question, But I think offline update of adverts, keywords etc by individual advertisers may have something to do with it.Â  The advertisers wont mind a plugin and google wont mind freeing up some server resources from all the those reports which will be generated offline. Talk about a win-win situationÂ ;)</p>
<p>Anyways, for now gears is comfortably sitting inside my browser. May be someday, while wandering across the internet, I will bump into a real gears application. If it does&#8217;nt happen anytime soon then , I will have to un-install it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/offline-web-applications-with-google-gears/124/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future of Internet marketing &#8211; Converting NEED to WANT</title>
		<link>http://www.indusnet.co.in/blog/future-of-internet-marketing-converting-need-to-want/113/</link>
		<comments>http://www.indusnet.co.in/blog/future-of-internet-marketing-converting-need-to-want/113/#comments</comments>
		<pubDate>Fri, 25 May 2007 10:56:29 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Emerging technologies]]></category>
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/future-of-internet-marketing-converting-need-to-want/113/</guid>
		<description><![CDATA[Today, Internet marketing fundamentally works on three principles - 1. PULLÂ prospects (Targeting people with the NEED for the product) 2. Converting NEED to WANT 3. CLOSE the sale Search engines are the best place to get the &#8220;pull prospects&#8221;Â that NEED the product or service you sell. The reason that they have been searching for your [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Ffuture-of-internet-marketing-converting-need-to-want%2F113%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Ffuture-of-internet-marketing-converting-need-to-want%2F113%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Today, Internet marketing fundamentally works on three principles -</p>
<p>1. PULLÂ prospects (Targeting people with the NEED for the product)</p>
<p>2. Converting NEED to WANT</p>
<p>3. CLOSE the sale</p>
<p>Search engines are the best place to get the &#8220;pull prospects&#8221;Â that NEED the product or service you sell. The reason that they have been searching for your keyword related to your product and the reason they clicked their way to your website clearly signifies an &#8220;expression of interest&#8221;.</p>
<p>The major focus of all webmasters (smart ones) is on the &#8220;targeted visitors&#8221; of &#8220;qualified prospects&#8221;. Ten visitors whoÂ NEED widgets are far more valuable than 1000 visitors who might be surfing at 3 am just to kill time! It is a great innovation on part of pay-per-click (PPC) search engines that they bridge the gap between buyers and providers.</p>
<p>If I step into a buyer shoe, I know that if I go to aÂ PPC engine, I will get active companies (instead of information sites), they will have well designed sites and will be responsive! Many search engines who are notÂ PPC are including results of well establishedÂ PPC engines giving a wider reach to the advertiser.</p>
<p>With the increasing influence of pay-per-click search engines, &#8220;targeted and qualified visitors&#8221; are becoming a commodity which a webmaster can buy off the shelf to give a head-start to his business within few minutes.</p>
<p>So, as the PULL process becomes a commodity, the emphasis is surely shifting towards <strong>conversion</strong> and <strong>closing</strong>.</p>
<p>The conversion process will primarily need a persuasive copy (styles may differ greatly) which will convert the NEED into the WANT for the product. The person who has been searching for the given product on internet has landed on your page.</p>
<p>Now think &#8211;Â </p>
<ul>
<li>Does he emotionally WANT to buy the product?</li>
<li>Is there enough reasons and emotions for him to commit to the product purchase? Are you giving him these reasons as a provider of the product?</li>
<li>Is he convinced that the given product and the provider behind the product (you) will solve the problem at hand?</li>
<li>Is he comfortable doing business with the provider?</li>
<li>Does he trust you to deliver the solution?</li>
<li>Is this NEED on the top of his priority list?</li>
</ul>
<p>This is the reason, even when a person NEEDS a given product; he looks around till he WANTS to buy the same. This happens when the mental-blocks are cleared and the buyer is at peace.</p>
<p>So, considering the above situation, the two most important upcoming service areas will be:</p>
<p>1. Persuasive copy writing (conversion)</p>
<p>2. Improving uninterrupted closure (online + offline)</p>
<p>Indus Net Technologies is working tirelessly to bring up &#8220;Persuasive copy writing&#8221; service with its content development team, also branded as content2please.com. It is expected to be launched sometime in July 2007.</p>
<p>So keep tuned in!</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/future-of-internet-marketing-converting-need-to-want/113/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

