Re: Thousand Separator ONLY

2012-06-27 Thread Richard White
Hey Jason, yes tried it but it adds a decimal to numbers that were previously integers, or with numbers that have 5 decimals for example it rounds it to one decimal Did you try numberFormat(myNum, ,9.9) ? On 6/27/2012 1:34 PM, Richard White wrote:

Re: Thousand Separator ONLY

2012-06-27 Thread Richard White
Thanks Claude that works perfect, muchos gracious! Try this: (Note that for the last one you will get 0s at the end of the integer part, this is probably because of an overflow error. If you really have such large numbers, a function that works exclusively on the string will be needed.)

RE: CFHeader Problem

2012-06-27 Thread Robert Harrison
but I have a related question for you. If you're serving files in your web root, why are you bothering to use CFCONTENT to serve them? This of that example as foo. It's for illustration only :-) Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I 

Replace Question

2012-06-27 Thread Robert Harrison
I have a search results pages and I'd like to highlight the search term to show the matches. Of course, search is not case sensitive. On the results I can do something like: ReplaceNoCase(answer, search_string,span class=keyword#search_string#/span,all)# This puts a nice little

RE: Replace Question

2012-06-27 Thread Robert Harrison
I have a search results pages and I'd like to highlight the search term to show the matches. Of course, search is not case sensitive. On the results I can do something like: Better written results: #ReplaceNoCase(answer, search_string,span class=keyword search_string /span,all)#

Re: Replace Question

2012-06-27 Thread Michael Dinowitz
This is a case for Regular Expressions (RegEx): REReplaceNoCase(answer, '(#search_string#)', 'span class=keyword\1/span', 'all')# 1. Search the content of the variable answer 2. Look for the content of the variable search_string 2a. Because parenthesis are being used and we're doing RegEx, the

RE: Replace Question

2012-06-27 Thread Robert Harrison
# REReplaceNoCase(answer, '(#search_string#)', 'span class=keyword\1/span', 'all')# Nice. Works perfectly. Thank You... just waiting for someone to complain about the nested ##'s though LOL :-) Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I 

Re: Replace Question

2012-06-27 Thread Matt Quackenbush
Stop nesting #s!! You're needlessly killing kittens!!! :D #reReplaceNoCase( answer, search_string, 'span class=keyword\1/span', 'all' )# ;-) On Wed, Jun 27, 2012 at 1:51 PM, Robert Harrison rob...@austin-williams.com wrote: # REReplaceNoCase(answer, '(#search_string#)', 'span

Re: Replace Question

2012-06-27 Thread Michael Dinowitz
On Wed, Jun 27, 2012 at 2:51 PM, Robert Harrison rob...@austin-williams.com wrote: # REReplaceNoCase(answer, '(#search_string#)', 'span class=keyword\1/span', 'all')# Nice. Works perfectly. Thank You... just waiting for someone to complain about the nested ##'s though LOL :-) '('

RE: Replace Question

2012-06-27 Thread Robert Harrison
Stop nesting #s. You're needlessly killing kittens!!! I was sooo waiting for that shoe to drop :-) Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F

Re: Replace Question

2012-06-27 Thread Matt Quackenbush
I hope you noticed that I posted that _because_ you said you were waiting on it. ;-) On Wed, Jun 27, 2012 at 2:08 PM, Robert Harrison rob...@austin-williams.com wrote: Stop nesting #s. You're needlessly killing kittens!!! I was sooo waiting for that shoe to drop :-) Robert Harrison

RE: Replace Question

2012-06-27 Thread Robert Harrison
Got it. Robert Harrison Director of Interactive Services Austin Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631.434.7022   http://www.austin-williams.com Blog: http://www.austin-williams.com/blog

RE: Replace Question: Part II

2012-06-27 Thread Robert Harrison
# REReplaceNoCase(answer, '(#search_string#)', 'span class=keyword\1/span', 'all')# This works so wonderfully, I hate to ask a follow-up question, but I have to. Is there a way I can apply this everywhere EXCEPT when the matching content is in an HTML tag (like an HREF tag)? Sorry,

RE: Replace Question

2012-06-27 Thread Eric Roberts
Is there something in your CSS that is changing it to lower case? Eric Roberts Owner/Developer Three Ravens Consulting ow...@threeravensconsulting.com http://www.threeravensconsulting.com tel: 630-881-1515 -Original Message- From: Robert Harrison

Re: Equator

2012-06-27 Thread Benjamin Pate
Anyone on the list work for them or ever worked for them? If so, care to share your opinion/experiences? Thanks, Dan Equator makes workflow software that makes mortgage foreclosures more efficient. I was there when it was called REOTrans. I worked very closely with the founders and built

Re: Equator

2012-06-27 Thread Brian Thornton
It is a churn problem... The mortgage business in general has boomed and they have the established system.. That said between LA and Texas the technology has had problems under the growth and between the forced code checkins and overnight code sessions they overwork and underpay... On Thu, Jun

Re: Equator

2012-06-27 Thread RobG
I've interviewed with them twice in the past year.  Once around May of last year, and again in August.  Both times face to face in their LA office near LAX. While friendly, the place struct me as VERY corporate.  It sounded like they wanted a very high-end developer that was willing to put in