<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>12Robots.com - Jason Dean - Tip</title>
			<link>http://www.12robots.com/index.cfm</link>
			<description>ColdFusion, Database, MVC, Frameworks, Security and whatever</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 19:17:51 -0500</pubDate>
			<lastBuildDate>Tue, 10 Aug 2010 12:19:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jason@12robots.com</managingEditor>
			<webMaster>jason@12robots.com</webMaster>
			
			
			
			
			
			<item>
				<title>Adding more resource navigator filters to ColdFusion Builder (Eclipse)</title>
				<link>http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse</link>
				<description>
				
				One thing that has always bugged the crap out of me is our inability to add additional resource filters to the navigator view in Eclipse.  Specifically, I mean these:

&lt;img src=&quot;http://www.12robots.com/images/resourceFilters.png&quot;&gt;

Resource filters are very useful little tools that will hide anything that matches the filter from the navigator view. Which is great for things like .svn folders or any other crap you don&apos;t feel like you need distracting you at the moment. Like if you want to hide all the images in a project so that it is not as cluttered.  But for some reason, we have never been able to add our own filters. So I can&apos;t, for example, hide the stupid Settings.xml file that CFB likes to add to my projects or the .settings folder. Grrrrr!!
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Eclipse</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 10 Aug 2010 12:19:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2010/8/10/Adding-more-resource-navigator-filters-to-ColdFusion-Builder-Eclipse</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Enabling Access to the Adobe AIR Tools in ColdFusion Builder</title>
				<link>http://www.12robots.com/index.cfm/2010/7/28/Enabling-Access-to-the-Adobe-AIR-Tools-in-ColdFusion-Builder</link>
				<description>
				
				I was talking to &lt;a href=&quot;http://www.carehart.org/&quot;&gt;Charlie Arehart&lt;/a&gt; today after his &quot;Hidden Gems in ColdFusion Builder&quot; presentation at &lt;a href=&quot;http://cfunited.com/2010/&quot;&gt;CFUnited 2010&lt;/a&gt; and I mention that, for some reason, &lt;a href=&quot;http://www.adobe.com/products/coldfusion/cfbuilder/features/&quot;&gt;ColdFusion Builder&lt;/a&gt; has the &lt;a href=&quot;http://www.adobe.com/products/air/&quot;&gt;Adobe AIR&lt;/a&gt; packaging features of the application hidden by default. So I thought I would write a post on how to enable them for those that would like to use CFBuilder for developing AIR applications.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Eclipse</category>				
				
				<category>AIR</category>				
				
				<pubDate>Wed, 28 Jul 2010 16:29:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2010/7/28/Enabling-Access-to-the-Adobe-AIR-Tools-in-ColdFusion-Builder</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: Google&apos;s Advice on Cleaning up a Compomised Site</title>
				<link>http://www.12robots.com/index.cfm/2009/10/28/Security-Tip-Googles-Advice-on-Cleaning-up-a-Compomised-Site</link>
				<description>
				
				Google&apos;s Anti-Malware team is running a series of blog posts as part of &lt;a href=&quot;http://www.dhs.gov/files/programs/gc_1158611596104.shtm&quot;&gt;Cyber-Security Awareness Month&lt;/a&gt; to help educate users (and webmasters) about the malware threat. One of their posts highlights some best practices for webmasters to use should their site become compromised and flagged as containing malicious code.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Security</category>				
				
				<pubDate>Wed, 28 Oct 2009 20:55:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/10/28/Security-Tip-Googles-Advice-on-Cleaning-up-a-Compomised-Site</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>AIR Tip: Cookie Sharing between AIR and Web Browsers</title>
				<link>http://www.12robots.com/index.cfm/2009/9/22/AIR-Tip-Cookie-Sharing</link>
				<description>
				
				This is something I came across at work that I thought I would share, because at first, it had me scratching my head.

Internally, Adobe AIR uses webkit as a &quot;browser&quot; which is great, and as expected, it actually behaves like a browser, including cookie support for access to external resources. Which means that when you are making remote calls to resources, you can use cookies to maintain sessions, or for information tracking.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>HTTP</category>				
				
				<category>AIR</category>				
				
				<pubDate>Tue, 22 Sep 2009 18:48:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/9/22/AIR-Tip-Cookie-Sharing</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: User Education Doesn&apos;t Work</title>
				<link>http://www.12robots.com/index.cfm/2009/7/5/Security-Tip-User-Education-Doesnt-Work</link>
				<description>
				
				So let&apos;s be honest. Users are users. If they knew what they were doing, we would not need to grumble about them and make fun of them under our breath. But they don&apos;t know what they are doing. And they never will. NEVER.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Security</category>				
				
				<pubDate>Sun, 05 Jul 2009 22:00:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/7/5/Security-Tip-User-Education-Doesnt-Work</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: Client side security cannot be enforced</title>
				<link>http://www.12robots.com/index.cfm/2009/6/8/Security-Tip-Client-side-security-cannot-be-enforced</link>
				<description>
				
				The use of JavaScript is becoming increasingly popular with the availability of &lt;a href=&quot;http://jquery.com/&quot;&gt;incredible&lt;/a&gt; &lt;a href=&quot;http://mootools.net/&quot;&gt;JavaScript&lt;/a&gt; &lt;a href=&quot;http://www.dojotoolkit.org/&quot;&gt;libraries&lt;/a&gt;. These libraries make creating Ajaxified web application easy, and fun! We can use them to create interactive and beautiful applications that rarely, if ever, require the page to refresh. 

A lot of the JavaScript libraries also have  &lt;a href=&quot;http://www.dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/form-validation-specialized-input&quot;&gt;helpful&lt;/a&gt; &lt;a href=&quot;http://mootools.floor.ch/en/demos/formcheck/index.htm&quot;&gt;tools&lt;/a&gt; and &lt;a href=&quot;http://bassistance.de/jquery-plugins/jquery-plugin-validation/&quot;&gt;plugins&lt;/a&gt; to implement form validation. These tools are great, and I don&apos;t want to discourage their use, but I do want to point out that these tools &lt;strong&gt;ARE NOT&lt;/strong&gt; for security and should not be used to prevent malicious data from getting to your application.
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>AIR</category>				
				
				<category>Security</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 08 Jun 2009 10:24:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/6/8/Security-Tip-Client-side-security-cannot-be-enforced</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: Code reviews are good for security too</title>
				<link>http://www.12robots.com/index.cfm/2009/6/4/Security-Tip-Code-reviews-are-good-for-security-too</link>
				<description>
				
				It seems like a no-brainer to me, but I will say it anyway. Code reviews are a good thing. Some people may shy away from them because it may make them feel inadequate or like they are being judged. But the idea behind a code review is to learn.

Code reviewing is a great way for a developer (novice or otherwise) to track down inefficiencies or architectural problems with their code by using the experience of other developers as a tool. We all know that two heads are better than one, right?
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Security</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Thu, 04 Jun 2009 10:43:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/6/4/Security-Tip-Code-reviews-are-good-for-security-too</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: Fail securely</title>
				<link>http://www.12robots.com/index.cfm/2009/6/2/Security-Tip-Fail-securely</link>
				<description>
				
				Failing securely is one of those things where, when you think about it, you say &quot;duh&quot;.  But I, for one, did not realize until it was pointed out to me that I was not always doing it. Let&apos;s look at an example of failing insecurely.

In this example, we have an application that has three types of user roles. The three roles are &quot;admin&quot;, &quot;superuser&quot; and &quot;user&quot;. Let&apos;s say we have a piece of content that we don&apos;t want regular users to access, so we do this:
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Security</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Tue, 02 Jun 2009 22:25:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/6/2/Security-Tip-Fail-securely</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Security Tip: (IN)SECURE Magazine</title>
				<link>http://www.12robots.com/index.cfm/2009/6/1/Security-Tip-INSECURE-Magazine</link>
				<description>
				
				So I recently became aware of &lt;a href=&quot;http://www.net-security.org/insecure-archive.php&quot;&gt;(IN)SECURE Magazine&lt;/a&gt; from &lt;a href=&quot;&quot;&gt;Help Net Security (HNS)&lt;/a&gt;. 

(IN)SECURE looks like a high quality PDF publication that covers A LOT of security topics from web application development, to network security, to operating system security. Issue #21 of the magazine was just released.

Some of the articles that interest me most, and I think would interest developers in our community are:
				 [More]
				</description>
						
				
				<category>Tip</category>				
				
				<category>Security</category>				
				
				<pubDate>Mon, 01 Jun 2009 15:09:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2009/6/1/Security-Tip-INSECURE-Magazine</guid>
				
			</item>
			
		 	
			</channel></rss>