Welcome!

Integrating Google map in Extjs. 3.3

Now a days Google map has come to play a vital role in web applications. This tip demonstrates how to integrate Google map with Extjs. To integrate Google map API…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Java Script hangs IE

Sometime JavaScript(Ajax call) hangs some browser(specially IE) or browser stops responding. The reason behind it is the settings of the Ajax call. If we are using ajax call then such…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
WebClient Vs HttpWebRequest and HttpWebResponse in ASP.NET

If you are already familiar with the basics of HttpWebRequest and HttpWebResponse classes for WebCommunication, the following code can help you get the response using HttpWebRequest . HttpWebRequest hRequest =…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to customize Flat(2D) Chart into 3D Chart in Microsoft Dynamics CRM 2011

Goal: Customization of chart from 2D to 3D in MS Dynamics CRM 2011 Step 1 : The first thing we’ll need to do is select the chart you want to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Run a Specific DB Migration in Rails

Scenario: Let’s say we are having 10 migration files in our application. Our DB is already set as per our migrations. Now let’s say we got a requirement to add…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to color column elements of a GridPanel in ExtJS

This is a brief demonstration on coloring the column elements of a GridPanel in ExtJS. Now if we want to identify the jobs having the status ‘FINISHED_FAILURE’ by coloring the…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Showing Splash Screen At The Start Of Android PhoneGap Application

If you want to disaplay a splash screen at the beginning of Phonegap based Android application you need to put splash screen image(splash.png) inside res\drawable-hdpi,  res\drawable-mdpi,  res\drawable-idpi which can be…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Navigation in Windows Phone 7

1 ) All the contents in the xaml Page should be places inside the        TAG     for Windows Phone This code will contain 5 Files : 1 ) NavigatePage.xaml…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Look at your ViewState

Some useful information on ViewState : 1. In asp.net ViewState is used to keep state information of controls to cope with the state less nature of HTTP and provides a…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!