Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Sort query in custom order

    Use Coldfusion query of query UNION function

  2. Avg. Rating 4.0

    How to catch spam on your site/blog using Stop Forum Spam we ...

    There are many ways to filter out spams such as using captcha (to make sure only humans can post) or hidden text field via CSS (which catches bots when that field is filled in) or a simple math like 2 + 3 = ?. Each has its pros and cons. There is another way that I recently discovered and find very ...

  3. Avg. Rating 1.0

    Trim a particular character

    Use regular expression to trim off the unwanted characters

  4. Not yet rated

    Validate that request comes from your site

    Validate the request to make sure that it in fact comes from your site.

  5. Not yet rated

    Retrieve private variables of an object

    Use method injection to inject a method into the object at runtime. This method contains predefined codes to retrieve private variables.

  6. Not yet rated

    Retrieve mappings from admin area

    Use coldfusion.server.ServiceFactory java class

  7. Not yet rated

    Catch and log timeout error

    We can use try catch to catch this error, then increase the request timeout to give us enough time to log it, email it and display a nicer error message

  • Results 1-7 of 7