<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site walter.kimbrough</title><link>http://walterkimbrough.instantspot.com</link><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by walter.kimbrough</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sun, 22 Nov 2009 05:41:37 GMT</pubDate><item><title>adding a field to a Mach II form</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/17/adding-a-field-to-a-Mach-II-form</link><description>Ok, since I have to get caught up once and for all, I started tinkering with the contact manager sample app of Dave Shuck&apos;s. My coworker, Brandon, had added a little to it, so I started tinkering with that version. So, I was challenged to add a field to the contact side of it. (Currently, there are users, and contacts) After about an hour&apos;s worth of work, (mainly just getting a better feel for how things run) I added it. It updates, etc. Mach II is far easier to troubleshoot than your standard proecedural code, that&apos;s for damned sure. I&apos;ve spent hours digging around going thru includes and crap trying to nail down that one URL that didn&apos;t have the DSN in it. So far, so good. Since I plan on going hardcore MachII over the next few weeks, I&apos;ll probably be blogging mainly about my experiences.  Here goes nothin&apos;.</description><pubDate>Tue, 17 Jun 2008 20:44:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/17/adding-a-field-to-a-Mach-II-form</guid><category>Stuff I&apos;m working on,mach ii</category></item><item><title>beans, daos, gateways and services.</title><link>http://walterkimbrough.instantspot.com/blog/2008/05/17/beans-daos-gateways-and-services</link><description>so, this weekend is the time I&apos;ve chosen to play around with a User manager app that Mr. Shuck built. Mainly cuz we&apos;re starting to apply more and more of these concepts at work. SO. Here goes nothin&apos;. Time to setup MySQL on my laptop. </description><pubDate>Sat, 17 May 2008 16:14:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/05/17/beans-daos-gateways-and-services</guid><category>cf8,Stuff I&apos;m working on,coding stuff in general</category></item><item><title>well, that wasn&apos;t painful...</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/02/well-that-wasnt-painful</link><description>&lt;p&gt;  ok, so I&amp;#39;ve moved over my queries to a CFC. Not that hard. &lt;br /&gt;  WAY WAY WAY more readable to me. Like I&amp;#39;ve said before, my action pages can get all FUGLY real quick-like.  &lt;/p&gt;  &lt;p&gt;  While my component&amp;#39;s still kinda wee small, I&amp;#39;m proud of the sucker. Now, time to really start throwing stuff into it!  &lt;/p&gt;  &lt;p&gt;  *gets wrench out*&amp;nbsp;  &lt;/p&gt;  </description><pubDate>Thu, 03 May 2007 03:55:37 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/02/well-that-wasnt-painful</guid><category>Stuff I&apos;m working on</category></item><item><title>Getting there...</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/02/Getting-there</link><description>&lt;p&gt;  Pretty much have my cfc built. Just doing the usual dump debugging stuff to make sure it&amp;#39;s doing what it should be doing.  &lt;/p&gt;  &lt;p&gt;  My gosh, to reiterate: It&amp;#39;s NICE to be able to read my code a tad easier without wondering what the hell this CFIF does, etc.  &lt;/p&gt;  </description><pubDate>Wed, 02 May 2007 14:13:12 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/02/Getting-there</guid><category>Stuff I&apos;m working on</category></item><item><title>cfc&apos;s are fun.</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/01/cfcs-are-fun</link><description>&lt;p&gt;  Ok, so I&amp;#39;m in the process now of moving all my sql querying stuff to one basic CFC for the site.  &lt;/p&gt;  &lt;p&gt;  On the website, I&amp;#39;m using your typical javascript RTE, so I&amp;#39;m going to move the querying stuff for that into the CFC, as well.  &lt;/p&gt;  &lt;p&gt;  If nothing else, CFC&amp;#39;s make reading code a tad easier. My god, my action pages can get ugly as all get out.  &lt;/p&gt;  &lt;p&gt;  My plan is to have one, maybe two CFC&amp;#39;s for the entire site. (whatever winds up making more sense; I&amp;#39;m reading up on CFC&amp;#39;s now in the Forta/CF web app book)  &lt;/p&gt;  &lt;p&gt;  Plenty more to follow...  &lt;/p&gt;  </description><pubDate>Wed, 02 May 2007 01:16:04 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/01/cfcs-are-fun</guid><category>Stuff I&apos;m working on</category></item><item><title>Current project: Podcast website&apos;s blogging capabilities</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/01/Current-project-Podcast-websites-blogging-capabilities</link><description>&lt;p&gt;  Ok, so I do a music based podcast with my buddy Jon. The website (&lt;a href=&quot;http://www.thebmshow.com&quot;&gt;the Best music show&lt;/a&gt;) is hosted on a CF friendly server. I *was* running Ray Camden&amp;#39;s blogging software, but I came to the point that I felt like it was kind of overkill for what we wanted, and I really wanted to know what the website&amp;#39;s design was in and out. (meaning, I wanted to do it myself, however ugly and kludgy it may be)  &lt;/p&gt;  &lt;p&gt;  SO...I started out simply, with blog entries and comments. I&amp;#39;m building on it as I go. &lt;br /&gt;  My first immediate goal is to move all the SQL related stuff on my action page to a CFC.  &lt;/p&gt;  &lt;p&gt;  Secondly, I&amp;#39;m wanting to add more Ajaxy UI elements to the front page that will expand, animate, etc based on content. (I.e., put a more openable div to show albums we discussed with more info than we have currently)  &lt;/p&gt;  &lt;p&gt;  Thirdly, I&amp;#39;d like email updating going on.  &lt;/p&gt;  &lt;p&gt;  Lastly, for now anwyay, the security needs to be far more robust than I have now.  &lt;/p&gt;  &lt;p&gt;  Here goes nothin&amp;#39;!  &lt;/p&gt;  </description><pubDate>Tue, 01 May 2007 21:23:33 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/01/Current-project-Podcast-websites-blogging-capabilities</guid><category>Stuff I&apos;m working on</category></item><item><title>ColdFusion 8 &quot;Scorpio&quot; from a newbie</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/01/ColdFusion-8-Scorpio-from-a-newbie</link><description>&lt;p&gt;  So I got to see Mr. Forta in person for the first time, and I have to admit. I&amp;#39;m TOTALLY energized for Coldfusion in general.&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  My gosh. The man knows how to sell it.  &lt;/p&gt;  &lt;p&gt;  (not to mention everything being added to the new CF version. I MUST find a copy somewhere!)  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  I&amp;#39;m planning on using this space to blog as a CF newbie, so don&amp;#39;t expect earth shatteringly new ways of programming; I&amp;#39;m just posting here as I learn better ways of coding stuff.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Tue, 01 May 2007 16:51:01 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/01/ColdFusion-8-Scorpio-from-a-newbie</guid><category>cf8</category></item></channel></rss>