<?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>jpgtutorials.com</title>
	<atom:link href="http://www.jpgtutorials.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jpgtutorials.com</link>
	<description>Tutorial blog</description>
	<lastBuildDate>Sun, 02 May 2010 11:22:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Data Access Object Design Pattern in J2EE</title>
		<link>http://www.jpgtutorials.com/data-access-object-design-pattern-in-j2ee</link>
		<comments>http://www.jpgtutorials.com/data-access-object-design-pattern-in-j2ee#comments</comments>
		<pubDate>Sun, 02 May 2010 06:24:51 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=779</guid>
		<description><![CDATA[Data access object (DAO) pattern is one of the core J2EE patterns used in many enterprise level applications. It provides a clean separation for various methods of data access and central point of access to data source.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/data-access-object-design-pattern-in-j2ee/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Factory Method Design Pattern in Java</title>
		<link>http://www.jpgtutorials.com/factory-method-design-pattern-in-java</link>
		<comments>http://www.jpgtutorials.com/factory-method-design-pattern-in-java#comments</comments>
		<pubDate>Sat, 01 May 2010 05:57:33 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=770</guid>
		<description><![CDATA[Factory method is a creational design pattern widely used in many libraries and toolkits. It provides a unified interface to instantiate appropriate sub classes at runtime based on specific conditions.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/factory-method-design-pattern-in-java/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Singleton Design Pattern in Java</title>
		<link>http://www.jpgtutorials.com/singleton-design-pattern-in-java</link>
		<comments>http://www.jpgtutorials.com/singleton-design-pattern-in-java#comments</comments>
		<pubDate>Sun, 25 Apr 2010 09:15:49 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Design Pattern]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDK]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=767</guid>
		<description><![CDATA[Singleton design pattern ensures that only a single object is created even in multiple thread environments. It is a widely used design pattern in object oriented programming languages including Java.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/singleton-design-pattern-in-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL  LAST_INSERT_ID() Function</title>
		<link>http://www.jpgtutorials.com/mysql-last_insert_id-function</link>
		<comments>http://www.jpgtutorials.com/mysql-last_insert_id-function#comments</comments>
		<pubDate>Sun, 25 Apr 2010 08:18:42 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=761</guid>
		<description><![CDATA[There are many situations where we update multiple tables in a single transaction. In many cases you have to get the primary key value of the first record inserted in table 1 for updating/inserting record in second table. MySQL provides a handy function exclusively for this purpose.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/mysql-last_insert_id-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Optimization Web Application</title>
		<link>http://www.jpgtutorials.com/performance-optimization-web-application</link>
		<comments>http://www.jpgtutorials.com/performance-optimization-web-application#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:30:15 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=738</guid>
		<description><![CDATA[Congratulations, you have developed and put your favourite web application in a hosting environment. Your application platform may be LAMP, .NET, J2EE etc. Suddenly your site is attracting large number of visitors and your system starts struggling to respond to all users! Here I explain some basic performance optimization techniques for all levels starting from design to hosting.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/performance-optimization-web-application/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some Linux admin commands everyone must know</title>
		<link>http://www.jpgtutorials.com/some-linux-admin-commands-everyone-must-know</link>
		<comments>http://www.jpgtutorials.com/some-linux-admin-commands-everyone-must-know#comments</comments>
		<pubDate>Thu, 31 Dec 2009 09:35:44 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=716</guid>
		<description><![CDATA[In this tutorial I am explaining some Linux admin commands I execute in my day to day life as developer. ]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/some-linux-admin-commands-everyone-must-know/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struts 2 Jumpstart</title>
		<link>http://www.jpgtutorials.com/struts-2-jumpstart</link>
		<comments>http://www.jpgtutorials.com/struts-2-jumpstart#comments</comments>
		<pubDate>Mon, 28 Dec 2009 04:13:31 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Filters]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Struts]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=662</guid>
		<description><![CDATA[Struts is a popular open source MVC framework for building dynamic web applications in Java platform which is now managed by Apache foundation. Struts 2 was evolved from Struts and WebWork, another Java web application framework from OpenSymphony.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/struts-2-jumpstart/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some basic Linux commands everyone must know</title>
		<link>http://www.jpgtutorials.com/some-basic-linux-commands-everyone-must-know</link>
		<comments>http://www.jpgtutorials.com/some-basic-linux-commands-everyone-must-know#comments</comments>
		<pubDate>Sat, 07 Nov 2009 07:28:36 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Putty]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=583</guid>
		<description><![CDATA[Linux is a popular open source operating system originally developed by Linus Torvalds. Linux is almost similar to UNIX, another popular OS in many aspects. Here I am explaining some basic Linux commands which will be benefitted by developers in day to day life.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/some-basic-linux-commands-everyone-must-know/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lucene Full Text Search in Java</title>
		<link>http://www.jpgtutorials.com/lucene-full-text-search-in-java</link>
		<comments>http://www.jpgtutorials.com/lucene-full-text-search-in-java#comments</comments>
		<pubDate>Sat, 31 Oct 2009 03:05:36 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[Lucene]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=535</guid>
		<description><![CDATA[Lucene is an open source text based search engine orginally developed by Doug Cutting, now managed by Apache Software Foundation. It is a high performance easy to use API written purely in Java. Though it is written in Java platform, it is ported to many languages like PHP, C++ etc.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/lucene-full-text-search-in-java/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Servlet Filters &#8211; Beginner&#8217;s Guide</title>
		<link>http://www.jpgtutorials.com/servlet-filters-guide</link>
		<comments>http://www.jpgtutorials.com/servlet-filters-guide#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:12:00 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Filters]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/495-revision-22</guid>
		<description><![CDATA[What do you mean by Filters? Filter is a component which intercepts HTTP request/response and provide additional functions. It is also used to modify request/response objects. Filters have been introduced since Servlet 2.3 specification. It act as a reusable component which could be attached to multiple resources like Servlets, JSPs etc and execute common tasks to them.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/servlet-filters-guide/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Application J2EE perspective</title>
		<link>http://www.jpgtutorials.com/web-application-j2ee-perspective</link>
		<comments>http://www.jpgtutorials.com/web-application-j2ee-perspective#comments</comments>
		<pubDate>Sat, 24 Oct 2009 02:16:22 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=479</guid>
		<description><![CDATA[Web application is a collection of static and dynamic resources which can be packaged and deployed in an application server. It is packaged in archive format called WAR format and deployed in application server which support JSP and Servlet specification. ]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/web-application-j2ee-perspective/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to JDBC</title>
		<link>http://www.jpgtutorials.com/introduction-to-jdbc</link>
		<comments>http://www.jpgtutorials.com/introduction-to-jdbc#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:01:36 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=449</guid>
		<description><![CDATA[JDBC stands for Java Database Connectivity which is a set of interfaces and classes provided by Sun to access relational database in a vendor independent manner from Java platform. Database vendors who would like to support JDBC API implement these interfaces and classes and package them which is called JDBC driver. JDBC API is an important package in Java platform and is shipped with standard JDK distribution. JDBC was evolved as an alternative to ODBC which is a Microsoft standard to access RDBMS in vendor neutral manner.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/introduction-to-jdbc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Java Server Pages &#8211; JSP</title>
		<link>http://www.jpgtutorials.com/introduction-to-java-server-pages-jsp</link>
		<comments>http://www.jpgtutorials.com/introduction-to-java-server-pages-jsp#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:18:45 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=408</guid>
		<description><![CDATA[JSP is a server side component for building dynamic web applications based on Java platform. It provides dynamic scripting capabilities within static HTML or XML content. It is extended from Servlet, another server side component to build dynamic web applications. A typical JSP file consists of static content like HTML tags along with Java code snippets which are embedded using special tags. JSP compiler compiles the JSP file into servlet during run time which is executed in Java application server like Tomcat.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/introduction-to-java-server-pages-jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Servlets</title>
		<link>http://www.jpgtutorials.com/introduction-to-servlets</link>
		<comments>http://www.jpgtutorials.com/introduction-to-servlets#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:47:51 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[Servlet]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=365</guid>
		<description><![CDATA[Servlet is a server side program runs on web server primarly used for creating dynamic web applications. Servlet API is a set of classes and interfaces provided by Java as an alternative to CGI programs. Like CGI program, servlet accepts HTTP request and send back response to the user. Servlets are deployed in servlet container, an executable program runs within a web server which is responsible for managing servlets. Tomcat is a popular open source web server with servlet container managed by Apache Software Foundation.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/introduction-to-servlets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing and Configuring Eclipse with Tomcat in Windows</title>
		<link>http://www.jpgtutorials.com/installing-and-configuring-eclipse-with-tomcat-in-windows</link>
		<comments>http://www.jpgtutorials.com/installing-and-configuring-eclipse-with-tomcat-in-windows#comments</comments>
		<pubDate>Sat, 12 Sep 2009 07:48:43 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=338</guid>
		<description><![CDATA[Eclipse is the leading IDE for software development on variety of platforms primarly written in Java. Though it was primary used for Java based development, now it extends support for variety of languages like C/C++, PHP etc. Apache Tomcat is an open source web server consists of servlet container primarly used for deploying Java web applications.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/installing-and-configuring-eclipse-with-tomcat-in-windows/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Notes/Domino BlackBerry integration using MDS Studio and Web Services</title>
		<link>http://www.jpgtutorials.com/lotus-notes-blackberry-integration-using-mds-studio-and-web-services</link>
		<comments>http://www.jpgtutorials.com/lotus-notes-blackberry-integration-using-mds-studio-and-web-services#comments</comments>
		<pubDate>Thu, 10 Sep 2009 04:45:46 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MDS Studio]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=288</guid>
		<description><![CDATA[BlackBerry is a widely used wireless handheld device today. Though it was originally used for e-mail applications, it extended its capabilities to build many PDA applications based on APIs. Web Service is the standard way of communicating between disparate systems over internet protocol. Domino provides out of the box support for web service from version 7 onwards. MDS Studio is a powerful IDE for creating BlackBerry applications using component based approach.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/lotus-notes-blackberry-integration-using-mds-studio-and-web-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parsing XML in Lotus Notes using Java</title>
		<link>http://www.jpgtutorials.com/parsing-xml-in-lotus-notes-using-java</link>
		<comments>http://www.jpgtutorials.com/parsing-xml-in-lotus-notes-using-java#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:48:52 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Agent]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JAXP]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.jpgtutorials.com/?p=185</guid>
		<description><![CDATA[XML is the de facto standard for exchanging information between disparate systems. Suppose you are a furniture manufacturing company and your dealer/distributor wants to place order requests to you. You create a mail-in database and ask your client to email order requests in XML format. In mail-in database you parse the XML and create Notes order request documents. Once order request went through approval cycle in Lotus Notes, sales order is generated in your backend legacy or ERP system. Sounds cool?]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/parsing-xml-in-lotus-notes-using-java/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lotus Notes/Domino RDBMS integration using JDBC</title>
		<link>http://www.jpgtutorials.com/lotus-notesdomino-rdbms-integration-using-jdbc</link>
		<comments>http://www.jpgtutorials.com/lotus-notesdomino-rdbms-integration-using-jdbc#comments</comments>
		<pubDate>Mon, 29 Jun 2009 23:30:16 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDBMS]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=109</guid>
		<description><![CDATA[Domino provides out of the box support for Java through agents, servlets and Java classes. Java dominates web programming space and is widely used by many enterprise applications. Here I am providing one example where Domino communicates with RDBMS through JDBC.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/lotus-notesdomino-rdbms-integration-using-jdbc/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>AutoComplete feature in Domino web environment using AJAX</title>
		<link>http://www.jpgtutorials.com/autocomplete-feature-in-domino-web-environment-using-ajax</link>
		<comments>http://www.jpgtutorials.com/autocomplete-feature-in-domino-web-environment-using-ajax#comments</comments>
		<pubDate>Sun, 28 Jun 2009 10:54:26 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Agent]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=89</guid>
		<description><![CDATA[If you use Google for search in web, you might have experienced Google suggest feature. As you type in search box, it offers you suggestions. Let us try this kind of feature in Domino.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/autocomplete-feature-in-domino-web-environment-using-ajax/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date Picker for date fields in Domino web environment</title>
		<link>http://www.jpgtutorials.com/date-picker-for-date-fields-in-domino-web-environment</link>
		<comments>http://www.jpgtutorials.com/date-picker-for-date-fields-in-domino-web-environment#comments</comments>
		<pubDate>Sat, 27 Jun 2009 02:06:47 +0000</pubDate>
		<dc:creator>Jinoy P George</dc:creator>
				<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Date Picker]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=72</guid>
		<description><![CDATA[Lotus Notes default date picker do not work in web. There are plenty of custom date pickers available in web. Here I am providing one of them.]]></description>
		<wfw:commentRss>http://www.jpgtutorials.com/date-picker-for-date-fields-in-domino-web-environment/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
