<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jon&#039;s Blog</title>
	<atom:link href="http://jkocen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jkocen.wordpress.com</link>
	<description>Jon Kocen&#039;s Blob</description>
	<lastBuildDate>Sat, 07 Nov 2009 03:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jkocen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jon&#039;s Blog</title>
		<link>http://jkocen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jkocen.wordpress.com/osd.xml" title="Jon&#039;s Blog" />
	<atom:link rel='hub' href='http://jkocen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Multiple FilterFunctions</title>
		<link>http://jkocen.wordpress.com/2009/11/07/multiple-filterfunctions/</link>
		<comments>http://jkocen.wordpress.com/2009/11/07/multiple-filterfunctions/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 03:02:09 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=90</guid>
		<description><![CDATA[Need multiple filter functions, create a filter for each component then just AND (&#38;&#38;) them together public function processOrgFilter(item:Object):Boolean { var result:Boolean=true; //make sure there is a search term if(owningOrgID.selectedItem != null){ result = (item.owningOrg == owningOrgID.selectedItem.ident); } return result; } Other filters &#8230; Call this filter on your component public function processFilter(item:Object):Boolean { var result:Boolean = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=90&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Need multiple filter functions, create a filter for each component then just AND (&amp;&amp;) them together</p>
<p><strong>public</strong> <strong>function</strong> processOrgFilter(item:Object):Boolean {<br />
<strong> var</strong> result:Boolean=<strong>true</strong>;</p>
<p><em>//make sure  there is a search term<br />
<span style="font-style:normal;"><strong> if</strong>(owningOrgID.selectedItem  != <strong>null</strong>){<br />
result = (item.owningOrg ==  owningOrgID.selectedItem.ident);<br />
}<br />
<strong> return</strong> result;<br />
}</span></em></p>
<p><em><span style="font-style:normal;">Other filters &#8230;</span></em></p>
<p>Call this filter on your component</p>
<p><strong>public</strong> <strong>function</strong> processFilter(item:Object):Boolean {<br />
<strong> var</strong> result:Boolean = <strong>false</strong>;<br />
result =  processEvalFilter(item)<em> &amp;&amp; processOrgFilter(item);<br />
<span style="font-style:normal;"><strong> return</strong> result;<br />
}</span></em></p>
<p><em><span style="font-style:normal;"><br />
</span></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=90&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/11/07/multiple-filterfunctions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>NT Authentication</title>
		<link>http://jkocen.wordpress.com/2009/09/22/nt-authentication/</link>
		<comments>http://jkocen.wordpress.com/2009/09/22/nt-authentication/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:58:01 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Cold Fusion]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=87</guid>
		<description><![CDATA[when you want to authenticate people using an IIS web server but don&#8217;t want to use groups. &#60;cffunction name=&#8221;authenticateUser&#8221; access=&#8221;public&#8221; returntype=&#8221;struct&#8221; hint=&#8221;Authenticates the user.&#8221; output=&#8221;yes&#8221; static=&#8221;yes&#8221;&#62;      &#60;cfargument name=&#8221;userid&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&#62;      &#60;cfargument name=&#8221;passwd&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&#62;      &#60;cfargument name=&#8221;domain&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&#62; &#60;cftry&#62; &#60;cfscript&#62; ntauth = createObject(&#8220;java&#8221;, &#8220;jrun.security.NTAuth&#8221;); ntauth.init(arguments.domain); // authenticateUser throws an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=87&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>when you want to authenticate people using an IIS web server but don&#8217;t want to use groups.</p>
<p>&lt;cffunction name=&#8221;authenticateUser&#8221; access=&#8221;public&#8221; returntype=&#8221;struct&#8221; hint=&#8221;Authenticates the user.&#8221; output=&#8221;yes&#8221; static=&#8221;yes&#8221;&gt;<br />
     &lt;cfargument name=&#8221;userid&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&gt;<br />
     &lt;cfargument name=&#8221;passwd&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&gt;<br />
     &lt;cfargument name=&#8221;domain&#8221; type=&#8221;string&#8221; required=&#8221;true&#8221; /&gt;<br />
&lt;cftry&gt;<br />
&lt;cfscript&gt;<br />
ntauth = createObject(&#8220;java&#8221;, &#8220;jrun.security.NTAuth&#8221;);<br />
ntauth.init(arguments.domain);<br />
// authenticateUser throws an exception if it fails (bad anythin userid or password,<br />
// so we don&#8217;t have anything specific here<br />
ntauth.authenticateUser(arguments.userid, arguments.passwd);<br />
// make sure this is being requested via SSL<br />
if (cgi.https neq &#8216;On&#8217;) {<br />
status.isAuthenticated=false;<br />
status.message=&#8221;You must call this function from https, not http&#8221;;<br />
}<br />
else {<br />
status.isAuthenticated=true;<br />
status.message=&#8221;Valid Credentials for #ucase(domain)#\#ucase(userid)#&#8221;;<br />
}<br />
&lt;/cfscript&gt;<br />
&lt;cfcatch&gt;<br />
&lt;cfscript&gt;<br />
status.isAuthenticated=false;<br />
status.message=&#8221;Authentication failed for #ucase(domain)#\#ucase(userid)#&#8221;;<br />
&lt;/cfscript&gt;<br />
&lt;/cfcatch&gt;<br />
&lt;/cftry&gt;<br />
&lt;cfreturn status&gt;<br />
&lt;/cffunction&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=87&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/22/nt-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Excel data from the Web with inputs</title>
		<link>http://jkocen.wordpress.com/2009/09/09/excel-data-from-the-web-with-inputs/</link>
		<comments>http://jkocen.wordpress.com/2009/09/09/excel-data-from-the-web-with-inputs/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 21:29:16 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Other Stuff]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=85</guid>
		<description><![CDATA[Ever wanted to run an excel file from a web page, it is easy, you can also add in parameters that the user can enter when the page loads: Create a web page with a table of data, this page can be dynamic In excel, click on Data, then &#8216;From Web&#8217; Type in your URL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=85&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to run an excel file from a web page, it is easy, you can also add in parameters that the user can enter when the page loads:</p>
<ol>
<li>Create a web page with a table of data, this page can be dynamic</li>
<li>In excel, click on Data, then &#8216;From Web&#8217;</li>
<li>Type in your URL and Import</li>
<li>In the properties, select if you want the data refreshed when the sheet is opened</li>
</ol>
<p>To make a sheet that a user enters data</p>
<ol>
<li>Create a web page with a table, this page can be dynamic</li>
<li>Create a file with an iqy extension (webquery.iqy) and put the following in it<br />
WEB<br />
1<br />
your url?d=["d","Enter a Year:"]<br />
d= is the url param</li>
<li>Save file and double click on it, continue as with a regular excel</li>
</ol>
<p> </p>
<ol></ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=85&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/09/excel-data-from-the-web-with-inputs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex &#8211; select in a grid</title>
		<link>http://jkocen.wordpress.com/2009/09/04/flex-select-in-a-grid/</link>
		<comments>http://jkocen.wordpress.com/2009/09/04/flex-select-in-a-grid/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:33:41 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=83</guid>
		<description><![CDATA[when you click anything in Flex, there is an event, use the events as much as you can &#60;mx:DataGrid &#8230; change=&#8221;getDetail(event)&#8221; &#62; &#8230;.. &#60;/mx:DataGrid&#62; private funcation getDetail(e:ListEvent) {    row selected = e.rowIndex; } There are other items you can get from the event too<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=83&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>when you click anything in Flex, there is an event, use the events as much as you can</p>
<p>&lt;mx:DataGrid &#8230; change=&#8221;getDetail(event)&#8221; &gt;<br />
&#8230;..<br />
&lt;/mx:DataGrid&gt;</p>
<p>private funcation getDetail(e:ListEvent) {<br />
   row selected = e.rowIndex;<br />
}<br />
There are other items you can get from the event too</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=83&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/04/flex-select-in-a-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Flex Server Connections</title>
		<link>http://jkocen.wordpress.com/2009/09/04/flex-server-connections/</link>
		<comments>http://jkocen.wordpress.com/2009/09/04/flex-server-connections/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 18:27:30 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=77</guid>
		<description><![CDATA[There are 2 ways to connect &#8211; HTTPS or Remote Object &#60;mx:RemoteObject id=&#8221;RO&#8221; destination=&#8221;ColdFusion&#8221; source=&#8221;mycfc&#8221; fault=&#8221;faultHander(event) showBusyCursor=&#8221;true&#8221;&#62;      &#60;mx:method name=&#8221;myfunction&#8221; result=&#8221;resultHandler(event)&#8221; /&#62; &#60;/mx:RemoteObject&#62; to call a RemoteObject RO.myfunction(comma list of variables); To just get Data &#60;mx:HTTPService id=&#8221;HS&#8221; url=&#8221;myurl.cfm&#8221; result=&#8221;resltuHandler(event)&#8221; fault=&#8221;faultHandler(event)&#8221; showBusyCursor=&#8221;true&#8221; /&#62; To call a GET HS.send(); To Save Data &#60;mx:HTTPService id=&#8221;HS&#8221; url=&#8221;myurl.cfm&#8221; method=&#8221;POST&#8221; resultFormat=&#8221;flashvars&#8221; result=&#8221;resultHandler(event)&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=77&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are 2 ways to connect &#8211; HTTPS or Remote Object</p>
<p>&lt;mx:RemoteObject id=&#8221;RO&#8221; destination=&#8221;ColdFusion&#8221; source=&#8221;mycfc&#8221; fault=&#8221;faultHander(event) showBusyCursor=&#8221;true&#8221;&gt;<br />
     &lt;mx:method name=&#8221;myfunction&#8221; result=&#8221;resultHandler(event)&#8221; /&gt;<br />
&lt;/mx:RemoteObject&gt;</p>
<p>to call a RemoteObject<br />
RO.myfunction(<em>comma list of variables</em>);</p>
<p>To just get Data<br />
&lt;mx:HTTPService id=&#8221;HS&#8221; url=&#8221;myurl.cfm&#8221; result=&#8221;resltuHandler(event)&#8221; fault=&#8221;faultHandler(event)&#8221; showBusyCursor=&#8221;true&#8221; /&gt;<br />
To call a GET<br />
HS.send();</p>
<p>To Save Data<br />
&lt;mx:HTTPService id=&#8221;HS&#8221; url=&#8221;myurl.cfm&#8221; method=&#8221;POST&#8221; resultFormat=&#8221;flashvars&#8221; result=&#8221;resultHandler(event)&#8221; fault=&#8221;faultHandler(event)&#8221; showBusyCursor=&#8221;true&#8221; /&gt;<br />
to call a POST<br />
var params:Object = new Object;<br />
params.field = &#8220;value&#8221;;<br />
HS.send(params)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=77&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/04/flex-server-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>XML in Coldfusion</title>
		<link>http://jkocen.wordpress.com/2009/09/03/xml-in-coldfusion/</link>
		<comments>http://jkocen.wordpress.com/2009/09/03/xml-in-coldfusion/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:58:52 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Cold Fusion]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=74</guid>
		<description><![CDATA[Need to process XML after you have read it from a server? Can be in the content or if from a BB in the header x = tostring(GetHttpRequestData().content) or x = page content via a web server Convert string to XML &#8211; xmlparse(xmldata) Verify it is actually XML &#8211; isxml(xmldata) xmldata.tag.tag.xmlchildern is an array xmldata.tag.tag.xml.attributes.tag [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=74&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Need to process XML after you have read it from a server?</p>
<p>Can be in the content or if from a BB in the header</p>
<p>x = tostring(GetHttpRequestData().content) or x = page content via a web server</p>
<p>Convert string to XML &#8211; xmlparse(xmldata)<br />
Verify it is actually XML &#8211; isxml(xmldata)</p>
<p>xmldata.<em>tag</em>.<em>tag</em>.xmlchildern is an array</p>
<p>xmldata.<em>tag.tag</em>.xml.attributes.<em>tag</em> is a data field between 2 tags</p>
<p>xmldata.<em>tag.tag.</em>xmltext is data inside a tag</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=74&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/03/xml-in-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML Table Sort</title>
		<link>http://jkocen.wordpress.com/2009/09/03/html-table-sort/</link>
		<comments>http://jkocen.wordpress.com/2009/09/03/html-table-sort/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 13:10:19 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=69</guid>
		<description><![CDATA[Need to sort an HTML table without going back to the server, use this. Becareful not to sort a HUGE table To use this script you must give your table an ID. Then call this function f_sort(ao_table_id, ai_sortcol, ab_header, at_sortorder) ao_table_id &#8211; id of table ai_sortcol &#8211; column number, 0 based ab_header &#8211; true/false, do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=69&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Need to sort an HTML table without going back to the server, use this.</p>
<p>Becareful not to sort a HUGE table</p>
<p>To use this script you must give your table an ID.<br />
Then call this function f_sort(ao_table_id, ai_sortcol, ab_header, at_sortorder)<br />
ao_table_id &#8211; id of table<br />
ai_sortcol &#8211; column number, 0 based<br />
ab_header &#8211; true/false, do you have a header row<br />
at_sortorder &#8211; &#8216;A&#8217; for ascending and &#8216;D&#8217; for desending</p>
<p><a href="http://jkocen.files.wordpress.com/2009/09/tablesort_js.pdf" target="_blank">tablesort.js</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=69&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/03/html-table-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool Mockup to Code Tool</title>
		<link>http://jkocen.wordpress.com/2009/09/03/cool-mockup-to-code-tool/</link>
		<comments>http://jkocen.wordpress.com/2009/09/03/cool-mockup-to-code-tool/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 01:12:53 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Other Stuff]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=50</guid>
		<description><![CDATA[These 2 small companies have complementary tools to create mockups and generate HTML or FLEX code Quick and Easy Mockup Presentations<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=50&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These 2 small companies have complementary tools to create mockups and generate HTML or FLEX code</p>
<p><a href="http://jkocen.files.wordpress.com/2009/09/quick-and-easy-mockup-to-quick-and-easy.pdf" target="_blank">Quick and Easy Mockup Presentations</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=50&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/03/cool-mockup-to-code-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Project Mgmt Overview</title>
		<link>http://jkocen.wordpress.com/2009/09/03/project-mgmt-overview/</link>
		<comments>http://jkocen.wordpress.com/2009/09/03/project-mgmt-overview/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 00:45:43 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Project Mgmt]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=41</guid>
		<description><![CDATA[So you think project management is hard, if you follow these simple steps it shouldn&#8217;t be Managing Projects Presentation<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=41&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So you think project management is hard, if you follow these simple steps it shouldn&#8217;t be</p>
<p><a href="http://jkocen.files.wordpress.com/2009/09/managingprojects.pdf" target="_blank">Managing Projects Presentation</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=41&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/03/project-mgmt-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
		<item>
		<title>Tool Tip &amp; Overlay</title>
		<link>http://jkocen.wordpress.com/2009/09/02/tool-tip-overlay/</link>
		<comments>http://jkocen.wordpress.com/2009/09/02/tool-tip-overlay/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:57:23 +0000</pubDate>
		<dc:creator>jkocen</dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://jkocen.wordpress.com/?p=35</guid>
		<description><![CDATA[This tidbit of CSS works really good for tool tips and to overlay other html in your CSS put these for a mouse over effect &#8211; popup tool tip .tooltip {     positon:relative;     z-index:1; } a.tooltip:hover {     z-index:2;     backbround-color:#FFFFFF; } .tooltip span {     display:none; } .tootip:hover span {    display:block;     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=35&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This tidbit of CSS works really good for tool tips and to overlay other html</p>
<p>in your CSS put these for a mouse over effect &#8211; popup tool tip<br />
.tooltip {<br />
    positon:relative;<br />
    z-index:1;<br />
}<br />
a.tooltip:hover {<br />
    z-index:2;<br />
    backbround-color:#FFFFFF;<br />
}<br />
.tooltip span {<br />
    display:none;<br />
}<br />
.tootip:hover span {<br />
   display:block;<br />
    position:absolute;<br />
    top:-3px;<br />
    left:0em;<br />
    width:15em;<br />
    border: 1px solid black;<br />
    background-color:#FFFFFF;<br />
    color:#000000;<br />
    text-align:left;<br />
    text-decoration:none;<br />
}</p>
<p>To use this code, just use a span<br />
&lt;span id=&#8221;myId&#8221; class=&#8221;tooltip&gt;tool tip text&lt;/span&gt;</p>
<p>To use as an overlay with Ajax use this:</p>
<p>.tooltip {<br />
    position:relative;<br />
    z-index:1;<br />
}<br />
.tooltip span {<br />
    dispaly:block;<br />
    position:absolute;<br />
    top:-3px;<br />
    left:0em;<br />
    width:15em;<br />
    border:1px solid black;<br />
    background-color:#FFFFFF;<br />
    color:#000000;<br />
    text-align:left;<br />
    text-decoration:none;<br />
}</p>
<p>&lt;span id=&#8221;myId&#8221; class=tooltip&gt; &lt;/span&gt;<br />
then have your Ajax return its data to myId</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkocen.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkocen.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkocen.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkocen.wordpress.com&amp;blog=9295445&amp;post=35&amp;subd=jkocen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkocen.wordpress.com/2009/09/02/tool-tip-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0085a246239a9e57c05cacd3d20f94d3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jkocen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
