<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="rss-2.xsl"?>
<rss version="2.0">
	<channel>
		<title>Massimo Foti - ColdFusion Goodies</title>
		<description>Free scripts, UDFs, CFCs and custom tags for ColdFusion developers</description>
		<language>en-US</language>
		<link>http://www.massimocorner.com/</link>
		<copyright>Copyright - Massimo Foti</copyright>
		<webMaster>massimo@massimocorner.com</webMaster>
		<lastBuildDate>17 Jun 2008 00:00:00 GMT</lastBuildDate>
		<item>
			<category>cfc</category>
			<title>tmt_file_io 1.4</title>
			<description>A stateless CFC that support different kind of file I/O tasks, including recursive directory listing and much more</description>
			<pubDate>17 Jun 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_file_io.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>xmlPrettyPrint</title>
			<description>Pretty print an XML. Normalize whitespace and indenting</description>
			<pubDate>24 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/xmlPrettyPrint.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Tabs 3.0</title>
			<description>A set of two custom tags that display a minimalist, CSS based, DHTML tab GUI. Check the sample files to see how the look and feel is completely driven by a single CSS file</description>
			<pubDate>22 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/tabs.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Expandpanel 2.0</title>
			<description>Automates the creation of an expandable panel widget</description>
			<pubDate>22 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/expandpanel.zip</link>
		</item>
		<item>
			<category>script</category>
			<title>tmt_ajaxproxy</title>
			<description>A ColdFusion script that acts as proxy for HTTP calls. It can be used to forward Ajax's HTTP requests across different domains, acting as a Cross-Domain Proxy. HTTP requests can be either GET, POST or even HEAD. The .zip also contains an XHTML GUI to test and see the script in action</description>
			<pubDate>16 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/script/tmt_ajaxproxy.zip</link>
		</item>
		<item>
			<category>script</category>
			<title>Cookiecheck</title>
			<description>Detect if current visitor accepts cookies and redirect accordingly</description>
			<pubDate>15 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/script/cookiecheck.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_spry 1.0</title>
			<description>A component that make it simpler to integrate Spry with ColdFusion</description>
			<pubDate>13 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_spry.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Dwquerynav 1.1</title>
			<description>Create a navigation bar for Dreamweaver's recordset. It must be used in conjunction with Dreamweaver's "Repeat Region" Server Behavior</description>
			<pubDate>12 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/dwquerynav.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Spry CollapsiblePanel custom tag</title>
			<description>A custom tag that automates the creation of a Spry's CollapsiblePanel widget</description>
			<pubDate>06 Jan 2007 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/sprycollapsible.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>convertCharset</title>
			<description>Convert a string from a given charset to a new one. Require CF 7 or above</description>
			<pubDate>17 Dec 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/convertCharset.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Spry Accordion custom tag</title>
			<description>A set of two custom tags that automates the creation of a Spry's accordion widget</description>
			<pubDate>22 Nov 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/spryaccordion.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Heartbeat 1.1</title>
			<description>Output JavaScript code that periodically perform an HTTP request to indicate the application is still loaded in the browser and the user is still active</description>
			<pubDate>16 Oct 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/heartbeat.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Querynav 1.1</title>
			<description>Create a navigation bar for for query pagination. The output is fully XHTML complainant</description>
			<pubDate>26 Jun 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/querynav.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Datepicker 1.2</title>
			<description>It's a CFML wrapper for the wonderful "DHTML Calendar 1.0" created by Mihai Bazon</description>
			<pubDate>22 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/datepicker.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>arrayIntersect</title>
			<description>Given two arrays, returns a new array, containing elements that are fund inside both</description>
			<pubDate>21 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/arrayIntersect.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_csv 2.1</title>
			<description>Thanks to Giampaolo Bellavite for the bug fixes and improvements</description>
			<pubDate>10 Apr 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_csv.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Tabmenu 1.0</title>
			<description>A set of three custom tags that display an horizontal, tab-like, CSS based, DHTML menu. The output is fully XHTML complainant</description>
			<pubDate>05 Mar 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/tabmenu.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_pagemailer 1.2</title>
			<description>Perform a send to friend action. Sending the content of a given url by email</description>
			<pubDate>24 May 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_pagemailer.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_pass_generator 1.0</title>
			<description>Random passwords generator</description>
			<pubDate>24 May 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_pass_generator.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_img 2.0</title>
			<description>Get dimensions, crop or resize jpg and png files. Version 2.0 is a huge improvement over previous versions, especially in terms of image quality. Since there were also a few changes to the API, I renamed the CFC (from tmt_java_img to tmt_img) but keep increasing the version number, so it's v 2.0 now</description>
			<pubDate>05 Apr 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_img.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_zip 1.2</title>
			<description>A stateless CFC that support different kind of tasks related to zip files</description>
			<pubDate>05 Apr 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_zip.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Hiermenu 1.1</title>
			<description>A set of three custom tags that display a minimalist, CSS based, hierarchical, menu. The output is fully XHTML complainant. The whole look and feel is completely driven by the CSS file, so we will be able to create different menus (including horizontal ones), by just pointing to a different CSS file</description>
			<pubDate>05 Apr 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/hiermenu.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Expandmenu 1.3</title>
			<description>A set of three custom tags that display a minimalist, CSS based, DHTML menu. The output is fully XHTML complainant</description>
			<pubDate>05 Apr 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/expandmenu.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>getRelativePath 2.1</title>
			<description>Return the relative path from startPath to destinationPath</description>
			<pubDate>05 Apr 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/getRelativePath.zip</link>
		</item>
		<item>
			<category>custom tags</category>
			<title>Formailer 1.0</title>
			<description>Assemble and send a very simple, plain text, email containing all the form fields submitted to the current ColdFusion template</description>
			<pubDate>20 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/formailer.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>string2linesArray</title>
			<description>Turn a string into an array of lines</description>
			<pubDate>09 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/string2linesArray.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_java_string</title>
			<description>Wrapper for native Java string functions</description>
			<pubDate>05 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_java_string.zip</link>
		</item>
		<item>
			<category>cfc</category>
			<title>tmt_java_regexp</title>
			<description>Wrapper for native Java regular expressions from the java.util.regex package</description>
			<pubDate>05 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_java_regexp.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>httpDate</title>
			<description>Format a date as required by HTTP specifications</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/httpDate.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>getAbsolutePath</title>
			<description>Turn any system path, either local or absolute, into a fully qualified one</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/getAbsolutePath.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>xmlDocToString</title>
			<description>Extract the root element inside an XML Doc and return it as a string</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/xmlDocToString.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>xmlFileToDOM</title>
			<description>Turn a properly formatted XML document into a Java DOM object</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/xmlFileToDOM.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>xmlStringToDOM</title>
			<description>Turn a properly formatted XML string into a Java DOM object</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/xmlStringToDOM.zip</link>
		</item>
		<item>
			<category>udf</category>
			<title>xslTransformDOM</title>
			<description>Applies an XSL transformation to a DOM node</description>
			<pubDate>01 Oct 2004 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/udf/xslTransformDOM.zip</link>
		</item>
	</channel>
</rss>