Hansjoerg Posch
Member since Feb 9, 2010
- Profile: /members/5400-hansjoerg-posch.htm
- URL: http://www.tunesBag.com
- Comments: 2
Recent Blog Comments By Hansjoerg Posch
-
Reflections On My Client-Side MVC View-Rendering Hackathon
Posted on Sep 3, 2010 at 7:09 AM
A minor enhancement proposal - there's a native hashchange event in the latest versions of several browsers (FF, IE, Safari/Webkit), this way such a page feels even faster. I've blogged about this feature here: http://cfstuff.blogspot.com/2010/09/native-hashchange-event-good-bye.html... read more »
-
Making Sure Your ColdFusion Applications Are Uniquely Named
Posted on Feb 9, 2010 at 11:39 AM
I am using a very similar approach, in order to distinguish between several domains I add a cgi.HTTP_HOST to the hashed string, e.g. <cfset this.name = hash( getCurrentTemplatePath() & cgi.http_host ) /> This way the sessions on serveral domains using the same webroot aren't shared (e.g. webs... read more »