Skin Spider : Miscellaneous Updates

Posted November 15, 2006 at 8:22 AM

Tags: ColdFusion, Skin Spider

To learn all about Skin Spider, click here.

To view the most updated application, click here.

To view the current code base, click here.

Just a few minor updates that I wanted to post before I moved onto some bigger changes.

Spider Gallery

I have updated the spider_gallery.cfm ColdFusion template to use a CFTry / CFCatch tag set wrapped around the Web Shot CMD CFExecute tag. The Web Shot application is set to have a timeout of 120 seconds. Some sites were causing this to crash (go longer than the timeout). I am not sure what causes that, but I think sites with lots of DHTML and stuff cause the app to get all confused. I don't know... that's one of the down sides to using 3rd party software - you just don't know how to fix it.

Now, it should work fine, just as it did before, but if the executable times out then it just displays a nice error message and the page keeps on processing.

Clean Library

Now that we have a nice video rating system in place, I have added a "Ratings Based Criteria" to the clean_library.cfm ColdFusion template. This allows the user to delete all videos below a given rating. There a few caveats here. Since it is not an inclusive delete, it means that you cannot use this to delete any videos with a rating of "10." But come on, whose gonna do that?!? Also, since all non-rated videos have a default rating of "0" it means that any video that has not been explicitly rated will be deleted regardless of which rating was selected (as a delete criteria). I think this actually works out quite nicely. And, as usual, no video that has been flagged as being a favorite video will be deleted.

Spider Content

I have added a "clear queue" link to the spider.cfm ColdFusion template. This just deletes all records from the queue. Right now, the link just calls the spider.cfm ColdFusion template and passes along the URL "Action" variable set to "clear." Then, during pre-page processing, I check to see if the action is set to "clear" and act accordingly. I am not sure if this is the best way to do it. I don't like that the clear functionality feels like such an after-thought (which it was). We can always move it later when a better place presents itself.

Post Comment  |  Ask Ben  |  Permalink  |  Other Searches  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

There are no comments posted for this web log entry.


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 21, 2009 at 6:47 PM
Hal Helms - Real World Object Oriented Development, Sarasota - Day Five
@charlie griefer, Thank you.. ... read »
Nov 21, 2009 at 5:15 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks. ... read »
Nov 21, 2009 at 4:49 PM
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Great work yet again Ben! Whilst I didn't use this whole code, I copied some of your regex code for a similar problem with the lack of an alt attribute and unescaped ampersands in CFIMAGE for Railo 3 ... read »
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »
Nov 21, 2009 at 12:28 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jody I can't seem to get your code sample to work. If you are still having problems, try this code out and see if it gets you what you wanted. <!--- Comma delimited list with various duplicates ... read »
Nov 21, 2009 at 11:03 AM
Groovy Operator Overloading Does Not Work In The ColdFusion Context
Hi Ben, Thanks for this informative post. Now I am reading ur old posts too ... read »
Nov 21, 2009 at 10:56 AM
HostMySite.com Has The Best ColdFusion Hosting
@Mehul, Yes very nice people, however several downtimes per day which was not acceptable. Hence we had to move out. I am glad you are having good luck with them so far. ... read »