Welcome!

How To Create A Browser Independent Input Field Placeholder

What is a placeholder? The placeholder is some text those are shown as filler text for input fields during page load. Once you put focus on the fields the text…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Upload image in rails3 without using any gem

For image uploading, rails3 having plugins and gems. But here we are going to discuss on how to upload and remove images through rails3 without using gems or plugins. Here…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to Connect to an Online MSD CRM 2011 using WCF Services

step 1:  Create a new Windows Form in Visual Studio 2010. step 2: Add two button controls , one for discover the organisations name and another for connect to organisation.Again,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Giving alternate color to each row of ListBox in Windows phone 7

As is generally known there is no DataGrid available under the Silverlight for Windows Phone platform at the moment. And many times we come across a situation where we need to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
AutocompleteExtender in Multiline Textbox with new line as delimiter character

In single line Textbox, Ajax Control Toolkit – AutocompleteExtender works fine. Once we use AutocompleteExtender in a Multiline Textbox and think of using new line as delimiter character, then it used to give…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Introduction To Rails Scaffolding

What ? In this tip I am going to demonstrate how to create your first basic Rails application without writing a single line of Ruby code. How ? Rails has…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Manage ASP.NET Client side validation using Javascript

Content: As we all know ASP.NET provide some validation extenders which can be implemented on controls to validate them at Client & Server side. Some of those validations extenders are…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Use of JSLint to Verify JavaScript

Why is it needed? Just as C was once a young programming language with primitive compiler support (giving rise to the development of an accessory program called lint to scan…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Opening a popup window at center of the screen

Opening a popup window at center of the screen : Level : Beginner You can open popup window through javascript. But opening it at center of the screen will make…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!