Welcome!

SessionStorage v/s Cookies

SessionStorage is an alternative to session cookies, but more powerful. The data recorded in the storage are available in all web pages from the same site and to the same…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Working with Windows Phone Application and Secondary Tiles

By changing the image now we can get the Application Tile of desired background image. 3.As we know that we can’t  create an Application tile programmatically but we can modify…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Custom Errors in ASP.NET

Recently going through the Exception handling and logging, I found an interesting topic which I would like to share. “Exceptions”, family member to every language/technology used.These are sometimes irritating for…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Make your website faster: Adding Javascript and CSS files at run time

If you want to load your website faster and have good ranking for your website in y-slow of similar tools please go through this tip. I have discovered a technique…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Get WebResources Related To An Entity Using REST END POINT In MS Dynamics CRM

Webresources associated to an Entity are stored inside “FormXml” of that entity as follows. To get the FormXml of an entity we need to query “SystemForm” with some filter condiion…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
ASP.NET AJAX SlideShow Extender

In ASP.NET AJAX Control toolkit there is an extender known as SlideShowExtender. This can be used to create a Slide show by looping through the images. The images are shown…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
HTML5 Offline Web Applications

The application cache is controlled by a plain text file called a manifest, which contains a list of resources to be stored for using when there is no network connection.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Passing Data From One Page To Another With Storyboard Using Corona

Introduction : Its a very common practice, where we need to pass data from one page to another page. Corona provides storyboard API, which gives access to page navigation functionality,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Compress components in ASP.NET with Gzip

If the response time of your website is high, i.e if it is taking more time to display the content then the user might lose the interest in using the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!