<?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>Irfan's Corner on the Web &#187; internet</title>
	<atom:link href="http://irfanhabib.com/blog/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfanhabib.com/blog</link>
	<description>On Mac, Linux, Grid, Virtualization and Software Technology</description>
	<lastBuildDate>Thu, 14 Jan 2010 17:42:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zinio for the iPhone is a good idea but&#8230;</title>
		<link>http://irfanhabib.com/blog/2009/02/09/zinio-for-the-iphone-is-a-good-idea-but/</link>
		<comments>http://irfanhabib.com/blog/2009/02/09/zinio-for-the-iphone-is-a-good-idea-but/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 12:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/2009/02/09/zinio-for-the-iphone-is-a-good-idea-but/</guid>
		<description><![CDATA[
I tried to access my magazine subscriptions on Zinio from the iPhone. It turns out that Zinio has a special website for iPhone users, and the website does display the content in a manner which is suitable for viewing from an iPhone.
But the actual text is horrendous. The displayed text is a compressed bitmapped image, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3387/3266597566_51aed7248f_m.jpg" width="192" height="147" alt="magazines-main.jpg" style="float:right; margin-left:5px; padding-left:10px;" /></p>
<p>I tried to access my magazine subscriptions on Zinio from the iPhone. It turns out that Zinio has a special website for iPhone users, and the website does display the content in a manner which is suitable for viewing from an iPhone.</p>
<p>But the actual text is horrendous. The displayed text is a compressed bitmapped image, rather than vector based text as in a PDF. This is a problem because once you zoom into the text you start seeing a lot of "noise" surrounding the text, and when you zoom out you don't see the noise, but you don't see the text clearly as well, as shown in the screenshots.</p>
<p>As a general rule, you should only use bitmapped based formats for static displays ie. an image sized at only 1024x780. However if some scaling maybe involved, one should always go for vector based formats, because it is redrawn at every size.</p>
</p>
<p>
<img src="http://irfanhabib.com/blog/wp-content/uploads/2009/02/img-0018.jpg" width="320" height="480" alt="IMG_0018.PNG" /></p>
<p>
<img src="http://irfanhabib.com/blog/wp-content/uploads/2009/02/img-0017.jpg" width="320" height="480" alt="IMG_0017.PNG" /></p>
<p>
<img src="http://irfanhabib.com/blog/wp-content/uploads/2009/02/img-0016.jpg" width="320" height="480" alt="IMG_0016.PNG" /></p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2009/02/09/zinio-for-the-iphone-is-a-good-idea-but/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I think strong password generators are a bad idea</title>
		<link>http://irfanhabib.com/blog/2008/08/22/why-i-think-strong-password-generators-are-a-bad-idea/</link>
		<comments>http://irfanhabib.com/blog/2008/08/22/why-i-think-strong-password-generators-are-a-bad-idea/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 10:12:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/?p=10069</guid>
		<description><![CDATA[Recently in twit.tv's MacBreak Weekly, they advised about a simple technique to get secure passwords, by using openssl, then in another episode they talked about 1Password.
The advise was to generate a strong password and have your keychain manager remember it! Now, if you do follow that advise, and set up complex passwords, and have your [...]]]></description>
			<content:encoded><![CDATA[<p>Recently in twit.tv's MacBreak Weekly, they advised about a simple technique to get secure passwords, by using openssl, then in another episode they talked about 1Password.</p>
<p>The advise was to generate a strong password and have your keychain manager remember it! Now, if you do follow that advise, and set up complex passwords, and have your keychain manager remember it, what happens if your keychain becomes corrupted due to any reason (or your hard disk crashes and you don't have a backup), you would be completely locked out of your accounts, because the password was too complex to remember. Or imagine your traveling and get your laptop stolen (happened to a friend recently), there is no way you can login into any service, because you don't remember the passwords any more. So are strong random passwords really a good idea??</p>
<p>I rather think, that phrases, you remember are better as passwords. Or if possible try to use openssl keys for identification. The best methods I've seen so far, and I think its pretty secure from keyloggers as well, is method used by my bank.</p>
<p>The site does not prompt for the entire password, rather, you have to type in certain characters in the password, for instance:</p>
<p>
<img src="http://irfanhabib.com/blog/wp-content/uploads/2008/08/natwest.jpg" width="480" height="200" alt="natwest.png" /></p>
<p>And every time you login the character a different set of characters is asked. This method is secure from keyloggers for sure, because no one will have an idea what character was asked.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2008/08/22/why-i-think-strong-password-generators-are-a-bad-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zinio makes Magazines accessible!</title>
		<link>http://irfanhabib.com/blog/2008/08/22/zinio-makes-magazines-accessible/</link>
		<comments>http://irfanhabib.com/blog/2008/08/22/zinio-makes-magazines-accessible/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 09:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/?p=10067</guid>
		<description><![CDATA[Don't you love to read magazines in your field? I love to read MacWorld, PC Magazine, PC World it helps me keep up to date and provides a good way to pass my leisure time. However before today I did not want to subscribe to magazines independently and have them pile up in my room.
Today [...]]]></description>
			<content:encoded><![CDATA[<p>Don't you love to read magazines in your field? I love to read MacWorld, PC Magazine, PC World it helps me keep up to date and provides a good way to pass my leisure time. However before today I did not want to subscribe to magazines independently and have them pile up in my room.</p>
<p>Today I ordered a Digital subscription of MacWorld, in order to be environmentally friendly, preemptively remove a lot of mess in my room and make the content searchable. The MacWorld site took me to <a href="http://www.zinio.com/">Zinio</a>, where I discovered what a treasure trove it is.</p>
<p>Zinio makes a lot of magazines accessible to the casual reader. It offers a wide range of popular magazines from MacWorld to Playboy to Jane's Defense Weekly. Subscription are cheap. For a whole year subscription like costs $20 for a single magazine.</p>
<p>The only downside of ZInio is the DRM'd format in which the digital magazines are delivered. The content is not indexable by spotlight. I have to use their own search utility to search through the magazines. They have a client for Mac, which downloads new magazines available to you.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2008/08/22/zinio-makes-magazines-accessible/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create desktop client easily for web applications</title>
		<link>http://irfanhabib.com/blog/2008/08/22/create-desktop-client-easily-for-web-applications/</link>
		<comments>http://irfanhabib.com/blog/2008/08/22/create-desktop-client-easily-for-web-applications/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 09:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/?p=10066</guid>
		<description><![CDATA[I love to use tada lists, however I hate to open a browser and go to the URL and login. I would love to have a desktop client for tada lists. Similarly there are various web applications which I love to use, however I dont want to browse to the site. If you face these [...]]]></description>
			<content:encoded><![CDATA[<p>I love to use tada lists, however I hate to open a browser and go to the URL and login. I would love to have a desktop client for tada lists. Similarly there are various web applications which I love to use, however I dont want to browse to the site. If you face these problems, enter <a href="http://www.google.com/url?sa=t&amp;ct=res&amp;cd=1&amp;url=http%3A%2F%2Ffluidapp.com%2F&amp;ei=Y4yuSNyIJYyI1gbF64hr&amp;usg=AFQjCNFOjnzTG9UTfeoQ9OvWHHT6gCzp5g&amp;sig2=pzobihPChB7BMdnaE7urNQ">Fluid</a>.</p>
<p>Fluid allows you to create a 'desktop type' application of any web applications, for example, I used it to create desktop client applications for tada lists, my mail, facebook and some other sites.</p>
<p>Fluid can also support various client application modes. For example</p>
<p>This is a standard client application of tada lists.</p>
<p>
<img src="http://irfanhabib.com/blog/wp-content/uploads/2008/08/fluid1.jpg" width="480" height="282" alt="fluid1.png" /></p>
<p>And this is another mode, this is a Digg Application, where you can access it form the system menu bar.</p>
<p><img src="http://irfanhabib.com/blog/wp-content/uploads/2008/08/fluid2.jpg" width="480" height="300" alt="fluid2.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2008/08/22/create-desktop-client-easily-for-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ebay Nightmares continue&#8230;</title>
		<link>http://irfanhabib.com/blog/2008/05/09/ebay-nightmares-continue/</link>
		<comments>http://irfanhabib.com/blog/2008/05/09/ebay-nightmares-continue/#comments</comments>
		<pubDate>Fri, 09 May 2008 06:42:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[ebay]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/?p=10052</guid>
		<description><![CDATA[As I had previously recounted a bad selling experience on ebay, a similar but prolonged episode is been narrated here. Ebay really needs to deal with the scammers effectively if its business is supposed to survive.
]]></description>
			<content:encoded><![CDATA[<p>As I had previously <a href="http://irfanhabib.com/blog/?p=147">recounted</a> a bad selling experience on ebay, a similar but prolonged episode is been narrated <a href="http://consumerist.com/5007790/its-now-completely-impossible-to-sell-a-laptop-on-ebay">here</a>. Ebay really needs to deal with the scammers effectively if its business is supposed to survive.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2008/05/09/ebay-nightmares-continue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Reader Hacks</title>
		<link>http://irfanhabib.com/blog/2007/06/17/google-reader-hacks/</link>
		<comments>http://irfanhabib.com/blog/2007/06/17/google-reader-hacks/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 07:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=120</guid>
		<description><![CDATA[Google Reader is one of my favorite feed aggregators. Its the first thing I check after checking my mail every morning, and every evening.Over time I've come to love its keyboard shortcuts which really make browsing feeds so much easier and less time consuming, so in this post I will share my top Google Reader [...]]]></description>
			<content:encoded><![CDATA[<p>Google Reader is one of my favorite feed aggregators. Its the first thing I check after checking my mail every morning, and every evening.Over time I've come to love its keyboard shortcuts which really make browsing feeds so much easier and less time consuming, so in this post I will share my top Google Reader hacks:</p>
<ol>
<li>Feed Item browsing shortcuts</li>
</ol>
<p>The keyboard shortcuts J and K, can be used to browse feed items, while viewing a feed, you can tag it by pressing T, and by pressing V you can view the original item in a popup, S is for staring and shift-S for sharing. Another highly useful keyboard shortcut is U, with which you can view feed items in full screen mode.</p>
<p>2. Browsing Feed Subscriptions</p>
<p>This is my favorite part, you can use old school keyboard shortcuts like shift-p/n to move to the next or previous subscription, however, I have some favorite feeds which I always read first, hence manually traversing is a time-consuming operation. However Google Reader has something to offer here aswell: By pressing 'g followed by u' you can see all your subscriptions in a popup panel, this popup panel implements a incremental search feature, which is extremely time saving when looking for a specific feed.</p>
<p><a href="http://irfanhabib.wordpress.com/files/2007/06/snap6.jpg" title="snap6.jpg"><img src="http://irfanhabib.wordpress.com/files/2007/06/snap6.thumbnail.jpg" alt="snap6.jpg" /></a></p>
<p>The full list</p>
<p>After pressing W we get this:</p>
<p><a href="http://irfanhabib.wordpress.com/files/2007/06/snp.jpg" title="snp.jpg"><img src="http://irfanhabib.wordpress.com/files/2007/06/snp.thumbnail.jpg" alt="snp.jpg" /></a></p>
<p>I haven't covered all of Google Reader's shortcuts exhaustively, you can view them by pressing '?'.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2007/06/17/google-reader-hacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Gears the first offline web application toolkit?</title>
		<link>http://irfanhabib.com/blog/2007/06/10/google-gears-the-first-offline-web-application-toolkit/</link>
		<comments>http://irfanhabib.com/blog/2007/06/10/google-gears-the-first-offline-web-application-toolkit/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 04:43:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[industry news]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=117</guid>
		<description><![CDATA[One thing I hate that the IT Industry is that when someone releases a piece of technology that is completely revolutionary, and no one takes stock, however when some company with a lot of clout in the industry such as Google or Apple release, everyone think that they rock!
From my RSS feeds I stumbled across [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I hate that the IT Industry is that when someone releases a piece of technology that is completely revolutionary, and no one takes stock, however when some company with a lot of clout in the industry such as Google or Apple release, everyone think that they rock!</p>
<p>From my RSS feeds I stumbled across this article in ZDnet <a href="http://blogs.zdnet.com/Berlind/?p=509">"Can Microsoft change "gears" for the sea-change ahead?"</a>. The title was attractive so I started reading it, however early on in the article I came across this:</p>
<p>"During that time, I have drawn attention to the work being done with JavaDB and Derby as examples of how the offline problem might get solved. But, ultimately, I have routinely said that when the problem gets solved, it will get solved by Google. Last week, with Google's announcement of Google Gears, that day came."</p>
<p>Once I read this I stopped reading why?  Because Google Gears is NOT the first offline web application toolkit. The first on to my knowledge is <a href="http://dojotoolkit.org/offline">Dojo Offline</a>. Dojo is a popular AJAX framework, and Dojo Offline extends basic Dojo's capabilities by allowing Dojo applications to be used while you're offline.</p>
<p>Another related news, is the launch of the Apple iPhone. I've seen Blogs dubbing it as revolutionary because it has a pure touchscreen interface etc. But is it the first smart phone with a pure touch screen interface? Certainly not! I've been using the Motorola e680i since 1 year, and it was released in 2005, and it too has full touchscreen interface with minimal buttons and no keyboard. Surely it would be an improvement over those Palm Treo and Motorola Q type devices with mini keyboards, but the iPhone is not as revolutionary as people think.</p>
<p>So why is it that the IT industry does not recognize achievement and give credit where it's due?</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2007/06/10/google-gears-the-first-offline-web-application-toolkit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Open Source major force in driving &#8220;Massive Sites&#8221;</title>
		<link>http://irfanhabib.com/blog/2007/02/28/open-source-major-force-in-driving-massive-sites/</link>
		<comments>http://irfanhabib.com/blog/2007/02/28/open-source-major-force-in-driving-massive-sites/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 14:53:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[operating systems]]></category>

		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=89</guid>
		<description><![CDATA[[digg=http://digg.com/tech_news/Top_4_reasons_why_Open_Source_runs_most_of_the_Internet_s_Massive_Sites]
According to the Infrastructure Survey 2007 carried out by Pingdom a web infrastructure company the role of Open Source software in driving the infrastructure of the Internet has been confirmed. Out of the 7 sites surveyed, based on massive amounts of traffic these sites service 6 of them run exclusively on Open Source software.
What brings [...]]]></description>
			<content:encoded><![CDATA[<p>[digg=http://digg.com/tech_news/Top_4_reasons_why_Open_Source_runs_most_of_the_Internet_s_Massive_Sites]</p>
<p>According to the <a href="http://royal.pingdom.com/royalfiles/0702_infrastructure_matrix.pdf">Infrastructure Survey 2007</a> carried out by Pingdom a web infrastructure company the role of Open Source software in driving the infrastructure of the Internet has been confirmed. Out of the 7 sites surveyed, based on massive amounts of traffic these sites service 6 of them run exclusively on Open Source software.</p>
<p>What brings open source software to such a coveted position?</p>
<ul>
<li>Most Open Source software is scalable, unlike many of their proprietary counterparts, this does not mean the proprietary software can not be scalable, rather this is a consequence of free source distribution which allows the programmers from around the world contribute and improve the source of their favorite software.</li>
<li>Their are no licensing charges! Open Source companies they charge only for support not for the actual software itself. Hence many webservers are run by professional sysadmins who do not require to get commercial support hence can get the software and use it for free!</li>
<li>Open Source software is more resource efficient! This one is harder to claim, but many Linux distributions especially server distributions hardly come with any X Server or any window manager since everything can be handled from the strong shell Linux/Unix has, individual services can be easily disabled/enabled, hence the resource footprint of the actual software is very low.</li>
<li>Open Source doesn't require the latest and greatest hardware!</li>
</ul>
<p>There are tons of other reasons, but these are the main reasons why I believe Open Source has been so successful in being the de-facto internet infrastructure software. Many people would also add security, but really I think, Microsoft has improved security greatly after SP2 and in Vista that its no more just an Open Source advantage anymore</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2007/02/28/open-source-major-force-in-driving-massive-sites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Flex 2 is a Real Winner!</title>
		<link>http://irfanhabib.com/blog/2007/02/24/adobe-flex-2-is-a-real-winner/</link>
		<comments>http://irfanhabib.com/blog/2007/02/24/adobe-flex-2-is-a-real-winner/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 12:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=83</guid>
		<description><![CDATA[[digg=http://digg.com/tech_news/3_Reasons_why_Flex2_is_a_winner]Since the last week I've been getting my feet wet with Flex 2, a programmatic way to create Flash applications. And I'm thoroughly impressed by it! It's a promising Web 2.0 technology which has to potential to take your web experience to the next level. Flex 2 applications, because they are made in flash, are [...]]]></description>
			<content:encoded><![CDATA[<p>[digg=http://digg.com/tech_news/3_Reasons_why_Flex2_is_a_winner]Since the last week I've been getting my feet wet with Flex 2, a programmatic way to create Flash applications. And I'm thoroughly impressed by it! It's a promising Web 2.0 technology which has to potential to take your web experience to the next level. Flex 2 applications, because they are made in flash, are faster than equivalent AJAX applications while providing a richer, more desktop like, GUI. For example I'm not impressed by Google Docs, which is very slow compared to a desktop application but have a look at <a href="http://gliffy.com">Gliffy</a>, a promising MS Visio alternative of which I've been making increasing use of in the last few days. As is the custom nowadays, these are my top reasons why I think Flex 2 is a winner:</p>
<ul>
<li><strong>Its EASY</strong>: Flex2 application have a very simple model: The application, including the GUI, are defined in standards compliant XML format (MXML), the application logic is defined in ActionScript 3.0, a language which is similar to Javascript but object oriented. You can relate this to AJAX applications, where the GUI is defined in HTML and the application logic is in Javascript, however Flex2 applications contain gui controls which are not found in HTML, and with the help of the Flex2 Builder, which is an IDE based on Eclipse, building Flex 2 applications is very easy and you can create a more richer interface experience.</li>
<li><strong>Its Extensible</strong>: Flex2 doesn't do everything, for example it can not connect to data services directly, rather you have to set up a data provider source which provides data in XML format for Flex2 applications to use. Flex2 supports various mechanism to communicate with other frameworks, it supports RPC for example, and it is very simple to link php with Flex2, so one can get a powerful backend in php, with an appealing GUI in Flex2.</li>
<li><strong>There are no cross-platform/browser issues</strong>: AJAX would be the best model if all browsers supported the same javascript or everyone would be using the same browser and you could never disable javascript. There are varying levels of support for DHTML and JavaScript in different browsers on different platform. With Flex2 applications you don't have this problem. You can get the latest Flash player from a single source, supporting a single API. The Flash Player runs on multiple platforms, which means (borrowing the standard Java phrase): Write once, run everywhere.</li>
</ul>
<p>However there are some drawbacks to Flex2 aswell, Flex2 Builder is proprietary and not cheap (Its way more cheaper than it previously used to be), where as majority of AJAX frameworks are open source. However you can still develop Flex2 application for free by making use of <a href="http://www.adobe.com/products/flex/">the free Flex2 SDK</a></p>
<p>Having raved about Flex2, I dont think deploying flex2 for all types of web application is a good idea. I love to use AJAX enabled web application such as Google Maps and GMail, however I hate to use AJAX based desktop-type applications such as Google Docs. I think Flex2 is viable only for the development of desktop like applications for the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2007/02/24/adobe-flex-2-is-a-real-winner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Apps will never replace MS Office</title>
		<link>http://irfanhabib.com/blog/2007/02/24/google-apps-will-never-replace-ms-office/</link>
		<comments>http://irfanhabib.com/blog/2007/02/24/google-apps-will-never-replace-ms-office/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 07:49:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[industry news]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://irfan.phantomos-vi.com/?p=82</guid>
		<description><![CDATA[[digg=http://digg.com/tech_news/Google_Apps_will_never_replace_Ms_Office]
At least for me! And with MS Office I mean any desktop office software ie. OpenOffice.org
Why do I say this? Precisely because I find Google Apps to be completely useless for me. I tried to compile an article on it to check its functionality, I find numerous problems:

Docs is just like some formatting toolbar with [...]]]></description>
			<content:encoded><![CDATA[<p>[digg=http://digg.com/tech_news/Google_Apps_will_never_replace_Ms_Office]</p>
<p>At least for me! And with MS Office I mean any desktop office software ie. OpenOffice.org<br />
Why do I say this? Precisely because I find Google Apps to be completely useless for me. I tried to compile an article on it to check its functionality, I find numerous problems:</p>
<ul>
<li>Docs is just like some formatting toolbar with a huge text box, and it is extremely dificult to navigate in lengthy documents, whereas desktop office software you can easily switch between pages, this limits productivity.</li>
<li>I mostly write articles/papers which are peer reviewed by my friends who highlight and comment on portions of text. You can't do that in Google Apps, although you can add comments, but they are inserted inline to the text, which can be confusing. In MS Office comments, and changes are shown in a sidebar. I also see that footnotes are missing.</li>
<li>Google Apps is slow compared to desktop software. There are numerous other web application such as <a href="http://gliffy.com">Gliffy</a>, which is a charting and diagramming software in Flex, which for me can replace MS Visio easily, and the response is good aswell.</li>
<li>Because its webbased there are numerous distractions, one may get an instant message notification, a new mail, check a slashdot/reddit/digg out etc, and what happens when the internet when the internet is disconnected, or my google account gets hacked, Google Apps I believe will be a hot target for h/crackers.</li>
<li>Google Docs is awful for formatting, like the one required for research publications. I tried formatting according to IEEE 2 column format, and it was hell!</li>
</ul>
<p>Google Apps as it stands now is far from replacing anything. Its excellent for blog posts like this and short articles or 'to-do' lists, however its not a serious danger to any of the desktop office software, and they are to remain for a loooong time.</p>
<p class="poweredbyperformancing"><a href="http://performancing.com/firefox"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2007/02/24/google-apps-will-never-replace-ms-office/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
