Tag SES URL Throw 404 Error If Tag Has Special Characters Other Than ‘-‘
Recently working on MuraCMS (opensource Content Management System build on CFML) for our company website. While working on blog section where we used to have…
Decode HTML Code with jQuery
In one of the project, we are storing all form fields in json string format (i.e. {"name":"myname", "email":"may@xyz.com", "address":"myaddressdetail"}) in the database table. To avoid…
ColdFusion Schedule Task Issue with Daily Every Task
Schedule task in ColdFusion is something I love most and I guess all ColdFusion developers are too. It is really easy to schedule any…
Scroll Issue with iPad Browser for Framed Window
Recently one of our client report scrolling issue when they try to view their website on iPad (or any mobile device). Page they are…
Celebrating ColdFusion-X month
We all know ColdFusion 10 is out and lots of tweet regarding release. As usual my first step was to install ColdFusion 10 in…
Day 2: Avoid Cross-site Scripting (XSS) using ColdFusion 10 – Part 1
"Cross-site scripting (XSS) is a type of computer insecurity vulnerability typically found in Web applications (such as web browsers through breaches of browser security)…
Day 3: Avoid Cross-site scripting (XSS) using ColdFusion 10 – Part 2
Yesterday I have tried to look over three newly added security functions to avoid XSS attach on your website. Today look for remaining functions…
Day 1: ColdFusion 10 Limit Number of Post Request Parameters to 100 By Default
Today started celebrating ColdFusion month with series of 30 blog posts on ColdFusion 10’s new feature and here first one. This is really not…
Show tooltip When Input Element Get Focus
Recently I am working on one of the project, and inside it we want functionality to show a hint tooltip box (show information related…
Day 6 : ColdFusion 10 and Closure
Wow, ColdFusion now support closure. I am fan of closure and heavily using it on JavaScript specially for ajax call’s callback function. Closure is…
Day 7: ColdFusion 10 and Closure – Part 2
Yesterday take look on Closure with ColdFusion, now its time to discover more on this. Closure can be defined as inline without giving name.…
Day 4: Avoid CSRF Attack with ColdFusion 10
Day 4 for my ColdFusion 10 review, since last three days concentrating on all security enhancement. In previous two posts I have covered functions…
