Welcome!

Few Tips to Increase the performance in Asp.net Applications

Few Tips to Increase the performance in Asp.net Applications 1..Uses of Connection pooling— Opening the connection in the database is a intensive task. It may be the slowest operation in…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Enhancing performance of web applications through output caching

Improving the performance of your ASP.NET Web application through output caching !!! Page level Caching is a technique to store output of a request sent to the page, which helps…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to install and use telerik Rad menu in Existing DNN Skin

Telerik is a company which provides its various products for ASP.net there are many products in this field.Since the arrival of DotNetNuke version 5.2.0 Telerik and DotNetNuke form a strategic…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
JavaScript – ParseInt – Something all web developers should know

How often do you use parseInt in your javascript applications? Have you noticed some strange behavior of the same? If you notice carefully you can find parseInt(“08”) and parseInt(“09”) return…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Transition Using Corona In Crossplatform Mobile App

Introduction : Everyone wants to add some wow effects on their application by different means. Using Animation is one of the way to add some visual effects to the app.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Get Default TagPrefix of an Organization using REST End Point in MS CRM 2011

It’s often required to get the default tagprefix of an organization dynamicaly using REST endpoint. We can get the default tagprefix from Default Publisher.But to know which is Default Publisher…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Customize tool tips in form label of CRM 2011

To achieve this functionality create an xml file that will hold the tooltip information. The following code illustrates it use for testing Now use java script file to call above…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Avoiding “virtual memory too low” warnings in Win XP and Vista

We enounter the above described problem when physical RAM and Virtual RAM (usually created  on hard disk) together are not sufficient to take care of the current requirement. This can also happen when…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
jQuery data() method

It is a nice method provided by jQuery which allows us to store arbitrary data in specific DOM elements. This method gives us the facility to store data using key…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!