Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

jQuery Code and Syntax Guidelines for Improved Code Performance

If you want to publish your jQuery plugins following jQuery core code writing guidelines is a good idea. Here are some of the guidelines.…

·2 min read
Uncategorized

Custom Tag To Log Data

This may not be the perfect code for logging data to a custom file in coldfusion.Any views/suggestions will be welcomed. [code:cf]<!— String List Of…

·3 min read
Uncategorized

An Introduction to Image Processing

An image is an array, or a matrix, of square pixels (picture elements) arranged in columns and rows. In a (8-bit) grayscale image each…

·2 min read
Uncategorized

SQL Server Get Table List from Column Name

Today, I wanted to list down all table from column name in sql server. Sql server stores all table, column, database or etc in…

·1 min read
Uncategorized

New ColdFusion 9 Feature: CFMAP

One of our projects had a requirement for displaying a google map on one the webpages. There are three options for setting google map…

·2 min read
Uncategorized

New method Passing Attributes to jQuery 14

jQuery supports adding attributes to collection of elements with Attr function. Previously if we wanted to add stylesheet then we had to apply CSS…

·1 min read
Uncategorized

Popular Video Container Formats

Audio Video Interleave This is an .avi extension. The AVI container format was invented by Microsoft in a simpler time, when the fact those…

·2 min read
Uncategorized

How to Prevent Your Site from Being Framed

If you do not want that someone links your web site within a frame, the following javascript code will enable you to prevent your…

·1 min read
Uncategorized

Coldfusion Wrapper for jquery Autocomplete

For one of my project I required autocomplete box. I know coldfusion has its own autocomplete but has lots of limitation. I wanted autocomplete…

·11 min read
Uncategorized

Virtual Fix Table Header JQuery

There are so many ways to fix table header. We can fix table header row and rest of content of table will have overflow…

·1 min read
Uncategorized

Loop Over A Structure Using CFScript

Looping Over A Structure in CFScript is possible using the FOR ( key In Structure) Notation. The following code demonstrates how to loop over…

·1 min read
Uncategorized

The Advantages of HTML5 over Flash

Hello, in this article I will explain to you the advantages of HTML5 over flash. As everyone knows, flash is owned by Abode and…

·2 min read