Skip to main content

Matt Wegrzyn

Member since Jan 22, 2009

Recent Blog Comments By Matt Wegrzyn

  • Ask Ben: Iterating Over The Characters In A String

    Posted on Jan 23, 2009 at 2:09 PM

    Not much strength either ;). But recently I found a bug in Coldfusion where Coldfusion forces IIS to close a connection even if you have Keep-Alive enabled. This is due to Coldfusion not passing a "Content-Length" response header as it should. I have to calculate the document size and then return i... read more »

  • Ask Ben: Iterating Over The Characters In A String

    Posted on Jan 22, 2009 at 11:29 PM

    If you want to get the length with unicode characters, then you need to use GetBytes("UTF8") instead of GetBytes(). Then you can do either Len(ArrBytes) or ArrayLen(ArrBytes) to get the number of bytes.... read more »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel