Best of Talk (6/4/03)

 
May 29, 2003

by Dina Hess

Title: Selecting Form
Date: 06/04/03      13 Posts
Summary: Trying to code your dropdown select box so options will remain selected even if the user refreshes the page? The standard way to do that looks something like this:

   <select ...>
   <option value="Windows 95"
      <cfif FORM.selectSystem EQ "Windows 95">
         selected
      </cfif>>Windows 95</option>
 
Title: RegEx Replacing Whole Words
Date: 06/04/03      12 Posts
Summary: How would you use a regular expression to replace only whole words or words that are adjacent to punctuation? Here's some code to get you started along with a pseudo-code loop recommendation to deal with capitalization.
 
Title: Alternatives to CFHTTP
Date: 06/04/03      19 Posts
Summary: Find several alternatives to CFHTTP ... like FTP, Windows' ServerXMLHTTP object, and cURL. URLs are included along with a recommendation to try the Red Sky beta to see if that solves the problem.
 

Add a Comment
(If you subscribe, any new posts to this thread will be sent to your email address.)
  
Privacy | FAQ | Site Map | About | Guidelines | Contact | Advertising | What is ColdFusion?
House of Fusion | ColdFusion Jobs | Blog of Fusion | AHP Hosting