Date Range
Date Range
Date Range
Toggling Trusted Cache from your application. I came across this while trying to work out a way of easily clearing the Trusted Cache on a few servers without having to login to each one. First you need to grab the object and set it up the same way CF Admin does.
Tips and Tricks for Building Secure Web Applications. Tips and Tricks for Building Secure Web Applications. Web application vulnerabilities and how to prevent them. When building a web application, no matter the goal, there are several common vulnerabilities of which you must be aware. Their risk levels range from simply getting an unauthorized user account to data corruption or even destroying the web application. These are only a f.
I had problems in retyping the urls variables over and over again so ive decided to create a function that can replace the value of onlyone variable or more according to my needs. Adds or replaces a variable with its value on a URL query string. A string formated as a cgi. Getting the current URL query string - -. Printing out the results - -.
Side By Side Product Comparison. A Fully Explained ColdFusion Tutorial. Download the database used in this tutorial. Get the complete un-commented code here. Your items could be anything from products for sale to statistical information. I will be using cars for this example. SELECT id,name,year FROM cfml examp.
Building Excel Spreadsheets via XML. Creating Excel Spreadsheets from ColdFusion with advanced formatting possible and it does not take a lot of Java calls. Spreadsheets can be created via XML using the XML dialect called SpreadsheetML developed by Microsoft for Excel. Easy XML creation in 2 minutes. We are going to create the following spreadsheet with background coloring, font weight, borders and formulas.