Monday, April 18, 2011

JQuery Mobile file locations

Jquery Mobile is a fascinating technology. I really enjoy the ease with which you can design web sites with that. Now this also supports Windows Phone 7! Since this is a rapidly evolving technology, the file locations can be hard to find. Eddie Monge has simplified the job for us by this blog post

Nightly and Up-To-Date builds

This is a very useful link

http://code.jquery.com/mobile/latest/jquery.mobile.zip – The zipped up package of all the files necessary to deploy

The test area is located at:

http://jquerymobile.com/test/

Thursday, April 14, 2011

Bing mobile search for Windows Phone 7 and Javascript enable

Javascript is disabled by default in Windows Phone 7 browser. This caused me some problems when I tried to use mobile bing search in my application.

You have to do this to enable the Javascript.

Webbrowser1.IsScriptEnabled = true;

You can access Bing Mobile search by using http://m.bing.com/

For example to search for Alex Rodriguez you would use something like the following:

http://m.bing.com/search/search.aspx?A=imageresults&Q=alex+rodriguez&D=Image&SCO=1