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:
| |
| 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. | |