Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

Uncategorized

jquery Mobile Error Avoiding Tip

For last month I am using jquery mobile. I’ve gone through lots of issues and learned a lot. Web is good but when it…

·1 min read
Uncategorized

Enable/Disable Auto Back Button for jQuery Mobile Framework

Currently JQuery Mobile is still in alpha version. As they are moving towards first beta version, they do some changes from previous alpha versions.…

·1 min read
Uncategorized

Javascript and Numbers

Once I wonder that why the I got the 10 value in my javascript variable x in the following example. [code:js]var x = 1…

·1 min read
Uncategorized

Mobile Theme and Theme Switcher for Mango Blog

Since couple of days I was reviewing jQuery Mobile and really impress with work it make it easy for us. Now it was time…

·2 min read
Uncategorized

Load Balancing with Apache Tomcat on ColdFusion Standard Version

·1 min read
Uncategorized

SQL Server Query Performance Tuning

Try to avoid function (user defined or inbuild) in where condition of sql query as it is always overlook indexing created on tables and…

·1 min read
Uncategorized

jQuery Multiple Selection

Today, I am very glad to announce finally I have made jQuery multi selection plug-in. I am really thankful to my one of friend…

·3 min read
Uncategorized

To Prevent Request Which Is Send Through Ajax

Today I have found something interesting thing to prevent our request which is send through Ajax. I am not sure it is working on…

·1 min read
Uncategorized

SQL Query to List Out All Identity Column

Once I want to get the list of all tables which contains the identity column. After some googling finally I got the sql query…

·1 min read
Uncategorized

Installing coldfusion 9 On Ubuntu Server in Virtualbox

In this week decided to install ColdFusion on Linux (Ubuntu) on Amazon EC2. As I am very new to Linux and having very limited…

·2 min read
Uncategorized

List Out All Coldfusion Function

How to list out all ColdFusion function? Whenever we want to see all ColdFusion function, we just open our favorite search engine (it may…

·1 min read
Uncategorized

Installing RAILO Tomcat on Windows Step By Step – Part II

In part-I I have explained how to configure RAILO with Tomcat where we copied all RAILO jar files into tomcat’s lib folder. If you…

·1 min read