Ken,
Is this an error that has actually occurred for you? What kind of traffic
does your site get?
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Ken [mailto:[EMAIL PROTECTED]
Sent: Friday, April 21, 2006 6:32 AM
To: CF-Talk
Subject: Too many connections
Test));
Thanks for everyone's help. I think I now see the local scoping issue that I
was dealing with before. I will try to return with a better example.
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Tanguy Rademakers [mailto:[EMA
adding data to an object that doesn't inherently have that
attribute.
...........
Ben Nadel
www.bennadel.com
-Original Message-
From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 1:00 PM
To: CF-Talk
Subject: Re: OT: Javascript help
Asking yo
Try putting in a CFDump on the FORM at the top of the processing page, see
what is actually passed via the FORM.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Orlini, Robert [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 11:01 AM
To: CF-Talk
Su
going to try to force intI to a string, which works for simple
values, but will not work with complex values.
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 10:49 AM
To: CF-Talk
Subject
uot;
is no undefined since it tries to find it reference to the Menu, not the
varaible reference. But then again, if I wanted it to work my way, "this"
would be off too, since it would point to the housing method... Not the
objMenu... Hmmm .. .and ... Dangy!
.......
Ben Nad
GroupBy the event year, then
month, then day? I rarely use the group by in Cfoutput, so not exactly sure
of the best methodology.
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 10:13 AM
To: CF
umber.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 20, 2006 10:06 AM
To: CF-Talk
Subject: RE: Javascript help
The onclicks are outside of the loop
...:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslif
I am not very familiar with the CFC doc viewer, but I believe it runs
through CF Administrator. Try logging into CFAdmin first, then view the CFC.
See if that helps.
...
Ben Nadel
www.bennadel.com
d dynamic event handling. This one simple bumb
is really holding me back!
Please help!!!
...
Ben Nadel
www.bennadel.com
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238263
Archives: http://www
books.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Adam Churvis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 6:41 PM
To: CF-Talk
Subject: Re: CF Books
Thanks for the kudos, Ben. We really worked hard on it.
Respectfully,
Adam Phillip Churvis
Certified Adv
I lved the CF MX Bible (bible series). It's a HUGE book, but it's really
fundamental and a straight forward book. Its big because it really explains
things well.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: jonese [mailto:[EMAIL PROTEC
Thanks, I can never remember those for some reason.
-b
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 3:25 PM
To: CF-Talk
Subject: RE: Extract email(s) from non-delivered message
\w
unt AS RecordCount
;
.......
Ben Nadel
www.bennadel.com
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238191
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription
Tony,
Work is a bit hectic at the moment, so haven't had time to play around with
the casting. Right now, I just removed the QueryNew() DATA TYPES and that
seems to work for the moment. I will see what I can experiment with tonight.
.......
Ben Nadel
www.bennade
column
allows NULL values).
...
Ben Nadel
www.bennadel.com
-Original Message-
From: David Elliott [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 2:26 PM
To: CF-Talk
Subject: sql question.
Below is a part of my code
INSERT INTO hourly
Claude,
Sorry, I fogot the original question... I thought at some point it was being
argued that CF shouldn't return a RecordCount on non-selecting queries...
Good luck with a solution.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Claude Schneegans [m
I have been sort of following this conversation and I am just curious, are
ya'll just debating usefullness? Or is the return of the recordcount
actually creating a problem somewhere?
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Dave Carabetta [m
Don't use the ## in the Where clause:
SELECT *
FROM statsLevel3
WHERE
dateLastModified <=
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 1:09 PM
To: CF-Talk
What is the error being thrown??
...
Ben Nadel
www.bennadel.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 12:52 PM
To: CF-Talk
Subject: Escaping #'s in outputting a CSS
Stupid beginner question I kno
for.
-ben
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 12:00 PM
To: CF-Talk
Subject: Re: Extract email(s) from non-delivered message
That did the trick!! Awesome man!
Rey...
Ben Nadel
Thanks,
I will give that a try... Overall, though, I think QofQ are great and very
useful.
-b
...
Ben Nadel
www.bennadel.com
-Original Message-
From: Tony [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 11:23 AM
To: CF-Talk
Subject: Re: Q of Q crazy
some crazy strings through like "[EMAIL PROTECTED]@ben"
But assuming its valid email source... Should be good.
.......
Ben Nadel
www.bennadel.com
-Original Message-
From: Rey Bango [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 11:39 AM
To: CF-Talk
Subjec
ength match possitive look ahead for the string ")"...
Meaning, at this point in the reg exp, the next character must be a ")".
This ")" is not part of the matchint string though.
Let me know if you need any more explaination.
This might be more accurate:
(?<=\()([EM
tches you could take the Mid to remove the ( ):
strEmail = Mid( strText, objMatches.Pos[0] + 1, objMatches.Len[0] - 1 );
Something like that...
.......
Ben Nadel
www.bennadel.com
~|
Message: http://www.houseof
;<[EMAIL PROTECTED]>:
>> >This user doesn't have a yahoo.com account
([EMAIL PROTECTED])
>> >[0]
>
>
> You mean like a regular expression, wrapped in a simple loop over
each line ?
>
g into bytes according to the platform's default
character encoding, storing the result into a new byte array."). Perhaps in
this case, the number of bytes would be the size of the memory??
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
N
Rob,
Characters take up one byte... As far as I know... Althoug unicode may take
up 4?? I can't remember. I suppose the best estimate would be to multiply
the string length by the byte size of each characters:
intSizeEstimate = Len( strFileContent ) * 4
-b
.......
Ben
I am having this really strange problem involving a query of queries that I
have never encountered before. Basically I am building a query with the
QueryNew() method:
Then I build the query based on other queries. If I display this one, at
this point, it's totally fine. After building the query
This will get everything inside the "(" ")" that has a "@" in it.
(?<=\()[EMAIL PROTECTED](?=\))
This is not supported in CF alone... And I am short on time, or I would show
you the Java method...
Can anyone else finish this? Or suggest a better solution?
Very true, not all DBs can handle the multiple query calls... Which means
again that CF has to be able to handle different scenarios... Hence, always
returning row count.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x
rows will be returned, so CF has to be ready in case.
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right t
Lee,
While people here are suggesting the "Variables" scope, please realize that
you can create any object to do this:
Ex.
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.69
Is there anyway you can make the SQL less dynamic and include
CFQueryParams... That usually takes care of apostrophe type stuff. But if
you cannot, I am not sure I have any ideas... Can you post the generated
SQL??
-ben
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave
mount (most likely) of info that SQL has to transfer to
the CF memory space.
Cheers,
ben
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet
destination folder. Rename it after it gets uploaded.
Weird error!
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have
most elegent, but a 2 second solutions:
Now, granted, the .cfm page will not return content of type image/*,
however, the script will execute as expected and the window will close.
-ben
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY
Oh, that's hot!
Thanks!
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
---
UP BY
o.user_id
-+
So, any suggestions? Or is this just a two part process??
Thanks,
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sa
make a mistake.. That the site did.
Thanks,
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris
not found or something? Just something to
let the bots know not to index the error page, but instead to realize that
they don't need to have that link anymore?
Thanks,
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134
Just context-include it into a content buffer, then mess with it:
NOTE: The include from the PageContext object does not execute the inlcuded
code. It only includes it as if it were a text file.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave
h a content type of application/msword.
Should open up in work quite nicely for printing.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet:
cover the combinations of
commas and ids.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-Original Messa
Tom,
Yeah, that is new to me. I will take a look.
Thanks.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go rig
/dev/
Does that help?
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-Original Me
/dev/foo/www/
Where www is the root folder that would (on the liver server) contain
something like error.htm or error.cfm or what not.
Any suggestions about how to get site (really just sub-folder) specific 404
error handling on a local developmental server.
Thanks,
...
Ben
have permissions on the productions server
to run MS Word
2. MS Word (2003) must be installed on production server
3. Its not the cheapest solutions out there
But despite the overhead, I thin it's the best PDF generation I have seen to
date.
-ben
.......
Ben Nadel
Web Deve
This usually happens when you don't use CFQUERYPARAM in a QofQ. I don't know
why exactly, but if you put that in, the type comparison is generally fixed
(in my experience).
-ben
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York
If you need something like that, you can always create a Java string.
jstrText = CreateObject("java", "java.lang.String").Init( strCFString );
jstrText.replaceAll("((?mailto:[EMAIL PROTECTED]
Sent: Friday, March 31, 2006 12:47 AM
To: CF-Talk
Subject: Re: CF REGEX & deleting IMG tags from content
Sorry,
My co-worker Martin figured it out... There was a mapping of "/" that went
to the wrong drive and I guess since the TargetPage is absolute then it used
this mapping. After changing the mapping it works fine.
.......
Ben Nadel
Web Developer
Nylon Technology
3
Any ideas on why this would work fine on one server, and then not on
another?
Both run MX7.
Thanks
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontech
helpful. It is by far the best editor I have seen. Plus it comes in a Lite
version and a Pro version.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
"Some people call me the
this
when I set the charset to Windows-1252.
Hope that might help.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
Programming is my "money" job. My real passion is eating.
---
.
What we need is someone who can look at the server and help us figure out
where the issues are coming from.
For contract fee and additional information please contact:
James Curran
212.691.1134 x 11
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY
Adrian,
Thanks so much! I think I remember seeing that page a long time ago, but
couldn't find it again. Anway, I get it to work this way:
SELEC
*
FROM
[LOCAL].DeleteAfterSending = 1
Thanks again for the help.
.......
Ben Nadel
Web Developer
Nylon Techn
.
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-Original Message-
From: Adrian Lynch [mailto:[
scope work but not the LOCAL
"pseudo" scope within the UDF? Its this crazy or is it just me?
Thanks,
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www
ow to parse JS files.
I will keep trying to get the page load smaller.
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll
other people were experienceing when using more CFCs
and such.
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right t
reasonable load time for your web pages in
milliseconds?
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to lud
Baz,
In general, I use my tags only to do display stuff. I think that's the way
to go IMO.
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
H
...
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-Original Message-
From: Baz [mailto:[EMAIL PROTECTED]
ticle?
.......
Ben Nadel
Web Developer
Nylon Technology
350 7th Ave.
Suite 1005
New York, NY 10001
212.691.1134 x 14
212.691.3477 fax
www.nylontechnology.com
Sanders: Lightspeed too slow?
Helmet: Yes we'll have to go right to ludacris speed.
-Original Message-
From: Baz [mailto:[EMAIL PROTEC
I am a bit rusty, but maybe something along this line:
()(?=!\s*)
This might not be the correct syntax, but I mean to say find
if only there is a negative look ahead for the expression "\s*".
This might help spark some other people's better answers.
-ben
......
,33)
I want to get record 6
On 12/26/05, Ben Nadel <[EMAIL PROTECTED]> wrote:
>
> Replace your clause joins (AND) with ORs. Right now, you can never get
> results cause there is no way that TypeIDFK can equal more than one value.
> SQL will parse what you have without parens () sin
WHERE
(TypeIDFK = 1 AND Type IN (3,4)) OR
(TypeIDFK = 2 AND Type IN (1,5)) OR
(TypeIDFK = 3 AND Type IN (3,4)) OR
(TypeIDFK = 4 AND Type IN (1,4)) OR
(TypeIDFK = 5 AND Type IN (3,4))
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
After my Christmas bonus (fingers crossed) I will give something back...
right now, gotta worry about the next rent check ;) ah, the joys of
living paycheck to paycheck.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
Try to see if it works without the CFQUERYPARAM. In my experience, ACCESS
gets messed sometimes with those. Never could figure out why.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
stuff that
on a day-to-day basis I do not find very useful. The "Bible" I felt
concentrated on a lot of stuff that I used day-to-day.
I, however, think that NO books out there that I have read / flipped through
cover CFCs very well.
.......
Ben Nadel
Web Developer
Nylon
I would also like to say thanks to everyone on the list. Its been such a
great learning experience. I hope that in the upcoming year I can give even
more back to the list in terms of help and answers.
Happy holidays!
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th
Mark,
Ok cool. Somehow I actually got the snippets to work today. Not sure how.
Maybe its cause I am working in a project.
But looking forward to whatever fixes you go in store.
Thanks,
Ben
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
) in which this is confirmed to work? And where might I get it.
Thanks,
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for
).
Sorry I am not a great help.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Se
the top of my head.
... Code goes here ...
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message-
From: wolf2k5 [mai
I restrict access at the CF level
I get the page from the directory path... and if the file begins with "_"
then I throw an error.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontech
coldfusion component. That way, they wouldn't even be
able to be seen in a dump. Then use getters for values: DSN.GetSource(),
DSN.GetPassword(), etc.
But that is probably overkill.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.6
not, we found that we could fix the problem by making the site a
Trusted Site in the IE security settings.
I am not sure what the FireFox equiv would be, but its worth looking in to.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
ormValues).
That is a really poor example as I don't know ajax, not have a I ever passed
a form without a page post... but I think that is the main idea.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fa
Yeah, I actually JUST discovered the Code Templates in homesite from
listening to a Hal Helms podcast. That is one of the coolest things I liked
about Eclipse, but it rocks that HS has it also. CTRL+J launches the snippet
in homesite.
...
Ben Nadel
Web Developer
Nylon
Nathan,
That's good to know, thanks! I was also under the impression that Arrays
were "simple" values. Its nice to know they aren't.
-ben
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www
Alagad Image component is the one I use. I think the thumbnailing is a bit
low quality... but still the best thing out there that I could find, and its
all CFC so no need to install anything else.
-ben
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York
separate CFCs.
Not really advice here, just saying that I do what you do - safety in
numbers ;)
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Origin
Try a combo of things.
// Replace emptly lines with empty string
REReplace(session.xmlfile, "[\s]+[#Chr(13)##Chr(10)#]+", "", "ALL")>
// Replace line breaks
REReplace(session.xmlfile, "[#Chr(13)##Chr(10)#]+", " ", "ALL")
Not
an empty string
cause it feels safer to me and allows me to sleep comfortable at night.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message
first.
Sorry if there is some misinformation there, but I think that's the jist of
it.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Me
You could just do something a bit more simple:
strTarget = "SatSun";
strResult = (Left(strTarget, 3) & "," & Right(strTarget, 3));
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
ww
I would not replace the (2) as well, since it is only searching for the
pattern "(" [0-9]+ ")". For the (2) to be included it would have to accept
spaces (between the two sets) and open/close parens within the matching
patter (currently only accepts [0-9]).
......
REReplace(strInput, "(\([0-9]+\))$", "", "ONE")
Not tested removes ONE instance of the string ([:digit:]) that ENDS the
string
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
of
extensions.components.ValidationErrorCollection
Of course this is just theory for me at the moment, but what I like about it
is that validation can happen in an organized format at the programmer's
request.
Plus, getting a standard collection interface is good for outputting the
form errors to the end user.
.......
B
against a lot of code reuse ideas, but trust me, its how things become
possible in my work world.
Thanks,
Ben
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
---
e
advantage of it in my current situation.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED]
NTS.Text)) AND
(NOT REFindNoCase("([\.\-]+@)|(@[\.\-]+)|(\.-)|(-\.)", ARGUMENTS.Text))
){
// This string is an email address.
return(1);
} else {
// This string does not match a valid email address.
return(0);
}
...
Ben Nadel
Web
FORM.user_email);
Or
REQUEST.UDFLib.String.ToMixedCase(qBlam.foo);
Since the ServiceFactory is only created once and stored in APPLICATION and
itself creates and stores one copy of UDFLib, then it gets cached while the
application is running.
Hope that helps at all.
...
other
feature that I love is that you can also NAME your bookmarks.
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message-
From: Gaulin, Ma
It really the multi-line feature that I love in Homesite... Honestly, I use
it at least once a day. Acutally, Homesite's extended find/replace in combo
with excel and MS access have made importing / cleaning lousy data files so
easy.
.......
Ben Nadel
Web Developer
I think the only reason that would stop me from totally leaving homesite is
that Homesite's extended find/replace has not been paralleled in any other
application that I have seen.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY
Mark,
Thanks for taking the time to look into this. I am really excited about
moving over to Eclipse if for no other reason than the robust snippets will
help me follow my new company methodologies (since in can now be very
consistent about formatting and stuff).
...
Ben
m.Zap.
So maybe it doesn't make sense to disable Application scope as you can't
really deny the use of sturcts???
...
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylont
??
Very odd.
.......
Ben Nadel
Web Developer
Nylon Technology
6 West 14th Street
New York, NY 10011
212.691.1134
212.691.3477 fax
www.nylontechnology.com
"Vote for Pedro"
-Original Message-
From: Mark Drew [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 06, 20
901 - 1000 of 1028 matches
Mail list logo