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

  1. Avg. Rating 5.0

    Benefits Of Developing With XHTML And CSS

    Every industry has standards; they are put in place to ensure easier understanding and consistency of workmanship. For example, building standards help ensure easier and cost effective home improvement. If you need to replace a door in your home, you can easily visit your local DIY store; pick up a ...

  2. Avg. Rating 5.0

    What ways can I protect myself against SQL injection?

    If you don't know what SQL Injection is, basically SQL injection attack happens when someone or maybe some program tries to add, delete or change data in your online database by making changes to the query string that is passed in an URL/FORM. Here is a explanation on how to help protect yourself... ...

  3. Avg. Rating 5.0

    Can I make my session tokens harder to guess?

    Like most of my web applications I use sessions at some point to store information such as login information. I do this by utilizing Session Tokens so that the server can identity who is who.

  4. Avg. Rating 5.0

    Create a ColdFusion stylesheet switcher

    Yes, to accommodate different user circumstances there are many different methods that are used to switch styles on a web page. The most popular method is to switch the CSS (Cascading Style Sheets) using JavaScript on the client side. Ironically, by using 'some' of the JavaScript methods you could b ...

  5. Avg. Rating 5.0

    Setting email priority when using CFMAIL

    ColdFusion 4.5 introduced the child tag CFMAILPARAM allowing you to add mail headers to a message but ColdFusion 8 changed priority into an attribute of CFMAIL.

  6. Avg. Rating 1.0

    Redirecting HTTP to HTTPS

    Depending on what particular CGI variables are available you could use CFLOCATION.

  7. Not yet rated

    Using cfajaxproxy 'add to cart' example

    You can create your CFC and a JavaScript object using cfajaxproxy, jsclassname. JavaScript proxy class that will represent the CFC. You could then create a submit button with an onclick event, in this event using the proxy you then pass any arguments to the CFC remotely.

  8. Not yet rated

    Processing Payments with ColdFusion and SagePay Direct Gatew ...

    SagePay VSP Direct is a method of processing a transaction through the Sage Pay gateway using server-to-server communication with the customer remaining on your website throughout the whole process.

  9. Not yet rated

    Style a tab using Layout.createTab

    Using javascript:ColdFusion.Layout.createTab you can set the "configObject" configuration parameters for the object. It's in here you can style the tab before its created.

  10. Not yet rated

    Creating a simple image gallery from a particular directory

    This can be done using CFDIRECTORY and CFIMAGE. You can read from the directory and using CFIMAGE, resize then display. See simple example below.

  • Results 1-10 of 10