<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="WW2DB.com RSS Generator" -->
<rss version="2.0">
    <channel>
        <title>Dev-Notes.com RSS Service</title>
        <description>Dev-Notes.com RSS Service</description>
        <link>http://dev-notes.com</link>
        <lastBuildDate>Tue, 07 Sep 2010 06:50:45</lastBuildDate>
        <generator>WW2DB.com RSS Generator</generator>
        <item>
            <title>Calculating the difference between two dates or times in DB2</title>
            <link>http://dev-notes.com/code.php?q=85</link>
            <description>&lt;p&gt;This note demonstrates how to calculate the difference between two dates or two times, ie. timestamps, in a DB2 SQL inline function.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Using dummy table to select pseudocolumns</title>
            <link>http://dev-notes.com/code.php?q=84</link>
            <description>&lt;p&gt;This note illustrates how to use a dummy table to select pseudocolumns in Oracle and DB2 databases.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Java method to convert a string to proper or initial case</title>
            <link>http://dev-notes.com/code.php?q=83</link>
            <description>&lt;p&gt;This note provides a simple Java method for converting a string to have proper case, or in other words, each word will have its initial letter capitalized.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Java method to round a number to specified decimal places</title>
            <link>http://dev-notes.com/code.php?q=82</link>
            <description>&lt;p&gt;This note provides a simple method for rounding a number to a specified number of decimal places in Java.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Manually incrementing an Oracle sequence by a defined amount</title>
            <link>http://dev-notes.com/code.php?q=81</link>
            <description>&lt;p&gt;This note shows how you can instruct Oracle to advance an Oracle sequence by an amount that you define.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Javascript delay function</title>
            <link>http://dev-notes.com/code.php?q=80</link>
            <description>&lt;p&gt;Sometimes we need to delay the execution of Javascript code for certain amount of time.  This simple example allows that functionality.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>How to use the ampersand (&amp;) symbol in SQL statements as a literal value</title>
            <link>http://dev-notes.com/code.php?q=79</link>
            <description>&lt;p&gt;This note provides two ways for you to use the ampersand symbol, &quot;&amp;&quot;, as a literal value in an Oracle SQL statement.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Using Oracle RMAN to duplicate a database</title>
            <link>http://dev-notes.com/code.php?q=78</link>
            <description>&lt;p&gt;This note illustrates how to use Oracle 11g's RMAN utility to duplicate a database.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Inserting multiple records at once into a database table</title>
            <link>http://dev-notes.com/code.php?q=77</link>
            <description>&lt;p&gt;This note provides a sample for how to insert multiple records into a database table with only one insert statement.  This provides a more efficient way to insert data into a table than calling multiple statements.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Shorten long URLs with Perl, cURL, and the short.to API</title>
            <link>http://dev-notes.com/code.php?q=76</link>
            <description>&lt;p&gt;This sample Perl script illustrates how to use the cURL::Easy extension of libcurl to use short.to's API to shorten long URLs.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
    </channel>
</rss>
