Welcome!

Some best practices while writing ASP.NET code

Use int.TryParse() to keep away from Exception. While using Convert.ToInt32(), if the input parameter is of wrong format and if it can not be convertable into integer then an exception…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add Pagination in Rails

This tip shows how to add pagination in Rails. Let’s create a basic rails project : $rails new pagination #creating project $cd pagination $rails generate scaffold user name:string address:string #Createed…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Access instance of a Radiobutton from Radiobuttonlist through Javascript

If we are using ASP.NET Radiobuttonlist in our page it becomes a little difficult to find the instance of it through Javascript  because it is rendered in a different way…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Show The RecordView Of Any List Grid In New Window With Telerik RadGrid TemplateHyperlinkColumn Using Client-side API

In many cases we do have requirements to show the record view of our records listed in any grid within a other floating or non-floating window so that we can…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Rails BDD Cucumber Set up for Rails3 in Linux

The new features in cucumber BDD for rails have been released by its developer, now ‘web_step.rb’ is no longer required. Sounds crazy? Sorry friends,first let me introduce what a web_steps.rb…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Set Required Field Validation in CRM 4 Form

Anyone can set requirement level for required field to any attributes in CRM 4. The following instruction will help to set required field validator. 1.  From the Web Application ->…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Solving back button issue in an Ajaxified page

THE PROBLEM We all know that when a user navigates through a website, each page s/he visits is logged by the browser in their history. An inherent problem with an…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
CRM Online 2011 Plugins

One of the limitation, that we have on MS Dynamics CRM Online(CRM 4.0) is that it does not support plug-ins. In CRM 4.0 one has to register the plugins on…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to use Application Bar in Windows Phone 7

Before going to the steps need to follow for using application bar lets us know something about Application bar in windows phone. 1.Why we need an Application Bar   In…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!