Community Member Profile

calicoder
Member since Dec 11, 2008

Recent Blog Comments By calicoder

  • Ask Ben: Javascript String Replace Method

    Posted on Jul 25, 2008 at 8:32 PM

    previous post should be stringValue.replaceAll("&", "& amp;"); ** no space **... read more »

  • Ask Ben: Javascript String Replace Method

    Posted on Jul 25, 2008 at 8:29 PM

    Your replaceAll code is *** NOT SAFE *** You should be using javascript's regular expression support for this instead of a loop: stringValue.replace(/something/g, "something else"); Your solution causes infinite loop. Example: stringValue.replaceAll("&", "&"); I... read more »

Member Account Kinky Solutions Shop
  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools