<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jaimon&#039;s Blog</title>
	<atom:link href="http://jaimonmathew.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaimonmathew.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 13:34:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jaimonmathew.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jaimon&#039;s Blog</title>
		<link>http://jaimonmathew.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jaimonmathew.wordpress.com/osd.xml" title="Jaimon&#039;s Blog" />
	<atom:link rel='hub' href='http://jaimonmathew.wordpress.com/?pushpress=hub'/>
		<item>
		<title>An Excel Addin to work with Unicode CSV files</title>
		<link>http://jaimonmathew.wordpress.com/2011/08/23/excel_addin_to_work_with_unicode_csv/</link>
		<comments>http://jaimonmathew.wordpress.com/2011/08/23/excel_addin_to_work_with_unicode_csv/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 19:29:04 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Unicode CSV]]></category>
		<category><![CDATA[vsto]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=119</guid>
		<description><![CDATA[Excel treat .csv files as text files and will replace all Unicode characters with &#8220;?&#8221; when saved normally. If you want to preserve the Unicode characters, you would need to save the file as &#8220;Unicode text (*.txt)&#8221;, which is a Tab delimited file. Since I couldn’t find any existing solution to preserve Unicode characters in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=119&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2011/08/23/excel_addin_to_work_with_unicode_csv/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>

		<media:content url="http://jaimonmathew.files.wordpress.com/2011/08/ucsv.png" medium="image">
			<media:title type="html">Unicode CSV Ribbon control</media:title>
		</media:content>
	</item>
		<item>
		<title>SimpleImageInfo &#8211; A Java class to get image size without loading the whole data</title>
		<link>http://jaimonmathew.wordpress.com/2011/01/29/simpleimageinfo/</link>
		<comments>http://jaimonmathew.wordpress.com/2011/01/29/simpleimageinfo/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 14:53:56 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Image size]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SimpleImageInfo]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=111</guid>
		<description><![CDATA[SimpleImageInfo is a Java class to find out an image’s size and mime type without reading the whole image data. It doesn’t have any dependency on AWT or any other libraries. Currently it supports the following image types JPG GIF PNG BMP TIFF Because it only read the first few bytes, in most cases it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=111&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2011/01/29/simpleimageinfo/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Making Scrollable Tables with fixed headers &#8211; Updated</title>
		<link>http://jaimonmathew.wordpress.com/2010/03/19/making-scrollable-tables-with-fixed-headers-updated-2/</link>
		<comments>http://jaimonmathew.wordpress.com/2010/03/19/making-scrollable-tables-with-fixed-headers-updated-2/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 11:36:03 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[column freezing]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[fixed header]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[scroller]]></category>
		<category><![CDATA[table scrolling]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=78</guid>
		<description><![CDATA[This post is an update to my previous post on making scrollable tables with fixed headers. I&#8217;ve had a few requests for adding additional functionalities, and I thought instead of cluttering the old post, I&#8217;ll do a new one for the updated script. What&#8217;s new? Multiple tables on a single page Multiple header freezing Column freezing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=78&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2010/03/19/making-scrollable-tables-with-fixed-headers-updated-2/feed/</wfw:commentRss>
		<slash:comments>115</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Migrating 10g JSF Web project with ADF Faces components in jspx pages to 11g Facelets pages using Rich components</title>
		<link>http://jaimonmathew.wordpress.com/2010/02/06/migrating-10g-jsf-web-project-with-adf-faces-components-in-jspx-pages-to-11g-facelets-pages-using-rich-components/</link>
		<comments>http://jaimonmathew.wordpress.com/2010/02/06/migrating-10g-jsf-web-project-with-adf-faces-components-in-jspx-pages-to-11g-facelets-pages-using-rich-components/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:43:52 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10g]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[adf]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[faces]]></category>
		<category><![CDATA[jdeveloper]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[rich]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=24</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=24&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2010/02/06/migrating-10g-jsf-web-project-with-adf-faces-components-in-jspx-pages-to-11g-facelets-pages-using-rich-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Protected: Monitoring Log4J messages on a browser via server push</title>
		<link>http://jaimonmathew.wordpress.com/2010/02/02/monitoring-log4j-messages-on-a-browser-via-server-push/</link>
		<comments>http://jaimonmathew.wordpress.com/2010/02/02/monitoring-log4j-messages-on-a-browser-via-server-push/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:04:23 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[log4jadmin]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=17</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=17&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2010/02/02/monitoring-log4j-messages-on-a-browser-via-server-push/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Managing Vimeo video player via Javascript using Moogaloop API</title>
		<link>http://jaimonmathew.wordpress.com/2010/02/02/managing-vimeo-video-player-via-javascript/</link>
		<comments>http://jaimonmathew.wordpress.com/2010/02/02/managing-vimeo-video-player-via-javascript/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:03:07 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[moogaloop]]></category>
		<category><![CDATA[vimeo]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=15</guid>
		<description><![CDATA[Vimeo Moogaloop JavaScript Integration Vimeo is a great web site for sharing videos. It doesn’t have any 10 minute video length restriction as in YouTube. It also has some developer tools to assist in integrating vimeo with your own site. My interest was in the Moogaloop API, and using JavaScript to load a list of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=15&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2010/02/02/managing-vimeo-video-player-via-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
		<item>
		<title>Making Scrollable Tables with fixed headers</title>
		<link>http://jaimonmathew.wordpress.com/2010/02/02/scroller/</link>
		<comments>http://jaimonmathew.wordpress.com/2010/02/02/scroller/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:15:13 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[scrollable]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://jaimonmathew.wordpress.com/?p=12</guid>
		<description><![CDATA[********** Please click here for an update script with additional functionalities like multiple header freezing, column freezing and multiple tables *********** Although it is a common requirement, it’s not always straight forward to make scrollable tables with fixed headers. Here, we are going to try a few JavaScript solutions that could be suitable for most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=12&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2010/02/02/scroller/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>

		<media:content url="http://jaimonmathew.files.wordpress.com/2010/02/withpagination1.png" medium="image">
			<media:title type="html">With Pagination</media:title>
		</media:content>

		<media:content url="http://jaimonmathew.files.wordpress.com/2010/02/withoutpagination1.png" medium="image">
			<media:title type="html">WithoutPagination</media:title>
		</media:content>
	</item>
		<item>
		<title>C# FTP Client Library</title>
		<link>http://jaimonmathew.wordpress.com/2009/09/02/1/</link>
		<comments>http://jaimonmathew.wordpress.com/2009/09/02/1/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:33:59 +0000</pubDate>
		<dc:creator>Jaimon Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[As this is my first blog, I&#8217;m going to write an update for a C# library I wrote in early 2001 on csharphelp.com site. Although it was the first open source FTP client library for .Net, there is a lot changed since then. But I still get emails from people asking about bugs, license etc. And [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jaimonmathew.wordpress.com&amp;blog=9289939&amp;post=1&amp;subd=jaimonmathew&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jaimonmathew.wordpress.com/2009/09/02/1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3125a57f10c00fff50271c52709b281?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jaimon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
