<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site Digital Rewind</title><link>http://hippiex.instantspot.com</link><description>Coldfusion, Javascript, Programming, TV, and Random Thoughts.</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2010 by Digital Rewind</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sat, 31 Jul 2010 01:16:23 GMT</pubDate><item><title>Easy Subclipse and Coldfusion Builder</title><link>http://hippiex.instantspot.com/blog/2009/07/13/Easy-Subclipse-and-Coldfusion-Builder/</link><description>After messing around with this for too long I got it too work.</description><pubDate>Mon, 13 Jul 2009 22:00:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2009/07/13/Easy-Subclipse-and-Coldfusion-Builder/</guid><category>Coldfusion</category></item><item><title>Furnishweb on Handshake 2.0</title><link>http://hippiex.instantspot.com/blog/2009/04/16/Furnishweb-on-Handshake-20/</link><description>Article on FurnishWEB a furniture industry service we wrote in Coldfusion and Fusebox.</description><pubDate>Thu, 16 Apr 2009 13:12:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2009/04/16/Furnishweb-on-Handshake-20/</guid><category>Cool Stuff,Fusebox,Coldfusion</category></item><item><title>Coldfusion Debug and Heap Space Errors</title><link>http://hippiex.instantspot.com/blog/2008/11/28/Coldfusion-Debug-and-Heap-Space-Errors/</link><description>Coldfusion can run out of memory while debug is on.</description><pubDate>Fri, 28 Nov 2008 16:59:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2008/11/28/Coldfusion-Debug-and-Heap-Space-Errors/</guid><category>Coldfusion,Railo</category></item><item><title>MYSQL Slow Subquery using IN</title><link>http://hippiex.instantspot.com/blog/2008/06/11/MYSQL-Slow-Subquery-using-IN/</link><description>Fix for MYSQL subqueries that take forever when used in an IN.</description><pubDate>Wed, 11 Jun 2008 13:24:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2008/06/11/MYSQL-Slow-Subquery-using-IN/</guid><category>Coldfusion,mySQL</category></item><item><title>Mysql Joined Updates</title><link>http://hippiex.instantspot.com/blog/2008/05/08/Mysql-Joined-Updates/</link><description>Writing updates from more than one table.</description><pubDate>Thu, 08 May 2008 15:39:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2008/05/08/Mysql-Joined-Updates/</guid><category>Coldfusion,mySQL</category></item><item><title>Coldfusion Hates the New Macbook Pro</title><link>http://hippiex.instantspot.com/blog/2008/03/18/Coldfusion-Hates-the-New-Macbook-Pro/</link><description>Please fix the Coldfusion Installer</description><pubDate>Tue, 18 Mar 2008 22:54:00 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2008/03/18/Coldfusion-Hates-the-New-Macbook-Pro/</guid><category>Coldfusion</category></item><item><title>Fun with Dabble, S3 and Coldfusion</title><link>http://hippiex.instantspot.com/blog/2007/08/30/Fun-with-Dabble-S3-and-Coldfusion/</link><description>&lt;p&gt;  Well another project done and set live today. We just released a new site for one of our furniture manufacturing clients: &lt;a href=&quot;http://www.solutions-hmi.com&quot;&gt;Solutions&lt;/a&gt;  .&lt;br /&gt;  &lt;br /&gt;  What&amp;#39;s noteable and kinda fun is the technology behind this one.  Our customer wanted a web presence quickly to showcase their products.  The only information they had were EXCEL spreadsheets ( everything is always in excel :) ).  &lt;/p&gt;  &lt;p&gt;  So what do you do?&lt;br /&gt;  &lt;br /&gt;  We decided to try out some cool web based services to help them out. &lt;br /&gt;  &lt;br /&gt;  Step 1: Imported all the product information into Dabbledb.&lt;br /&gt;  &lt;br /&gt;  Step 2: Edited the products in &lt;a href=&quot;http://www.dabbledb.com&quot;&gt;Dabbledb&lt;/a&gt;  and add any missing information.&lt;br /&gt;  &lt;br /&gt;  Step 3: Used &lt;a href=&quot;http://cfjson.riaforge.org/&quot;&gt;CFJSON&lt;/a&gt;  and CFHTTP to pull the product information into MYSQL.&lt;br /&gt;  &lt;br /&gt;  Step 4: Used the &lt;a href=&quot;http://amazons3.riaforge.org/&quot;&gt;Amazon S3 component&lt;/a&gt;  and a simple CF interface to resize images and store them in S3 based on product information.&lt;br /&gt;  &lt;br /&gt;  STEP 5: Code the Screens using Coldfusion and Fusebox.&lt;br /&gt;  &lt;br /&gt;  We decided to pull the information out of dabble and store it in MySQL to run the site so we could write the queries for the site in plain SQL.  Dabbledb is really powerful for manipulating spread sheet data and saved us the time and our customers the cost of building a front end for marinating product information.  We are using a custom script I wrote for ImageMagick for resizing the images. The java ones never seem to resize small thumbnails very well.  Although i haven&amp;#39;t played with the CF8 ones yet.   &lt;/p&gt;  &lt;p&gt;  This project reminds me how great a community we have of CF developers.  CFJSON,S3 and Fusebox are all thanks to them.  &lt;/p&gt;  </description><pubDate>Thu, 30 Aug 2007 16:00:43 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2007/08/30/Fun-with-Dabble-S3-and-Coldfusion/</guid><category>Coldfusion</category></item><item><title>Our First Reactor Site</title><link>http://hippiex.instantspot.com/blog/2007/08/02/Our-First-Reactor-Site/</link><description>&lt;p&gt;  We&amp;#39;ll we finished our first Reactor based website. It was a flat HTML site we upgraded to Coldfusion/Fusebox/Reactor/MYSQL with some basic CMS updates for links and content.  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://web.archive.org/web/20041206012635/www.creativefamilysolutions.net/index.htm&quot; target=&quot;_blank&quot;&gt;Before&lt;/a&gt;  &lt;/p&gt;  &lt;p&gt;  &lt;a href=&quot;http://www.creativefamilysolutions.net&quot; target=&quot;_blank&quot;&gt;After&lt;/a&gt;  &lt;/p&gt;  &lt;p&gt;  It went pretty well. I wish the documentation for Reactor was more up to date.  maybe if I have time this week I&amp;#39;ll post about a few things I learned to help out others.  I&amp;#39;m deep into my next reactor project already.   &lt;/p&gt;  &lt;p&gt;  This project was the first one we used &lt;a href=&quot;http://www.jquery.com&quot;&gt;JQUERY&lt;/a&gt;  on also.  I have no idea how I got along so long without it.  It is pretty fantastic and has really good documentation.    &lt;/p&gt;  &lt;p&gt;  EDIT:  For a test we used JQUERY for the Mouseovers on the main page. We were going from an premade FLASH design to HTML.  So we made the Animated Gifs and swap them with the black and white images.  The text on the main page is also swapped with JQUERY.  Most of the JQUERY stuff is in the administrative section of the site to help manage the forms and links.  &lt;/p&gt;  &lt;p&gt;  Since JQUERY lets you bind events to objects when pages load I have changed the architecture of our fusebox sites to include a dsp_jsp.cfm file for each page.  This is included in the $(document).ready() section of the page via content variables. It&amp;#39;s much better than all the JS cluttering up the HTML in our displays.  In the future I might try and do something slick to have it as an include instead of stuck at the top of the page.   &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Thu, 02 Aug 2007 10:24:43 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2007/08/02/Our-First-Reactor-Site/</guid><category>Coldfusion</category></item><item><title>Web Icons</title><link>http://hippiex.instantspot.com/blog/2007/07/11/Web-Icons/</link><description>&lt;p&gt;  I am forever doing admin utilities for our web projects.&amp;nbsp; CMS, Link managers, Photo Uploaders etc. With my limited art/fireworks skills I could never make anything that looked right :P.&amp;nbsp; The other day I found a great website for icons.&amp;nbsp; There are a ton of them and they look really nice.&amp;nbsp;   &lt;/p&gt;  &lt;p&gt;  Check them out :&amp;nbsp; &lt;a href=&quot;http://www.famfamfam.com/lab/icons/silk/&quot;&gt;FAMFAMFAM&lt;/a&gt; &lt;br /&gt;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Wed, 11 Jul 2007 13:49:31 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2007/07/11/Web-Icons/</guid><category>Coldfusion</category></item><item><title>Generating Barcodes with Coldfusion</title><link>http://hippiex.instantspot.com/blog/2007/04/05/Generating-Barcodes-with-Coldfusion/</link><description>&lt;p&gt;  I was working on a proof of concept today which required Barcodes.  I found a cool blog post : &lt;a href=&quot;http://www.bifrost.com.au/blog/index.cfm/2006/8/24/Generating-Barcodes-with-Barbecue-and-Coldfusion&quot; target=&quot;_blank&quot;&gt;Generating Barcodes with Barbecue and Coldfusion&lt;/a&gt;.  What a great post, but I don&amp;#39;t have access to JSP servlets on my server.  &lt;/p&gt;  &lt;p&gt;  So after a little more googling I found out how to do it using &lt;a href=&quot;http://barbecue.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;Barbecue&lt;/a&gt; and just Coldfusion. Make note that the Barbecue jar needs to be in the CF classpath.  &lt;/p&gt;  [codeshare apr9de78]  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  Check out the Barbecue website for the complete java docs if you want to do a different kind of Barcode.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Thu, 05 Apr 2007 13:42:50 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2007/04/05/Generating-Barcodes-with-Coldfusion/</guid><category>Coldfusion</category></item><item><title>Web services without the SOAP</title><link>http://hippiex.instantspot.com/blog/2007/04/04/Web-services-without-the-SOAP/</link><description>&lt;p&gt;  Inspired by the &lt;a href=&quot;http://www.basecamphq.com/api/&quot; onclick=&quot;window.open(&amp;#39;http://www.basecamphq.com/api/&amp;#39;,&amp;#39;basecamp_api&amp;#39;,&amp;#39;width=400,height=400,left=&amp;#39;+(screen.availWidth/2-200)+&amp;#39;,top=&amp;#39;+(screen.availHeight/2-200)+&amp;#39;&amp;#39;);return false;&quot;&gt;Basecamp API&lt;/a&gt; I took a stab at writing a similar interface to &lt;a href=&quot;http://www.furnishweb.com&quot; target=&quot;_blank&quot;&gt;Furnishweb&lt;/a&gt;  over the last couple of days.  I liked the simplicity of their implementation and the fact so many people have written widgets and fun things to access Basecamp with it.   &lt;/p&gt;  &lt;p&gt;  Now I know what you are saying &amp;quot;Well it&amp;#39;s Basecamp that&amp;#39;s why they use it!&amp;quot;, but I think that is only a partial reason.  It&amp;#39;s just less complicated than SOAP web services.  It also seemed like a fun challenge in doing something in Coldfusion that RUBY does.  &lt;/p&gt;  &lt;p&gt;  Also after reading &lt;a href=&quot;http://www.bennadel.com/index.cfm?dax=blog:200.view&quot;&gt;Ben&amp;#39;s Blog&lt;/a&gt; on using CFHTTP to parse files in CFQUERY objects I thought my web services should return CVS files instead of XML (I will be adding XML later).  &lt;/p&gt;  &lt;p&gt;  If you notice on the Basecamp API site they post the XML directly to the web service for complicated requests.  I was sure Coldfusion could do this, but it took me awhile to find the answer.  &lt;/p&gt;  &lt;p&gt;  To post xml to a url you do something like this:  &lt;/p&gt;  &lt;p&gt;  [codeshare aprd97b0]  &lt;/p&gt;  &lt;p&gt;  Then in your web service code all you have to do is:  &lt;/p&gt;  &lt;p&gt;  [codeshare aprbbb64]  &lt;/p&gt;  &lt;p&gt;  Seems to work great.  The other parts of the request are simple to handle but the &lt;span style=&quot;color: #800000&quot;&gt;GetHttpRequestData() &lt;/span&gt;part had me stumped.  &lt;/p&gt;  </description><pubDate>Wed, 04 Apr 2007 22:24:58 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2007/04/04/Web-services-without-the-SOAP/</guid><category>Coldfusion</category></item><item><title>Trying out Instant Spot</title><link>http://hippiex.instantspot.com/blog/2006/10/18/Trying-out-Instant-Spot/</link><description>&lt;p&gt;  I seem to set these up and never update them :).&amp;nbsp; I hated haveing a php powered blog since I have worked with Coldfusion for so many years.&amp;nbsp; I really think this is a cool idea.  &lt;/p&gt;  &lt;p&gt;  So I am here to&amp;nbsp; support a cool idea and Coldfusion.  &lt;/p&gt;  &lt;p&gt;  Let&amp;#39;s hope I have something important to say. &lt;br /&gt;  &lt;/p&gt;  </description><pubDate>Wed, 18 Oct 2006 13:29:34 GMT</pubDate><guid>http://hippiex.instantspot.com/blog/2006/10/18/Trying-out-Instant-Spot/</guid><category>Cool Stuff</category></item></channel></rss>