Welcome!

How to INSERT, UPDATE or DELETE record in one statement

Generally we write separate statements to INSERT, UPDATE or DELETE data based on certain conditions. But now in SQL Server 2008 there is a new feature present called MERGE statement…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
User Defined Function in Crystal ReportsXI- a real Lifesaver

Working in Crystal Reports can be real messy, especially when it  becomes difficult to find the right system defined function to be used. Here is when user -defined functions come…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Place Controls dynamically in each Row of a jQGrid.

We are using light weight jQuery grid to display Data in a tabular format. But sometimes we need to place some controls(checkbox, button) inside the grid for specific operations. Consider…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Different types of client side validation for Web 2.0 in Javascript and CSS

With Web 2.0 ,  websites are becoming more attractive as well as more interactive, so to keep up with the pace we have to make our validation process more interactive…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Did I Really Write Such A Complex Query?

So what is it?? Just at that time I remembered that this table has a Child table in which we had records, but even if that is the case, ideally…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Time Difference problem in PHP and MySQL and its solution

Using  the while loop you can get these values one by one  : //php part /**************************************************/ while($rst_results = mysql_fetch_array($results)) {      //showinf the difference string by passing 4 values     …

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Java Application In System Task Tray

“How do applications like Skype reside in System Tray? Can we do something like this for our application, so that the task tray shows our application icon too? Can we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Sending text messages from Android device using PhoneGap

While working on how to send SMS from smartphone using PhoneGap, I found the plugin which is really very usefull & easy to integrate with Phonegap application. Given below is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
An efficient way to refresh the parent page from child popup window

Problem : Let us think of a scenario : Suppose we have a search page (A.aspx) which contains a tabular view of student data . The page contains a filter…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!