<?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>Chris Tierney</title>
	<atom:link href="http://christierney.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://christierney.com</link>
	<description>ColdFusion, jQuery and other stuff...</description>
	<lastBuildDate>Fri, 24 Feb 2012 05:44:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='christierney.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Chris Tierney</title>
		<link>http://christierney.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://christierney.com/osd.xml" title="Chris Tierney" />
	<atom:link rel='hub' href='http://christierney.com/?pushpress=hub'/>
		<item>
		<title>SQL to ColdFusion ORMType Reference</title>
		<link>http://christierney.com/2012/02/23/sql-to-coldfusion-ormtype-reference/</link>
		<comments>http://christierney.com/2012/02/23/sql-to-coldfusion-ormtype-reference/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 21:37:25 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=663</guid>
		<description><![CDATA[I have not been able to find a good reference chart out there that maps SQL Data Types to ColdFusion ORM Data Types. It&#8217;s always really been my best guess. So I&#8217;m going to start a reference chart here that as I figure it out I&#8217;ll update. If you have any input on this please [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=663&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have not been able to find a good reference chart out there that maps SQL Data Types to ColdFusion ORM Data Types. It&#8217;s always really been my best guess. So I&#8217;m going to start a reference chart here that as I figure it out I&#8217;ll update. If you have any input on this please comment and I will update. Thanks!</p>
<table>
<thead>
<tr>
<th>ORMType</th>
<th>SQL</th>
<th>MySQL</th>
</tr>
</thead>
<tbody>
<tr>
<td>big_decimal</td>
<td>DECIMAL, MONEY</td>
<td>DECIMAL</td>
</tr>
<tr>
<td>binary</td>
<td>BINARY, VARBINARY</td>
<td>TINYBLOB </td>
</tr>
<tr>
<td>blob</td>
<td></td>
<td>TINYBLOB</td>
</tr>
<tr>
<td>Boolean</td>
<td>[SMALLINT], BIT</td>
<td>BIT</td>
</tr>
<tr>
<td>clob</td>
<td></td>
<td>LONGTEXT</td>
</tr>
<tr>
<td>date</td>
<td>DATE</td>
<td>DATE</td>
</tr>
<tr>
<td>double</td>
<td>DOUBLE, MONEY, NUMERIC</td>
<td>DOUBLE</td>
</tr>
<tr>
<td>character, char</td>
<td></td>
<td>CHAR</td>
</tr>
<tr>
<td>float</td>
<td>REAL, FLOAT</td>
<td>FLOAT</td>
</tr>
<tr>
<td>integer, int</td>
<td>INT</td>
<td>INT</td>
</tr>
<tr>
<td>long</td>
<td>BIGINT</td>
<td>BIGINT</td>
</tr>
<tr>
<td>serializable</td>
<td></td>
<td>TINYBLOB</td>
</tr>
<tr>
<td>short</td>
<td>SMALLINT</td>
<td>SMALLINT</td>
</tr>
<tr>
<td>string</td>
<td>CHAR, NCHAR, VARCHAR, NVARCHAR</td>
<td>VARCHAR</td>
</tr>
<tr>
<td>text</td>
<td>TEXT, NTEXT</td>
<td>LONGTEXT</td>
</tr>
<tr>
<td>timestamp</td>
<td>DATETIME, SMALLDATETIME, TIMESTAMP</td>
<td>DATETIME</td>
</tr>
<tr>
<td>true_false</td>
<td></td>
<td>CHAR</td>
</tr>
<tr>
<td>yes_no</td>
<td></td>
<td>CHAR</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/663/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=663&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/23/sql-to-coldfusion-ormtype-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on Installing Local ColdFusion 10 Beta, ColdFusion Builder 2.0.1 Beta and IIS 7</title>
		<link>http://christierney.com/2012/02/20/notes-on-installing-local-coldfusion-10-beta-coldfusion-builder-2-0-1-beta-and-iis-7/</link>
		<comments>http://christierney.com/2012/02/20/notes-on-installing-local-coldfusion-10-beta-coldfusion-builder-2-0-1-beta-and-iis-7/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 15:23:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ColdFusion Servers]]></category>
		<category><![CDATA[coldfusion application server]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[jrun]]></category>
		<category><![CDATA[server service]]></category>
		<category><![CDATA[server view]]></category>
		<category><![CDATA[web root]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=653</guid>
		<description><![CDATA[I recently did a clean install with ColdFusion 10 Beta and ColdFusion Builder 2.0.1 Beta on a Windows 7 SP1 64-bit machine. (This is for a local development environment) IIS After installing IIS 7 with defaults and turning on ISASPI filters, I noticed ColdFusion would not initialize. After reading through some notes be sure to turn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=653&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently did a clean install with ColdFusion 10 Beta and ColdFusion Builder 2.0.1 Beta on a Windows 7 SP1 64-bit machine. (This is for a local development environment)</p>
<h4>IIS</h4>
<p>After installing IIS 7 with defaults and turning on ISASPI filters, I noticed ColdFusion would not initialize. After reading through some notes be sure to turn on these options for IIS 7:</p>
<ul>
<li>.NET Extensibility</li>
<li>ASP.NET</li>
<li>CGI</li>
<li>ISAPI Extensions</li>
<li>ISAPI Filters</li>
</ul>
<h4>Web Root</h4>
<p>I noticed when installing ColdFusion, the option for where the web root is located has been removed. It&#8217;s kind of complicated, so I&#8217;ll give you an example of how I changed mine to c:\wwwroot.</p>
<ol>
<li>I pointed my default IIS site to c:\wwwroot. This is probably not necessary as long as you have another site setup with virtual directory for /CFIDE (C:\wwwroot\CFIDE) and /jakarta (C:\ColdFusion10\config\wsconfig\1). Notice the new jakarta requirement in addition to the standard CFIDE alias.</li>
<li>Copy (or perhaps move) the contents of &#8220;C:\ColdFusion10\cfusion\wwwroot&#8221; to &#8220;C:\wwwroot&#8221;. This should include the folders CFIDE and WEB-INF.</li>
<li>Edit the file &#8220;C:\ColdFusion10\cfusion\runtime\conf\server.xml&#8221;</li>
<li>Copy the &#8220;&lt;Context&#8230;&#8221; open and close element that is currently commented out to the next line uncommented.</li>
<li>You will need to change the docBase to your new webroot, the WorkDir to the absolute path, and the aliases for CFIDE and WEB-INF. Why the aliases are needed in both IIS and this config you&#8217;ve got me. But if you leave them out you&#8217;ll end up with an error from Apache. Not sure what this is about yet.<br />
&lt;Context path=&#8221;/&#8221; docBase=&#8221;C:\wwwroot&#8221; WorkDir=&#8221;C:\ColdFusion10\cfusion\runtime\conf\Catalina\localhost\tmp&#8221; aliases=&#8221;/CFIDE=C:\wwwroot\CFIDE,/WEB-INF=C:\wwwroot\WEB-INF&#8221; &gt;&lt;/Context&gt;</li>
<li>Restart your ColdFusion server service.</li>
</ol>
<div><em>Thanks to <a href="http://blog.bittersweetryan.com/2012/02/changing-webroot-of-coldfusion-zeus.html" target="_blank">Ryan Anklam&#8217;s Blog</a> for providing me with a starting point on this.</em></div>
<h4>ColdFusion Builder 2.0.1 Beta</h4>
<p>After I installed ColdFusion Builder 2.0.1 Beta (running as Administrator), I attempted to add the server to the server view. However I ran into the issue where only ColdFusion version 9 was available. After a post to the discussion groups I learned:</p>
<ul>
<li>The Application Server setting should be &#8220;CF+Tomcat Bundle&#8221; instead of Jrun.</li>
</ul>
<div>Also there is a difference for enabling the console view on ColdFusion Builder.</div>
<div>
<ul>
<li>Be sure to install the ColdFusion Jetty Service during the ColdFusion 10 install to be able to start and stop your ColdFusion service.</li>
<li>You no longer need to set the ColdFusion Application Server service to manual.</li>
<li>ColdFusion Builder 2.0.1 will now control the service instead of its own instance.</li>
<li>Console view works with the service started instead of its own instance.</li>
</ul>
</div>
<p>I still have a lot of playing around to do with this combination, but I hope this helps a few of you out in the mean time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/653/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/653/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/653/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=653&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/20/notes-on-installing-local-coldfusion-10-beta-coldfusion-builder-2-0-1-beta-and-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery Select All Checkboxes</title>
		<link>http://christierney.com/2012/02/16/jquery-select-all-checkboxes/</link>
		<comments>http://christierney.com/2012/02/16/jquery-select-all-checkboxes/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 17:11:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=648</guid>
		<description><![CDATA[I needed to come up with a generic way of checking all checkboxes that could be reused using jQuery. At first I thought about using the data- attribute to define which class of checkboxes to check. But then found a great way to just check all checkboxes that are located in their element container. (The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=648&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to come up with a generic way of checking all checkboxes that could be reused using jQuery. At first I thought about using the data- attribute to define which class of checkboxes to check. But then found a great way to just check all checkboxes that are located in their element container. (The .on method required jQuery 1.7)</p>
<p>HTML Example Code:</p>
<p><pre class="brush: plain;">
&lt;div class=&quot;control-group&quot;&gt;
&lt;input type=&quot;checkbox&quot; class=&quot;selAllChksInGroup&quot;&gt; All
&lt;input type=&quot;state&quot; value=&quot;NE&quot;&gt; Nebraska
&lt;input type=&quot;state&quot; value=&quot;FL&quot;&gt; Florida
&lt;/div&gt;
</pre></p>
<p>JavaScript Code:</p>
<p><pre class="brush: plain;">
$(document).ready(function(){

$(&quot;input[type=checkbox].selAllChksInGroup&quot;).on(&quot;click.chkAll&quot;, function( event ){
$(this).parents('.control-group:eq(0)').find(':checkbox').attr('checked', this.checked);
});

});
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/648/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=648&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/16/jquery-select-all-checkboxes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>Camel Case for Two Letter Acronyms</title>
		<link>http://christierney.com/2012/02/15/camel-case-for-two-letter-acronyms/</link>
		<comments>http://christierney.com/2012/02/15/camel-case-for-two-letter-acronyms/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 00:05:40 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=646</guid>
		<description><![CDATA[Here&#8217;s another &#8220;for later reference&#8221;&#8230; Microsoft&#8217;s rules for .NET Framework 1.1 Abbreviations consist of: Do not use abbreviations or contractions as parts of identifier names. For example, use GetWindow instead of GetWin. Do not use acronyms that are not generally accepted in the computing field. Where appropriate, use well-known acronyms to replace lengthy phrase names. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=646&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another &#8220;for later reference&#8221;&#8230;</p>
<p>Microsoft&#8217;s rules for .NET Framework 1.1 Abbreviations consist of:</p>
<ul>
<li>Do not use abbreviations or contractions as parts of identifier names. For example, use GetWindow instead of GetWin.</li>
<li>Do not use acronyms that are not generally accepted in the computing field.</li>
<li>Where appropriate, use well-known acronyms to replace lengthy phrase names. For example, use UI for User Interface and OLAP for On-line Analytical Processing.</li>
<li>When using acronyms, use Pascal case or camel case for acronyms more than two characters long. For example, use HtmlButton or htmlButton. However, you should capitalize acronyms that consist of only two characters, such as System.IO instead of System.Io.</li>
<li>Do not use abbreviations in identifiers or parameter names. If you must use abbreviations, use camel case for abbreviations that consist of more than two characters, even if this contradicts the standard abbreviation of the word.</li>
</ul>
<p>These appear to be good guidelines to follow for ColdFusion as well. I was going after casing for two letter acronyms in this case.</p>
<p>REF: <a href="http://msdn.microsoft.com/en-us/library/141e06ef(v=vs.71).aspx">http://msdn.microsoft.com/en-us/library/141e06ef(v=vs.71).aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/646/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/646/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/646/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=646&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/15/camel-case-for-two-letter-acronyms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>Looping Over Arrays in ColdFusion 9.01 (CFScript)</title>
		<link>http://christierney.com/2012/02/14/looping-over-arrays-in-coldfusion-9-01-cfscript/</link>
		<comments>http://christierney.com/2012/02/14/looping-over-arrays-in-coldfusion-9-01-cfscript/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 22:58:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[arrays]]></category>
		<category><![CDATA[coldfusion]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=643</guid>
		<description><![CDATA[This is pretty much a &#8220;note to self&#8221;&#8230; but in ColdFusion 9.01 you can now loop over arrays using the  for &#8211; in loop while in cfscript. Syntax is:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=643&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is pretty much a &#8220;note to self&#8221;&#8230; but in ColdFusion 9.01 you can now loop over arrays using the  for &#8211; in loop while in cfscript.</p>
<p>Syntax is:</p>
<p><pre class="brush: coldfusion;">
 for(item in array) {
doSomething(item);
}
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/643/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/643/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/643/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=643&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/14/looping-over-arrays-in-coldfusion-9-01-cfscript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>My New Experience Getting ColdFusion Builder 2 Console Working</title>
		<link>http://christierney.com/2012/02/03/my-new-experience-getting-coldfusion-builder-2-console-working/</link>
		<comments>http://christierney.com/2012/02/03/my-new-experience-getting-coldfusion-builder-2-console-working/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:38:29 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[orm]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=635</guid>
		<description><![CDATA[I have ColdFusion 9 Developer Edition installed on my Windows 7 machine running IIS7. Normally my ColdFusion 9 Application Server service starts automatically for me. Recently I have started learning and developing with ORM. Because of this, I need to figure out what ORM is asking the SQL server to make sure it&#8217;s not doing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=635&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have ColdFusion 9 Developer Edition installed on my Windows 7 machine running IIS7. Normally my ColdFusion 9 Application Server service starts automatically for me.</p>
<p>Recently I have started learning and developing with ORM. Because of this, I need to figure out what ORM is asking the SQL server to make sure it&#8217;s not doing anything crazy.</p>
<p>To do this I turned on logsql in ormSettings config in application.cfc. Then found that it would log to a file or the Console view.</p>
<p>But alas, nothing showed in my Console view, and yep, I did have a server configured in the Servers view.</p>
<p>So I find out that I need to stop/start the server in the servers view to get this working. After trying that it pretty much lied to me and said it did when it really didn&#8217;t.</p>
<p>At that point I stopped the service in the Windows service and tried to start from ColdFusion Builder. No such luck.</p>
<p>Then I tried restarting ColdFusion Builder w/ Administrator rights. BAM &#8211; now I can get the CF service started.</p>
<p>But I notice something interesting. The service in the Windows Service Manager still shows stopped after a refresh. But alas my Console works perfectly.</p>
<p>So I have no idea what is going on, but this is what I figure needs to happen to get this all working correctly:</p>
<ol>
<li>Change the ColdFusion 9 Application Server properties of startup type to manual and stop the service.</li>
<li>Close ColdFusion Builder if already open and start it as Administrator (right click icon and select <strong>Run As Administrator</strong>)</li>
<li>In the Servers View in ColdFusion Builder, edit your server config and auto start and stop the CF Server. (optional but recommended&#8230; If you close CF Builder, you will need to restart the server anyway)</li>
<li>Select your server and click the green run arrow.</li>
<li>You should see ColdFusion startup with a bunch of output in the Console at this point.</li>
</ol>
<div>At this point I would suggest modifying your shortcut to always run as administrator. This has gotten me many times already, so I finally made this change.</div>
<div>
<ol>
<li>Right click shortcut and select properties</li>
<li>Click Advanced button</li>
<li>Turn on &#8220;Run as administrator&#8221;</li>
<li>OK &gt; OK</li>
</ol>
</div>
<p>What a mess! Needs to be a slicker way of getting this rolling without an hour of research and messing with Administrator rights. But hope this helps my memory and anyone else scratching their head!</p>
<p><a href="http://christierney.files.wordpress.com/2012/02/cfb_console.png"><img class="aligncenter size-full wp-image-636" title="CFB_Console" src="http://christierney.files.wordpress.com/2012/02/cfb_console.png?w=614&#038;h=126" alt="" width="614" height="126" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/635/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=635&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/02/03/my-new-experience-getting-coldfusion-builder-2-console-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>

		<media:content url="http://christierney.files.wordpress.com/2012/02/cfb_console.png" medium="image">
			<media:title type="html">CFB_Console</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Stuff&#8221; Silicon Valley Says</title>
		<link>http://christierney.com/2012/01/25/stuff-silicon-valley-says/</link>
		<comments>http://christierney.com/2012/01/25/stuff-silicon-valley-says/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 22:34:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=630</guid>
		<description><![CDATA[Just had to post this &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=630&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just had to post this &#8230;</p>
<span style="text-align:center; display: block;"><a href="http://christierney.com/2012/01/25/stuff-silicon-valley-says/"><img src="http://img.youtube.com/vi/BR8zFANeBGQ/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/630/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/630/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/630/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=630&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/01/25/stuff-silicon-valley-says/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop PROTECT IP / SOPA</title>
		<link>http://christierney.com/2012/01/17/stop-protect-ip-sopa/</link>
		<comments>http://christierney.com/2012/01/17/stop-protect-ip-sopa/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 19:55:35 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pipa]]></category>
		<category><![CDATA[sopa]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=626</guid>
		<description><![CDATA[Tomorrow many sites like Wikipedia, MoveOn, Reddit, BoingBoing, Mozilla, WordPress, TwitPic and the ICanHasCheezBurger network will be going dark for a day to protest SOPA and PIPA. If you don&#8217;t know what this all means, &#8220;Fight For The Future&#8221; says it well: &#8220;PROTECT-IP is a bill that has been introduced in the Senate and the House [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=626&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tomorrow many sites like Wikipedia, MoveOn, Reddit, BoingBoing, Mozilla, WordPress, TwitPic and the ICanHasCheezBurger network will be going dark for a day to protest SOPA and PIPA.</p>
<p>If you don&#8217;t know what this all means, &#8220;<a href="http://vimeo.com/fightforthefuture" target="_blank">Fight For The Future</a>&#8221; says it well:</p>
<p>&#8220;PROTECT-IP is a bill that has been introduced in the Senate and the House and is moving quickly through Congress. It gives the government and corporations the ability to censor the net, in the name of protecting &#8220;creativity&#8221;. The law would let the government or corporations censor entire sites&#8211; they just have to convince a judge that the site is &#8220;dedicated to copyright infringement.&#8221;</p>
<p>The government has already wrongly shut down sites without any recourse to the site owner. Under this bill, sharing a video with anything copyrighted in it, or what sites like Youtube and Twitter do, would be considered illegal behavior according to this bill.</p>
<p>According to the Congressional Budget Office, this bill would cost us $47 million tax dollars a year — that&#8217;s for a fix that won&#8217;t work, disrupts the internet, stifles innovation, shuts out diverse voices, and censors the internet. This bill is bad for creativity and does not protect your rights.&#8221;</p>
<p>Check out this video to get a better understanding:</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/31100268' width='400' height='300' frameborder='0'></iframe></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/626/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/626/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/626/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=626&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/01/17/stop-protect-ip-sopa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>
	</item>
		<item>
		<title>Two Spaces or One Space?</title>
		<link>http://christierney.com/2012/01/10/two-spaces-or-one-space/</link>
		<comments>http://christierney.com/2012/01/10/two-spaces-or-one-space/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:29:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[monospaced fonts]]></category>
		<category><![CDATA[proportional fonts]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=619</guid>
		<description><![CDATA[Learning to type during grade-school and high-school, it was usually taught to place two spaces after each sentence. They never explained why other than &#8220;that&#8217;s how it&#8217;s done&#8221;. Which is one fact I always hated about school. They always said this is what it is but rarely ever why. Here&#8217;s the why: Manual typewriters used [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=619&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://christierney.files.wordpress.com/2012/01/underwood5small.jpg"><img class="alignright size-full wp-image-620" title="underwood5small" src="http://christierney.files.wordpress.com/2012/01/underwood5small.jpg?w=614" alt=""   /></a>Learning to type during grade-school and high-school, it was usually taught to place two spaces after each sentence. They never explained why other than &#8220;that&#8217;s how it&#8217;s done&#8221;. Which is one fact I always hated about school. They always said this is what it is but rarely ever why.</p>
<p>Here&#8217;s the why: Manual typewriters used what is called &#8220;monospaced type&#8221;. Every character occupied an equal amount of horizontal space. This &#8220;type&#8221; created a lot of white space in between characters which made it difficult to spot the spaces between sentences quickly. Thus two spaces made text easier to read.</p>
<p>But then came the electric typewriters in the 1970&#8242;s. These new found pieces of technology started using proportional fonts instead of monospaced fonts. The computer era also used proportional fonts both on the screen and the printer.</p>
<p><a href="http://www.amazon.com/gp/product/2880467985/ref=as_li_ss_tl?ie=UTF8&amp;tag=chritier-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=2880467985" target="_blank">According to typographers</a>, the double space is no longer needed.</p>
<p>So, not even being a thought in my parents head in 1970, why did schooling decide that double spacing was still needed some 15+ years later?</p>
<p>In the modern age of the web, it&#8217;s actually impossible to add more than one space between characters or objects without using a non-breaking space code. Now who&#8217;s going to do that and why?</p>
<p>If you are ever at the dinner table, smoking your pipe, and which to bring up a dull and boring subject; ask the attendees &#8220;single space or double space?&#8221;. And if you ever send me double spaced sentences, you&#8217;re just wasting my space, even though the APA Style Guide would disagree with me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=619&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/01/10/two-spaces-or-one-space/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>

		<media:content url="http://christierney.files.wordpress.com/2012/01/underwood5small.jpg" medium="image">
			<media:title type="html">underwood5small</media:title>
		</media:content>
	</item>
		<item>
		<title>Phone Finger Heatmap</title>
		<link>http://christierney.com/2012/01/02/phone-finger-heatmap/</link>
		<comments>http://christierney.com/2012/01/02/phone-finger-heatmap/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 22:56:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://christierney.com/?p=609</guid>
		<description><![CDATA[After reading an article today on making your iPhone more secure by adding a duplicate digit to your lock code, I though that perhaps I should look at my fingers&#8217; tell-tale signs. The article describes how that someone could potentially look at your finger residue and determine which digits you use to unlock your phone, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=609&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://christierney.files.wordpress.com/2012/01/phone-heatmap.png"><img class="alignleft size-full wp-image-610" style="margin-left:10px;margin-right:10px;" title="phone-heatmap" src="http://christierney.files.wordpress.com/2012/01/phone-heatmap.png?w=614" alt=""   /></a></p>
<p>After reading an article today on making your<a href="http://techcrunch.com/2012/01/02/want-to-make-your-iphones-pin-more-secure-repeat-a-digit/" target="_blank"> iPhone more secure by adding a duplicate digit to your lock code</a>, I though that perhaps I should look at my fingers&#8217; tell-tale signs. The article describes how that someone could potentially look at your finger residue and determine which digits you use to unlock your phone, thus eliminating much of the guesswork to hack in.</p>
<p>While it appears I&#8217;m safe from this type of finger press detection, at least at this moment, I did find it interesting to find that I do leave tell-tale signs on how I most often interact with the phone.</p>
<p>The top section has mostly down-swipe strokes. This would be bringing down the notifications area.</p>
<p>The mid-top section is mostly untouched.</p>
<p>The mid-bottom section mostly consists of right-swipe strokes. This would probably be moving forward through news and social updates.</p>
<p>The bottom section consists individual presses. Most likely from using the virtual keyboard and app icons.</p>
<p>The search and back permanent buttons are the most used where as the home button is used a little and the menu button is rarely used.</p>
<p>I&#8217;d have to say most of these impressions came from my right thumb. I wonder if there&#8217;s any long-term effects to my poor thumb leaving all its skin oil behind and all that dragging?</p>
<p>Anyway, this natural heat-map methodology is kind of gross. Time to clean the screen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/christierney.wordpress.com/609/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/christierney.wordpress.com/609/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/christierney.wordpress.com/609/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=christierney.com&amp;blog=2217438&amp;post=609&amp;subd=christierney&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://christierney.com/2012/01/02/phone-finger-heatmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8b932c899a85440dcc270e4637c02b64?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">christierney</media:title>
		</media:content>

		<media:content url="http://christierney.files.wordpress.com/2012/01/phone-heatmap.png" medium="image">
			<media:title type="html">phone-heatmap</media:title>
		</media:content>
	</item>
	</channel>
</rss>
