Welcome!

Show Countdown With Corona

Introduction : Its a very common practice, to display countdown like 3, 2, 1 and then the game begins. So today we will see how can we make our own…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Create, Retrieve , Edit , Update in an costume Entity in Online MSD CRM 2011 Using WCF and LINQ Query

This tip demonstrates how to create, retrieve , edit and update an costume Entity in Online MSD CRM 2011 Using WCF and LINQ Query. To know how to connect to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Face Detection in iOS5

Sometimes there is a need to detect the face & face features in an image,now we can detect the face very easily in iOS 5 with just  adding a few…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
5 Essential Shortcuts to Zip Around Your Desktop

1. Switch between open applications: This is perhaps the most common desktop activity: switching between applications opened by you as and when you need one. You can use the mouse,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create custom Login & Registration module in Dotnetnuke

In this tip I am not going to explain how to create new DNN module and its settings. Instead, I will try explaining how to register a new user and…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Caching In Non-web Applications, A New Perspective

Output caching enables one to store the generated output of pages, controls, and HTTP responses in memory. Due to it’s power and awesomeness,  it had tempted developers to use the …

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Few Tips on Javascript

A few tips for copying text to clipboard and how to use buttons like forward and backward like  in browser and changes color of scrollbar. 1. If you want a  page to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Animated scrolling using jQuery

For scrolling to the top of the document , we can write a javascript like : window.scrollTo(0,0); But its transition effect is left visible . If we want a smooth…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to create custom model validator in Rails

Rails ships with nice collection of model validations. By default rails facilitizes our application with validations like presence, uniquiness, format etc etc. In most applications default supplied validations are enough…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!