<?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, 21 May 2013 17:41:40</lastBuildDate>
        <generator>WW2DB.com RSS Generator</generator>
        <item>
            <title>Google Maps with input events</title>
            <link>http://dev-notes.com/code.php?q=92</link>
            <description>&lt;p&gt;The following sample illustrates interaction with Google Maps using mouse clicks and text field updates.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Python ucs2 vs ucs4 installation</title>
            <link>http://dev-notes.com/code.php?q=91</link>
            <description>&lt;p&gt;On Linux, Python installations default to the unicode representation of the OS environment (ucs2 vs ucs4). I sometimes find myself needing to reinstall python, forcing a different unicode representation, especially when I am given pre-compiled python binaries.  Here are examples of using the --enable-unicode setting when building python. Also, there are some examples of how to determine which ucs setting your version of python is using.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Python non-root install options for creating shared library</title>
            <link>http://dev-notes.com/code.php?q=90</link>
            <description>&lt;p&gt;Example of 1. Installing python somewhere other than the default dir, for users without root access; 2. How to compile the python shared library (e.g., libpython2.6.so)&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <item>
            <title>Batch file to create regular backups with cleanup</title>
            <link>http://dev-notes.com/code.php?q=89</link>
            <description>&lt;p&gt;This article provides a sample Windows batch file to back up a file directory to a specified location, with a feature to clean up older backup sets.&lt;/p&gt;</description>
            <author>C. Peter Chen</author>
            <pubDate>Thu, 01 Jan 1970 00:00:00</pubDate>
        </item>
        <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>
    </channel>
</rss>
