<?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:44:47 GMT</pubDate><item><title>architecting...</title><link>http://walterkimbrough.instantspot.com/blog/2009/03/09/architecting</link><description>&lt;p&gt;Good lord. The lexical side of things is easy.&lt;/p&gt; &lt;p&gt;Thinking in terms of the big picture is most definitely a skill that takes work.&lt;/p&gt; &lt;p&gt;And trust me, not having anything approaching a CS degree, it&apos;s mental work.&lt;/p&gt; &lt;p&gt;Now, the fun part is putting something together and seeing that it makes sense is very neat.&lt;/p&gt; &lt;p&gt;I don&apos;t have much more to expound on here, just thought I&apos;d post that in between Dreamweaver saves.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><pubDate>Tue, 10 Mar 2009 03:47:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2009/03/09/architecting</guid><category>coding stuff in general</category></item><item><title>so simple, so basic, and yes of course, I only now realized it.</title><link>http://walterkimbrough.instantspot.com/blog/2008/07/11/so-simple-so-basic-and-yes-of-course-I-only-now-realized-it</link><description>&lt;p&gt;Cfscript for long a## structs and arrays! Duh.&lt;/p&gt; &lt;p&gt;I have&amp;nbsp;a pretty big struct I have to create to regenerate a pdf. So, after putting in&amp;nbsp;about, oh 150 lines of code (lotsa cfsets...) I picked up an old CF MX book of mine and read up that one chapter I so ignorantly, uh...ignored?&amp;nbsp;&lt;br /&gt; Anyway, yeh, whattya know, cfscript is good for those.&lt;/p&gt; &lt;p&gt;Live, learn, repeat.&lt;/p&gt;</description><pubDate>Sat, 12 Jul 2008 03:10:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/07/11/so-simple-so-basic-and-yes-of-course-I-only-now-realized-it</guid><category>cf8,coding stuff in general</category></item><item><title>oh, ok. Slowly, but surely...</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/18/oh-ok-Slowly-but-surely</link><description>&lt;p&gt;Alrighty, so far, here&apos;s what I know (I believe) about Mach II:&lt;/p&gt; &lt;p&gt;Listeners simply forward to the service layer.&lt;/p&gt; &lt;p&gt;Services contain logic to pull data via either DAOs or Gateways.&lt;/p&gt; &lt;p&gt;DAOs handle single records, and CRUD related work.&lt;/p&gt; &lt;p&gt;Gateways return multiple records, and/or more complex SQL.&lt;/p&gt; &lt;p&gt;Beans are simply instances of single records, with getter and setting methods for each attribute the object may have.&lt;/p&gt; &lt;p&gt;I&apos;m working on fiddling with the service layer on this sample user manager app. I&apos;ve added a table, &apos;recipes&apos;, and want to tie recipes to each individual user. This should be fairly straightforward.&lt;/p&gt;</description><pubDate>Thu, 19 Jun 2008 04:43:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/18/oh-ok-Slowly-but-surely</guid><category>cf8,coding stuff in general,mach ii</category></item><item><title>5 tagger and proud of it.</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/16/5-tagger-and-proud-of-it</link><description>ok, the title is tongue in cheek. I&apos;m doing my best to continue to expand how I approach web development, especially as it concerns ColdFusion.  I&apos;m in the process now of applying more and more OOP approaches to things I&apos;m doing at work.  I like figuring out more and more about how CFCs really do some neat things.    &lt;br /&gt;  That said, man, oh man, while there are plenty of &apos;cool&apos; kinda CF guys out there (like Dave Shuck, to cite a local example), there are alot of big headed types out there.  I&apos;ve been reading more and more blogs out there from ColdFusion programmer types, and yeesh. The hubris is certainly up there.&lt;br /&gt;  For those of you who have been in programming for years, and may even have your CS degree, please: keep in mind that some of us didn&apos;t start when you did, or, hell, don&apos;t have the aptitude you do.&lt;br /&gt;  Yes, there are plenty of CF coders who just stick with the tried and true 1000 line procedurally coded template-style of coding. (That&apos;s a terrible sentence, I realize.) &lt;br /&gt;  Trust me when I say there are also at least a few of us who are learning, and are going to catch up eventually.  Having said that, every person I&apos;ve met face to face locally that is in the CF community have gone out of their way to be helpful and nice about it all. To them, I&apos;m beyond grateful.  Anyhoo, just felt the need to get that off my chest.  </description><pubDate>Mon, 16 Jun 2008 22:03:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/16/5-tagger-and-proud-of-it</guid><category>coding stuff in general</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>CF8, Flex, etc.</title><link>http://walterkimbrough.instantspot.com/blog/2008/05/08/CF8-Flex-etc</link><description>&lt;p&gt;a few housecleaning items:&lt;/p&gt; &lt;p&gt;&lt;br /&gt; CFPDF worked like a charm. I was able to output our pdf like we had with the custom tag without&amp;nbsp; a problem. Very, very cool.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Flex is more and more fun for me. As it stands now, I&apos;ve got an image preview/upload app that puts the images you have into a tile list 3x4. &lt;br /&gt; The images all have a &apos;sort_order&apos; property to them, and that gets updated in the db when you drag and drop the images around in the list.&lt;/p&gt; &lt;p&gt;I hope to get an example of this up in the next day or so. While it&apos;s not exactly reinventing the internet or anything, it was a HUGE amount of fun doing it.&lt;/p&gt;</description><pubDate>Thu, 08 May 2008 19:06:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/05/08/CF8-Flex-etc</guid><category>cf8,Flex2,coding stuff in general</category></item><item><title>jeez, it&apos;s been a while...</title><link>http://walterkimbrough.instantspot.com/blog/2008/02/16/jeez-its-been-a-while</link><description>&lt;p&gt;Good lord, I am a slacker.&lt;/p&gt; &lt;p&gt;Anyhoo, I&apos;m switching my ISP for my podcast website for one that is using CF8 currently. (the plan, with more SQL server space, is VERY competitive with my current plan, and they seem to get positive reviews)&lt;/p&gt; &lt;p&gt;I&apos;m in the process of redoing the site, and my plan is to do several different things there to play more with technologies like Flex, Mach II, CF8 related stuff.&lt;/p&gt; &lt;p&gt;Here goes nothin&apos;.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;PS, why isn&apos;t this blog ColdFusion powered?&lt;/p&gt; &lt;p&gt;Juuuust kidding, Dave. :D&lt;/p&gt;</description><pubDate>Sat, 16 Feb 2008 17:53:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/02/16/jeez-its-been-a-while</guid><category>cf8,coding stuff in general</category></item><item><title>Mach II, continued.</title><link>http://walterkimbrough.instantspot.com/blog/2007/11/21/Mach-II-continued</link><description>&lt;p&gt;  Good lord, finally got more of the site moved over to Mach II.&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  Events are your friend! Not nearly as hard to do as I&amp;#39;d thought when I first heard about Mach II. Not so much. There&amp;#39;s some setup on the front end of things when you first start designing your application, but it&amp;#39;s worth it.  &lt;/p&gt;  &lt;p&gt;  Far easier to make changes in ONE place instead of going all over to make sure your path to your cfc in 1 billion templates is right. (yes, I can be quite the sloppy coder)  &lt;/p&gt;  &lt;p&gt;  Example of the &amp;#39;front page&amp;#39; of my site:  &lt;/p&gt;  &lt;p&gt;  (this is what is called in my mach ii config file via event handler)  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;lt;event-handler event=&amp;quot;topfiveblog&amp;quot; access=&amp;quot;public&amp;quot;&amp;gt;&lt;br /&gt;  &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;view-page name=&amp;quot;blog_top5&amp;quot; contentArg=&amp;quot;content&amp;quot; /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;announce event=&amp;quot;defaultLayout&amp;quot; copyEventArgs=&amp;quot;true&amp;quot;/&amp;gt;  &lt;/p&gt;  &lt;p&gt;  &amp;lt;/event-handler&amp;gt;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;quot;blog_top5&amp;quot; is the template that has what I wish to show in the main template.  &lt;/p&gt;  &lt;p&gt;  &amp;quot;Content&amp;quot; is where I am going to put this template inside of the main template.  &lt;/p&gt;  &lt;p&gt;  &amp;quot;default layout&amp;quot; puts together a header, the main, and footer templates.   &lt;/p&gt;  &lt;p&gt;  &lt;br /&gt;  And now, time to work on the login listener, so&amp;#39;s I can add the admin side of this whole thing.  &lt;/p&gt;  &lt;p&gt;  (and fix my editor, once and for all. What a POS it became. Oy.)  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Wed, 21 Nov 2007 20:19:42 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/11/21/Mach-II-continued</guid><category>coding stuff in general</category></item><item><title>moving to Mach II finally.</title><link>http://walterkimbrough.instantspot.com/blog/2007/10/28/moving-to-Mach-II-finally</link><description>&lt;p&gt;  ok, so I finally decided to begin moving my podcast website to Mach II. The code I had been messing with finally got to be too big a pain in my posterior.  &lt;/p&gt;  &lt;p&gt;  I&amp;#39;d already started using a really rudimentary type of code that resembled (very faintly, mind you) Mach II anyway, so i finally decided to bite the bullet and get to work moving over to this framework today.  &lt;/p&gt;  &lt;p&gt;  More to follow very shortly.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Sun, 28 Oct 2007 17:35:30 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/10/28/moving-to-Mach-II-finally</guid><category>coding stuff in general</category></item><item><title>moving the website over to Mach II, etc.</title><link>http://walterkimbrough.instantspot.com/blog/2007/07/05/moving-the-website-over-to-Mach-II-etc</link><description>&lt;p&gt;  Ok, so after the last DFW CFUG meeting, and seeing Mr. Shuck show the wonders of Mach II, I now see that the podcast site I have could benefit greatly from an event driven framework.  &lt;/p&gt;  &lt;p&gt;  On my site, I have a navigation bar at the top that uses AJAX to call whatever page that link points to and puts it in a div.  &lt;/p&gt;  &lt;p&gt;  While it works as a kludge, it&amp;#39;s not very scalable. I&amp;#39;m still banging around with Mach II to really understand it, but I wanna move the entire thing over to Mach II by the end of the week.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Thu, 05 Jul 2007 15:32:58 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/07/05/moving-the-website-over-to-Mach-II-etc</guid><category>coding stuff in general</category></item><item><title>CFEclipse and life.</title><link>http://walterkimbrough.instantspot.com/blog/2007/06/11/CFEclipse-and-life</link><description>&lt;p&gt;  Yeh, yeh, I&amp;#39;m a day late, dollar short in alot of ways.&lt;br /&gt;  So I&amp;#39;m getting Eclipse/CFEclipse working on the machine, and once I get the FTP end of things really going (and SQL Explorer) I&amp;#39;m gonna be one happy camper.  &lt;/p&gt;  &lt;p&gt;  Sorry, but there is not any bigger of a beating than having Dreamweaver, Flex Builder, AND either Enterprise manager or the newer version for SQL Server 2005 that replaced it all at once.(oh, and ftp command prompt or FireFTP)&lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  If, if, IF I could use ONE tool for that, man oh man, I&amp;#39;d be just giggly. Just about there, so I&amp;#39;m getting happy.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Mon, 11 Jun 2007 19:51:56 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/06/11/CFEclipse-and-life</guid><category>coding stuff in general</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>