<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Ernst van der Linden - Coldfusion / Java / ColdBox / Transfer ORM / AJAX - Spry</title>
			<link>http://evdlinden.behindthe.net/index.cfm</link>
			<description>This is a personal blog of Ernst van der Linden about Coldfusion, Java and ColdBox.</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 14:25:40 +0200</pubDate>
			<lastBuildDate>Sun, 05 Apr 2009 14:21:01 +0200</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>evdlinden@gmail.com</managingEditor>
			<webMaster>evdlinden@gmail.com</webMaster>
			
			
			
			
			
			<item>
				<title>IE auto content fit IFrame HACK</title>
				<link>http://evdlinden.behindthe.net/index.cfm/2009/4/5/IE-auto-content-fit-IFrame-HACK</link>
				<description>
				
				&lt;p&gt;I ran into &apos;another&apos; strange IE-browser behavior yesterday. It took me an hour of two to solve this iframe-height-problem.&lt;/p&gt; &lt;p&gt;If you call &lt;strong&gt;this.document.body.scrollHeight&lt;/strong&gt; in an &lt;strong&gt;iframe&lt;/strong&gt; twice, the first value is wrong, but the second value is okay.&lt;/p&gt; &lt;p&gt;Look at the example below:&lt;/p&gt;
&lt;code&gt;
	function autoFitIFrame(elementId){
		if (!window.opera &amp;&amp; !document.mimeType &amp;&amp; document.all &amp;&amp; document.getElementById){
			parent.document.getElementById(elementId).style.height=this.document.body.offsetHeight+&quot;px&quot;;
		}
		else if(document.getElementById) {
			// ErnestoZ HACK: if you call scrollHeight TWICE, the second value is the real height of the iframe
			var scrollHeightWrong = this.document.body.scrollHeight; 
			var scrollHeight = this.document.body.scrollHeight; 
			alert(scrollHeightWrong);
			alert(scrollHeight);
			parent.document.getElementById(elementId).style.height = scrollHeight+&quot;px&quot;;
		}
	} 
&lt;/code&gt;
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>Spry</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Sun, 05 Apr 2009 14:21:01 +0200</pubDate>
				<guid>http://evdlinden.behindthe.net/index.cfm/2009/4/5/IE-auto-content-fit-IFrame-HACK</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox Spry Plugin 2.0 Released</title>
				<link>http://evdlinden.behindthe.net/index.cfm/2008/10/22/ColdBox-Spry-Plugin-20-Released</link>
				<description>
				
				&lt;p&gt;I&apos;ve updated the ColdBox Spry Plugin to version 2.0&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://evdlinden.behindthe.net/enclosures/spryexample_2.png&quot;&gt;&lt;img style=&quot;border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px&quot; height=&quot;351&quot; alt=&quot;spryexample&quot; src=&quot;http://evdlinden.behindthe.net/enclosures/spryexample_thumb.png&quot; width=&quot;462&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;New implementations due many user requests:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;TextField Validation&lt;/li&gt; &lt;li&gt;TextArea Validation&lt;/li&gt; &lt;li&gt;Radio Validation&lt;/li&gt; &lt;li&gt;Checkbox Validation&lt;/li&gt; &lt;li&gt;Select Validation&lt;/li&gt; &lt;li&gt;Password Validation&lt;/li&gt; &lt;li&gt;Confirm Validation&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;I also added effect examples to the &lt;a href=&quot;http://evdlinden.behindthe.net/sprysample/&quot;&gt;Spry live sample application&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://evdlinden.behindthe.net/codedepot/sprysample%202.0.zip&quot;&gt;Download Spry Plugin + Sample App&lt;/a&gt;&lt;/p&gt;
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>Spry</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Wed, 22 Oct 2008 17:48:45 +0200</pubDate>
				<guid>http://evdlinden.behindthe.net/index.cfm/2008/10/22/ColdBox-Spry-Plugin-20-Released</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox SPRY plugin version 1.6</title>
				<link>http://evdlinden.behindthe.net/index.cfm/2008/3/17/ColdBox-SPRY-plugin-version-16</link>
				<description>
				
				&lt;p&gt;New methods added:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;setIsUtils : for using Spry utilities&lt;/li&gt;
&lt;li&gt;setIsJSONDataSets : for using dataset creation in js and not through method setJSONDataSet&lt;/li&gt;
&lt;li&gt;setIsNestedJSONDataSet : ..... not through method setNestedJSONDataSet&lt;/li&gt;
&lt;li&gt;setIsXMLDataSet : ..... not through method setXMLDataSet&lt;/li&gt;
&lt;li&gt;setIsNestedXMLDataSet : ..... not through method setNestedXMLDataSet&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;Any question? Post them in the ColdBox forums!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/codedepot/ColdBoxSpryPlugin 1.6.zip&quot;&gt;Download ColdBox Spry Plugin&lt;/a&gt;&lt;/p&gt;
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>Spry</category>				
				
				<pubDate>Mon, 17 Mar 2008 14:58:00 +0200</pubDate>
				<guid>http://evdlinden.behindthe.net/index.cfm/2008/3/17/ColdBox-SPRY-plugin-version-16</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdBox SPRY plugin version 1.5</title>
				<link>http://evdlinden.behindthe.net/index.cfm/2008/2/28/ColdBox-SPRY-plugin-version-15</link>
				<description>
				
				&lt;p&gt;Just updated the ColdBox Spry plugin.&lt;/p&gt;
&lt;p&gt;New features:&lt;/p&gt;
&lt;p&gt;- White space management&lt;/p&gt;
&lt;p&gt;- JS output minified&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://evdlinden.behindthe.net/codedepot/ColdBoxSpryPlugin 1.5.zip&quot;&gt;Download ColdBox Spry Plugin version 1.5&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>Spry</category>				
				
				<category>Coldfusion</category>				
				
				<pubDate>Thu, 28 Feb 2008 17:28:00 +0200</pubDate>
				<guid>http://evdlinden.behindthe.net/index.cfm/2008/2/28/ColdBox-SPRY-plugin-version-15</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Spry PLUGIN for ColdBox</title>
				<link>http://evdlinden.behindthe.net/index.cfm/2008/1/31/Spry-plugin-for-ColdBox</link>
				<description>
				
				&lt;p&gt;You want to use Spry in a ColdBox based application? Me too, this is why I developed a Spry Plugin for ColdBox.&lt;/p&gt;
&lt;p&gt;Luis asked me to put it on RiaForge, so I did. It&apos;s wating for approval, so for getting you started:&lt;/p&gt;
&lt;p&gt;&lt;a title=&quot;Live Demo&quot; href=&quot;/sprysample/ &quot;&gt;Live demo&lt;/a&gt;&amp;nbsp;| &lt;a title=&quot;Donwload Sample&quot; href=&quot;/codedepot/sprysample1.5.zip&quot;&gt;Download sample&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please note that you can do a lot more with Adobe Spry than what&apos;s included in the demo.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;PS Any recommedations are welcome!!&lt;/p&gt;
				
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>Spry</category>				
				
				<pubDate>Thu, 31 Jan 2008 21:58:00 +0200</pubDate>
				<guid>http://evdlinden.behindthe.net/index.cfm/2008/1/31/Spry-plugin-for-ColdBox</guid>
				
			</item>
			
		 	
			</channel></rss>