Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

Bug – count () function in ColdFusion Query of Query

It has been a great time since I started working on ColdFusion. I must say that it is the easiest language in the world…

·2 min read
Uncategorized

innerHTML vs appendChild

Today I was testing my code, and I found interesting stuff on innerHTML property and appendChild method. I was trying to add new element…

·2 min read
Uncategorized

SQL Server (Store Procedure) Mechanism Convert Empty String Date Parameter to Initial Date (1900-01-01)

It may you know about it but I would like to share this thing with you. We were working on one of project where…

·2 min read
Uncategorized

Sql Server Rank() v/s Dense_rank()

Some days before I was googling on sql server’s system function and I got one site having sql server query puzzle. The site have…

·2 min read
Uncategorized

“The Executable Signed with Invalid Entitled” Frustrating Error but Resolved Now

I was really happy that I was going to release my first iPhone application. Waiting for my developer account so I can test on…

·2 min read
Uncategorized

Full Text Option Is Greyed Out in MSSql 2008

Today I was trying to setup fulltext indexing on one of my database table. I have finish with creating fulltext catelog and tried to…

·1 min read
Uncategorized

Introduction to HTM5 Local Data Storage

I am doing some research on HTML5 supported client side local storage. HTML5 introduces some new concept to store information on client pc. It…

·3 min read
Uncategorized

Complex Password Strength Checking Through Regular Expression

Currently working on project for well non credit card company where they have online registration form. They really want user enter enter strong password…

·2 min read
Uncategorized

Binding ColdFusion Query to DataGrid in Flex

Hi, In this post I’ll explain you how to bind ColdFusion data into Flex grid. First, get ready with your cfc. Your cfc method…

·3 min read
Uncategorized

Case Study: HauntWorld.com AWS Implementation

ABOUT HAUNTWORLD HauntWorld the most advanced haunted and Halloween attraction directory on the web. Hauntworld.com is dedicated to promoting the haunted house industry, which…

·4 min read
Uncategorized

How to Use SQLite Manager Extension in Firefox?

It was really strange when I installed an SQLite manager extension from Mozilla and I cannot find how to use it!! Well Then I…

·1 min read
Uncategorized

Updating coldfusion 9.0.0 to 9.0.1

Updation of ColdFusion is always painful for me. I am working on ERP level projects which is build on ColdFusion and we have heavily…

·2 min read