<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Rey Nacho Lives</title>
	<link>http://jake.cfwebtools.com</link>
	<description>Jake Churchill on ColdFusion, FarCry, CSS, and much more...</description>
	<pubDate>Wed, 14 May 2008 02:29:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Multiple langage sites in Farcry by Christopher Wigginton</title>
		<link>http://jake.cfwebtools.com/2006/11/06/multiple-langage-sites-in-farcry/#comment-378</link>
		<dc:creator>Christopher Wigginton</dc:creator>
		<pubDate>Fri, 09 May 2008 14:13:05 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2006/11/06/multiple-langage-sites-in-farcry/#comment-378</guid>
		<description>Since this is an older post, have you stuck with this method for I18n of content?  I've been tasked with the same thing recently.  I was thinking having one root might be the better way and then under that have your language tree
root-&#62;en and root-&#62;fr, etc.. then on tree building select the sub node based on label in the tags.

What I'd really like to build is one tree where each content object had associated language objects, but that's a big change to the core and could get really messy with version tracking.</description>
		<content:encoded><![CDATA[<p>Since this is an older post, have you stuck with this method for I18n of content?  I&#8217;ve been tasked with the same thing recently.  I was thinking having one root might be the better way and then under that have your language tree<br />
root-&gt;en and root-&gt;fr, etc.. then on tree building select the sub node based on label in the tags.</p>
<p>What I&#8217;d really like to build is one tree where each content object had associated language objects, but that&#8217;s a big change to the core and could get really messy with version tracking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dmFlash Technique by selfprodigy</title>
		<link>http://jake.cfwebtools.com/2008/03/19/dmflash-technique/#comment-159</link>
		<dc:creator>selfprodigy</dc:creator>
		<pubDate>Tue, 08 Apr 2008 22:15:46 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/03/19/dmflash-technique/#comment-159</guid>
		<description>I can't tell you how helpful this was. Thanks again</description>
		<content:encoded><![CDATA[<p>I can&#8217;t tell you how helpful this was. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Popup with graceful fallback by Sebastiaan</title>
		<link>http://jake.cfwebtools.com/2008/03/26/javascript-popup-with-graceful-fallback/#comment-109</link>
		<dc:creator>Sebastiaan</dc:creator>
		<pubDate>Fri, 28 Mar 2008 12:24:25 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/03/26/javascript-popup-with-graceful-fallback/#comment-109</guid>
		<description>That was a lot of code for such a simple thing ;-)
Here's a smaller, usable, accessible and CSS/HTML/JS compliant method:

function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i&#60;anchors.length; i++) { 
   var anchor = anchors[i]; 
   if (anchor.getAttribute("href") &#38;&#38; 
       anchor.getAttribute("rel") == "external") 
     anchor.target = "_blank"; 
 } 
} 
window.onload = externalLinks;

All you do is add rel="external" to all your links (the image to the right of the link you fix via CSS, not JS). Best is to load this little piece of script at the end of the pageload.

Greetings from the Netherlands</description>
		<content:encoded><![CDATA[<p>That was a lot of code for such a simple thing <img src='http://jake.cfwebtools.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Here&#8217;s a smaller, usable, accessible and CSS/HTML/JS compliant method:</p>
<p>function externalLinks() {<br />
 if (!document.getElementsByTagName) return;<br />
 var anchors = document.getElementsByTagName(&#8221;a&#8221;);<br />
 for (var i=0; i&lt;anchors.length; i++) {<br />
   var anchor = anchors[i];<br />
   if (anchor.getAttribute(&#8221;href&#8221;) &amp;&amp;<br />
       anchor.getAttribute(&#8221;rel&#8221;) == &#8220;external&#8221;)<br />
     anchor.target = &#8220;_blank&#8221;;<br />
 }<br />
}<br />
window.onload = externalLinks;</p>
<p>All you do is add rel=&#8221;external&#8221; to all your links (the image to the right of the link you fix via CSS, not JS). Best is to load this little piece of script at the end of the pageload.</p>
<p>Greetings from the Netherlands</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFEclipse (no need to fear) by charlie arehart</title>
		<link>http://jake.cfwebtools.com/2008/02/27/cfeclipse-no-need-to-fear/#comment-106</link>
		<dc:creator>charlie arehart</dc:creator>
		<pubDate>Thu, 27 Mar 2008 21:38:30 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/02/27/cfeclipse-no-need-to-fear/#comment-106</guid>
		<description>Sorry, should have addressed this to Jake, not "Rey". Caught that *just* after sending. Doh! :-)</description>
		<content:encoded><![CDATA[<p>Sorry, should have addressed this to Jake, not &#8220;Rey&#8221;. Caught that *just* after sending. Doh! <img src='http://jake.cfwebtools.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CFEclipse (no need to fear) by charlie arehart</title>
		<link>http://jake.cfwebtools.com/2008/02/27/cfeclipse-no-need-to-fear/#comment-105</link>
		<dc:creator>charlie arehart</dc:creator>
		<pubDate>Thu, 27 Mar 2008 21:37:23 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/02/27/cfeclipse-no-need-to-fear/#comment-105</guid>
		<description>Hey Rey, at the risk of becoming a lightning rod, I'll add just one point of clarification: some have a beef not with being forced to use projects but rather being forced to open files from within the editor. They just prefer to open files from the file system directly, as in using Windows Explorer or My Computer on Windows (or when viewing the file system from within any other tool or its file&#62;open dialog). This works fine if you've not yet opened Eclipse, but once opened, if you try it again it will launch an entirely new copy of Eclipse for that selected file. DW, HomeSite, and CF Studio (if configured to open CFM files) will, like most apps, just open them in a new window.

Many realize that this is a problem of Eclipse, not CFEclipse, and that there have been attempts over the years to resolve it.

And as you say, working in projects has its value--and some will puke on any with the temerity to complain of this issue of opening files from the file system (outside the editor). And yes, it may appear to some that opening files from the file system would indicate one's not using source control, but that's not necessarily the case. To those who'd want to argue against those with this beef, I'll say "Dudes, chill". Different strokes for different folks. 

If it means some don't use Eclipse for this reason, or don't use it as their default editor, it will be their loss. If you really want to convert them, focus instead on helping them appreciate all the many other reasons to use Eclipse/CFEclipse which can't be found in DW/HS/CFS.

I realize that was Rey's goal here. Just saying that it addresses one problem (using the File Explorer within Eclipse), just sadly not this other one, which may be as big a problem for many holdouts. :-) (If I'm wrong, and this fix does indeed solve that too, I'll be the first to shout Halleluiah from the rooftops!)</description>
		<content:encoded><![CDATA[<p>Hey Rey, at the risk of becoming a lightning rod, I&#8217;ll add just one point of clarification: some have a beef not with being forced to use projects but rather being forced to open files from within the editor. They just prefer to open files from the file system directly, as in using Windows Explorer or My Computer on Windows (or when viewing the file system from within any other tool or its file&gt;open dialog). This works fine if you&#8217;ve not yet opened Eclipse, but once opened, if you try it again it will launch an entirely new copy of Eclipse for that selected file. DW, HomeSite, and CF Studio (if configured to open CFM files) will, like most apps, just open them in a new window.</p>
<p>Many realize that this is a problem of Eclipse, not CFEclipse, and that there have been attempts over the years to resolve it.</p>
<p>And as you say, working in projects has its value&#8211;and some will puke on any with the temerity to complain of this issue of opening files from the file system (outside the editor). And yes, it may appear to some that opening files from the file system would indicate one&#8217;s not using source control, but that&#8217;s not necessarily the case. To those who&#8217;d want to argue against those with this beef, I&#8217;ll say &#8220;Dudes, chill&#8221;. Different strokes for different folks. </p>
<p>If it means some don&#8217;t use Eclipse for this reason, or don&#8217;t use it as their default editor, it will be their loss. If you really want to convert them, focus instead on helping them appreciate all the many other reasons to use Eclipse/CFEclipse which can&#8217;t be found in DW/HS/CFS.</p>
<p>I realize that was Rey&#8217;s goal here. Just saying that it addresses one problem (using the File Explorer within Eclipse), just sadly not this other one, which may be as big a problem for many holdouts. <img src='http://jake.cfwebtools.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> (If I&#8217;m wrong, and this fix does indeed solve that too, I&#8217;ll be the first to shout Halleluiah from the rooftops!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS SQL IF EXISTS Technique by Jake Churchill</title>
		<link>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-57</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:24:41 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-57</guid>
		<description>Excellent point.  As I mentioned, SQL / Database things are not necessarily my strongest asset.  Thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Excellent point.  As I mentioned, SQL / Database things are not necessarily my strongest asset.  Thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MS SQL IF EXISTS Technique by Rand Thacker</title>
		<link>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-41</link>
		<dc:creator>Rand Thacker</dc:creator>
		<pubDate>Fri, 14 Mar 2008 22:40:43 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/03/13/ms-sql-if-exists-technique/#comment-41</guid>
		<description>Good solution, but the select for the ActionTaken can be even simpler:

SELECT 'ins' as actionTaken

Notice you don't need a table, or a TOP 1 or anything!</description>
		<content:encoded><![CDATA[<p>Good solution, but the select for the ActionTaken can be even simpler:</p>
<p>SELECT &#8216;ins&#8217; as actionTaken</p>
<p>Notice you don&#8217;t need a table, or a TOP 1 or anything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Farcry - Ongoing Support by Jake Churchill</title>
		<link>http://jake.cfwebtools.com/2008/02/01/learning-farcry-ongoing-support/#comment-4</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Sat, 01 Mar 2008 18:20:00 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/02/01/learning-farcry-ongoing-support/#comment-4</guid>
		<description>Selfprodigy,

I am aware that the guys at Daemon provided additional functionality to tinyMCE where you can add images/files that way.  I think this works for flash as well but I have not yet had a chance to play with that new functionality.  

Traditionally I have used a container and a handpicked rule to display flash objects.  All you need for this is a displayTeaser template for dmFlash and a javascript file that my template happens to use.  

Feel free to contact me at &lt;a href="mailto:jake@cfwebtools.com" rel="nofollow"&gt;jake@cfwebtools.com&lt;/a&gt; and I'll send those files along the way.  Sorry for the confusion on my blog.  I literally just switched yesterday from BlogCFC to Wordpress and am still getting the hang of everything.  I'll put a contact page/form on my list of things to add.</description>
		<content:encoded><![CDATA[<p>Selfprodigy,</p>
<p>I am aware that the guys at Daemon provided additional functionality to tinyMCE where you can add images/files that way.  I think this works for flash as well but I have not yet had a chance to play with that new functionality.  </p>
<p>Traditionally I have used a container and a handpicked rule to display flash objects.  All you need for this is a displayTeaser template for dmFlash and a javascript file that my template happens to use.  </p>
<p>Feel free to contact me at <a href="mailto:jake@cfwebtools.com" rel="nofollow">jake@cfwebtools.com</a> and I&#8217;ll send those files along the way.  Sorry for the confusion on my blog.  I literally just switched yesterday from BlogCFC to Wordpress and am still getting the hang of everything.  I&#8217;ll put a contact page/form on my list of things to add.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning Farcry - Ongoing Support by selfprodigy</title>
		<link>http://jake.cfwebtools.com/2008/02/01/learning-farcry-ongoing-support/#comment-3</link>
		<dc:creator>selfprodigy</dc:creator>
		<pubDate>Sat, 01 Mar 2008 06:39:29 +0000</pubDate>
		<guid>http://jake.cfwebtools.com/2008/02/01/learning-farcry-ongoing-support/#comment-3</guid>
		<description>Help!... I tried to find a contact page on your site but was unsuccessful.  I just started with FarCry about a month ago, i know some coldfusion, and css-html no problem. 

The issue i'm having is embedding flash into a page. I've uploaded the content via the media library, attached it, and use the mollio icon to attach it to the page.  But all i get is an image of a box with a red line around it. If i try to add the code directly via the html control it automatically deletes it. I have no idea how to fix this. 

It's the only thing i have left to fix on my clients page... (this is on my local coldfusion development server presently) 

If you have any idea please email me... I put in the form above.  Sorry to contact you this way but i didn't see any way else to do it.</description>
		<content:encoded><![CDATA[<p>Help!&#8230; I tried to find a contact page on your site but was unsuccessful.  I just started with FarCry about a month ago, i know some coldfusion, and css-html no problem. </p>
<p>The issue i&#8217;m having is embedding flash into a page. I&#8217;ve uploaded the content via the media library, attached it, and use the mollio icon to attach it to the page.  But all i get is an image of a box with a red line around it. If i try to add the code directly via the html control it automatically deletes it. I have no idea how to fix this. </p>
<p>It&#8217;s the only thing i have left to fix on my clients page&#8230; (this is on my local coldfusion development server presently) </p>
<p>If you have any idea please email me&#8230; I put in the form above.  Sorry to contact you this way but i didn&#8217;t see any way else to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
