Not finding what you are looking for? Request a recipe!
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 ...
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... ...
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.
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 ...
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.
Depending on what particular CGI variables are available you could use CFLOCATION.
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.
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.
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.
This can be done using CFDIRECTORY and CFIMAGE. You can read from the directory and using CFIMAGE, resize then display. See simple example below.