Welcome!

Display Popup Box in Windows

This program displays a popup box with hello world text To Display a Popup in windows phone 7, First of all create two PhoneApplicationPage For Example : 1- MainPage.xaml -> Startup…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Testing Domain Name

As a software tester of web applications, we may be required to know what is a valid domain name and what is an invalid domain name. A valid domain name…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Set default location for Internet explorer download directory in VB 6

To specify the default location where downloaded files from Internet explorer are saved , we need to set the default location (directory path in registry). The registry key location is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using GROUP_CONCAT IN MYSQL

USE OF GROUP_CONCAT IN MYSQL It is a useful extension on Group by clause It returns concatenated non null values from a group Syntax:   GROUP_CONCAT(column_name) GROUP_CONCAT(column_name SEPARATOR '_') Suppose…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Avoid Submission of Duplicate Bugs

It is often seen that a large number of reported bugs get rejected due to duplicate entry. Lack of interest/skill to search for a similar bug in the bug tracking…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add Custom ToolBar in MSAccess 2007 using VB code

Add a custom Toolbar : To add a custom toolbar we can first create the CommandToolBar and then add the controls to it. We can also define the method to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Date Calculations in Filemaker

In one of my Filemaker project I needed to make some date calculations to find out different dates for the single reporting need of the company. Below I present some…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Creating Rendezvous Point in JMeter

The tree elements for our sample test plan would be like    Test Plan    Thread Group – Lets give Number of Threads to be ‘200’    HTTP Request –…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
URL Load problem in IE

When we hit Enter on the URL, it doesn’t reload in IE. It just shows the data from cache. So we don’t get the exact view as  it should. In…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!