Skin Spider Web Log Entries

Showing 1 - 15 of 30   < Prev | Next >

Thinking About Abandoning Project Skin Spider

Posted: April 4, 2007 at 7:09 PM by Ben Nadel

Tags: Skin Spider

I haven't worked on it in a few months, but originally, project Skin Spider was going to be a hugely comprehensive walk through of an application life cycle. I really liked where the project was headed and I think it was actually helping people understand ColdFusion applications. I had gotten most of the way through the "no framework" framework ph... read more »

Comments (18)  |  Post Comment  |  Ask Ben  |  Permalink



Skin Spider : Live Demo No Longer Available

Posted: December 19, 2006 at 9:04 AM by Ben Nadel

Tags: Skin Spider

To learn all about Skin Spider, click here . To view the current code base, click here . It feels like forever since I have worked on Skin Spider, but don't worry, the project is not dead; I have just been crazy busy at work and at home. However, the live demo is no longer available. Due to the size and number of video files and the frequency ... read more »

Comments (2)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : The Problem Approach To Referential Redirection

Posted: November 30, 2006 at 9:14 AM by Ben Nadel

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 . I do NOT support this approach . I am only posting it as an update because it works in a misleading fashion and should be changed. I only realized this after I had done it. I want to talk about my reaso... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink



Skin Spider : The Page Equivalent Url

Posted: November 21, 2006 at 2:50 PM by Ben Nadel

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 . I am a firm believer that most pages in an application should have a URL equivalent. Meaning, you can put some URL in the browser and get most any page in the system. I say "most" any page, as I draw the... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Miscellaneous Updates

Posted: November 15, 2006 at 8:22 AM by Ben Nadel

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 wrapp... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Rating Videos And The First ColdFusion Custom Tag

Posted: November 14, 2006 at 8:42 AM by Ben Nadel

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 . As a bell-and-whistle type thing, I wanted to provide a really easy way for users to rate the video clips. I also wanted the rating of the video clip to be known without having to go the " Edit Video " p... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Meta Form Data And The Post Processing Url

Posted: November 10, 2006 at 7:45 AM by Ben Nadel

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 . With the introduction of the MetaForm data structure, we gained more insight into how the form was behaving on a per-page request basis. I would like to take that structure and extend it so that we can u... read more »

Comments (3)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Auto-Tagging Downloaded Videos

Posted: November 9, 2006 at 9:40 AM by Ben Nadel

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 . This is a small update but one that is very good for the usability of the system. I have added the ability to auto-tag videos as they are being downloaded. This removes a lot of manual work that the user... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Permalink


My Coding Methodology - Understanding The Madness And The Man Behind It

Posted: November 8, 2006 at 8:33 AM by Ben Nadel

Tags: ColdFusion, SQL, Skin Spider, Work

As some of you might know, I post all my ColdFusion code for the Skin Spider project. To help understand it, I was asked to post the methodology I use for programming. I have a whole document written that I try to follow. This is, however, a living, breathing, evolving document and I am sure that I don't follow all of it. In fact, I am only read... read more »

Comments (13)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Tracking Video Usage Statics And Mass Deletion

Posted: November 6, 2006 at 3:28 PM by Ben Nadel

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 . Originally, the application was providing the user with links directly to the downloaded video files (ex. 15.mwv). This worked fine from a user's standpoint, but provided the application with no useful i... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Page Data Component

Posted: November 5, 2006 at 11:38 AM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization, 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 . Until now, the only thing we set programmatically about the page was a variable called REQUEST.Page. We used this value to determine which primary navigational element was turned on. This was nice and si... read more »

Comments (4)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Pseudo Application.cfc Events : OnContentStart() And OnContentEnd()

Posted: November 2, 2006 at 4:13 PM by Ben Nadel

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 . When we deal with the life cycle of a web page request, we can think about it in terms of: Pre Page Processing Page Processing Post Page Processing ColdFusion MX 7's Application.cfc does a really... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Meta Form Data

Posted: October 31, 2006 at 8:11 AM by Ben Nadel

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 . Until now, we only knew one thing about our forms: they were either submitted or they weren't. That might be two things, but I am going to consider it one thing since they both depend on a single value (... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : Applying The Programmatic Configuration Object

Posted: October 30, 2006 at 9:15 AM by Ben Nadel

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 . In my earlier updates, I created two ColdFusion component configuration objects, Config.cfc and PublicConfig.cfc . After some discussion on the blog, I have decided to go with the private Config.cfc. ... read more »

Comments (3)  |  Post Comment  |  Ask Ben  |  Permalink


Skin Spider : ColdFusion User Defined Function Library Structure

Posted: October 27, 2006 at 8:56 AM by Ben Nadel

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 . This is a very minor update. I prepared the ColdFusion user defined library structure. The library itself, UDFLib.cfc , is broken up into smaller, more cohesive libraries: AJAXLib.cfc ArrayLib.cfc ... read more »

Comments (23)  |  Post Comment  |  Ask Ben  |  Permalink

Showing 1 - 15 of 30   Pages: 1 2 < Prev | Next >
Recent Blog Comments
Nov 20, 2009 at 5:38 PM
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Hi Ben, Great article. I've been looking around to see if ColdFusion image engine can programatically create the following "wrap around" effect: http://www.creativepro.com/article/photoshop-s-she ... read »
Nov 20, 2009 at 5:35 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Dave: I talked to Gert he suggested: <cfhttp method="get" url="http://{some cf website}" result="stuff" addtoken="yes" /> Note the addition of cfhttp attribute addtoken. That should persist y ... read »
Nov 20, 2009 at 5:23 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, Ahh, gotcha, yeah that makes sense. ... read »
Nov 20, 2009 at 5:17 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, sorry if I didn't make this clear. You can make it work like that if you want, just put <cfset session.foo = 1> (and <cfset application.foo = 1>) in your OnRequestStart() and it reve ... read »
Nov 20, 2009 at 5:07 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, I have seen tidbits about the way Railo handles session. I can understand that it lazy-loads sessions, but I also think that I might make some things more complicated. For example, often tim ... read »
Nov 20, 2009 at 4:53 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Ben, you can ramp up the security by turning on J2EE session which gives you a third set of numbers other than CFID/CFTOKEN. There's a reason why ACF put this in place (other than just session replic ... read »
Nov 20, 2009 at 4:52 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
Case in point, Ben, you may not be aware of this, but in Railo - OnApplicationStart() & OnSessionStart() act differently than in ACF. ACF does: OnApplicationStart (1st hit) OnSessionStart (1st and e ... read »
Nov 20, 2009 at 4:46 PM
Maintaining ColdFusion Sessions Across SMS Text Message Requests Without Cookies
@Todd, That's understandable. I am not sure if this really leaves any more security holes than the fact that using old cookie-based CFID / CFTOKEN values will create a new session using the old CFI ... read »