| Title: | Making the MX Popup Menu JavaScript Dynamic |
| Date: | 05/30/03 19 Posts |
| Summary: | Looking for a good DHTML popup menu? Try CoolMenus from DHTMLCentral.com or any of the other resources mentioned in this thread. You'll also find a discussion here about hiding a SELECT element under a DHTML menu layer. |
| Title: | Finding Parts to a String |
| Date: | 05/30/03 13 Posts |
| Summary: | Need to separate a string into substrings? If the substrings are separated by commas, try using ListToArray(string, ",") to move the substring values into an array. |
| Title: | Improve FB3 Website Performance |
| Date: | 05/30/03 44 Posts |
| Summary: | How can you improve the performance of a very slow Fusebox 3 template? To locate bottlenecks, configure CF Administrator to log all templates that take longer than n seconds to execute and turn off debugging to calculate more accurate execution times using GetTickCount(). You may also want to try LoRCAT, a performance analysis tool. Note that FuseQ (CF 5) can reduce the need to use CFMODULE. |