<?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>Sat, 19 May 2012 14:19:37</lastBuildDate>
        <generator>WW2DB.com RSS Generator</generator>
        <item>
            <title>Sorting arrays in Javascript</title>
            <link>http://dev-notes.com/code.php?q=88</link>
            <description>&lt;p&gt;This note describes how to sort a simple array and an array of objects in Javascript.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Prevent Excel from recognizing a string as a number when opening CSV files</title>
            <link>http://dev-notes.com/code.php?q=87</link>
            <description>&lt;p&gt;When using Microsoft Excel to open a CSV file, at times a string may appear like a number, causing Excel to open it in a wrong format.  This note offers one solution for this problem.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Creating a Queue in Oracle</title>
            <link>http://dev-notes.com/code.php?q=86</link>
            <description>&lt;p&gt;Oracle Advanced Queuing provides a medium for various applications to communicate with each other, providing the infrastructure for SOA, for example.  This note provides an example on how to set up a queue.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <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>
    </channel>
</rss>

