Blog Detail
Recent Posts
WebDevelper tool: Browser size detection tool
Browser Size This tool will give you idea about how many % of user are not able to see which part of your website. This is develope by googler on his 20% time. If you want to see which part of page in your web site is used more/less this would do the...
ExtJS Error: invalid label error while using ScriptTagProxy for JSON data in Paging Grid Example
You can also read this post if you are getting above error while using ScriptTagProxy. With little bit modification i was trying to use Paging Grid Example from ExtJS. And that where i was getting following error: invalid label {"success":true,"t...
Sorting a number field in MySQL: Making order by work for number fields in mysql
When using Order By field having number doesnt work some time. Actually it tries to sort the fields considering them as string, so numbers 11,2,1,111,21,3 will be sorted like: 1,11,111,2,21,3 which is not desired, it should be: 1,2,3,11,21,111 To ord...
Google Interview Questions: Interview by google…Do you need job in google?
Since lot of people do it, i also wanted to do this. No..no..no..dont misunderstand me i am not talking about applying for a job at google, but i am going to write a post on it, i will try to add links to other pages from here, which will give an exp...
How To display table in GridView: Dynamically filling data in GridView from DataTable in ASP .Net
I had a datatable and i needed to show in a GridView in my ASP .Net page. Following is the code which help me to do so. //get table to be shown in grid view; DataTable dataTable = GetRequiredTable(); //assing table to the DataSource proper...
not able to delete eclipsed item (files) in clear case: sudden crash of system made file corrupt
I was working on clear case dynamic view and suddenly my system got crashed. after that i was not able to open the file on which i was working. It was looking like eclipsed item on clear case explorer. I was also not able to delete this file. But fin...

