Welcome!

Physical Mysql – what are these? (.FRM, .MYI, .MYD). Need this?

Generally you can find the data directory of your file with your .my.cnf file. The physical structure of db is some thing like a directory structure, where each database is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add A Tab Using User-Event Script And Show A Link There To Refer A Suitelet Page

I want to add a new tab in a ‘case record’ of a Netsuite account using user-event script. And, there a link is given. After clicking that link, it will…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Programatically creating and fetching controls in TablelayoutPanel in Windows application.

Tablelayoutpanel can arrange the controls in the cells by defining the column and row number. We can add controls by defining the column and row Number. Add a TableLayoutPanel control…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Change An Image Periodically With Timer Control Using UpdatePanel In ASP.NET

At times we may want to automatically change images in a given time interval so that our web page will looks good. We can do it by taking Timer control and UpdatePanel.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to detect QR code(2D bar code) in an image using Zxing library

Here I am going to discuss about scanning of QR code in an Image. First I would like to introduce you about QR. What is QR? A QR code (abbreviated…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
CREATING A NAVIGATION MENU IN UMBRACO CMS V5

In Umbraco the contents are organized by creating document types,templates,partial views,macros etc. So here we aim to create a navigation menu using a Macro. For this we should first know…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Create a XML File Using XmlTextWriter

1. Create a XmlTextWriter Object. 2. Pass the Xml File name and encoding type parameter through the Object.If encoding parameter is set to Nothing, then default encoding will be “UTF-8”.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
The Difference Between .Find() And .Filter() Methods In jQuery

If you are new to jQuery, you may have confusion with the jQuery find() and filter() methods. The reason is both find() and filter() methods are very similar. But the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Set Label And Value In jQuery UI Autocomplete

Lets say, we want to show an autocomplete field with different display text and the different raw value using jQuery UI autocomplete. So what will we do. First we have…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!