Use Firebug in Any Browser
By including below script on your site or page will get you a firebug console that will pop up for debugging in any browser…
Create Date in SQL Server
Today i wanted to create sql server date using year,month,day part. Sql server doesn’t have any system function like createdate. I have a small…
Building Your jQuery Plugin
STEP : 1The first step is to extend the actual jQuery object with the function that we wish to add.For Example, suppose we need…
Finding Real IP Address in Coldfusion
I was facing one problem before few days as i was storing ip addresses in my database.when i looked into database i amazed that…
Over Clause: Calculating an Aggregate of Column and Entire Record Set Without Using Group Clause
Today, I have seen one interesting function of sql server. Most of people know about it who are familiar with sql server but I…
Tag Equivalents in CFSCRIPT
We have recently migrated on CF9 and i want everybody to know about cfscript enhancements made in CF9. You can now do almost every…
Wrap Text in Cfgrid – Cf9
We have been updated to cf9 from cf8 and we noticed that text in cfgrid column in not wrapped. Its just because of changes…
Introduced cffinally, finally Tag
ColdFusion 9 introduced cffinally tag. Cffinally or finally blocks are used within cftry or completion of try block. It is generally used for cleanup…
Install SSL Certificate in Coldfusion
Before couple of days, we migrated from coldfusion 8 to coldfusion 9. One of our project was using web services to transmit some updates…
Date Difference Excluding Weekend
Recently I need to find the date difference between two dates excluding weekends. So I have made sql server scalar function to get date…
Remove null element and dangle delimiter from a list
Hello Friends, In out day to day programming we use list. Sometimes we are getting list with some null element and dangle delimiter so…
Best web developing technology – coldfusion
Hello All, Before few days i was surfing on web and found one intersting article written by Ray Camden on adobe’s website. We write…
