<?xml version="1.0" encoding="ISO-8859-1" ?>
	<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
	><channel rdf:about="http://www.designfrontier.net/articles">
		
		<link>http://www.designfrontier.net/articles</link><title>Design Frontier</title><description>Daniel Sellers' thoughts on design, coldfusion, web development and other random stuff</description>
		<items>
		<rdf:Seq>
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=18" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=17" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=16" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=15" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=14" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=13" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=12" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=10" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=11" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=9" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=8" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=7" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=5" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=4" />
		
		
		
		<rdf:li rdf:resource="http://www.designfrontier.net/articles/?id=3" />
		
		
		</rdf:Seq>
		</items>
		</channel>
		
	<item rdf:about="http://www.designfrontier.net/articles/?id=18">
		<title>Short Circuit and the Javascript IF statement</title>
		<description>&lt;p&gt;&lt;em&gt;A quick javascript tip that lets you eliminate small IF statements&lt;/em&gt;</description>
		<link>http://www.designfrontier.net/articles/?id=18</link>
		<dc:date>2012-01-28T07:07:31-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=17">
		<title>Toward a More Responsive Future</title>
		<description>&lt;p&gt;Let&amp;rsquo;s face it, ultimately the ideal solution for responsive images does not exists yet. Honestly, I am not sure that browser makers really have a dog in this fight so it will likely be a while before it gets done on their end. Hopefully the W3C will see all the discussion and decide to include something in the spec that would prompt browser makers to tackle this in a semantic way. Until then we are left with a variety of options that are not necessarily awesome.</description>
		<link>http://www.designfrontier.net/articles/?id=17</link>
		<dc:date>2011-11-04T10:23:18-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=16">
		<title>Don&apos;t Call me. I&apos;ll call you. Single request responsive images</title>
		<description>&lt;p&gt;We&amp;rsquo;ve been talking about responsive design around the office a lot lately. It&amp;rsquo;s kind of a &lt;a href=&quot;http://www.google.com/search?q=responsive+design&quot;&gt;big&lt;/a&gt; &lt;a href=&quot;http://www.alistapart.com/articles/responsive-web-design/&quot;&gt;deal &lt;/a&gt;&lt;a href=&quot;http://www.abookapart.com/products/responsive-web-design&quot;&gt;these days&lt;/a&gt;. The holy grail seems to be responsive images, or a system that allows you to determine the correct size image for the users browser. This reduces the amount of data being downloaded by mobile devices while still providing a higher resolution version for desktop, and tablet browsers. By images I am talking about image tags, frameworks like &lt;a href=&quot;http://stuffandnonsense.co.uk/projects/320andup/&quot;&gt;320 and up&lt;/a&gt;&amp;nbsp;and media queries can take care of the layout images in css.</description>
		<link>http://www.designfrontier.net/articles/?id=16</link>
		<dc:date>2011-09-29T08:59:16-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=15">
		<title>11</title>
		<description>&lt;p&gt;&lt;em&gt;Today on the 10 year anniversary of September 11th I thought I would reminisce about my memories from that day, far from New York City. I am working to compile my families&amp;rsquo; stories and may expand beyond them to collect the stories of others who were far away from ground zero on that day. I pray that these stories and days will remind us that we are &amp;ldquo;One Nation Under God, Indivisible with liberty and justice for all&amp;rdquo;.&lt;/em&gt;</description>
		<link>http://www.designfrontier.net/articles/?id=15</link>
		<dc:date>2011-09-13T17:31:29-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=14">
		<title>Hide the admins!</title>
		<description>&lt;p&gt;This morning after reviewing the &lt;a href=&quot;http://hackmycf.com&quot;&gt;hackmycf.com&lt;/a&gt;* scan results for &lt;a href=&quot;http://ansble.com&quot;&gt;ansble.com&lt;/a&gt; I noticed that the only major security issue that turned up was that the railo admin was accessible from a public IP address. &amp;ldquo;Hmm...&amp;rdquo; I thought, &amp;ldquo;I wonder how you lock that down properly, using the &lt;a href=&quot;../index.cfm?id=12&quot;&gt;reverse proxy setup I am running&lt;/a&gt;.&amp;rdquo; I figured I could do it in tomcat, but that would get ugly fast if when I start scaling out my application servers. So after some googling I found several other posts on&lt;a href=&quot;http://groups.google.com/group/railo/browse_thread/thread/7cf91dbd165f4f34&quot;&gt; securing the railo admin&lt;/a&gt;.</description>
		<link>http://www.designfrontier.net/articles/?id=14</link>
		<dc:date>2011-09-13T17:31:21-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=13">
		<title>Wishing for CSS: Styling Lists in cfdocument</title>
		<description>&lt;p&gt;Over the last week and a half I have been working on a bare-bones internal reporting tool for the organization I work for. If you want to take a look at the &lt;a href=&quot;http://dribbble.com/shots/217276-Save-Report&quot;&gt;&lt;/a&gt; &lt;a href=&quot;http://dribbble.com/shots/218730-Reporting-Tool-progress-&quot;&gt;interface&lt;/a&gt;... It&amp;rsquo;s coming along nicely and has been a the fun kind of project that let&apos;s you try new things, like writing a custom RTE.</description>
		<link>http://www.designfrontier.net/articles/?id=13</link>
		<dc:date>2011-09-13T17:30:32-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=12">
		<title>Setting up Speed: Cherokee, Railo and CouchDB on AWS</title>
		<description>&lt;p&gt;I am working on a little side project (&lt;a href=&quot;http://ansble.com&quot;&gt;ansble.com&lt;/a&gt;) which is going to require scalability, and a layered architecture that I just couldn&apos;t reasonably build in a physical environment. So I started toying with &lt;a href=&quot;http://aws.amazon.com/&quot;&gt;Amazon Web Services&lt;/a&gt; and realized that there wasn&amp;rsquo;t a lot of documentation on the server combination I was planning to use.</description>
		<link>http://www.designfrontier.net/articles/?id=12</link>
		<dc:date>2011-09-13T17:28:49-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=10">
		<title>Nancy: 100 Songs 100 Days</title>
		<description>&lt;p&gt;My wife, Nancy, is writing 100 songs in 100 days. Yes you heard that right, 100 songs in 100 days, and no, not just a new riff, but a new song. Even for the most gifted song writer, and I think that&apos;s probably her, this would be a Herculean task, requiring perseverance and patience. And now 62 days in that is exactly what she has done.&amp;nbsp;</description>
		<link>http://www.designfrontier.net/articles/?id=10</link>
		<dc:date>2011-05-19T08:09:45-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=11">
		<title>Current Projects Update</title>
		<description>&lt;p&gt;I realized tonight that I have a whole bunch of projects lying around that aren&apos;t mentioned anywhere here on designfrontier. So to remedy that I decided to put together this quick article.</description>
		<link>http://www.designfrontier.net/articles/?id=11</link>
		<dc:date>2011-05-09T20:14:13-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=9">
		<title>Tokenizer: for one of your security needs</title>
		<description>&lt;p&gt;I promised &lt;a href=&quot;http://www.richarddavies.us&quot;&gt;Richard Davies&lt;/a&gt;&amp;nbsp;an article about the use, and purpose behind &lt;a href=&quot;http://tokenizer.riaforge.org&quot;&gt;Tokenizer&lt;/a&gt; the token (if you think of them as nonces and not tokens just substitute nonce everywhere I say token...) management project I released a few weeks ago. Since then it has been picked up by &lt;a href=&quot;http://owasp.org/index.php/ColdFusion_Security_Resources&quot;&gt;OWASP&amp;rsquo;s ColdFusion resources page&lt;/a&gt; and viewed over 900 times. So this may actually be a little late...</description>
		<link>http://www.designfrontier.net/articles/?id=9</link>
		<dc:date>2011-04-15T13:02:56-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=8">
		<title>Now Serving: Obsolescence</title>
		<description>&lt;p&gt;&lt;em&gt;This article is part of a series, &amp;ldquo;Now Serving,&amp;rdquo; that takes a look at the changes in design, and consumer culture, that are happening right now.&lt;/em&gt;</description>
		<link>http://www.designfrontier.net/articles/?id=8</link>
		<dc:date>2011-01-15T11:53:52-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=7">
		<title>Water For My Birthday</title>
		<description>&lt;p&gt;My birthday is just around the corner! In fact it is now only 3 days away and counting. They seem to come faster every year...</description>
		<link>http://www.designfrontier.net/articles/?id=7</link>
		<dc:date>2010-12-07T13:50:15-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=5">
		<title>TRUST AND THE BOX</title>
		<description>&lt;p&gt;Last Friday I was in Historic Mission Control at NASA&amp;rsquo;s Johnson Space Center(&lt;span style=&quot;font-variant: small-caps;&quot;&gt;jsc&lt;/span&gt;) listening to Milt Heflin, one of &lt;span style=&quot;font-variant: small-caps;&quot;&gt;jsc&lt;/span&gt;&amp;rsquo;s Associate Directors, describe some of the history that happened there to a group of educators from across the country. Sitting at one of the consoles preserved from the Apollo days I was amazed as he unfolded story after story about the people who had worked in these seats decades ago.</description>
		<link>http://www.designfrontier.net/articles/?id=5</link>
		<dc:date>2010-10-08T04:13:22-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=4">
		<title>Cameron Moll&apos;s Crazy Contest</title>
		<description>&lt;p&gt;Ok so in an effort to win an iPad I created a page here on design frontier targeted at these key words: &lt;a href=&quot;../../cameron-moll-colosseo-ipad-martian-giveaway/&quot;&gt;&lt;strong&gt;cameron moll colosseo martian ipad giveaway&lt;/strong&gt;&lt;/a&gt;. I think that the &lt;a href=&quot;http://cameronmoll.tumblr.com/post/503701031/colosseo-contest-2-a-second-ipad-giveaway&quot;&gt;idea&lt;/a&gt; behind the contest is one of the most clever promotions I have ever seen.&amp;nbsp;</description>
		<link>http://www.designfrontier.net/articles/?id=4</link>
		<dc:date>2010-04-15T20:18:29-08:00</dc:date>
		<dc:subject></dc:subject>
		</item><item rdf:about="http://www.designfrontier.net/articles/?id=3">
		<title>A Tale of Two Cookies: Securing ColdFusion Session Cookies</title>
		<description>&lt;p class=&quot;noindent&quot;&gt;Recently at work we went through a security review. It was a great learning experience to have outside contractors try and break into the web application. Found several things that I didn&apos;t expect and some others that I had never even considered. One of the last vulnerabilities that they identified was that the CFID and CFTOKEN cookies had an expiration date set too far in the future, 2040 or something like that, and that they did not have the secure flag set.</description>
		<link>http://www.designfrontier.net/articles/?id=3</link>
		<dc:date>2010-03-05T04:19:03-08:00</dc:date>
		<dc:subject></dc:subject>
		</item></rdf:RDF>

