RE: [KCFusion] string functions

2002-01-14 Thread Paul Smith

I thought one of you might know someone with these skills. We do pay
referral fee's. I am looking for a contractor with the following skills.
This position will be six months to a year. This more of a Java Architect
position then a Java Developer position. Must have strong design skills and
Unix experience.

Required skills:
*   8-10 years programming experience
*   Including 3-5 years of web development
*   Strong Java, EJB, servlets, CORBA, XML, XSLT, SOAP, DHTML, CSS,
HTML, javascript
*   Experience in begin-to-end project lifecycle (including, but not
limited to, system design, and development lead)
*   Unix, Solaris, Linux, JRun, iPlanet, Apache, Tomcat
*   Hands-on web administration - web servers, proxy, security
*   Works well in a team

Preferred skills:
*   Experience in other server side languages (ASP, etc) - in addition
to Java related
*   Web Portal design and development
*   Web Services design and development
*   SIP, WML, WAP, HDML, C++, Perl, CGI



Paul Smith
Solutions Point
Lighton Plaza 1
7300 College Blvd., Ste. 204
Overland Park, KS 66210
off: (913) 338-2515
pcs: (913) 486-8295
fax: (913) 338-0447
toll free: 888 522-1167
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Mark Kirkbride
Sent: Tuesday, December 04, 2001 4:02 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] string functions

Thanks for the insight.  I'm just trying to compare to strings in an
CFIF statement, but sometimes get results that I don't want.  I think I
have a work around though.

Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]


-Original Message-
From:   Daryl Banttari [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, December 04, 2001 3:55 PM
To: [EMAIL PROTECTED]
Subject:    Re: [KCFusion] string functions

You could start here:

http://livedocs.allaire.com/cf50docs/CFML_Reference/Functions2.jsp#10998
87

Knowing what all of the string functions are (and what they do)
is the first
step.  I recommend reading the language reference
cover-to-cover, twice.
The point is not memorization, but the ability to later say,
"Wasn't there a
built-in function that does that..?"

After that, the tricks are mostly around:
- mastering regular expressions
- using creative delimiters with list functions (such as cr/lf
for looping
around a file, line by line)
- recognizing creative uses for list functions

Are you looking for something in particular?

If you'd like to see several string functions in action, check
out the
attached template, which will find opportunities for the use of
CFQUERYPARAM
and modify the code to use it (then save the altered template to
a new
file.)

--Daryl

- Original Message -
From: "Mark Kirkbride" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 3:47 PM
Subject: [KCFusion] string functions


Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]




__
The KCFusion.org list and website is hosted by Humankind
Systems, Inc.
List Archives
http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise..
mailto:[EMAIL PROTECTED]
To Subscribe
mailto:[EMAIL PROTECTED]
To Unsubscribe
mailto:[EMAIL PROTECTED]

 << File: _parameterizeQueries.cfm >>


__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]


 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] string functions

2001-12-04 Thread Mark Kirkbride

Thanks for the insight.  I'm just trying to compare to strings in an
CFIF statement, but sometimes get results that I don't want.  I think I
have a work around though.

Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]


-Original Message-
From:   Daryl Banttari [SMTP:[EMAIL PROTECTED]]
Sent:   Tuesday, December 04, 2001 3:55 PM
To: [EMAIL PROTECTED]
Subject:    Re: [KCFusion] string functions

You could start here:

http://livedocs.allaire.com/cf50docs/CFML_Reference/Functions2.jsp#10998
87

Knowing what all of the string functions are (and what they do)
is the first
step.  I recommend reading the language reference
cover-to-cover, twice.
The point is not memorization, but the ability to later say,
"Wasn't there a
built-in function that does that..?"

After that, the tricks are mostly around:
- mastering regular expressions
- using creative delimiters with list functions (such as cr/lf
for looping
around a file, line by line)
- recognizing creative uses for list functions

Are you looking for something in particular?

If you'd like to see several string functions in action, check
out the
attached template, which will find opportunities for the use of
CFQUERYPARAM
and modify the code to use it (then save the altered template to
a new
file.)

--Daryl

- Original Message -
From: "Mark Kirkbride" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 3:47 PM
Subject: [KCFusion] string functions


Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]




__
The KCFusion.org list and website is hosted by Humankind
Systems, Inc.
List Archives
http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise..
mailto:[EMAIL PROTECTED]
To Subscribe
mailto:[EMAIL PROTECTED]
To Unsubscribe
mailto:[EMAIL PROTECTED]

 << File: _parameterizeQueries.cfm >> 


__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]




Re: [KCFusion] string functions

2001-12-04 Thread Daryl Banttari

You could start here:
http://livedocs.allaire.com/cf50docs/CFML_Reference/Functions2.jsp#1099887

Knowing what all of the string functions are (and what they do) is the first
step.  I recommend reading the language reference cover-to-cover, twice.
The point is not memorization, but the ability to later say, "Wasn't there a
built-in function that does that..?"

After that, the tricks are mostly around:
- mastering regular expressions
- using creative delimiters with list functions (such as cr/lf for looping
around a file, line by line)
- recognizing creative uses for list functions

Are you looking for something in particular?

If you'd like to see several string functions in action, check out the
attached template, which will find opportunities for the use of CFQUERYPARAM
and modify the code to use it (then save the altered template to a new
file.)

--Daryl

- Original Message -
From: "Mark Kirkbride" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 04, 2001 3:47 PM
Subject: [KCFusion] string functions


Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]



__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]





_parameterizeQueries.cfm
Description: Binary data


[KCFusion] string functions

2001-12-04 Thread Mark Kirkbride

Anyone know of a web page with some info on String Functions?

Thanks,
Mark Kirkbride
Information System Specialist
FBD Consulting, Inc.
(913) 319-8836
[EMAIL PROTECTED]



__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]