Welcome!

How to catch the click event of the button inside the WinJs ListView

Goal: Catch the click events of the button inside the WinJs listview using win-interactive class  and   WinJS.Utilities.markSupportedForProcessing. sometimes we may have requirement like having buttons or diffrent images in the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Utility Objects in QTP

Utility Objects —————– QTP Provides the several utility objects to enhance the power of scripting.Utility Objects are the reserved objects in qtp.These objects can be used in reporting preferences during…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add and Remove fields/columns from Mongo database collection/table

Lets remove Phone field from 3rd row, where _id: [email protected]  db.employees.update({_id:  [email protected]“}, {$unset:{Phone:””}}) The above command/query will remove the Phone field from the 3rd row only. _id Name Phone birthDate…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Firefox Tips: Introducing about:config hacks

If you have already tried about:config URL then you must be aware of the warning Firefox displays before allowing you to access the config settings. It actually is a risky…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tips And Tricks On Splash Screen In Silverlight Application

As you know we can visualize and customize Splash screen for a silverlight application. When the loading of silverlight application takes more than 500 millisecond, by default silverlight shows a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Export MSaccess table data into a XLS file using VB code.

Objectname – A string expression that is a valid name for the object type selected in the Object Type argument. To output the current active object then leave this argument…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Identifying Files From Their first 4 Bytes Or Magic Numbers

The first four bytes of a file contain the file signatures or the magic numbersthat uniquely identify the file. For instance, a  JPEG image file is always found to hold…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Adding web project Image file in the silverlight XAML page

During the developement of the silverlight application we should conscious about the .xap file size because silverlight we used to create Rich internet application. So if the .xap file size…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Command Out Of Sync issue in MySQL

“Command out of Sync. We can’t run this command now“,  This error made my last few days extremely frustrating. After numerous search and hit and trial, I found the exact…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!