Blog

June 10, 2011
Enable/disable link button in jquery Mobile

Hi,

I am developing mobile application, where I use jquery Mobile.

Buttons can be created by input tag, button tag and even link tag. See examples:

Read More
By Vikas
Comments(0)
Tags: jQuery, jQueryMobile
June 10, 2011
Run BlackBerry PhoneGap Application on other BlackBerry Models

Hi,

 

I am currently developing BlackBerry Application using PhoneGap.

Basically PhoneGap is a BlackBerry WebWork project. Eclipse has plugins for that.

But when you use this Eclipse plugin, you can have only three simulators listed to test you Application.

Read More
By Vikas
Comments(0)
Tags: BlackBerry
June 9, 2011
Scroll to UI element in jquery mobile framework

Hi,

I am using jquery mobile framework for last couple of weeks.

Recently it was required to scroll a page to my listview item.

Jquery mobile has a method called $.mobile.silentScroll().

Read More
By Vikas
Comments(2)
Tags: jQuery, jQueryMobile
June 9, 2011
31 CSS Code scraps to make you a Better Coder

It is almost unfeasible to collect in an article all the CSS code snippets that could help you in the future but here are some of the ones that you would need more frequently than others. Don’t get afraid by the length of some of these CSS hack’s code because they’re all easy to apply and where is the case, they’re well documented. Besides the ones that resolve common and annoying problems there are also some that solve new issues brought by the new technologies.

Full record of Browser-Specific CSS Hacks

Cross browser coding can be sometimes tricky but these browser specific css hacks can help you with your problems. With them cross browser compatibility comes to you served on a plate.

Read More
Comments(0)
Tags: CSS
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)
Tags: jQueryMobile
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)
Tags: Ajax
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)
Tags: JavaScript
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)
Tags: SqlServer
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)
Tags: Natty-Narwhal, Ubuntu-Server-64-bit, Windows-Server-2008-R2-Hyper-V
April 22, 2011
jQuery multiple selection

Hello Friends, Today, I am very glad to announce finally I have made jQuery multi selection plug-in. I am really thankful to my one of friend who gives me such a nice idea and also thanks to Mr. Pritesh Patel who provides guideline to do better. Now, in your mind one question arise. What is jQuery multi selection plug-in? jQuery multi selection plug-in is such a very useful plug-in and simple to use. Features of jQuery Multi Selection Plug-in: It's fully ajax base. ...

Read More
By Bharat Patel
Comments(2)
Tags: jQuery