Welcome!

Removing all characters within HTML tag from a string iOS Development

In many applications , there is a need to retrieve a specific portion of data from a string or to remove a few lines of text present at various places…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Programmatically change jQuery accordion

jQuery provides us a rich set of UI controls to be used in our sites like (Datepicker, Tabs, Accordion etc.). Accordion allow us to accommodate more than one panels in…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to apply Razor parsing for email templates in Asp.Net?

In current web applications, sending email from template with dynamic content is a common requirement. To achieve this we add a template and we add some parameters which need to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Basics of Hibernate

Data mapping tools are used by developers to get rid of writing sql queries. They are easy and provide all the functionality of sql queries and you dont have to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Getting image data in CRgn object in MFC

Usually we come across the situations , where we need to represent the image pixels as an single entity. In VC++ we can make out the image data represented by…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to implement a link in Wicket Framework which opens a desired pdf document in popup window

Here I am going to discuss how to implement a link in wicket which opens a desired pdf document in separate popup widow. To implent this link we will go…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Convert BufferedImage object of java to BitMatrix object

This tip shows you the way to convert BufferedImage object of java to BitMatrix object in ZXing library. Since in Image processing you must have information about the bits of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Usage of Java Imaging API

Java has a great efficient Image handling API in javax.imageio package. Using this package one can do all important image related operations, like Creating Images, Get an ImageData instance from…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Serializing the CRgn object in VC++ MFC

The CRgn class in provided in VC++ MFC is not serializable, but what if you have the need to serialize this object and store it in some file. We can…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!