<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Roy Martin&apos;s Blog</title>
			<link>http://roy.empiregn.com/blog/index.cfm</link>
			<description>Everything web</description>
			<language>en-us</language>
			<pubDate>Sun, 05 Sep 2010 08:04:27 -0700</pubDate>
			<lastBuildDate>Mon, 05 Nov 2007 13:41:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>roy@empiregn.com</managingEditor>
			<webMaster>roy@empiregn.com</webMaster>
			
			
			
			
			
			<item>
				<title>Refactoring Inline Coldfusion Towards MVC</title>
				<link>http://roy.empiregn.com/blog/index.cfm/2007/11/5/Refactoring-Inline-Coldfusion-Towards-MVC</link>
				<description>
				
				This is the first video in a series geared toward teaching &lt;a href=&quot;http://www.model-glue.com&quot;&gt;Model-Glue&lt;/a&gt;. I found after training several people that one of the biggest hurdles was getting Coldfusion developers comfortable using Components and separating concerns. This segment is geared toward the developer that is comfortable building inline &quot;spaghetti code&quot; and helps them make the first step toward using Model-Glue.

This isn&apos;t by any means production quality code, nor does it dive into Model-Glue at all. It is simply design to give you a basic knowledge so that you can start developing Model-Glue applications.

&lt;a href=&quot;http://roy.empiregn.com/blog/files/Blog%20Tutorial%20Step%201.zip&quot;&gt;Files  used in presentation&lt;/a&gt;

&lt;div id=&quot;media&quot;&gt;
            &lt;object id=&quot;csSWF&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;800&quot; height=&quot;618&quot; codebase=&quot;http://active.macromedia.com/flash7/cabs/ swflash.cab#version=9,0,28,0&quot;&gt;
                &lt;param name=&quot;src&quot; value=&quot;/blog/files/Refactoring%20Inline%20Towards%20MVC.swf&quot;/&gt;
                &lt;param name=&quot;bgcolor&quot; value=&quot;#1a1a1a&quot;/&gt;
                &lt;param name=&quot;quality&quot; value=&quot;best&quot;/&gt;
                &lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;/&gt;
                &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;/&gt;
                &lt;param name=&quot;scale&quot; value=&quot;showall&quot;/&gt;
                &lt;param name=&quot;flashVars&quot; value=&quot;autostart=false&quot;/&gt;
                &lt;embed name=&quot;csSWF&quot; src=&quot;/blog/files/Refactoring%20Inline%20Towards%20MVC.swf&quot; width=&quot;800&quot; height=&quot;618&quot; bgcolor=&quot;#1a1a1a&quot; quality=&quot;best&quot; allowScriptAccess=&quot;always&quot; allowFullScreen=&quot;true&quot; scale=&quot;showall&quot; flashVars=&quot;autostart=false&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot;&gt;&lt;/embed&gt;
            &lt;/object&gt;
        &lt;/div&gt;
				
				</description>
						
				
				<category>Model-Glue</category>				
				
				<pubDate>Mon, 05 Nov 2007 13:41:00 -0700</pubDate>
				<guid>http://roy.empiregn.com/blog/index.cfm/2007/11/5/Refactoring-Inline-Coldfusion-Towards-MVC</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Stop the Vista User Account Control (UAC) Prompt for Firefox</title>
				<link>http://roy.empiregn.com/blog/index.cfm/2007/6/6/Stop-the-Vista-User-Account-Control-UAC-Prompt-for-Firefox</link>
				<description>
				
				After the Firefox automatic update failed several times yesterday for the 2.0.0.4 patch, I manually downloaded and installed the update. Afterwards, anytime I opened Firefox I would get the User Account Control (UAC) prompt to allow Firefox to run as an administrator. This became increasingly irritating when clicking on links from within Outlook or MSN messenger.

The solution is &lt;b&gt;NOT&lt;/b&gt; to disable UAC. Instead, follow these easy steps to prevent Firefox from running as an Administrator thus preventing the UAC prompt.

&lt;ol&gt;
&lt;li&gt;Go to your Firefox install location, usually (C:\Program Files\Mozilla Firefox) and right click on firefox.exe and click on Properties.&lt;/li&gt;

&lt;li&gt;Click on the &apos;Compatibility&apos; tab, and then click on the &apos;Show settings for all users&apos; at the bottom.&lt;/li&gt;

&lt;li&gt;Under the &apos;Privilege Level&apos; group ensure that the &apos;Run this program as an administrator&apos; is unchecked. Click OK on both dialog boxes.&lt;/li&gt;

&lt;li&gt;Run Firefox using your normal user permissions.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;Disclaimer&lt;/h3&gt;
The reason my Firefox automatic update failed in the first place is because Firefox wasn&apos;t running in administrator mode. So be warned that if you do want to install automatic updates that you will have to run Firefox by right clicking on firefox.exe and clicking &apos;Run as Administrator&apos;. 


&lt;h3&gt;Further Reading&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://channel9.msdn.com/ShowPost.aspx?PostID=302436&quot;&gt;Discussion  that lead to these steps&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://theinvisiblethings.blogspot.com/2007/02/running-vista-every-day.html&quot;&gt;How to setup Vista to run programs at different permission levels&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>Firefox</category>				
				
				<category>Vista</category>				
				
				<pubDate>Wed, 06 Jun 2007 08:56:00 -0700</pubDate>
				<guid>http://roy.empiregn.com/blog/index.cfm/2007/6/6/Stop-the-Vista-User-Account-Control-UAC-Prompt-for-Firefox</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Weblog in 120 minutes Presentation</title>
				<link>http://roy.empiregn.com/blog/index.cfm/2007/3/19/Weblog-in-120-minutes-Presentation</link>
				<description>
				
				I have uploaded the &lt;a href=&quot;http://roy.empiregn.com/blog/files/RefactorMG_031407.zip&quot;&gt;files used in my presentation&lt;/a&gt; to the PDXRIA group on 3/14/07. The purpose of this presentation is to illustrate how-to refactor an inline Coldfusion project into a Model-Glue application. Each of the steps demonstrates an additional feature that Model-Glue provides to help facilitate rapid application development. You will find all the steps of code that we walked through in the presentation, the powerpoint file, SQL necessary to create the database table and a PDF summary of all the steps. In the future I plan on creating a breeze presentation for each of the steps and split this up into seven tutorials.
				 [More]
				</description>
						
				
				<category>Model-Glue</category>				
				
				<pubDate>Mon, 19 Mar 2007 09:13:00 -0700</pubDate>
				<guid>http://roy.empiregn.com/blog/index.cfm/2007/3/19/Weblog-in-120-minutes-Presentation</guid>
				
			</item>
			
		 	
			</channel></rss>