<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

<channel>
<title>Cameron&apos;s Thoughts : Programming</title>
<link>http://www.cbulock.com/cat/programming.html</link>
<description></description>
<image>
<url>http://www.cbulock.com/cameron.jpg</url>
<title>Cameron</title>
<link>http://www.cbulock.com/cat/programming.html</link>
<width>87</width>
<height>95</height>
</image>
<dc:rights>Copyright 2003-2008</dc:rights>
<dc:language>en-us</dc:language>
<dc:creator>cbulock@cbulock.com</dc:creator>
<dc:date>2008-01-13T17:53:20-05:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

<item>
<title>CommentAPI for Movable Type</title>
<link>http://www.cbulock.com/2008/01/commentapi_for_movable_type.html</link>
<description>I was going through some things on my site today, fixing up some bugs and such.  One thing I noticed was that I never rewrote my CommentAPI support after I changed the way comments were handled on this site.  I don&apos;t believe anyone ever posted a comment using CommentAPI, but I thought it was kind of nice to learn how it worked and to provide some support for it.  It&apos;s somewhat of an older standard, and never really caught on, but I think it is really handy.  Anyhow, I thought I&apos;d release the code I had come up with.  It still needs a little work to be perfect, but this did allow comments to come in on my Movable Type 3.2 system.</description>
<guid isPermaLink="false">563@http://www.cbulock.com/</guid>
<dc:date>2008-01-13T17:53:20-05:00</dc:date>
</item>
<item>
<title>New DataAdmin Documentation</title>
<link>http://www.cbulock.com/2007/12/new_dataadmin_documentation.html</link>
<description>So,  I&apos;ve finally decided to create some decent documention for the DataAdmin PHP class I wrote.  Before, a lame text file was all there was.  There is now a wiki available.  The current state of the information is about the same as it was before in the text file, but it&apos;s now much more organized and easier to browse through.  I plan to add more full coding examples and such soon.  Additionally, the login system for the wiki has been hooked into the login system for this site, so if you have an account here, you can also use the same info for the wiki.
</description>
<guid isPermaLink="false">558@http://www.cbulock.com/</guid>
<dc:date>2007-12-17T14:35:52-05:00</dc:date>
</item>
<item>
<title>DataAdmin Class 1.08 Update</title>
<link>http://www.cbulock.com/2007/06/dataadmin_class_108_update.html</link>
<description>I made a small little update to the DataAdmin class today.  This is the first update in close to a year.  All I did was add the ability to set a variable &apos;editable&apos; to FALSE which then disables being able to click on data to edit it.  This was simply a feature I needed for part of a backend update to this site. </description>
<guid isPermaLink="false">533@http://www.cbulock.com/</guid>
<dc:date>2007-06-25T19:22:10-05:00</dc:date>
</item>
<item>
<title>Database Admin PHP Class</title>
<link>http://www.cbulock.com/2007/05/database_admin_php_class.html</link>
<description>I&apos;ve got around to releasing a PHP class that I use for MySQL database administration.  It&apos;s released under the LGPL.  I plan to do a more detailed write-up about this soon.  Basically, this class will allow you to add, edit, delete, and cross-reference data from databases and requires only minutes to setup with basically no HTML to do.</description>
<guid isPermaLink="false">523@http://www.cbulock.com/</guid>
<dc:date>2007-05-11T00:10:54-05:00</dc:date>
</item>
<item>
<title>Validating Web Pages</title>
<link>http://www.cbulock.com/2005/10/validating_web_pages.html</link>
<description>Thought I would share this bit of code as some people might find it useful.  Ever since I started working to make sure my pages were compatible, I have come up with a number of things to help me to accomplish this.  Now, every page on this site should be fully xHTML compliant and I have setup a number of backend protections to stop most things from causing the sites to stop validating.  One thing I wrote was a simple PHP function that can be used in any script that gives some feedback as to if a website is valid or not.
</description>
<guid isPermaLink="false">368@http://www.cbulock.com/</guid>
<dc:date>2005-10-23T16:23:19-05:00</dc:date>
</item>


</channel>
</rss>