Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

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…

·5 min read
Uncategorized

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)…

·6 min read
Uncategorized

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…

·3 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·2 min read
Uncategorized

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…

·3 min read
Uncategorized

Day 8: ColdFusion 10 and Enhanced Java Integration

ColdFusion built on J2EE compliant technology and this allow you take advantage of integrate with J2EE component and ColdFusion 10 enhanced this capabilities. In…

·3 min read
Uncategorized

Day 9: ColdFusion 10 and Enhanced Java Integration – Part 2

It’s DAY 9 and I enjoyed last 8 days with ColdFusion 10 and as days pass my curiosity graph going high. In yesterday post…

·3 min read
Uncategorized

Day 5: ColdFusion 10 Session Enhancement

ColdFusion 10 added couple of session related function and add settings related to session cookie. First of all I notice that use UUID for…

·2 min read
Uncategorized

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.…

·3 min read
Uncategorized

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…

·4 min read