Blog
- May 28, 2011
- Enable/Disable auto back button for jQuery Mobile framework
Hi,
Currently JQuery Mobile is still in alpha version. As they are moving towards first beta version, they do some changes from previous alpha versions.
One of the key change is, they disable auto back button by default, As they thought that many of the mobile device will have back button. But some may not have.
To enable it, use the following option:
- Read More
- By Vikas
- Comments(0)
- May 20, 2011
- To prevent request which is send through ajax
Hello Friends,
Today I have found something interesting thing to prevent our request which is send through Ajax. I am not sure it is working on older browser. I have just tested on IE 7 or above, Firefox 4 and Chrome 11. For hide request which is send through Ajax just add below code after each Ajax request ...- Read More
- By Bharat Patel
- Comments(0)
- May 20, 2011
- Javascript and Numbers
Hello
Once I wonder that why the I got the 10 value in my javascript variable x in the following example.
var x = 1 + 011;
After, googling some times I got that it was a radix param issue [More].
While parsing into the number javascript assumes the following ...
- Read More
- Comments(0)
- May 9, 2011
- Sql Server Query Performance Tuning
Hello Friends,
Try to avoid function (user defined or inbuild) in where condition of sql query as it is always overlook indexing created on tables and taking much longer time to execute in case of table having large number of rows (over million)
Have a look below query. How to avoid date range condition? I hope it may be helpful to you ...
- Read More
- By Bharat Patel
- Comments(0)
- May 7, 2011
- Installing Ubuntu Server 11.04 64bit on Hyper-V
Installing Ubuntu 11.04 server 64bit on Hyper-V is very straight forward but does require some manual editing before it work like charm. Mainly adding some lines for Hyper-V drivers & Virtual network support. I have created all steps screenshot so that it's easy to follow. First of all, you have to download Ubuntu 11.04 (Natty Narwhal) 64bit form Ubuntu website.
- Read More
- By Narendra Patel
- Comments(39)