Welcome!

Install ColdFusion 9 and 10 on same machine

How to install ColdFusion 9 and 10 on same machine (on windows 7) ColdFusion 10 is out and most of the developers want to gets their hands dirty with ColdFusion…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Loosely typed C#

What :  A loosely typed programming languages is typically one that does not require the data type of a variable to be explicitly stated. Example : As in JavaScript we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create dynamic variables in ColdFusion?

At times during coding in Coldfusion, we get stuck at places, where we need to create variables dynamically. We may attempt with below code to create dynamic variables. Here I…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Working With XML Serialization Class And Parameterized Constructor In .NET 4.0

Suppose we need the following XML format, 1230098-ASU-DRED T E S T Final Arizona State University 686699454647 1230098-PSY-GREY T E S T Final Arizona State University 686699454649 Now the serialization…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using constraints in Dataset

1. UniqueKeyConstraint A UniqueKey in a datatable defines the uniqueness of records means the data present in the specified column is unique. Unique constraint can be added to a data…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Reporting services in MS CRM

Reporting mechanism has become more dynamic and flexible with Microsoft Dynamics CRM that provides  a Reporting Wizard  that enables Users to create basic reports on-the-fly  as well as custom reports…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
DATALENGTH() AND LEN()

Case 3:   With Integer Data types: If integer datatype is used, DATALENGTH()  returns 4 and LEN() returns the number of digits. Example:                 DECLARE  @Value1 int, @value2 int SET @value1=2 SET…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to execute a simple query and/or stored procedure in Kentico CMS ?

How to execute a query and stored procedure in Kentico CMS? Some of the cases we need some query and storedprocedure execution in our webparts for retirve some data for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Setting the color of UIAlertView in iPhone

In many cases, the requirement is to show an alert view with black appearance. In that case , we have to opt for a custom view that resembles with alert view.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!