Welcome!

Timestamp issue for CRM Online 2011 – SDK

While communicating to CRM Online 2011 using the SDKs,the developers need to take the Server timezone factor into account else It might throw a timestamp exception. In one of my…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Naming convention for custom tags in Lasso

Following naming convention should be followed while giving tag name and namespace to a custom defined tag in Lasso. There is no such rules mentioned for Custom Tag in Lasso,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Workaround for TextBoxWatermarkExtender of AjaxControlToolkit

Problem If we are using watermark extender in a textbox, and also are trying to set the value of TextBox using JavaScript or jQuery, the text takes the format of…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Amazon Product Advertising API implementation

In recent past, we had a requirement in our project where our client wanted us to show Amazon products on the site so that users can view Amazon products and…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to get Skype status and make call or chat from the Web application

Nowadays, Skype is one of the best desktop application to communicate on the . Skype is a and questions are. How any one show Skype status on web application ?…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Obtaining GUIDs Of Selected Items, Their Entity Type And Count From MS Dynamics CRM 2011 Homepage Grid

One can use Javascript functions (or URL) to obtain the Selected Entity type, Selected Entity Count and Selected Item GUIDs from the HomePage Grid of MS Dynamics CRM 2011 Lets…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to run Javascript code before document is completely loaded (using jQuery)

This is a common practice to call a javascript function when page is loaded like window.onload = function(){ alert(“Mindfire”) } or Inside of which is the code that we want…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to check CAPS lock status in Javascript ?

Sometimes, it happens that after entering the same lucky password, the sign in mechanism doesn’t allow you to enter into the system. You are tired of trying all your passwords…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Using FIELD function in ORDER BY clause in MySQL

Introduction to FIELD function: FIELD(str, str1, str2, str3, …) function search for ‘str’ in the list ‘str1,str2,str3…’ and returns the index (position) of str in the list. If ‘str’ is…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!