Welcome!

Registering server ids to client ids in ASP.NET

Problem In ASP.NET each control has its unique ID. The control ID remains as it is until it is placed directly under “form” tag. But it is not practical .…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Ajax pushing in rails 3

This a tip on real time ajax pushing using faye and private pub in rails 3 Gems used:    gem “private_pub”       gem ‘thin’       gem ‘faye’ Step 1 :…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to show progress indicator for AutoComplete Extender in ASP.NET

In ASP.NET if we want to show autocomplete suggestion in a textbox (e.g: In Google when we start  typing something it shows us a list of suggestion depending on the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Transferring Documents From One Application To Another In iOS

If our app is capable of opening specific types of files, say pdf files by loading their content in a webView and if we want the pdf files in the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Keep Our Drop Down & Index List Sorted For Better User Experience

Generally when we fetch records from our DB and render those in our view without caring about sorting those records. Let’s consider a case, we have doctors name in a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Integrate Simple_form Gem To Rails Application

We got many gems to customize our form in rails out of which we will be using simple_form. Why we have chosen simple_form : – simple_form is lightweight.   – It…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Download/Include Required JavaScript Files Dynamically

Sometimes we have some requirement to include the required JavaScript files programmatically. Is it possible to includes file at runtime? Yes, it is possible. Lets take an example where we…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Master Page: Public Properties Usage

Step 1: Define a public property for MasterPage class that gets/sets the value of Label, Image or any other web control used for displaying Heading of the Page. Step 2: …

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Customize menu items and controls to the toolbars using ISV.Config file

ISV.Config is an XML file used to add custom menu items and controls to the toolbars. This file used to add shortcuts on an entity Form which is not CRM…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!