Welcome!

Create Link Table and add descritption to it in MSAccess DB refering to the SQLServer DB table

We may have requirement to display the other database(SQL Server, ) data in our MSAccess database. For this we have the functionality in MS Access to access/view the data from…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add Google Buzz It Button to Blogger, WordPress And More

As  most of you must be aware, since a few days the Internet has been buzzing with Google Buzz, the search engine’s first real Social Media tool.  The opinion among…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Sorting a list containing dictionary depending on dictionary keys

Consider a dictionary containing list of mobile phone price and rating as below. data_list = [ {“product_name”: “Sony xperia C3”, “price”: 23500, “ratings”: 3}, {“product_name”: “HTC mini”, “price”: 35000, “ratings”:…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to display items of different sizes in WinJs Listview

Goal: In many situations we need to display the items of different sizes in WinJs listView, but by default, the ListView allocates the same size cell for each  item  it…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Change Border Color of a Windows Form in VB.NET

Windows form has its default blue color form border style.We can customize its look and feel. Following are the steps : 1.In form’s property window set ‘FormBorderStyle’ to None.. 2.Now…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Create List Programmatically in SharePoint

Often there is a requirement of creating Lists within a SharePoint website programmatically using API calls. Described below are 2 different methods of achieving the same using C#.Net as the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Extending Entity Framework Queries To Facilitate Custom Paging

here are some applications where we need to display large sets of data. In order to display this large sets of data we usually follow the approach of Data paging.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
VBScript as an Interactor to do Security or Data input testing

This tip is about integrating a free tool’s capability by using wsh/vbscript as an interactor. VBScript as an Interactor with other free tools to automate any website or desktop application.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
IE8 And Session

Background: When a website, which requires some one to login is opened in IE7 and when links from the website are opened in new tabs, the session from the original…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!