Navigation | Category » Web Stats

July 14, 2008

Funnel Web Disappearing/Crashing Fix

Funnel Web Analyzer is an excellent web log analyzer by Quest that we've been using since before Quest bought it. It used to be fairly expensive, but they decided to stop development on it, and at that point released it for free. It runs on Windows, OSX, Linux, and Solaris. It hasn't been updated in [...]

Filed by JC at July 14th, 2008 under Web Stats
No comments on this post yet

June 4, 2008

Assorted Coldfusion stuff I need occasionally and always forget.

I keep this in a file on my desktop.. may as well put it here, too… maybe it'll help someone someday. CRLF: cfset crlf = #chr(13)#&#chr(10)# Variable Variables: cfset varvar = "MyVarName" cfset "#varvar#" = "whatever" #evaluate(varvar)# outputs "whatever", #varvar# outputs "MyVarName" Existence/Type Test: StructKeyExists() IsDefined() (isDefined fails on complex vars with[], use dot notation) [...]

Filed by JC at June 4th, 2008 under ColdFusion, Web Stats
3 persons have commented this post