<?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"
	>

<channel>
	<title>Simple Thoughts - Java and Web Blog &#187; Company</title>
	<atom:link href="http://blog.taragana.com/index.php/category/company/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.taragana.com</link>
	<description>News and views from a Software Architect and Entrepreneur on Java and Web 2.0</description>
	<pubDate>Wed, 02 Jul 2008 17:57:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Warning: XML SiteMap Generator Plugin for WordPress May Report Fewer URL&#8217;s</title>
		<link>http://blog.taragana.com/index.php/archive/warning-xml-sitemap-generator-plugin-for-wordpress-may-report-fewer-urls/</link>
		<comments>http://blog.taragana.com/index.php/archive/warning-xml-sitemap-generator-plugin-for-wordpress-may-report-fewer-urls/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 07:31:00 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Pro Blogging]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Plugin]]></category>

		<category><![CDATA[Google Sitemap]]></category>

		<category><![CDATA[XML Sitemap Generator]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2643</guid>
		<description><![CDATA[Arne Brachold&#8217;s popular XML Sitemap generator plugin for WordPress may report fewer URL than that exists on your website. This in turn means less URL&#8217;s which you are submitting to search engines for indexing. 
I found out that in my case 25% of the actual number of url&#8217;s (posts) were being reported. I haven&#8217;t investigated [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/warning-xml-sitemap-generator-plugin-for-wordpress-may-report-fewer-urls/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tadalist is Slow!</title>
		<link>http://blog.taragana.com/index.php/archive/tadalist-is-slow/</link>
		<comments>http://blog.taragana.com/index.php/archive/tadalist-is-slow/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 06:58:33 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[37 Signals]]></category>

		<category><![CDATA[Tadalist]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2645</guid>
		<description><![CDATA[We extensively use Tadalist to manage our daily tasks. Previously I wrote about the 5 missing features in tadalist. However I am over the days come to the undeniable conclusion that the most important missing feature of Tadalist is speed.
Tadalist is overwhelmingly, irritatingly slow. Its AJAX interface makes a joke of AJAX concept. You type [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/tadalist-is-slow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MacMinute Dies With Stan Flack</title>
		<link>http://blog.taragana.com/index.php/archive/macminute-dies-with-stan-flack/</link>
		<comments>http://blog.taragana.com/index.php/archive/macminute-dies-with-stan-flack/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 09:29:39 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2639</guid>
		<description><![CDATA[Soon after the death of Stan Flack, Stan&#8217;s family decided to stop operating MacMinute. Initially they decided to close the site down but at the last minute were able to keep the archives of the site available as well as keep the forum running. I doubt the forum will continue to remain as popular now [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/macminute-dies-with-stan-flack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Fix - Couldn&#8217;t find per display information Error in Java Applications</title>
		<link>http://blog.taragana.com/index.php/archive/how-to-fix-couldnt-find-per-display-information-error-in-java-applications/</link>
		<comments>http://blog.taragana.com/index.php/archive/how-to-fix-couldnt-find-per-display-information-error-in-java-applications/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 01:45:29 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Enterprise Software]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[How To]]></category>

		<category><![CDATA[Java Software]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Open Source Software]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[JDIC]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2633</guid>
		<description><![CDATA[While running some Java applications (like Thinreader) you may see this strange looking error - Couldn&#8217;t find per display information. You may find this error when running such applications in JDK 6 or later. Let&#8217;s find out more about it and how you can easily fix it.
First of all the error doesn&#8217;t originate in core [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/how-to-fix-couldnt-find-per-display-information-error-in-java-applications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Report Spam From GMail Account</title>
		<link>http://blog.taragana.com/index.php/archive/how-to-report-spam-from-gmail-account/</link>
		<comments>http://blog.taragana.com/index.php/archive/how-to-report-spam-from-gmail-account/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:43:06 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[GMail]]></category>

		<category><![CDATA[GMail Spam]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2632</guid>
		<description><![CDATA[Would you believe if I said that GMail does not provide an email address to report spam? After some investigation I found how you can report GMail spam to Google.
You have received spam from GMail user in your GMail account
This one is simple to address. Check the message in your GMail Inbox and click on [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/how-to-report-spam-from-gmail-account/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 Must-Have Features Missing in TadaList (Online Sharable Todo List)</title>
		<link>http://blog.taragana.com/index.php/archive/5-must-have-features-missing-in-tadalist-online-sharable-todo-list/</link>
		<comments>http://blog.taragana.com/index.php/archive/5-must-have-features-missing-in-tadalist-online-sharable-todo-list/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 06:05:54 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Company]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Services]]></category>

		<category><![CDATA[37 Signals]]></category>

		<category><![CDATA[Tadalist]]></category>

		<category><![CDATA[ToDO]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2631</guid>
		<description><![CDATA[Tadalist is a popular free online todo list manager with sharing capability but without fine grained permission control. Here is a list of 5 must-have features missing from Tadalist (add yours below):
1. Ability to delete completed items from list or archiving old items from showing on the main page. This makes the list hard to [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/5-must-have-features-missing-in-tadalist-online-sharable-todo-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sun Offers 3 Free Solaris 10 Exams</title>
		<link>http://blog.taragana.com/index.php/archive/sun-offers-3-free-solaris-10-exams/</link>
		<comments>http://blog.taragana.com/index.php/archive/sun-offers-3-free-solaris-10-exams/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 13:04:16 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Operating System]]></category>

		<category><![CDATA[Solaris]]></category>

		<category><![CDATA[Sun Microsystems]]></category>

		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2620</guid>
		<description><![CDATA[Sun is offering three free assessment tests for Solaris 10 operating system focusing on Unix Essential and System Administration. They are for the following certifications:

UNIX Essentials Featuring the Solaris 10 Operating System
Objectives:

Use command-line features and help resources
Manage and view files and directories and change the directory contents
Create and modify files and use basic file permissions
Create [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/sun-offers-3-free-solaris-10-exams/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac OS X 10.6 Snow Leopard Requires Intel Processor</title>
		<link>http://blog.taragana.com/index.php/archive/mac-os-x-106-snow-leopard-requires-intel-processor/</link>
		<comments>http://blog.taragana.com/index.php/archive/mac-os-x-106-snow-leopard-requires-intel-processor/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 16:32:12 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Developer]]></category>

		<category><![CDATA[Mac OS X]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2615</guid>
		<description><![CDATA[Mac OS X 10.6 (Snow Leopard / Leopard) specifications seen at Moscone center reveals the following requirements:
1. Intel processor
2. Internal, external or shared DVD drive
3. At least 512 MB of RAM (additional RAM recommended for development)
4. A built-in display or a display connected to an Apple-supplied video card supported by your computer
5. At least 9 [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/mac-os-x-106-snow-leopard-requires-intel-processor/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Install, Compile, Run Java On iPhone</title>
		<link>http://blog.taragana.com/index.php/archive/how-to-install-compile-run-java-on-iphone/</link>
		<comments>http://blog.taragana.com/index.php/archive/how-to-install-compile-run-java-on-iphone/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 16:34:57 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Company]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Java Software]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Sun]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[alcheMo]]></category>

		<category><![CDATA[Innaworks]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[J2ME]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2613</guid>
		<description><![CDATA[iPhone doesn&#8217;t natively support Java / J2ME. However as a J2ME developer there are two good ways to develop iPhone applications using Java / J2ME. Read below for details and also to know how you can upload, compile and run Java applications on iPhone.
 alcheMo-for-iPhone -  Automated J2ME to iPhone porting solution
alcheMo for iPhone [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/how-to-install-compile-run-java-on-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free iPhone Photo Uploading</title>
		<link>http://blog.taragana.com/index.php/archive/free-iphone-photo-uploading/</link>
		<comments>http://blog.taragana.com/index.php/archive/free-iphone-photo-uploading/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 15:22:29 +0000</pubDate>
		<dc:creator>Angsuman Chakraborty</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Company]]></category>

		<category><![CDATA[Headline News]]></category>

		<category><![CDATA[Free]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Phanfare]]></category>

		<category><![CDATA[Photo Uploading]]></category>

		<guid isPermaLink="false">http://blog.taragana.com/?p=2610</guid>
		<description><![CDATA[Phanfare unveiled a new camera application for the iPhone that allows users to easily share photos on the web. Phanfare provides 1GB of free online storage for photos (without advertisements) with paid option for unlimited storage.
Once users take a photo with the iPhone&#8217;s built-in camera, they have the option to caption and upload a photo [...]]]></description>
		<wfw:commentRss>http://blog.taragana.com/index.php/archive/free-iphone-photo-uploading/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
