<?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/"
	>

<channel>
	<title>#Adam.Blog#</title>
	<atom:link href="http://blog.adampresley.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adampresley.com</link>
	<description>I&#039;m bringin&#039; nerdy back.</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><atom:link rel="hub" href="http://github.com/tonyg/rabbithub"/>		<item>
		<title>Yummy Mail! MailSlurper Released!</title>
		<link>http://blog.adampresley.com/2010/yummy-mail-mailslurper-released/</link>
		<comments>http://blog.adampresley.com/2010/yummy-mail-mailslurper-released/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 16:11:08 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Grails]]></category>
		<category><![CDATA[Groovy]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1115</guid>
		<description><![CDATA[That&#8217;s right, I said it. MailSlurper, the mostly useless mail SMTP server has been released! Not only does it slurp your mail into oblivion, but you can see those doomed emails in an administrative interface now. Woo hoo! Check out the How To guide and download it today!! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, I said it. MailSlurper, the mostly useless mail SMTP server has been released! Not only does it slurp your mail into oblivion, but you can see those doomed emails in an administrative interface now. Woo hoo! Check out the <a href="http://blog.adampresley.com/software-development/mailslurper/">How To</a> guide and download it today!!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/yummy-mail-mailslurper-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Resume on ColdFusion + FW/1 + CouchDB</title>
		<link>http://blog.adampresley.com/2010/my-resume-on-coldfusion-fw1-couchdb/</link>
		<comments>http://blog.adampresley.com/2010/my-resume-on-coldfusion-fw1-couchdb/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 00:29:58 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CouchDB]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1084</guid>
		<description><![CDATA[The last few days I decided I wanted to play around with Apache&#8217;s CouchDB, one of the more popular database engines in the No-SQL movement. For those who have never heard of it CouchDB is a database engine written in Erlang, and is an Apache Foundation project. One of the neatest things about CouchDB is [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The last few days I decided I wanted to play around with Apache&#8217;s CouchDB, one of the more popular database engines in the No-SQL movement. For those who have never heard of it <a href="http://couchdb.apache.org/">CouchDB</a> is a database engine written in Erlang, and is an Apache Foundation project. One of the neatest things about CouchDB is that the API is based entirely on RESTful JSON services, so all command to it are HTTP commands like PUT, GET, POST, and DELETE. All data is stored as JSON objects known as &#8220;documents&#8221;. When you have a chance take a look at it.</p>

<p>For me the project I always fall back to when I want to try something new is my Resume project. I&#8217;ve kept my resume online for several years now. My first version of it was to proof-of-concept my PHP framework, and this worked well for a long time. I then modified it to work with ColdFusion, Groovy, and Hibernate with MySQL as the persistence layer. That was fun too. Now I set out to redo this in ColdFusion with CouchDB as the persistence layer.</p>

<p>The result is a ColdFusion application using Sean Corfield&#8217;s excellent <a href="http://fw1.riaforge.org/">FW/1</a> framework, my <a href="https://sourceforge.net/projects/couchdb4cf/">CouchDB4CF</a> Java facade, and Apache CouchDB. Check it out at <a href="http://resume.adampresley.com">http://resume.adampresley.com</a>. I&#8217;ll post more soon about how it is built.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/my-resume-on-coldfusion-fw1-couchdb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Namespaces to HTML Tag Using Regular Expressions</title>
		<link>http://blog.adampresley.com/2010/adding-namespaces-to-html-tag-using-regular-expressions/</link>
		<comments>http://blog.adampresley.com/2010/adding-namespaces-to-html-tag-using-regular-expressions/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 23:37:44 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Regex]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1077</guid>
		<description><![CDATA[My friend, Mr. Steve Good, approached me about a problem he was having where he needed to add a namespace to an HTML tag at runtime. Essentially he was parsing some dynamic HTML and wished to inject an additional namespace into the HTML declaration. Regular expressions to the rescue! The first test I ran was [...]


Related posts:<ol><li><a href='http://blog.adampresley.com/2009/finding-specific-text-in-a-string-using-coldfusion-and-java/' rel='bookmark' title='Permanent Link: Finding Specific Text in a String using ColdFusion and Java'>Finding Specific Text in a String using ColdFusion and Java</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>My friend, <a href="http://stevegood.org">Mr. Steve Good</a>, approached me about a problem he was having where he needed to add a namespace to an HTML tag at runtime. Essentially he was parsing some dynamic HTML and wished to inject an additional namespace into the HTML declaration. Regular expressions to the rescue! The first test I ran was with a blank &lt;HTML&gt; tag. For this example I will be injecting the SVG, or Scalable Vector Graphics namespace. To accomplish this in ColdFusion we simply are using the <strong>replaceAll</strong> method against the <strong>String</strong> class in Java.</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> old <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;&lt;html&gt;&quot;</span> <span style="color: #0000FF;">/&gt;</span></span>
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> new <span style="color: #0000FF;">=</span> old.replaceAll<span style="color: #0000FF;">&#40;</span><span style="color: #009900;">&quot;(?i)(?&lt;=&lt;html)(.*?)&gt;&quot;</span>, <span style="color: #009900;">&quot;$1 xmlns:svg=&quot;</span><span style="color: #009900;">&quot;http://www.w3.org/2000/svg&quot;</span><span style="color: #009900;">&quot;&gt;&quot;</span><span style="color: #0000FF;">&#41;</span> <span style="color: #0000FF;">/&gt;</span></span>
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfdump</span> <span style="color: #000000; font-weight: bold;">var</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;#new#&quot;</span> <span style="color: #0000FF;">/&gt;</span></span></pre></td></tr></table></div>


<p>When you run that you will get something that looks like this.</p>

<p><a class="thickbox" rel="same-post-1077" title = "Namespace Replace 1" href="http://blog.adampresley.com/wp-content/uploads/2010/08/namespace-replace-1.png"><img src="http://blog.adampresley.com/wp-content/uploads/2010/08/namespace-replace-1.png" alt="" title="Namespace Replace 1" width="384" height="45" class="alignnone size-full wp-image-1079" /></a></p>

<p>The next task was to ensure that if the HTML tag already had a namespace our regex won&#8217;t erase it, but will instead append the new namespace to it. Let&#8217;s see that code.</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> old <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;&lt;html xmlns=&quot;</span><span style="color: #009900;">&quot;http://www.w3.org/1999/xhtml&quot;</span><span style="color: #009900;">&quot;&gt;&quot;</span> <span style="color: #0000FF;">/&gt;</span></span>
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> new <span style="color: #0000FF;">=</span> old.replaceAll<span style="color: #0000FF;">&#40;</span><span style="color: #009900;">&quot;(?i)(?&lt;=&lt;html)(.*?)&gt;&quot;</span>, <span style="color: #009900;">&quot;$1 xmlns:svg=&quot;</span><span style="color: #009900;">&quot;http://www.w3.org/2000/svg&quot;</span><span style="color: #009900;">&quot;&gt;&quot;</span><span style="color: #0000FF;">&#41;</span> <span style="color: #0000FF;">/&gt;</span></span>
<span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfdump</span> <span style="color: #000000; font-weight: bold;">var</span><span style="color: #0000FF;">=</span><span style="color: #009900;">&quot;#new#&quot;</span> <span style="color: #0000FF;">/&gt;</span></span></pre></td></tr></table></div>


<p><a class="thickbox" rel="same-post-1077" title = "Namespace Replace 2" href="http://blog.adampresley.com/wp-content/uploads/2010/08/namespace-replace-2.png"><img src="http://blog.adampresley.com/wp-content/uploads/2010/08/namespace-replace-2.png" alt="" title="Namespace Replace 2" width="613" height="43" class="alignnone size-full wp-image-1080" /></a></p>

<p>Yup, as we can see by the above screenshot it seems to work! I love me some regular expressions. Happy coding!</p>


<p>Related posts:<ol><li><a href='http://blog.adampresley.com/2009/finding-specific-text-in-a-string-using-coldfusion-and-java/' rel='bookmark' title='Permanent Link: Finding Specific Text in a String using ColdFusion and Java'>Finding Specific Text in a String using ColdFusion and Java</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/adding-namespaces-to-html-tag-using-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Change Default Author Name for JavaDocs in Eclipse</title>
		<link>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/</link>
		<comments>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:45:43 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools and Apps]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1074</guid>
		<description><![CDATA[Here is a quick way to change the default author name when using JavaDoc comments in your Eclipse projects. Simply edit your eclipse.ini file found in the root directory where you placed Eclipse. I have Eclipse at /opt/eclipse, so my path would be /opt/eclipse/eclipse.ini. Once editing this file add the following line and save. -Duser.name=Adam [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick way to change the default author name when using JavaDoc comments in your Eclipse projects. Simply edit your <strong>eclipse.ini</strong> file found in the root directory where you placed Eclipse. I have Eclipse at <strong>/opt/eclipse</strong>, so my path would be <strong>/opt/eclipse/eclipse.ini</strong>. Once editing this file add the following line and save.</p>


<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;">-Duser.name<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">Adam Presley</span></pre></div></div>


<p>After saving restart Eclipse and when you do a JavaDoc comment and use the author attribute by typing <strong>@author</strong> and pressing enter on the autocomplete you will see something like this:</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">/**
 * Alert some message!
 * @author Adam Presley
 */</span>
<span style="color: #003366; font-weight: bold;">function</span> alertSomething<span style="color: #009900;">&#40;</span>msg<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span>msg<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>


<p>Simple yet useful. Happy coding!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code for my Dallas TechFest 2010 Presentation Available</title>
		<link>http://blog.adampresley.com/2010/code-for-my-dallas-techfest-2010-presentation-available/</link>
		<comments>http://blog.adampresley.com/2010/code-for-my-dallas-techfest-2010-presentation-available/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 15:45:08 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1072</guid>
		<description><![CDATA[Finally, as requested, my code and slides for my Dallas TechFest 2010 presentation are available for download. If you missed it I presented on taking an existing ColdFusion application (could be anything, PHP, JSP, Groovy + Grails) and incrementally spicing it up with jQuery. Click here to download the code and instructions on getting setup! [...]


Related posts:<ol><li><a href='http://blog.adampresley.com/2010/using-jqgrid-with-coldfusion/' rel='bookmark' title='Permanent Link: Using jqGrid with ColdFusion'>Using jqGrid with ColdFusion</a></li>
<li><a href='http://blog.adampresley.com/2010/fisheye-menu-with-jquery/' rel='bookmark' title='Permanent Link: Fisheye Menu with jQuery'>Fisheye Menu with jQuery</a></li>
<li><a href='http://blog.adampresley.com/2009/example-of-jquery-autocomplete-with-coldfusion/' rel='bookmark' title='Permanent Link: Example of jQuery Autocomplete with ColdFusion'>Example of jQuery Autocomplete with ColdFusion</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Finally, as requested, my code and slides for my Dallas TechFest 2010 presentation are available for download. If you missed it I presented on taking an existing ColdFusion application (could be anything, PHP, JSP, Groovy + Grails) and incrementally spicing it up with <a href="http://jquery.com">jQuery</a>. Click <a href="http://blog.adampresley.com/software-development/movie-mania-dallas-techfest-2010-presentation/">here</a> to download the code and instructions on getting setup!</p>


<p>Related posts:<ol><li><a href='http://blog.adampresley.com/2010/using-jqgrid-with-coldfusion/' rel='bookmark' title='Permanent Link: Using jqGrid with ColdFusion'>Using jqGrid with ColdFusion</a></li>
<li><a href='http://blog.adampresley.com/2010/fisheye-menu-with-jquery/' rel='bookmark' title='Permanent Link: Fisheye Menu with jQuery'>Fisheye Menu with jQuery</a></li>
<li><a href='http://blog.adampresley.com/2009/example-of-jquery-autocomplete-with-coldfusion/' rel='bookmark' title='Permanent Link: Example of jQuery Autocomplete with ColdFusion'>Example of jQuery Autocomplete with ColdFusion</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/code-for-my-dallas-techfest-2010-presentation-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merging Two ColdFusion Structs</title>
		<link>http://blog.adampresley.com/2010/merging-two-coldfusion-structs/</link>
		<comments>http://blog.adampresley.com/2010/merging-two-coldfusion-structs/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:19:47 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1048</guid>
		<description><![CDATA[Here&#8217;s a quick little tidbit. My coworker Steve Good asked me if I knew of a quick way to merge two ColdFusion structures together, kind of like how jQuery has the $.extend() method. Well there is in fact a way to do this! And it&#8217;s super easy. Let&#8217;s say you have structure one that has [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick little tidbit. My coworker <a href="http://stevegood.org">Steve Good</a> asked me if I knew of a quick way to merge two ColdFusion structures together, kind of like how jQuery has the <strong>$.extend()</strong> method. Well there <strong>is</strong> in fact a way to do this! And it&#8217;s super easy.</p>

<p>Let&#8217;s say you have structure one that has two keys, <em>firstName</em> and <em>lastName</em>.</p>


<div class="wp_syntax"><div class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> struct1 <span style="color: #0000FF;">=</span> <span style="color: #0000FF;">&#123;</span> firstName <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;Adam&quot;</span>, lastName <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;Presley&quot;</span> <span style="color: #0000FF;">&#125;</span> <span style="color: #0000FF;">/&gt;</span></span></pre></div></div>


<p>And now we have structure two that has two keys, <em>firstName</em> and <em>age</em>.</p>


<div class="wp_syntax"><div class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> struct2 <span style="color: #0000FF;">=</span> <span style="color: #0000FF;">&#123;</span> firstName <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;Michael&quot;</span>, age <span style="color: #0000FF;">=</span> <span style="color: #FF0000;">33</span> <span style="color: #0000FF;">&#125;</span> <span style="color: #0000FF;">/&gt;</span></span></pre></div></div>


<p>Using a nifty ColdFusion method we can mash the two together in a single line of code.</p>


<div class="wp_syntax"><div class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> <span style="color: #0000FF;">structAppend</span><span style="color: #0000FF;">&#40;</span>struct1, struct2<span style="color: #0000FF;">&#41;</span> <span style="color: #0000FF;">/&gt;</span></span> <span style="color: #808080; font-style: italic;">&lt;!--- &lt;cfset struct1.putAll(struct2) /&gt; ---&gt;</span></pre></div></div>


<p>Woah, that was easy! The end result will be a structure that would look like this.</p>


<div class="wp_syntax"><div class="code"><pre class="cfm" style="font-family:monospace;"><span style="color: #333333;"><span style="color: #0000FF;">&lt;</span><span style="color: #990000; font-weight: bold;">cfset</span> struct1 <span style="color: #0000FF;">=</span> <span style="color: #0000FF;">&#123;</span> firstName <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;Michael&quot;</span>, lastName <span style="color: #0000FF;">=</span> <span style="color: #009900;">&quot;Presley&quot;</span>, age <span style="color: #0000FF;">=</span> <span style="color: #FF0000;">33</span> <span style="color: #0000FF;">&#125;</span> <span style="color: #0000FF;">/&gt;</span></span></pre></div></div>


<p>Notice the commented out version. That is the underlying method to do the same thing as StructAppend. The benefit? Nothing I can think of. <img src='http://blog.adampresley.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Enjoy, and happy coding!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/merging-two-coldfusion-structs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dallas TechFest 2010</title>
		<link>http://blog.adampresley.com/2010/dallas-techfest-2010/</link>
		<comments>http://blog.adampresley.com/2010/dallas-techfest-2010/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 12:23:35 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[White and Nerdy]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1027</guid>
		<description><![CDATA[Yesterday I had the pleasure of attending and speaking at Dallas TechFest 2010. I presented on taking an existing ColdFusion application and spicing it up incrementally using jQuery, the hottest JavaScript library around. The micro-conference; I suppose you can call it that, was a lot of fun. I attended some pretty good sessions, including MySQL [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I had the pleasure of attending and speaking at Dallas TechFest 2010. I presented on taking an existing ColdFusion application and spicing it up incrementally using <a href="http://jquery.com">jQuery</a>, the hottest JavaScript library around.</p>

<p>The micro-conference; I suppose you can call it that, was a lot of fun. I attended some pretty good sessions, including MySQL optimization, Event Gateway programming in ColdFusion, and an introduction to Grails and CouchDB. I must say that CouchDB is <em>particularly</em> interesting, and may find its way into one of my projects in the near future.</p>

<p>That aside here are the couple of measly photos I took at the conference.</p>


<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0970-2/' title='IMG_0970'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_09701-150x150.jpg" class="attachment-thumbnail" alt="IMG_0970" title="IMG_0970" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0974/' title='IMG_0974'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0974-150x150.jpg" class="attachment-thumbnail" alt="IMG_0974" title="IMG_0974" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0976/' title='IMG_0976'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0976-150x150.jpg" class="attachment-thumbnail" alt="IMG_0976" title="IMG_0976" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0972/' title='IMG_0972'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0972-150x150.jpg" class="attachment-thumbnail" alt="IMG_0972" title="IMG_0972" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0971/' title='IMG_0971'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0971-150x150.jpg" class="attachment-thumbnail" alt="IMG_0971" title="IMG_0971" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0973/' title='IMG_0973'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0973-150x150.jpg" class="attachment-thumbnail" alt="IMG_0973" title="IMG_0973" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0969/' title='IMG_0969'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0969-150x150.jpg" class="attachment-thumbnail" alt="IMG_0969" title="IMG_0969" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0968/' title='IMG_0968'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0968-150x150.jpg" class="attachment-thumbnail" alt="IMG_0968" title="IMG_0968" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0970/' title='IMG_0970'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0970-150x150.jpg" class="attachment-thumbnail" alt="IMG_0970" title="IMG_0970" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0967/' title='IMG_0967'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0967-150x150.jpg" class="attachment-thumbnail" alt="IMG_0967" title="IMG_0967" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0966/' title='IMG_0966'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0966-150x150.jpg" class="attachment-thumbnail" alt="IMG_0966" title="IMG_0966" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0965/' title='IMG_0965'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0965-150x150.jpg" class="attachment-thumbnail" alt="IMG_0965" title="IMG_0965" /></a>
<a href='http://blog.adampresley.com/2010/dallas-techfest-2010/img_0978/' title='.NET Ninja!'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/IMG_0978-150x150.jpg" class="attachment-thumbnail" alt=".NET Ninja!" title=".NET Ninja!" /></a>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/dallas-techfest-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Community Professional Pins Are In!</title>
		<link>http://blog.adampresley.com/2010/adobe-community-professional-pins-are-in/</link>
		<comments>http://blog.adampresley.com/2010/adobe-community-professional-pins-are-in/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:53:53 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ACP]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1022</guid>
		<description><![CDATA[Sweeeet. I got home and on my keyboard is sitting a letter from Liz Frederick at Adobe. I open it up and discover that my nifty magnetic ACP pin is in there, as well as stickers! I love stickers! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Sweeeet. I got home and on my keyboard is sitting a letter from Liz Frederick at Adobe. I open it up and discover that my nifty magnetic ACP pin is in there, as well as stickers! I love stickers!</p>


<a href='http://blog.adampresley.com/2010/adobe-community-professional-pins-are-in/acp-pin-2/' title='ACP Pin'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/acp-pin-2-150x150.jpg" class="attachment-thumbnail" alt="ACP Pin" title="ACP Pin" /></a>
<a href='http://blog.adampresley.com/2010/adobe-community-professional-pins-are-in/acp-pin-1/' title='ACP Pin'><img width="150" height="150" src="http://blog.adampresley.com/wp-content/uploads/2010/07/acp-pin-1-150x150.jpg" class="attachment-thumbnail" alt="ACP Pin" title="ACP Pin" /></a>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/adobe-community-professional-pins-are-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
