<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="feed.xsl"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<atom:link href="http://www.rgagnon.com/feed.xml" rel="self" type="application/rss+xml" />

<title>Real's HowTo</title>
<description>Latest updates of useful code examples for Java, Javascript, Powerbuilder and VBScript</description>
<copyright>&quot;Copyright 2009 Real Gagnon - All Rights Reserved&quot;</copyright>
<link>http://www.rgagnon.com/howto.html</link>
<language>en-us</language>
<pubDate>Wed, 10 Mar 2010 13:05:00 GMT</pubDate>
<image>
    <title>Real's HowTo</title>
    <width>144</width>
    <height>41</height>
    <link>http://www.rgagnon.com/howto.html</link>
    <url>http://www.rgagnon.com/images/realhowto-left.jpg</url>
</image>


<!-- 6 -->
<item>
<title>JS : Hide/Show a table row</title>
<description>Toggle the visible state of table row</description>
<link>http://www.rgagnon.com/jsdetails/js-0143.html</link>
<pubDate>Wed, 10 Mar 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/jsdetails/js-0143.html</guid>
</item>


<!-- 7 -->
<item>
<title>Java : Launch an external program, capture its output and display it in a JSP</title>
<description>New example, list Windows groups for a specific user.</description>
<link>http://www.rgagnon.com/javadetails/java-0648.html</link>
<pubDate>Mon, 15 Feb 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0648.html</guid>
</item>


<!-- 8 -->
<item>
<title>Java : Connect to Oracle</title>
<description>Give the connection paramters with the TNSNAMES.ORA file</description>
<link>http://www.rgagnon.com/javadetails/java-0112.html</link>
<pubDate>Mon, 15 Feb 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0112.html</guid>
</item>



<!-- 9 -->
<item>
<title>Java : Design a generic toString() method </title>
<description>Better code</description>
<link>http://www.rgagnon.com/javadetails/java-0432.html</link>
<pubDate>Mon, 1 Feb 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0432.html</guid>
</item>


<!-- 10 -->
<item>
<title>Java : Use a CardLayout Manager (AWT) </title>
<description>Better code and example</description>
<link>http://www.rgagnon.com/javadetails/java-0237.html</link>
<pubDate>Mon, 1 Feb 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0237.html</guid>
</item>


<!-- 11 -->
<item>
<title>Java : Detect if running in remote session (Windows)</title>
<description>It is useful to detect if running in a remote session to optimize visual effects or colors.</description>
<link>http://www.rgagnon.com/javadetails/java-detect-remote-session.html</link>
<pubDate>Thu, 7 Jan 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-detect-remote-session.html</guid>
</item>

<!-- 12 -->
<item>
<title>Java : Convert a TIF to a JPG</title>
<description>Using JAI, you can easily convert a TIF to a JPG</description>
<link>http://www.rgagnon.com/javadetails/java-convert-tif-to-jpg.html</link>
<pubDate>Wed, 6 Jan 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-convert-tif-to-jpg.html</guid>
</item>


<!-- 13 -->
<item>
<title>Java : Print a PDF</title>
<description>Print a PDF file from a Java application using ACRORD32</description>
<link>http://www.rgagnon.com/javadetails/java-print-a-pdf.html</link>
<pubDate>Wed, 6 Jan 2010 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-print-a-pdf.html</guid>
</item>


<!-- 14 -->
<item>
<title>Java : Use the Java Speech API (JSPAPI)</title>
<description>Java application can speak with the TTS package</description>
<link>http://www.rgagnon.com/javadetails/java-use-java-speech-api.html</link>
<pubDate>Thu, 31 Dec 2009 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-use-java-speech-api.html</guid>
</item>


<!-- 15 -->
<item>
<title>Java : Convert a byte array to a Hex string</title>
<description>Better code to convert an hex string to a byte array</description>
<link>http://www.rgagnon.com/javadetails/java-0596.html</link>
<pubDate>Thu, 31 Dec 2009 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0596.html</guid>
</item>

<!-- 16 -->
<item>
<title>Java : Detect non-ASCII character in a String</title>
<description>Better code to detect a non-ascii string</description>
<link>http://www.rgagnon.com/javadetails/java-0536.html</link>
<pubDate>Thu, 31 Dec 2009 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0536.html</guid>
</item>


<!-- 16 -->
<item>
<title>Java : Handle Excel files</title>
<description>an example with jXLS to process a worksheet column</description>
<link>http://www.rgagnon.com/javadetails/java-0516.html</link>
<pubDate>Thu, 31 Dec 2009 13:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0516.html</guid>
</item>


<!-- 17 -->
<item>
<title>Java : Validate XML using a XSD</title>
<description>Validate XML using a XSD (XML Schema), put JAXP in debug mode</description>
<link>http://www.rgagnon.com/javadetails/java-0669.html</link>
<pubDate>Tue, 8 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0669.html</guid>
</item>

<!-- 18 -->
<item>
<title>Java : Validate XML using a DTD</title>
<description>Validate XML using a DTD (internal or external)</description>
<link>http://www.rgagnon.com/javadetails/java-0668.html</link>
<pubDate>Tue, 8 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0668.html</guid>
</item>


<!-- 19 -->
<item>
<title>Java : Replace every occurences of a string within a string</title>
<description>Some tips using String.replaceAll() : special characters, case insensitive</description>
<link>http://www.rgagnon.com/javadetails/java-0320.html</link>
<pubDate>Wed, 2 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0320.html</guid>
</item>

<!-- 20 -->
<item>
<title>Java : Dump a file to a HEX file</title>
<description>Display an hexadecimal dump from a given file.</description>
<link>http://www.rgagnon.com/javadetails/java-0667.html</link>
<pubDate>Wed, 2 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0667.html</guid>
</item>


<!-- 21 -->
<item>
<title>Java : Obtain a remote connection to a DataSource or EJB (Weblogic)</title>
<description>It's possible to obtain a remote connection to a Datasource orEJB defined in the application server. In this example, the connection is made to a Weblogic server for a java application.</description>
<link>http://www.rgagnon.com/javadetails/java-0664.html</link>
<pubDate>Wed, 2 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0664.html</guid>
</item>


<!-- 22 -->
<item>
<title>Java : List all files in the classpath or in a Jar</title>
<description>List the files found in the classpath, the bootclasspath, the extension directory and in a Jar.</description>
<link>http://www.rgagnon.com/javadetails/java-0665.html</link>
<pubDate>Wed, 2 Dec 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0665.html</guid>
</item>


<!-- 23 -->
<item>
<title>Java : Display a progress indicator in the console</title>
<description>Display a rotating bar or a traditional program in text console during processing</description>
<link>http://www.rgagnon.com/javadetails/java-0666.html</link>
<pubDate>Mon, 23 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0666.html</guid>
</item>


<!-- 24 -->
<item>
<title>Java : Log the SQL Statements</title>
<description>Open Source packages to log SQL PreparedStatement and Statement content</description>
<link>http://www.rgagnon.com/javadetails/java-0602.html</link>
<pubDate>Sat, 21 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0602.html</guid>
</item>


<!-- 25 -->
<item>
<title>Java : Debug Oracle JDBC connection</title>
<description>Use the Oracle JDBC in debug mode</description>
<link>http://www.rgagnon.com/javadetails/java-0663.html</link>
<pubDate>Sat, 21 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0663.html</guid>
</item>

<!-- 0 -->
<item>
<title>Java : Encrypt a password</title>
<description>Compute a hash with MessageDigest and encrypt with AES</description>
<link>http://www.rgagnon.com/javadetails/java-0400.html</link>
<pubDate>Tue, 3 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0400.html</guid>
</item>


<!-- 1 -->
<item>
<title>Java : Keep java files generated from JSP (BEA WLS)</title>
<description>Useful for debugging</description>
<link>http://www.rgagnon.com/javadetails/java-0446.html</link>
<pubDate>Tue, 3 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0446.html</guid>
</item>


<!-- 2 -->
<item>
<title>Java : Force a valid Windows filename</title>
<description>Remove unwanted character in a filename</description>
<link>http://www.rgagnon.com/javadetails/java-0662.html</link>
<pubDate>Tue, 3 Nov 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0662.html</guid>
</item>


<!-- 3 -->
<item>
<title>Java : Shorten a long path</title>
<description>Make a path shorter for display purpose</description>
<link>http://www.rgagnon.com/javadetails/java-0661.html</link>
<pubDate>Sat, 31 Oct 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0661.html</guid>
</item>

<!-- 4 -->
<item>
<title>Java : Parse XML with XPath</title>
<description>Easy XML parsing with XPath, More examples.</description>
<link>http://www.rgagnon.com/javadetails/java-0550.html</link>
<pubDate>Sat, 10 Oct 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0550.html</guid>
</item>


<!--  5 -->
<item>
<title>Java : Create an Internet shortcut</title>
<description>Internet shortcut are special text files with a .URL extension</description>
<link>http://www.rgagnon.com/javadetails/java-0660.html</link>
<pubDate>Sun, 4 Oct 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/javadetails/java-0660.html</guid>
</item>


<!--  6 -->
<item>
<title>Windows : Create an Internet shortcut</title>
<description>Internet shortcut are special text files, easily created from a batch file</description>
<link>http://www.rgagnon.com/gp/gp-0018.html</link>
<pubDate>Wed, 30 Sep 2009 10:05:00 GMT</pubDate>
<guid>http://www.rgagnon.com/gp/gp-0018.html</guid>
</item>



</channel>
</rss>