﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="rss-2.xsl"?>
<rss version="2.0">
	<channel>
		<title>Massimo Foti - What's new</title>
		<description>What's new at www.massimocorner.com</description>
		<language>en-US</language>
		<link>http://www.massimocorner.com/</link>
		<copyright>Copyright - Massimo Foti</copyright>
		<webMaster>massimo@massimocorner.com</webMaster>
		<lastBuildDate>30 Jun 2008 00:00:00 GMT</lastBuildDate>
		<item>
			<category>news</category>
			<title>TMT Validator 2.0 is ready</title>
			<description>It has been three years since I published version 1.0. Version 2.0 offers many new features, more flexibility, a set of API and cool integration with widgets for tabs and accordions</description>
			<pubDate>30 Jun 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/validator/</link>
		</item>
		<item>
			<category>news</category>
			<title>tmt_file_io 1.4, now with integrated file upload</title>
			<description>For many years I avoided adding a uploadFile() method to this CFC, since I wanted it to be compatible with ColdFusion 6.1, and there was no way to have thread-safe file upload code in this old version. I feel it's now time to move ahead, I added file upload capabilities, supported only in ColdFusion 7 or above. Finally, I also retired an old file upload custom tag I was keeping around since long time ago</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>news</category>
			<title>Faster XML datasets in Spry?</title>
			<description>tmt.spry.XMLDataSet is an attempt at enhancing Spry's dataset in term of speed. It uses browser's native XPath capabilities to extract data from XML. This means the JavaScript code is smaller (70 kb less) and XML data loads faster. Please note results may vary, I recommend to test it carefully before using it in a production environment</description>
			<pubDate>27 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/spry/xmldataset/</link>
		</item>
		<item>
			<category>news</category>
			<title>tmt.xml</title>
			<description>tmt.xml is a JavaScript library that offers sophisticated and somewhat unique functionalities for XML, XPath and XSLT</description>
			<pubDate>21 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/xml/</link>
		</item>
		<item>
			<category>news</category>
			<title>tmt_ajaxproxy</title>
			<description>A ColdFusion based Cross-Domain Proxy for Ajax. t can be used to forward Ajax's HTTP requests across different domains</description>
			<pubDate>16 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/script/tmt_ajaxproxy.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>Database-driven Spry demo available for download</title>
			<description>Recently I've got a small break from my usual busy schedule. I am using the slack to polish, document and publish new and updated goodies. While I was at that, I updated this demo of a CRUD application with a Spry GUI (performs database search/update/insert and delete). It now uses tmt_spry, a brand new CFC, and tmt.spry.pagingbar, a new Spry widget. It requires ColdFusion 7 or above and MS Access for the database</description>
			<pubDate>15 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/spry/dynamic_spry.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>Updated Spry photocart</title>
			<description>I just updated this old demo to use the most recent Spry's release and my brand new tmt.spry.Dataset. The code now looks simpler, easier to understand and read. It's not visible online anymore, but you can download it (requires ColdFusion 7 or above)</description>
			<pubDate>15 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/spry/photocart.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>ColdFusion component for Spry</title>
			<description>In the past I wrote dedicated custom tags to integrate Spry and ColdFusion. Now I figured out a CFC gives me more flexibility. So I deprecated the old tags, integrate the same capabilities inside this CFC and added integration for tmt.spry.Dataset</description>
			<pubDate>13 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/cfc/tmt_spry.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>tmt.spry.Dataset</title>
			<description>tmt.spry.Dataset is JavaScript library that extends Spry's Spry.Data.DataSet by adding methods to perform various insert/update/delete operations</description>
			<pubDate>12 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/spry/dataset/</link>
		</item>
		<item>
			<category>news</category>
			<title>tmt:linkedselect</title>
			<description>This widget has been around for quite a while in various forms. Now I took the time to polish it and add some documentation. tmt:linkedselect is a JavaScript widget that enhance an XHTML &lt;select&gt; element. It has a dual purpose; it adds a rich set of API and allows optional binding of a Spry dataset to a &lt;select&gt;. Once a &lt;select&gt; is bound to a dataset it can "target" another &lt;select&gt; creating "n-selects related"</description>
			<pubDate>12 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/spry/linkedselect/</link>
		</item>
		<item>
			<category>news</category>
			<title>Presenting Ajaxform</title>
			<description>Ajaxform is a JavaScript library that can turn any XHTML &lt;form&gt; into a form that get submitted by Ajax, without the need to reload the page. Ajaxform uses progressive enhancement, users without JavaScript can still use the form in a traditional way; users with JavaScript will get a more sophisticated experience</description>
			<pubDate>8 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/ajaxform/</link>
		</item>
		<item>
			<category>news</category>
			<title>CSI available for download</title>
			<description>CSI (client side includes) is a library that let you "include" an  external file into an XHTML document using Ajax, without requiring any kind of server-side functionality. I've been playing with this concept since quite a long time. Now I took the time to document it and publish it. I think it's a niche tool, but it can be handy under certain situations</description>
			<pubDate>7 May 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/libraries/csi/</link>
		</item>
		<item>
			<category>news</category>
			<title>TMT Validator 1.4</title>
			<description>New in this release. Fixed very nasty regression bug on tmt:required="conditional". Validation on &lt;select&gt; now works even if the "size" attribute is specified (Thanks Chris). Added tmt:mindate and tmt:maxdate. Deprecated image upload validation (due to lack of support in most recent browser)</description>
			<pubDate>14 Apr 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/validator/</link>
		</item>
		<item>
			<category>news</category>
			<title>One more extension for Brian...</title>
			<description>Soon after I released the tag library for Transfer ORM, Brian Meloche asked me if I had any plan to update the Mach-II extension too. Now, Brian is a very nice guy, he has done a lot for the ColdFusion community, so, even if I don't use Mach-II myself, I updated the tag library to support new tags introduced by Mach-II 1.5</description>
			<pubDate>10 Apr 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/coldfusion/mach_ii.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>Dreamweaver extensions for Transfer ORM</title>
			<description>A Dreamweaver's tag library for Transfer is available. Transfer is a ColdFusion based ORM</description>
			<pubDate>09 Apr 2008 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/coldfusion/transfer_orm.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>ColdFusion goodies available for download again</title>
			<description>Due to some unfortunate circumstances, I lost the server space where I used to post demos and documentation for my CFC and custom tags. I plan to find a new home for them ASAP; in the meantime they are available for download once again, zipped, from this server. Right now demos aren't visible online, but they are available inside the .zip
			</description>
			<pubDate>01 Apr 2008 00:00:00 GMT</pubDate>
		</item>
		<item>
			<category>news</category>
			<title>Spry at Milano JUG</title>
			<description>On Thurdays 29 November I will present Spry to the Java user group in Milano</description>
			<pubDate>22 Nov 2007 00:00:00 GMT</pubDate>
			<link>http://www.jugmilano.it:80/vqwiki/jsp/Wiki?Meeting29Novembre2007</link>
		</item>
		<item>
			<category>news</category>
			<title>More on pricing for European Software</title>
			<description>A good summary from Aral Balkan</description>
			<pubDate>19 Apr 2007 00:00:00 GMT</pubDate>
			<link>http://aralbalkan.com/918</link>
		</item>
		<item>
			<category>news</category>
			<title>Fair pricing for European Software</title>
			<description>A petition to Adobe and to the European/Swiss commissions of competition</description>
			<pubDate>17 Apr 2007 00:00:00 GMT</pubDate>
			<link>http://www.gopetition.com/petitions/fair-pricing-for-european-software.html</link>
		</item>
		<item>
			<category>news</category>
			<title>Spry/ColdFusion article on DevNet</title>
			<description>An article of mine just got translated (thanks Scott!) and published on Adobe's DevNet. Hope it could help people that try to integrate Spry inside database driven websites and applications</description>
			<pubDate>10 Apr 2007 00:00:00 GMT</pubDate>
			<link>http://www.adobe.com/devnet/dreamweaver/articles/edit_data_in_ajax.html</link>
		</item>
		<item>
			<category>news</category>
			<title>Current issues with the Extension Manager</title>
			<description>A fundamental reading for any Dreamweaver user, by Tom Muck</description>
			<pubDate>22 Mar 2007 00:00:00 GMT</pubDate>
			<link>http://www.tom-muck.com/articles/ProperCareAndFeedingOfTheExtensionManager/</link>
		</item>
		<item>
			<category>news</category>
			<title>Cool custom error display for TMT Validator</title>
			<description>Kyosuke Takayama wrote an interesting extension to TMT Validator for custom error display. It's called Baloon Error and it's definitely worth a look</description>
			<pubDate>25 Feb 2007 00:00:00 GMT</pubDate>
			<link>http://espion.just-size.jp/files/js/tmt/baloon_sample.html</link>
		</item>
		<item>
			<category>news</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>news</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>news</category>
			<title>XML Toolbar</title>
			<description>A new XML-related extension for Dreamweaver; nothing fancy, just ten additional buttons to help automating common coding tasks</description>
			<pubDate>26 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/xml/xml_toolbar.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>Case Toolbar</title>
			<description>This extension was born out of pure laziness. Dreamweaver provides the same kind of functionality, but it’s buried inside the contextual menu. Both me and my friend Luca Varini wanted a shortcut for it, so he designed two icons and I wrote the extension. We feel all the lazy developers out there would appreciate it :-)</description>
			<pubDate>25 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/utilities/case_toolbar.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>Datepicker 1.2</title>
			<description>I finally took the time to update it for using the most recent version of the Calendar developed by Mihai Bazon. While this is a minor upgrade, it has some nicely improved performances</description>
			<pubDate>22 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/datepicker.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>How can I detect if the browser accepts cookies?</title>
			<description>The Coldfusion cookbook offers an increasing amount of valuable content. I am glad I contributed a little bit myself</description>
			<pubDate>22 May 2006 00:00:00 GMT</pubDate>
			<link>http://www.coldfusioncookbook.com/entry/91/</link>
		</item>
		<item>
			<category>news</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>news</category>
			<title>Sitewide Link CSS 1.1</title>
			<description>This suite is composed by two tools. A Command that insert/remove links to CSS files and works on multiple files or whole sites at once. Then a Site Report that identify links to CSS files</description>
			<pubDate>22 Mar 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/productivity/sitewide_link_css.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>Query pagination in ColdFusion</title>
			<description>I know there are plenty of tags for this, but since I like lean, XHTML complainant, solutions I assembled this. Well, I actually developed the custom tag long time ago, but I finally packaged it for public use</description>
			<pubDate>05 Mar 2006 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/coldfusion/custom_tag/querynav.zip</link>
		</item>
		<item>
			<category>news</category>
			<title>Developer for hire</title>
			<description>After more than five years, I left Amila Productions, starting from January I will be available for freelancing. I landed a pretty interesting gig that will keep me busy (and far from home) for a few months but I would be more than happy to consider any offer</description>
			<pubDate>28 Dec 2005 00:00:00 GMT</pubDate>
		</item>
		<item>
			<category>news</category>
			<title>Snippets Import/Export 1.0</title>
			<description>This brand new extension allows you to import/export Dreamweaver's snippets directly from the Snippets panel. I hope it could help people migrating their custom snippets to Dreamweaver 8. It can by an handy back-up tool as well</description>
			<pubDate>23 Sep 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/utilities/snip_import_export.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>Design Time Style Sheets Report</title>
			<description>Design Time Style Sheets are a great feature, especially useful for developing web-based applications. Unfortunately, many Dreamweaver users aren't aware of them. I hope this simple extension may bring Sheets more attention to Design Time Style</description>
			<pubDate>05 Jun 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/utilities/dtss_report.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>CF Insert Bar Plus</title>
			<description>It's a small extension I made for myself. Since I am a lazy coder and bad typist the more I can automate frequent tasks, the better</description>
			<pubDate>04 Jun 2005 00:00:00 GMT</pubDate>
			<link>http://www.massimocorner.com/dreamweaver/coldfusion/cf_insertbar_plus.mxp</link>
		</item>
		<item>
			<category>news</category>
			<title>CF Function Navigator</title>
			<description>I really wanted this kind of functionality in Dreamweaver since a long time; I finally went ahead and develop a dedicated toolbar. It's not a final release yet; something may still need to be ironed out. But it's already fully functional and you can try it out. Until it will reach 1.0 it will be available under the Dreamweaver > Skunk Works section</description>
			<pubDate>30 May 2005 00:00:00 GMT</pubDate>
		</item>
		<item>
			<category>news</category>
			<title>Dangerous extensions?</title>
			<description>Two months ago Tom Muck expressed his opinions about the way some extensions modify the existing Dreamweaver files. I totally share his concerns and I suggest everybody to carefully read what he has to say</description>
			<pubDate>28 May 2005 00:00:00 GMT</pubDate>
			<link>http://www.tom-muck.com/blog/index.cfm?newsid=53</link>
		</item>
		<item>
			<category>news</category>
			<title>Rebuild from scratch</title>
			<description>After 5 years of laziness (yes, the previous website dates back to spring 2000!), I finally took the time to rebuild my own corner of the web. I really felt the urge to do something experimental and cutting-edge, even if I am aware of the risks associated with this. More details about it are available via the links on the right column</description>
			<pubDate>16 May 2005 00:00:00 GMT</pubDate>
		</item>
		<item>
			<category>news</category>
			<title>Interview</title>
			<description>since1968 published an interview, it was fun to speak about extensibility, Dreamweaver, ColdFusion and ladies...</description>
			<pubDate>08 Feb 2003 00:00:00 GMT</pubDate>
			<link>http://since1968.com/index.php?id=17</link>
		</item>
		<item>
			<category>news</category>
			<title>Welcome to Massimo's Corner of the web!</title>
			<description>The DNS still have to propagate so you will read this just the next millenium</description>
			<pubDate>31 Dec 1999 00:00:00 GMT</pubDate>
		</item>
	</channel>
</rss>