Welcome!

Road To SQL Azure

With the release of DotNetNuke 6.0 DNN has also joined cloud bandwagon.Here is a short description to the process of shifting of SQLServer  2005/2008 to SQL Azure. The following steps deals…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using JPEG image with CMYK format in Internet Explorer by converting it to RGB

Recently, I faced an unusual problem while working with JPEG images in a project. What I found is that some of the images with .jpg extension were not being displayed…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
View Windows Command line history

During  working with  windows command prompt often happens that we need  to know that what  command we typed previously during that  session  there are followings  shortcuts: 1)Press the ” F7…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How To Implement Filter On Controller Actions In Rails

What exactly filter is ? Filter is a simple method which is executed “before” / “after” / “around” a controller action. For example, one filter might check if the user…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Function listeners in Corona

Introduction : Listeners are generally used to do some job against any event associated with an object. There are different ways to define listeners. On  below I will describe about…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Filtering out the collection using Predicate argument in ASP.NET

MSDN Says : Predicate delegate Represents the method that defines a set of criteria and determines whether the specified object meets those criteria. We can use this functionality when filtering…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
10 tips on DotnetNuke Skins for smart phones and handheld devices.

Tip #4 keep it simple What are mobile visitors looking for? What information do they want/need? Do mobile visitors have time/interest in all of my tedious sidebar content? With a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to customize Dashboard Ribbon in Dynamics CRM 2011

Goal: To create a Custom Button in a Dashboard Ribbon in MS Dynamics CRM 2011 Step 1 : Go to Settings >> Solutions. Create a New Solution Step 2 :…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Secret of ASP.NET Validation control

In your projects you must have used ASP.NET validation controls like Required Field Validator, Range Validator, Custom validator, etc. Suppose in a page you have used Required Field Validator for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!