<?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; Reviews</title>
	<atom:link href="http://www.indusnet.co.in/blog/offshore-outsourcing/reviews/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>SEO Software Tools &#8211; An important element of your SEO strategy</title>
		<link>http://www.indusnet.co.in/blog/online-seo-software-tools/306/</link>
		<comments>http://www.indusnet.co.in/blog/online-seo-software-tools/306/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 06:16:39 +0000</pubDate>
		<dc:creator>santanum</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[seo monitoring]]></category>
		<category><![CDATA[seo outsourcing]]></category>
		<category><![CDATA[seo software tool]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/?p=306</guid>
		<description><![CDATA[Do you want your site to rank in the first page of top search engines and lure the best traffic in the online domain? Well, a competent Search Engine Optimisation (SEO) process can increase the chance of your site to achieve the top ranking. In simple terms, SEO or Search Engine Optimisation is a process [...]]]></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%2Fonline-seo-software-tools%2F306%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fonline-seo-software-tools%2F306%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Do you want your site to rank in the first page of top search engines and lure the best traffic in the online domain? Well, a competent Search Engine Optimisation (SEO) process can increase the chance of your site to achieve the top ranking.</p>
<p>In simple terms, SEO or Search Engine Optimisation is a process which improves the visibility of a site in various search engines through organic and paid search results. It is a major part of Internet Marketing and targets various searches related to image, video, audio or local searches. There are number of steps involved like site analysis, strategy framing, its implementation, result tracking and measurement. Optimization can be onsite as well as offsite. Onsite optimization includes the content editing with respect to the targeted keywords whereas the offsite involves link building and submission of the site to various directories of different search engines. The entire process can be overwhelming at times! To make life simpler, <a href="http://www.indusnet.co.uk" target="_blank">SEO activities can also be outsourced</a> to a competent agency.</p>
<p>Keeping and maintaining track of the results is a bit time consuming and lengthy, but is necessary for framing the right strategies and sustaining your site rankings on a continuous phase. This measurement of the result is done through various tools such as Google analytics, Woorank tool or SiteReportCard tools. Lots of onsite, offsite and domain related parameters can be judged through them. Hence it takes lot of time for organizing such results. There are a number of SEO software tools that are available online and you have to make use of them accordingly. Some of the widely used tools are</p>
<ul>
<li>Ranking Checker</li>
<li>Fiddler Web Debugging Tool</li>
<li>SEO Analyzer</li>
<li>SEO for Firefox</li>
<li>XENU&#8217;s Link Sleuth,</li>
<li>Keyword Density Tool</li>
<li>Prominence Tool</li>
<li>Google Ad-words tool</li>
</ul>
<p>Starting from site monitoring, competitor analysis, keyword research, finding link partners to offering handy SEO advice, you can get an array of features from these SEO tools. In addition, these tools also help in deciphering the most popular pages that are being searched and visited, the Text to HTML ratio, the image detail, site w3c validation, site compliance to different browsers and many more. Certain off-site analysis of the back links can also be analysed, along with the site load time.</p>
<p>Based on your requirement, you have to make use of the features and benefits of the <a href="http://www.analyticsseo.com/seo-features" target="_blank">SEO software tools</a>. The above mentioned tools can only serve a specific purpose at one time. Whereas if you are looking for a multi-dimensional tool that brings most of the things together and help you correlate things better, you need an integrated SEO software. We highly recommend <a href="http://www.analyticsseo.com" target="_blank">AnalyticsSEO</a> for this purpose.</p>
<p>Once you are able to get through, there will be no looking back. Your chances of getting the best traffic and excellent ranking will be enhanced. Let us know how did you get along!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/online-seo-software-tools/306/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Induna.com &#8211; Another successful venture blooms.</title>
		<link>http://www.indusnet.co.in/blog/indunacom-another-successful-venture-blooms/229/</link>
		<comments>http://www.indusnet.co.in/blog/indunacom-another-successful-venture-blooms/229/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 11:54:29 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[News @ Indus]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/indunacom-another-successful-venture-blooms/229/</guid>
		<description><![CDATA[Indus Net Technologies has always taken pride in working with companies through their struggle till they succeed (and of course after that). Today, when I picked up the newspaper, I was thrilled to see that media has discovered another poster-boy of the Kolkata dotcom industry, for whom we have worked very closely for over one [...]]]></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%2Findunacom-another-successful-venture-blooms%2F229%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Findunacom-another-successful-venture-blooms%2F229%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 always taken pride in working with companies through their struggle till they succeed (and of course after that).</p>
<p>Today, when I picked up the newspaper, I was thrilled to see that media has discovered another <em>poster-boy</em> of the Kolkata dotcom industry, for whom we have worked very closely for over one year. I am talking about Induna.com, a venture headed by Aadarsh Agarwal and his brother Siddhant Agarwal.</p>
<p>Read the full story here:<br />
<a href="http://www.telegraphindia.com/1081222/jsp/calcutta/story_10265245.jsp">http://www.telegraphindia.com/1081222/jsp/calcutta/story_10265245.jsp</a></p>
<p>Indus Net Technologies is proud to be closely associated with the project as the technology provider. We have worked with Aadarsh through the blueprint of the website, leading to design and development of the website. Our relationship does not end here. We also do on-going maintenance and updates for the website to keep them at the cutting edge.</p>
<p>On a personal front, Aadarsh is a good friend, with whom I share several intense discussion on business philosophy, strategy and ideology. The interesting part of the story is that he knew he will be successful. His confidence is contagious. He has very strong work ethics and he is never shy from helping another person!<br />
Things to learn from Aadarsh and Siddhant:</p>
<ul>
<li>Be persistent.</li>
<li>Give your best shot.</li>
<li>Never compromise on customer experience.</li>
</ul>
<p>I think Aadarsh has excellent thought leadership about online retailing and I am expecting him to start his own blog soon. Aadarsh &#8211; do you hear me?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/indunacom-another-successful-venture-blooms/229/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hilarious copyright infringement</title>
		<link>http://www.indusnet.co.in/blog/hilarious-copyright-infringement/206/</link>
		<comments>http://www.indusnet.co.in/blog/hilarious-copyright-infringement/206/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 08:23:47 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[News @ Indus]]></category>
		<category><![CDATA[Offshore outsourcing]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/hilarious-copyright-infringement/206/</guid>
		<description><![CDATA[There are hundreds of companies who are copying us &#8211; our business model, our web site design, our style of doing business, etc. Though we do not like it, we consider it as a form of appreciation and ignore most of the times. However this one stumps everyone else! ThisÂ hilarious copyright infringement wasÂ done byÂ a &#8220;reputed&#8221; [...]]]></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%2Fhilarious-copyright-infringement%2F206%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fhilarious-copyright-infringement%2F206%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There are hundreds of companies who are copying us &#8211; our business model, our web site design, our style of doing business, etc. Though we do not like it, we consider it as a form of appreciation and ignore most of the times.</p>
<p>However this one stumps everyone else! ThisÂ hilarious copyright infringement wasÂ done byÂ a &#8220;reputed&#8221; Kolkata based company. They wentÂ to the limit ofÂ copying our D&#038;B number which is a unique number assigned to a company by Duns &#038; Bradstreet.</p>
<p><img src="http://www.talash.net/blog/wp-content/duns-webguru.gif" /></p>
<p>The DUNS number 91-848-3439 belongs to Indus Net Technologies and it can be independently verified with D&#038;B (which of course is a reputed agency).</p>
<p>While copying (or let us say ripping off) our website, they even copied our DUNS number and are openly publishing it on their website. The funniest part is that they continue to do this even after getting a legal notice!Â I salute their arrogance. I hope they do not pass on the blame to their designer. They have given full support to this illegal activity by ignoring the legal notices sent to them. So IÂ  wish that the ignorant designer is not fired who did what he was asked to do &#8211; i.e. to copy our website content and use.</p>
<p>Best of luck to them! This won&#8217;t help in growing the company for long.</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/hilarious-copyright-infringement/206/feed/</wfw:commentRss>
		<slash:comments>3</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>ArtzMania features Design2Please.com</title>
		<link>http://www.indusnet.co.in/blog/artzmania-features-design2pleasecom/200/</link>
		<comments>http://www.indusnet.co.in/blog/artzmania-features-design2pleasecom/200/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 16:45:44 +0000</pubDate>
		<dc:creator>Anindya</dc:creator>
				<category><![CDATA[News @ Indus]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/artzmania-features-design2pleasecom/200/</guid>
		<description><![CDATA[Few months back, one of our ventures Design2Please.com had been covered by ArtzMania.com, a popular e-magazine amongst designers and design lovers across the globe. We are honored that ArtzMania has featured our portfolio in their e-mag. Thank you! It can be downloaded here (Magz issue &#62; Issue 6, 34MB, .exe)&#62;&#62; Notes:Design2Please.com is the affordable web [...]]]></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%2Fartzmania-features-design2pleasecom%2F200%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fartzmania-features-design2pleasecom%2F200%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Few months back, one of our ventures <a href="http://www.design2please.com/">Design2Please.com</a> had been covered by <a href="http://www.artzmania.com/">ArtzMania.com</a>, a popular e-magazine amongst designers and design lovers across the globe. We are honored that ArtzMania has featured our portfolio in their e-mag. Thank you! <a href="http://www.artzmania.com/main.html">It can be downloaded here (Magz issue &gt; Issue 6, 34MB, .exe)&gt;&gt;</a></p>
<p><img src="http://www.design2please.com/blog-images/artzmania.jpg" /></p>
<p><b>Notes:</b><br /><a href="http://www.design2please.com/">Design2Please.com</a> is the affordable web design services venture of <a href="http://www.indusnet.co.in/">Indus Net Technologies</a>. A team of 90+ full-time web designers are working for this venture and&nbsp; serving more than 1500+ clients spread over 35+ countries. We are serving in 2 modes: fixed cost web design packages and full-time or part-time dedicated hiring.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/artzmania-features-design2pleasecom/200/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Mania features Hire-a-Designer.com</title>
		<link>http://www.indusnet.co.in/blog/css-mania-features-hire-a-designercom/199/</link>
		<comments>http://www.indusnet.co.in/blog/css-mania-features-hire-a-designercom/199/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 12:55:34 +0000</pubDate>
		<dc:creator>Anindya</dc:creator>
				<category><![CDATA[News @ Indus]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/css-mania-features-hire-a-designercom/199/</guid>
		<description><![CDATA[One of our ventures, Hire-a-Designer.com, recently got covered by CSSMania.com. CSS Mania is a very popular website which lists great website designs. We are thankful to CSS Mania guys for considering our website and featuring it on their site. You can see it listed here &#62;&#62; Notes:Hire-a-Designer.com allows you to hire designers on full-time, part-time [...]]]></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%2Fcss-mania-features-hire-a-designercom%2F199%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fcss-mania-features-hire-a-designercom%2F199%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.design2please.com/blog-images/cssmania.jpg" /> </p>
<p>One of our ventures, <a href="http://www.hire-a-designer.com/">Hire-a-Designer.com</a>, recently got covered by <a href="http://cssmania.com/">CSSMania.com</a>. CSS Mania is a very popular website which lists great website designs. We are thankful to CSS Mania guys for considering our website and featuring it on their site. <a href="http://cssmania.com/galleries/2008/02/?p=2">You can see it listed here &gt;&gt;</a></p>
<p><b>Notes:</b><br /><a href="http://www.hire-a-designer.com/">Hire-a-Designer.com</a> allows you to hire designers on full-time, part-time or hourly basis. This model is can save you atleast 22.5% of cost against any fixed price quotes calculated even at $12/hr.</p>
<p>Unlike the freelancing project portals, we are accountable for the results and ensure that only qualified designers work for you. The designers that you hire will be our full-time employees and they will work exclusively on your assignments for the duration of the contract.</p>
<p><img src="http://www.design2please.com/blog-images/had.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/css-mania-features-hire-a-designercom/199/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online project management tools</title>
		<link>http://www.indusnet.co.in/blog/online-project-management-tools/194/</link>
		<comments>http://www.indusnet.co.in/blog/online-project-management-tools/194/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 07:12:02 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/online-project-management-tools/194/</guid>
		<description><![CDATA[Proper project managementÂ is key to a successful project. To manage multiple projects and teams which are geographically spread across the globe, you need a quality project management tool. As a web development company, we looked around for some quality software which serves the purpose and does not burn a hole in the pocket. Here is [...]]]></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%2Fonline-project-management-tools%2F194%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fonline-project-management-tools%2F194%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Proper project managementÂ is key to a successful project. To manage multiple projects and teams which are geographically spread across the globe, you need a quality project management tool.</p>
<p>As a web development company, we looked around for some quality software which serves the purpose and does not burn a hole in the pocket. Here is our pick!</p>
<p><a href="http://www.basecamphq.com/" target="_blank">Basecamp HQ</a>:- A nice, minimalist simple to use software true to the philosophy of 37signals, the company which built it. This software is only available in a SaS (software as service)Â model. IMO this software best suits small projects which are communication centric. It lacks version control, task management, project tracking along with cost-benefit analysis.</p>
<p>Overall, very easy to easy and adapt, but reporting is not up to the mark. If you are a small business and you do most of your project management yourself, this can be a good choice for you.</p>
<p><a href="http://www.myintervals.com/" target="_blank">Intervals</a>:- It seems to have picked up the baton where Basecamp HQ has left. It also works on a SaS (software as service) model. It has more features (specially in terms of reporting and role management) than Basecamp HQ, thus making it suitable to manage complex projects across a large organization.</p>
<p>Overall, it is a good attempt to overcome the shortcomings of Basecamp HQ. However it needs to improve on its usability.Â It alsoÂ needs to provide staged progression in terms of features and complexity so that small businesses can adapt the system. I am sure that this software will become popular as they keep improving and become old. For a SaS model company, time-tested reliability is more important than anything else.</p>
<p><a href="http://www.aceproject.com/" target="_blank">Ace Project</a>:- A comprehensive project management software with user friendly interfaceÂ and short learning curve. It has different licensing policies and therefore you can rent or buy off (with our without source code) the software to suit your organizational needs. This software is around for quite some time and therefore seems to be reliable.</p>
<p>It has decent reporting capabilities, but not as good as what <a href="http://www.myintervals.com/" target="_blank">Intervals</a> claim to have!</p>
<p><a href="http://dotproject.net/" target="_blank">Dot Project</a>:- The best free open source project management software that I have come across. This software looks flexible and extendable. You can plug in various modules, including <a href="http://www.mantisbt.org/" target="_blank">Mantis</a> (for bug tracking). <a href="http://www.abhishekrungta.com/open-source-products-are-great-but-know-the-limitations-before-you-use-it/98/" target="_blank">The usability and reporting leaves much to be desired</a>. So if you are looking at free project management software with access to source code, Dot Project is a good choice.</p>
<p>Conclusion:</p>
<p>There is nothing called a perfect <em>project management software</em>. The usage, the users and the desired result determines the one which suits best for a given organization. So take your pick from the above mentioned toolset.</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/online-project-management-tools/194/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Basic limitations of using open-source products</title>
		<link>http://www.indusnet.co.in/blog/basic-limitations-of-using-open-source-products/193/</link>
		<comments>http://www.indusnet.co.in/blog/basic-limitations-of-using-open-source-products/193/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 08:15:22 +0000</pubDate>
		<dc:creator>Abhishek Rungta</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/basic-limitations-of-using-open-source-products/193/</guid>
		<description><![CDATA[Apart from doing software / web development on Open-source platform, Indus Net Technologies also customize and implement open-source products for clients on demand. Some popular (and free) open-source products are SugarCRM, Drupal, osCommerce for CRM, content management and e-commerce respectively. IMHO, these are some limitations that I have observed. It is important to know them [...]]]></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%2Fbasic-limitations-of-using-open-source-products%2F193%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fbasic-limitations-of-using-open-source-products%2F193%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Apart from doing software / web development on Open-source platform, Indus Net Technologies also customize and implement open-source products for clients on demand. Some popular (and free) open-source products are SugarCRM, Drupal, osCommerce for CRM, content management and e-commerce respectively.</p>
<p>IMHO, these are some limitations that I have observed. It is important to know them before initiating a project. These are notÂ <em>very serious </em>in nature and using free open-source products remains a good option for many small and medium sized enterprises around the world.</p>
<p>1. Like any product, it is very important to align the product with your workflow and/or requirements. You must fit the product into the organization by making necessary changes. Therefore a gap analysis should be done and the effort must be estimated for aligning the product as per the current work-flow and/or requirements.</p>
<p>2. Most free open-source products lacks in usability. Therefore if you are doing a major implementation which will be used by thousands of people and you are going to pay for their time, you must consider a major overhaul of interface by involving a usability consultant from your vendor. Otherwise you will end up spending a lot of money.</p>
<p>3. Most free open-source products have very poor reporting system. These reports are not good enough to run a business as they fail to provide any insight into the business function that you are tracking.Â TheyÂ should be re-done as per your company requirement aligned with your key measurement matrix for the given business function.</p>
<p>4. The programmers who can change the software as per your needs are the code-hackers types, who love to dive into an existing system architecture and make small changes to achieve the desired results. Therefore you must identify and hook up with the right programmer / programming company (like Indus Net Technologies &#8211; a bit of shameless self promotion) to get it right.</p>
<p>5. It is a myth, that implementing open-source software is free. Software code is free, not the hard work of programmers and analysts which goes behind implementing it. And you need the later to successfully implement it in your scenario and reap the benefits of the solution. Yes, it considerably reduces the cost, improves reliability and gives you a head start from where you can take informed decision about your IT needs.</p>
<p>Do not get me wrong. I am only listing the limitations. The benefits are well-known and they out-live the limitations any day. However it is very important that these limitations are known before proceeding.</p>
<p>Feel free to discuss / debate!</p>
<p>Â </p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/basic-limitations-of-using-open-source-products/193/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop gets a new logo!</title>
		<link>http://www.indusnet.co.in/blog/photoshop-gets-a-new-logo/168/</link>
		<comments>http://www.indusnet.co.in/blog/photoshop-gets-a-new-logo/168/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 16:45:45 +0000</pubDate>
		<dc:creator>Anindya</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.talash.net/blog/photoshop-gets-a-new-logo/168/</guid>
		<description><![CDATA[Adobe has revamped the Photoshop logo with a new tagline (&#8220;See What&#8217;s Possible&#8221;) to match the feel of the software. It will be released soon with their new product set. It&#8217;s nice, bit web 2.0ish, but not sure how they will manage it in b/w! Adobe press announcement says:&#8220;To represent this rich family of products, [...]]]></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%2Fphotoshop-gets-a-new-logo%2F168%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.indusnet.co.in%2Fblog%2Fphotoshop-gets-a-new-logo%2F168%2F&amp;source=IndusNet&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Adobe has revamped the Photoshop logo with a new tagline (&#8220;See What&#8217;s Possible&#8221;) to match the feel of the software. It will be released soon with their new product set. It&#8217;s nice, bit web 2.0<i>ish</i>, but not sure how they will manage it in b/w!</p>
<p><a href="http://www.adobe.com/products/photoshop/family/"><img src="http://www.design2please.com/blog-images/ps_logo_228x52.gif" /></a></p>
<p>Adobe press announcement says:<br />&#8220;To represent this rich family of products, Adobe is introducing the Photoshop visual logo. This logo will soon appear in all Photoshop-related marketing, so keep an eye out for it. The Photoshop logo on a product, service, or technology, represents the rich legacy, technical quality, and attention to detail that has made Photoshop the gold standard in digital imaging.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.indusnet.co.in/blog/photoshop-gets-a-new-logo/168/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

