The easiest way to render the content according to device request is to check the browser headers in the request. The various browser header values to be compared against are as follows : Internet Explorer IE9 – Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) IE8 – Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; [...]
Archives: May 2012
May 30, 2012
May 7, 2012
Google Charts Error In IE : Every row given must be either null or array.
Sometimes there is an error while drawing charts from google API in a webpage that says : Every row given must be either null or array. There is a very simple solution to this problem. Usually we create the data rows in this chart via LOOP and forget to remove the comma at the end [...]
