<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>overset</title>
		<link>http://www.overset.com/</link>
		<description>overset - development log for Jim Palmer</description>
		<language>en-us</language>
		<lastBuildDate>2006-07-11 00:00:00</lastBuildDate>
		<generator>blaj</generator>
		<ttl>10</ttl>

		<item>
			<title><![CDATA[JQTemplate - Jquery Lightweight Javascript Template Engine Plugin]]></title>
			<link>http://www.overset.com/2009/06/28/jqtemplate--jquery-lightweight-javascript-template-engine-plugin</link>
			<description><![CDATA[An ultra-light and fast javascript template engine as a jQuery plugin. 1.4KB pre-compressed.]]></description>
			<pubDate>2009-06-28 00:00:00</pubDate>
			<guid>http://www.overset.com/2009/06/28/jqtemplate--jquery-lightweight-javascript-template-engine-plugin</guid>
		</item>
		<item>
			<title><![CDATA[JSYN - Fast and Lightweight Javascript Syntax Highlighter]]></title>
			<link>http://www.overset.com/2009/01/18/jsyn--fast-and-lightweight-javascript-syntax-highlighter</link>
			<description><![CDATA[A fast and lightweight javascript syntax highlighter for simple addition to your blog or site showcasing generic code without using server-side lexical analysis.]]></description>
			<pubDate>2009-01-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2009/01/18/jsyn--fast-and-lightweight-javascript-syntax-highlighter</guid>
		</item>
		<item>
			<title><![CDATA[Internet Explorer IFRAME Browser History Lost on Reload]]></title>
			<link>http://www.overset.com/2008/12/21/internet-explorer-iframe-browser-history-lost-on-reload</link>
			<description><![CDATA[IE has trouble retaining BACK/FORWARD button support with IFRAMES on pages without the Last-Modified or ETag response headers. ]]></description>
			<pubDate>2008-12-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/12/21/internet-explorer-iframe-browser-history-lost-on-reload</guid>
		</item>
		<item>
			<title><![CDATA[Colorized Subversion SVN STAT & UP PowerShell Functions]]></title>
			<link>http://www.overset.com/2008/11/18/colorized-subversion-svn-stat--up-powershell-functions</link>
			<description><![CDATA[An ever-useful powershell script for those who use the SVN CLI even on windows.]]></description>
			<pubDate>2008-11-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/11/18/colorized-subversion-svn-stat--up-powershell-functions</guid>
		</item>
		<item>
			<title><![CDATA[Javascript Natural Sort Algorithm With Unicode Support]]></title>
			<link>http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm-with-unicode-support</link>
			<description><![CDATA[A fast and lightweight natural sort algorithm for javascript.<br />
UPDATE 5/19/2010 - New 0.4 version that includes many fixes and supports a more robust natural sort.]]></description>
			<pubDate>2008-09-01 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/09/01/javascript-natural-sort-algorithm-with-unicode-support</guid>
		</item>
		<item>
			<title><![CDATA[Animated Sortable Data Table jQuery plugin - jTPS]]></title>
			<link>http://www.overset.com/2008/08/30/animated-sortable-data-table-jquery-plugin--jtps</link>
			<description><![CDATA[<img src="/assets/img/jtps.jpg"><br />
Powerful datatable with animated pagination and natural sorting. ]]></description>
			<pubDate>2008-08-30 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/08/30/animated-sortable-data-table-jquery-plugin--jtps</guid>
		</item>
		<item>
			<title><![CDATA[Apache/IIS Rewrite Rules For Developer Sandboxes]]></title>
			<link>http://www.overset.com/2008/08/20/apacheiis-rewrite-rules-for-developer-sandboxes</link>
			<description><![CDATA[Some notes on how to use rewrite rules to create developer sandboxes in a single-server dev environment.]]></description>
			<pubDate>2008-08-20 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/08/20/apacheiis-rewrite-rules-for-developer-sandboxes</guid>
		</item>
		<item>
			<title><![CDATA[jQuery CSS Clip Animation Plugin]]></title>
			<link>http://www.overset.com/2008/08/07/jquery-css-clip-animation-plugin</link>
			<description><![CDATA[A super-simple jQuery 1.2.6 plugin to extend the animate function to support animation of the CSS CLIP property.]]></description>
			<pubDate>2008-08-07 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/08/07/jquery-css-clip-animation-plugin</guid>
		</item>
		<item>
			<title><![CDATA[jVal - jQuery Form Field Validation Plugin]]></title>
			<link>http://www.overset.com/2008/07/31/jval--jquery-form-field-validation-plugin</link>
			<description><![CDATA[<img src="/assets/img/jval.jpg"><br />
Animated graphical form field validation jQuery plugin.]]></description>
			<pubDate>2008-07-31 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/07/31/jval--jquery-form-field-validation-plugin</guid>
		</item>
		<item>
			<title><![CDATA[Simple jQuery JSON ASP.NET WebService DateTime Support]]></title>
			<link>http://www.overset.com/2008/07/18/simple-jquery-json-aspnet-webservice-datetime-support</link>
			<description><![CDATA[ASP.NET serializes the DateTime response as \/Date(-19312300000)\/ but we want jQuery to automatically parse that as a native Javascript Date() object...]]></description>
			<pubDate>2008-07-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/07/18/simple-jquery-json-aspnet-webservice-datetime-support</guid>
		</item>
		<item>
			<title><![CDATA[C#.NET AJAX Handler Using Reflection And Jquery]]></title>
			<link>http://www.overset.com/2008/07/16/cnet-ajax-handler-using-reflection-and-jquery</link>
			<description><![CDATA[To build a robust and fast AJAX handler facility utilizing Reflection to access remote methods in classes without using ASP.NET's AJAX library and the WebMethod factory and work with jQuery's $.ajax() or $.post() facilities.
]]></description>
			<pubDate>2008-07-16 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/07/16/cnet-ajax-handler-using-reflection-and-jquery</guid>
		</item>
		<item>
			<title><![CDATA[Use SqlParameterCollection To Dynamically Build SqlCommand.CommandString]]></title>
			<link>http://www.overset.com/2008/06/25/use-sqlparametercollection-to-dynamically-build-sqlcommandcommandstring</link>
			<description><![CDATA[A quick example on using a SqlParameterCollection to build the sql command string on the fly.]]></description>
			<pubDate>2008-06-25 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/06/25/use-sqlparametercollection-to-dynamically-build-sqlcommandcommandstring</guid>
		</item>
		<item>
			<title><![CDATA[Simple jQuery Auto Save]]></title>
			<link>http://www.overset.com/2008/06/25/simple-jquery-auto-save</link>
			<description><![CDATA[Manual support for the watch facility in Javascript which is an ad-hoc observer pattern.]]></description>
			<pubDate>2008-06-25 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/06/25/simple-jquery-auto-save</guid>
		</item>
		<item>
			<title><![CDATA[Javascript print_r function]]></title>
			<link>http://www.overset.com/2008/06/23/javascript-printr-function</link>
			<description><![CDATA[A useful javascript print_r() function for those PHP developers working in javascript.]]></description>
			<pubDate>2008-06-23 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/06/23/javascript-printr-function</guid>
		</item>
		<item>
			<title><![CDATA[jQuery History Plugin]]></title>
			<link>http://www.overset.com/2008/06/18/jquery-history-plugin</link>
			<description><![CDATA[Looking for a mean and lean jquery plugin that is completely unobtrusive to the user and allows for tight integration into a jquery ajax driven site that needs to offer forward/back button support as well as state management?]]></description>
			<pubDate>2008-06-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/06/18/jquery-history-plugin</guid>
		</item>
		<item>
			<title><![CDATA[Colorized SVN STAT and CVS UPDATE Output Via BASH]]></title>
			<link>http://www.overset.com/2008/05/29/colorized-svn-stat-and-cvs-update-output-via-bash</link>
			<description><![CDATA[BASH script to colorize the output of SVN and CVS.]]></description>
			<pubDate>2008-05-29 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/05/29/colorized-svn-stat-and-cvs-update-output-via-bash</guid>
		</item>
		<item>
			<title><![CDATA[Multiday Calendar Datepicker JQuery Plugin]]></title>
			<link>http://www.overset.com/2008/05/12/multiday-calendar-datepicker-jquery-plugin</link>
			<description><![CDATA[<img src="/assets/img/jcals.jpg"><br />
Animated calendar datepicker for multi-day selection with multi-month display. Animated scrolling of previous and next months. Allows for a sequence of months to reside side by side and for the user to select a number of consecutive days.]]></description>
			<pubDate>2008-05-12 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/05/12/multiday-calendar-datepicker-jquery-plugin</guid>
		</item>
		<item>
			<title><![CDATA[LitJson Patch To Serialize Hashtable/IDictionary Keys of DateTime Type to JSON]]></title>
			<link>http://www.overset.com/2008/04/24/litjson-patch-to-serialize-hashtableidictionary-keys-of-datetime-type-to-json</link>
			<description><![CDATA[Looking to serialize Hashtables in .NET with DateTimes as indexes in LitJson?]]></description>
			<pubDate>2008-04-24 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/24/litjson-patch-to-serialize-hashtableidictionary-keys-of-datetime-type-to-json</guid>
		</item>
		<item>
			<title><![CDATA[Convert Single Level XML To Native C#.NET Object Via Json And Regular Expressions]]></title>
			<link>http://www.overset.com/2008/04/22/convert-single-level-xml-to-native-cnet-object-via-json-and-regular-expressions</link>
			<description><![CDATA[Simple Regular Expression to convert faux XML to a JSON string - example in C#.]]></description>
			<pubDate>2008-04-22 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/22/convert-single-level-xml-to-native-cnet-object-via-json-and-regular-expressions</guid>
		</item>
		<item>
			<title><![CDATA[Convert ADODB RecordSet XML To ADO.NET DataSet Object Natively In C# ]]></title>
			<link>http://www.overset.com/2008/04/21/convert-adodb-recordset-xml-to-adonet-dataset-object-natively-in-c-</link>
			<description><![CDATA[Here's a code-example showing how to convert a legacy ADODB RecordSet XML string to a native ADO.NET DataSet object using the built-in OleDbDataAdapter functionality.]]></description>
			<pubDate>2008-04-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/21/convert-adodb-recordset-xml-to-adonet-dataset-object-natively-in-c-</guid>
		</item>
		<item>
			<title><![CDATA[Simple AES (Rijndael) C# Encrypt & Decrypt functions]]></title>
			<link>http://www.overset.com/2008/04/17/simple-aes-rijndael-c-encrypt--decrypt-functions</link>
			<description><![CDATA[Simple Encrypt() and Decrypt() function for 256b/32B asymmetric encryption using AES written in C#.]]></description>
			<pubDate>2008-04-17 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/17/simple-aes-rijndael-c-encrypt--decrypt-functions</guid>
		</item>
		<item>
			<title><![CDATA[MSSQL - Fast Character Field Loose-Comparison]]></title>
			<link>http://www.overset.com/2008/04/11/mssql--fast-character-field-loosecomparison</link>
			<description><![CDATA[This is a handy trick to find similar strings in varchar/text/etc fields in MSSQL without breaking the query plan.]]></description>
			<pubDate>2008-04-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/11/mssql--fast-character-field-loosecomparison</guid>
		</item>
		<item>
			<title><![CDATA[Mark Gibson's JSON JQuery Updated]]></title>
			<link>http://www.overset.com/2008/04/11/mark-gibsons-json-jquery-updated</link>
			<description><![CDATA[Simple jQuery plugin from Douglas Crockford's 2008-02-14 json2.js release.]]></description>
			<pubDate>2008-04-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/04/11/mark-gibsons-json-jquery-updated</guid>
		</item>
		<item>
			<title><![CDATA[Load Test AJAX Applications With HTTPERF]]></title>
			<link>http://www.overset.com/2008/03/27/load-test-ajax-applications-with-httperf</link>
			<description><![CDATA[Load testing AJAX applications is somewhat of a new and often neglected frontier that unfortunately is an absolute necessity in the process of launching successful web applications. Here is a quick writeup on patching the AMAZING HTTPERF utility version 0.9.0 to make the already fabled wsesslog feature.]]></description>
			<pubDate>2008-03-27 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/03/27/load-test-ajax-applications-with-httperf</guid>
		</item>
		<item>
			<title><![CDATA[Fast Display of Coldfusion Execution Time]]></title>
			<link>http://www.overset.com/2008/03/17/fast-display-of-coldfusion-execution-time</link>
			<description><![CDATA[]]></description>
			<pubDate>2008-03-17 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/03/17/fast-display-of-coldfusion-execution-time</guid>
		</item>
		<item>
			<title><![CDATA[Javascript Invalid Argument errors]]></title>
			<link>http://www.overset.com/2008/03/05/javascript-invalid-argument-errors</link>
			<description><![CDATA[When you build an AJAX application that is served to IE6 and IE7 clients - you will probably run into the obscure Invalid Argument error. Here's some insight on how to handle these errors.]]></description>
			<pubDate>2008-03-05 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/03/05/javascript-invalid-argument-errors</guid>
		</item>
		<item>
			<title><![CDATA[Convert ADODB XML To JSON Through XSLT]]></title>
			<link>http://www.overset.com/2008/02/21/convert-adodb-xml-to-json-through-xslt</link>
			<description><![CDATA[A powerful XLST script to convert legacy .NET ADODB XML to JSON.]]></description>
			<pubDate>2008-02-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/02/21/convert-adodb-xml-to-json-through-xslt</guid>
		</item>
		<item>
			<title><![CDATA[Consolidate & Compress AJAX Javascript Files Through Coldfusion With JSMin]]></title>
			<link>http://www.overset.com/2008/02/13/consolidate--compress-ajax-javascript-files-through-coldfusion-with-jsmin</link>
			<description><![CDATA[A concise coldfusion script to capture SHIFT+RELOAD requests from firefox to then take a list of javascript/css files, consolidate them into a single file, minify them via JSMIN and compress them via gzip -9.]]></description>
			<pubDate>2008-02-13 00:00:00</pubDate>
			<guid>http://www.overset.com/2008/02/13/consolidate--compress-ajax-javascript-files-through-coldfusion-with-jsmin</guid>
		</item>
		<item>
			<title><![CDATA[mod_cache ignores mod_dir DirectoryIndex index files + workaround]]></title>
			<link>http://www.overset.com/2007/12/24/modcache-ignores-moddir-directoryindex-index-files--workaround</link>
			<description><![CDATA[An interesting problem with Apache's mod_cache - even production in the 2.2.X branch - is that it does not cache mod_dir DirectoryIndex files. Here's the quick on how to forcefully redirect the user to a mod_cacheable page.]]></description>
			<pubDate>2007-12-24 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/12/24/modcache-ignores-moddir-directoryindex-index-files--workaround</guid>
		</item>
		<item>
			<title><![CDATA[Custom Coldfusion Caching Engine]]></title>
			<link>http://www.overset.com/2007/12/17/custom-coldfusion-caching-engine</link>
			<description><![CDATA[A much better Coldfusion implementation of flat-file caching on a set interval than the built-in CFCACHE.]]></description>
			<pubDate>2007-12-17 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/12/17/custom-coldfusion-caching-engine</guid>
		</item>
		<item>
			<title><![CDATA[Papervision Mesh3D Terrain Map Simplification - Proof of Concept]]></title>
			<link>http://www.overset.com/2007/09/04/papervision-mesh3d-terrain-map-simplification--proof-of-concept</link>
			<description><![CDATA[Proof of concept using Papervision3D in Flash9 to simplify a simple Mesh Plane object via edge decimation based off a soft threshold z-coordinate delta.]]></description>
			<pubDate>2007-09-04 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/09/04/papervision-mesh3d-terrain-map-simplification--proof-of-concept</guid>
		</item>
		<item>
			<title><![CDATA[Simple Flash Remoting Proxy Through Linux]]></title>
			<link>http://www.overset.com/2007/07/13/simple-flash-remoting-proxy-through-linux</link>
			<description><![CDATA[Notes on how to do flash remoting to a clustered Coldfusion flash gateway as served via Apache.]]></description>
			<pubDate>2007-07-13 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/07/13/simple-flash-remoting-proxy-through-linux</guid>
		</item>
		<item>
			<title><![CDATA[How To Convert Apache SSL Certificate To Use With IIS]]></title>
			<link>http://www.overset.com/2007/07/13/how-to-convert-apache-ssl-certificate-to-use-with-iis</link>
			<description><![CDATA[]]></description>
			<pubDate>2007-07-13 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/07/13/how-to-convert-apache-ssl-certificate-to-use-with-iis</guid>
		</item>
		<item>
			<title><![CDATA[Javascript Recursive Object Copy, Deep Object Copy, Pass By Value]]></title>
			<link>http://www.overset.com/2007/07/11/javascript-recursive-object-copy-deep-object-copy-pass-by-value</link>
			<description><![CDATA[Need to copy a complex object by value - instead of by reference - in javascript?]]></description>
			<pubDate>2007-07-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/07/11/javascript-recursive-object-copy-deep-object-copy-pass-by-value</guid>
		</item>
		<item>
			<title><![CDATA[DHTML Date Picker, Javascript Calendar v0.3]]></title>
			<link>http://www.overset.com/2007/07/10/dhtml-date-picker-javascript-calendar-v03</link>
			<description><![CDATA[A streamlined, clean and appealing DHTML datepicker.]]></description>
			<pubDate>2007-07-10 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/07/10/dhtml-date-picker-javascript-calendar-v03</guid>
		</item>
		<item>
			<title><![CDATA[DHTML Balloon Help, Tooltip, Hint That Auto Positions]]></title>
			<link>http://www.overset.com/2007/06/20/dhtml-balloon-help-tooltip-hint-that-auto-positions</link>
			<description><![CDATA[This is a classy DHTML tool tip that auto-positions itself as per the block it points to as well as the pointer position.]]></description>
			<pubDate>2007-06-20 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/06/20/dhtml-balloon-help-tooltip-hint-that-auto-positions</guid>
		</item>
		<item>
			<title><![CDATA[Papervision3D Terrain Map v0.2 With Satellite Image Texture]]></title>
			<link>http://www.overset.com/2007/04/24/papervision3d-terrain-map-v02-with-satellite-image-texture</link>
			<description><![CDATA[<img src="/assets/img/pv3d-mmsas.jpg"><br />
Mammoth Mountain Ski Area in a simple and barely interactive Papervision3D demonstration. This is using USGS DEM (Digital Elevation Map) data and properly applied black and white orthography from terra-server]]></description>
			<pubDate>2007-04-24 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/04/24/papervision3d-terrain-map-v02-with-satellite-image-texture</guid>
		</item>
		<item>
			<title><![CDATA[Papervision3D Terrain Map of Mammoth Mountain Ski Area]]></title>
			<link>http://www.overset.com/2007/04/21/papervision3d-terrain-map-of-mammoth-mountain-ski-area</link>
			<description><![CDATA[A 3D terrain map of Mammoth Mountain Ski Area using Papervision 3D and USGS Digital Elevation Map values.]]></description>
			<pubDate>2007-04-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/04/21/papervision3d-terrain-map-of-mammoth-mountain-ski-area</guid>
		</item>
		<item>
			<title><![CDATA[mod_proxy and internet explorer problems]]></title>
			<link>http://www.overset.com/2007/04/03/modproxy-and-internet-explorer-problems</link>
			<description><![CDATA[Some insight into the dreaded error: Connection reset by peer: proxy: prefetch request body failed.]]></description>
			<pubDate>2007-04-03 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/04/03/modproxy-and-internet-explorer-problems</guid>
		</item>
		<item>
			<title><![CDATA[Send Native JSON Javascript Objects Back to CFAJAX]]></title>
			<link>http://www.overset.com/2007/03/21/send-native-json-javascript-objects-back-to-cfajax</link>
			<description><![CDATA[Use JSON instead of the homebrew CFAJAX serialization.]]></description>
			<pubDate>2007-03-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/03/21/send-native-json-javascript-objects-back-to-cfajax</guid>
		</item>
		<item>
			<title><![CDATA[Problems With Clustered Flash Remoting Through Apache mod_proxy]]></title>
			<link>http://www.overset.com/2007/03/19/problems-with-clustered-flash-remoting-through-apache-modproxy</link>
			<description><![CDATA[Notes on problems when flash remoting to a clustered Coldfusion flash gateway as served via Apache.]]></description>
			<pubDate>2007-03-19 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/03/19/problems-with-clustered-flash-remoting-through-apache-modproxy</guid>
		</item>
		<item>
			<title><![CDATA[Unix Timestamp in Coldfusion]]></title>
			<link>http://www.overset.com/2007/03/07/unix-timestamp-in-coldfusion</link>
			<description><![CDATA[]]></description>
			<pubDate>2007-03-07 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/03/07/unix-timestamp-in-coldfusion</guid>
		</item>
		<item>
			<title><![CDATA[Store Binary Data In MySQL With Coldfusion]]></title>
			<link>http://www.overset.com/2007/03/02/store-binary-data-in-mysql-with-coldfusion</link>
			<description><![CDATA[A quick how-to on storing and retrieving binary data from a MySQL database in Coldfusion.]]></description>
			<pubDate>2007-03-02 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/03/02/store-binary-data-in-mysql-with-coldfusion</guid>
		</item>
		<item>
			<title><![CDATA[Enable CFAJAX Client Authentication Through Web Proxy]]></title>
			<link>http://www.overset.com/2007/02/14/enable-cfajax-client-authentication-through-web-proxy</link>
			<description><![CDATA[]]></description>
			<pubDate>2007-02-14 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/02/14/enable-cfajax-client-authentication-through-web-proxy</guid>
		</item>
		<item>
			<title><![CDATA[True ColdFusion whitespace removal + CFAJAX support]]></title>
			<link>http://www.overset.com/2007/01/31/true-coldfusion-whitespace-removal--cfajax-support</link>
			<description><![CDATA[An example onRequestEnd Application.cfc function on truly removing unwanted white-space from the rendered html returned to the client. This will not break CFAJAX support.]]></description>
			<pubDate>2007-01-31 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/01/31/true-coldfusion-whitespace-removal--cfajax-support</guid>
		</item>
		<item>
			<title><![CDATA[Canon Network Camera Control Protocol Hack - VB-C50i Control Port Communication]]></title>
			<link>http://www.overset.com/2007/01/24/canon-network-camera-control-protocol-hack--vbc50i-control-port-communication</link>
			<description><![CDATA[Took a nice Canon network controlled camera, hacked around its control protocol a bit and here are my notes on how to control it via simple PHP socket code.]]></description>
			<pubDate>2007-01-24 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/01/24/canon-network-camera-control-protocol-hack--vbc50i-control-port-communication</guid>
		</item>
		<item>
			<title><![CDATA[Live Streaming of a Webcam Feed from CANON VB-C10/C50 From a Relay Proxy Server]]></title>
			<link>http://www.overset.com/2007/01/22/live-streaming-of-a-webcam-feed-from-canon-vbc10c50-from-a-relay-proxy-server</link>
			<description><![CDATA[Here's a writeup on how to convert an MJPEG stream, specifically from a canon network controlled webcam,  to FLV on the fly using FFMPEG and FFSERVER. This also duplicates the stream from the source and serves multiple streams to hungry clients, aka relay proxy.]]></description>
			<pubDate>2007-01-22 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/01/22/live-streaming-of-a-webcam-feed-from-canon-vbc10c50-from-a-relay-proxy-server</guid>
		</item>
		<item>
			<title><![CDATA[Best Flash AS2 PullDown Component v0.3]]></title>
			<link>http://www.overset.com/2007/01/05/best-flash-as2-pulldown-component-v03</link>
			<description><![CDATA[Lightweight and feature-packed AS2.0 pulldown component.]]></description>
			<pubDate>2007-01-05 00:00:00</pubDate>
			<guid>http://www.overset.com/2007/01/05/best-flash-as2-pulldown-component-v03</guid>
		</item>
		<item>
			<title><![CDATA[Simple JavaScript Form Field onKeyDown Regular Expression Wrapper]]></title>
			<link>http://www.overset.com/2006/12/01/simple-javascript-form-field-onkeydown-regular-expression-wrapper</link>
			<description><![CDATA[Prevent characters from being entered on input fields in html via regular expression syntax. This is similar to the TextField.restrict property in Flash.]]></description>
			<pubDate>2006-12-01 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/12/01/simple-javascript-form-field-onkeydown-regular-expression-wrapper</guid>
		</item>
		<item>
			<title><![CDATA[Flash Observer Pattern With Manual Object Subscription]]></title>
			<link>http://www.overset.com/2006/11/30/flash-observer-pattern-with-manual-object-subscription</link>
			<description><![CDATA[]]></description>
			<pubDate>2006-11-30 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/11/30/flash-observer-pattern-with-manual-object-subscription</guid>
		</item>
		<item>
			<title><![CDATA[Add a Please Wait Message To Your AJAX Application]]></title>
			<link>http://www.overset.com/2006/11/10/add-a-please-wait-message-to-your-ajax-application</link>
			<description><![CDATA[A simple example of how to block a certain DOM block while using my lightweight AS2.0 throbber animation to instruct the user to wait.]]></description>
			<pubDate>2006-11-10 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/11/10/add-a-please-wait-message-to-your-ajax-application</guid>
		</item>
		<item>
			<title><![CDATA[Webalizer shell script that handles clustered logs]]></title>
			<link>http://www.overset.com/2006/11/08/webalizer-shell-script-that-handles-clustered-logs</link>
			<description><![CDATA[This is a BASH script to aggregate clustered Apache log files (even compressed rotated log files) and process them via webalizer.]]></description>
			<pubDate>2006-11-08 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/11/08/webalizer-shell-script-that-handles-clustered-logs</guid>
		</item>
		<item>
			<title><![CDATA[Manually clear stale Coldfusion CLIENT data from MySQL]]></title>
			<link>http://www.overset.com/2006/11/08/manually-clear-stale-coldfusion-client-data-from-mysql</link>
			<description><![CDATA[Coldfusion historically has had problems purging client data stored in the database, especially in a clustered environment. Here's a quick direct-db way to purge.]]></description>
			<pubDate>2006-11-08 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/11/08/manually-clear-stale-coldfusion-client-data-from-mysql</guid>
		</item>
		<item>
			<title><![CDATA[Flash wait animation - i.e. browser throbber]]></title>
			<link>http://www.overset.com/2006/09/27/flash-wait-animation--ie-browser-throbber</link>
			<description><![CDATA[Lightweight AS2.0 throbber animation.]]></description>
			<pubDate>2006-09-27 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/27/flash-wait-animation--ie-browser-throbber</guid>
		</item>
		<item>
			<title><![CDATA[Flash Date Picker (Minature Calendar Alpha) v0.3]]></title>
			<link>http://www.overset.com/2006/09/26/flash-date-picker-minature-calendar-alpha-v03</link>
			<description><![CDATA[The sexiest AS2.0 date picker calendar popup with animations]]></description>
			<pubDate>2006-09-26 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/26/flash-date-picker-minature-calendar-alpha-v03</guid>
		</item>
		<item>
			<title><![CDATA[ADO XML to WDDX XML XSLT Transformation]]></title>
			<link>http://www.overset.com/2006/09/25/ado-xml-to-wddx-xml-xslt-transformation</link>
			<description><![CDATA[A robust XSLT transformation to convert legacy ADODB XML to WDDX XML.]]></description>
			<pubDate>2006-09-25 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/25/ado-xml-to-wddx-xml-xslt-transformation</guid>
		</item>
		<item>
			<title><![CDATA[Flash & JavaScript dollarFormat function]]></title>
			<link>http://www.overset.com/2006/09/22/flash--javascript-dollarformat-function</link>
			<description><![CDATA[A quick function that was put together to parse strings/numbers (float as well) into a US Dollar formatted string:]]></description>
			<pubDate>2006-09-22 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/22/flash--javascript-dollarformat-function</guid>
		</item>
		<item>
			<title><![CDATA[Miniature Calendar Alpha v.02]]></title>
			<link>http://www.overset.com/2006/09/21/miniature-calendar-alpha-v02</link>
			<description><![CDATA[Nice lightweight AS2.0 date picker component with appealing date selection animation.]]></description>
			<pubDate>2006-09-21 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/21/miniature-calendar-alpha-v02</guid>
		</item>
		<item>
			<title><![CDATA[Memento Pattern and Client Variables in ColdFusion]]></title>
			<link>http://www.overset.com/2006/09/18/memento-pattern-and-client-variables-in-coldfusion</link>
			<description><![CDATA[Building a large-scale e-commerce site in Coldfusion? You will need this pattern...]]></description>
			<pubDate>2006-09-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/18/memento-pattern-and-client-variables-in-coldfusion</guid>
		</item>
		<item>
			<title><![CDATA[True ColdFusion Whitespace Removal]]></title>
			<link>http://www.overset.com/2006/09/18/true-coldfusion-whitespace-removal</link>
			<description><![CDATA[An example onRequestEnd Application.cfc function on truly removing unwanted white-space from the rendered html returned to the client. ]]></description>
			<pubDate>2006-09-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/09/18/true-coldfusion-whitespace-removal</guid>
		</item>
		<item>
			<title><![CDATA[Miniature Calendar Alpha v.01]]></title>
			<link>http://www.overset.com/2006/08/11/miniature-calendar-alpha-v01</link>
			<description><![CDATA[Nice lightweight AS2.0 date picker component with appealing date selection animation.]]></description>
			<pubDate>2006-08-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/08/11/miniature-calendar-alpha-v01</guid>
		</item>
		<item>
			<title><![CDATA[Custom class definitions not working in your MC with a pre-lodeder?]]></title>
			<link>http://www.overset.com/2006/08/03/custom-class-definitions-not-working-in-your-mc-with-a-prelodeder</link>
			<description><![CDATA[]]></description>
			<pubDate>2006-08-03 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/08/03/custom-class-definitions-not-working-in-your-mc-with-a-prelodeder</guid>
		</item>
		<item>
			<title><![CDATA[how do I get an _exclude.xml with all the mx.* assets?]]></title>
			<link>http://www.overset.com/2006/07/26/how-do-i-get-an-excludexml-with-all-the-mx-assets</link>
			<description><![CDATA[]]></description>
			<pubDate>2006-07-26 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/26/how-do-i-get-an-excludexml-with-all-the-mx-assets</guid>
		</item>
		<item>
			<title><![CDATA[TextField type=input live preview resize issue]]></title>
			<link>http://www.overset.com/2006/07/20/textfield-typeinput-live-preview-resize-issue</link>
			<description><![CDATA[]]></description>
			<pubDate>2006-07-20 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/20/textfield-typeinput-live-preview-resize-issue</guid>
		</item>
		<item>
			<title><![CDATA[Issues with the bounding box in custom components with live-preview?]]></title>
			<link>http://www.overset.com/2006/07/18/issues-with-the-bounding-box-in-custom-components-with-livepreview</link>
			<description><![CDATA[Here are my notes on exploring how to properly use bounding boxes when developing custom components to allow easy instantiation in the Flash IDE.]]></description>
			<pubDate>2006-07-18 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/18/issues-with-the-bounding-box-in-custom-components-with-livepreview</guid>
		</item>
		<item>
			<title><![CDATA[Handling [Collection] Component Parameter Data]]></title>
			<link>http://www.overset.com/2006/07/13/handling-collection-component-parameter-data</link>
			<description><![CDATA[My findings on how to handle collections as custom component parameters in AS2.0. ]]></description>
			<pubDate>2006-07-13 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/13/handling-collection-component-parameter-data</guid>
		</item>
		<item>
			<title><![CDATA[Dynamic TextField's text disappearing after text change?]]></title>
			<link>http://www.overset.com/2006/07/11/dynamic-textfields-text-disappearing-after-text-change</link>
			<description><![CDATA[]]></description>
			<pubDate>2006-07-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/11/dynamic-textfields-text-disappearing-after-text-change</guid>
		</item>
		<item>
			<title><![CDATA[Close aproximation for TextField size]]></title>
			<link>http://www.overset.com/2006/07/11/close-aproximation-for-textfield-size</link>
			<description><![CDATA[Here's a quick trick on how to more precisely calculate the height of a TextField object in AS2.0.]]></description>
			<pubDate>2006-07-11 00:00:00</pubDate>
			<guid>http://www.overset.com/2006/07/11/close-aproximation-for-textfield-size</guid>
		</item>


	</channel>
</rss>
