Welcome!

Retrieving symbol information from crash dump on Mac OS X

Whenever any application crashes the system’s crash reporter(/System/Library/CoreServices/Crash Reporter.app) creates a crash dump.A crash dump is the image of the state of the kernel that was in physical memory when…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create a custom webservice in SharePoint?

There are numbers of out of the box web services present in SharePoint that will do most of the common tasks like methods for working with list ,sites and sub…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Workflow to send Email

If we want to alert user when a new item is created or uploaded in a particular list or document library, we can do this by using workflow. First, we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Restrict Triggering User Event script from Scheduled script in Netsuite

Have you ever noticed your User Event script gets executed automatically. If yes and you don’t want this to be happened, then this will help you. You may not have…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Embed good looking charts/graphs into your PDF

While working with chart/graphing solutions for creating good looking graphs, we face difficulty to embed the graphs into PDF reports. Charting solutions allow us to create HTML versions of charts…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to upload skin package in DNN site/ application

Skinning your is the most honored aspect of the administrative process. A skin is a collection of physical files (HTML, CSS etc) which decide the look and feel of your…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Conversion of several document types to pdf

Recently i came across a requirement to convert a wide range of file formats (.doc, docx, .xls, .rtf , .odt, .ods, .ppt etc.) to pdf file in PHP. I found…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to run background(child) process in PHP without blocking the usual flow of parent process on Linux server

Using Shell command we can run a PHP script known as child process inside another PHP script known as Parent process without allowing the parent process to wait for the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Auto Code Snippets in Visual Studio 2008

Background: Visual Studio 2008 makes life very easy for a developer. We can have complete code blocks created automatically. This is at a very advanced level for VB.NET and is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!