Skin Spider : A Testament To Application Portability

Posted October 20, 2006 at 8:55 AM by Ben Nadel

Tags: ColdFusion, Skin Spider

I haven't blogged much about this before, but I am a HUGE fan of highly portable application development. If you know me, you know I avoid all sorts of special programming elements, such as:

  • Mapped Paths
  • Installed Custom Tags (CF's custom tag folder)
  • CFX Tags
  • IIS Filters
  • Registered COM objects
  • Centralized Framework Code (grumble grumble)

I don't like the idea of having to set up things that I cannot do programmatically. Just about the only thing that I will do via the ColdFusion administrator is set up a data source. I know that this, now, can be done programmatically, but I like to do it in the Admin. Call this hypocritical... oh well. And, of course, I am not daft; if a project requires something special to get it done, I will do it. If I need some sort of upper level PDF COM object, then, yes, it gets installed. But, my philosophy is such that I should exhaust all other methods first before then creating a server-setting.

Skin Spider is going to be a testament to this development philosophy. Since it doesn't use a standard database, I will be making this 100% portable. By the time I am done, you should be able to pick it up and drop it anywhere and just have it work. In fact, just the other day, I moved it from one computer to another, opened it up, and it ran perfectly. I knew this would happen, but I was pretty pumped up to see it actually take place.

I have been asked before about how I configure my applications without XML and without hard coding any thing like URLs and Root directories and this project will demonstrate all of this. Please be patient, as it is coming in development iterations, but rest assured, it's gonna be pretty sweet in the end!

Also, just an FYI, for you convenience, I have set up http://www.skin-spider.com which should forward you to the Skin Spider section of my site. Just making it a little easier. I see that people have been going on and having it spider things. Glad to see some people are using it and getting a feel for how it works. Right now there is a cap on how many videos you can download, but I will go in ever few days a clean it out so more people can experiment.



Reader Comments

There are no comments posted for this web log entry.

Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Jun 19, 2013 at 11:31 PM
Directive Link, $observe, And $watch Functions Execute Inside An AngularJS Context
@Ben, bunch to learn indeed, but thats fun part : ) ... read »
Jun 19, 2013 at 10:41 PM
Referencing ColdFusion Query Columns In A Loop Using Both Array And Dot Notation
Burdock-roots Are you going fat day by day? You need to be good for your family and make some money too. So we bring for you a best product that helps you to be more energetic every day. You will b ... read »
Jun 19, 2013 at 9:52 PM
Working With Inherited Collections In AngularJS
I recognize the applicability of your solution, and how easy it makes to share data across multiple views or even "submodules" of rather simple application. But it seems to me that it creat ... read »
Jun 19, 2013 at 9:38 PM
Directive Link, $observe, And $watch Functions Execute Inside An AngularJS Context
@Alesei, Glad you like it. Even after working with AngularJS for months, I still get a bunch of unexpected, "$digest is already in progress". So hard to debug sometimes! ... read »
Jun 19, 2013 at 9:36 PM
Working With Inherited Collections In AngularJS
@Mike, The relationship of $scope values is definitely an interesting thing! But it's not simple - it really forces you to understand prototypal inheritance, which is not at all a simple topic! Gla ... read »
Jun 19, 2013 at 9:35 PM
Experimenting With The Amazon Simple Storage Service (S3) API Using ColdFusion
@Joe, Oh, super interesting! I had only thought to url-encode the signature; but I think that's because the S3 docs actually have a special NOTE telling you to do so. It would have never occurred t ... read »
Jun 19, 2013 at 9:32 PM
Experimenting With The Amazon Simple Storage Service (S3) API Using ColdFusion
@Richard, Glad you like! Hopefully I'll have some more interesting stuff coming. This morning, I blogged a bit more about generating the pre-signed, query string authenticated URLs; but, then deeme ... read »
Jun 19, 2013 at 9:31 PM
Filter vs. ngHide With ngRepeat In AngularJS
@Mike, Honestly, in the majority of cases, I would say there isn't going to be a difference. Both approaches have trade-offs. If you use the filter, then you have fewer DOM elements and fewer $scop ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools