<?xml version="1.0" encoding="utf-8"?>

<rss xmlns:blog="http://codebot.org/rss/schema" version="2.0">
  <channel>
    <title>Content from codebot.org</title>
    <link>http://www.codebot.org/rss/articles</link>
		<description>Most Popular Delphi Content</description>
		<copyright>Copyright 2010</copyright>
    <skipHours>6</skipHours>
		<lastBuildDate>9/9/2010 4:09:20 PM</lastBuildDate>
		<generator>http://codebot.org/rss</generator>
    <language>en-us</language>

    <item>
       <title>WrapLabel Demo</title>
       <description><![CDATA[Question: What do you think is the best approach to implementing advanced text wrapping when using gdi/gdi+? I had a basic idea of how to tackle the problem and here is the result.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9556</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9556</guid>
       <category>Delphi</category>
       <pubDate>9/14/2009 9:21:41 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>1288</blog:visits>
       <blog:replies>0</blog:replies>
       <blog:score>5</blog:score>
    </item>

    <item>
       <title>Auto Completion</title>
       <description><![CDATA[A common feature of Microsoft Windows is auto completion. Auto completion functions to expand text as you type, making suggestions to reduce repetitive tasks. With auto completion, partial words can be expanded into more complete phrases that match a stored list of choices. The end result is less typing and more accurate text entry.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9451</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9451</guid>
       <category>Delphi</category>
       <pubDate>5/12/2006 11:27:00 AM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>2059</blog:visits>
       <blog:replies>1</blog:replies>
       <blog:score>4.8</blog:score>
    </item>

    <item>
       <title>Shell Path Edit Demo</title>
       <description><![CDATA[This is a brief write up (download at the end of the article) about a fairly nice implementation of a Vista style breadcrumb bar control. I think it's a pretty neat new control worth checking out.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9551</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9551</guid>
       <category>Delphi</category>
       <pubDate>2/25/2009 6:59:31 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>1361</blog:visits>
       <blog:replies>0</blog:replies>
       <blog:score>4.3</blog:score>
    </item>

    <item>
       <title>Type Library Explorer</title>
       <description><![CDATA[Here is a little utility I wrote up last spring to explore the available programming components on your computers.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9533</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9533</guid>
       <category>Delphi</category>
       <pubDate>12/29/2008 2:06:00 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>1469</blog:visits>
       <blog:replies>1</blog:replies>
       <blog:score>4</blog:score>
    </item>

    <item>
       <title>Open Source Delphi</title>
       <description><![CDATA[brief]]></description>
       <link>http://codebot.org/delphi/?doc=9417</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9417</guid>
       <category>Delphi</category>
       <pubDate>5/4/2006 5:40:00 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>6920</blog:visits>
       <blog:replies>6</blog:replies>
       <blog:score>3.4</blog:score>
    </item>

    <item>
       <title>Step Control</title>
       <description><![CDATA[I was tired of boring Wizard dialogs, so I decided to spice them up with a little idea I had in my head: the step control. Click read more to see a screen shot.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9531</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9531</guid>
       <category>Delphi</category>
       <pubDate>12/12/2008 11:10:00 AM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>1088</blog:visits>
       <blog:replies>2</blog:replies>
       <blog:score>3</blog:score>
    </item>

    <item>
       <title>Color Picker Controls</title>
       <description><![CDATA[I was fooling around with some GPU shaders today and needed to input some colors values. Always looking to add common tasks to my codebase, I decided to create some color mixer controls from scratch. In the video there are three new controls: hue picker, saturation picker, and alpha picker.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9524</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9524</guid>
       <category>Delphi</category>
       <pubDate>7/8/2008 11:14:00 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>701</blog:visits>
       <blog:replies>1</blog:replies>
       <blog:score>0</blog:score>
    </item>

    <item>
       <title>Animated Windows</title>
       <description><![CDATA[Here is a small drawing desktop sprite animation demo. By desktop drawing I mean drawing right on the desktop without corrupting the contents of other windows. By sprite animation I mean moving, sizing, and rotating images.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9515</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9515</guid>
       <category>Delphi</category>
       <pubDate>1/27/2008 12:07:00 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>1013</blog:visits>
       <blog:replies>2</blog:replies>
       <blog:score>0</blog:score>
    </item>

    <item>
       <title>Vista Control Animations</title>
       <description><![CDATA[This small example demonstrates how to use Vista's new animated theme API to render an animated control.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9512</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9512</guid>
       <category>Delphi</category>
       <pubDate>11/5/2007 10:43:00 AM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>767</blog:visits>
       <blog:replies>1</blog:replies>
       <blog:score>0</blog:score>
    </item>

    <item>
       <title>Threaded Data Access</title>
       <description><![CDATA[My friend Peter wrote asking about how I handle data access today. We had talked in the past about my objections to using business objects for data access. I replied to Peter with this message.<br/>
<br/>]]></description>
       <link>http://codebot.org/delphi/?doc=9504</link>
       <guid isPermaLink="true">http://codebot.org/delphi/?doc=9504</guid>
       <category>Delphi</category>
       <pubDate>8/21/2007 1:12:00 PM</pubDate>
       <blog:author>sysrpl</blog:author>
       <blog:visits>497</blog:visits>
       <blog:replies>0</blog:replies>
       <blog:score>0</blog:score>
    </item>

	</channel>
</rss>