• submit to reddit
Remy Sharp02/01/11
1747 views
0 replies

Simple Offline Application

I've written my fair share of single file applications. All the JavaScript and CSS are inline, and if I'm feeling particularly ninja, I'll base64 encode the images, and make them inline too. To make the whole thing completely available offline is insanely...

Jorge Ramon02/01/11
5018 views
0 replies

Creating a Website Using JQuery Mobile, Part 2

This article is a continuation of my series on how to build a website with JQuery Mobile. In the first part of this tutorial, Creating a Website Using JQuery Mobile, Part 1, I presented the requirements for the site and finished implementing the Home...

Senthil Kumar01/31/11
3562 views
0 replies

Switch between Windows Phone 7 emulator and Device on debugging in Expression Blend

Well , this might look to be simple post on how to start debugging with emulator or the real device  . Yes , it is simple and easy specially in Visual Studio Express 2010 for Windows Phone 7 . All that you have to do is select the item ( Windows Phone 7...

Den Delimarsky01/31/11
9301 views
4 replies

Why switching from Android to Windows Phone 7 won't be a problem

Mobile development is an interesting task and today if an app is available on one platform, chances are it will soon be available for other platforms as well. This is driven by the fact that the percentage of devices on the market is pretty much split among 4...

Avi Yehuda01/28/11
8240 views
1 replies

Android – Creating links using linkify

  Linkify is a class that lets you create links from a TextView or a Spannable.

Simone Chiaretta01/27/11
4192 views
0 replies

WP7 Tip: How to correctly handle smart quotes in WebBrowser control

While finalizing the v1 of the news reader for WP7 I’m working on, I noticed that sometimes the text in the WebBrowser control contained some little squares. It was not an encoding problem because accented characters were displayed correctly.

Peter Friese01/27/11
1296 views
0 replies

What’s Your Number?

If you take part in a beta test for an iPhone app, the app developer will likely ask you to send him the UDID of your iPhone. If you've been asking yourself "what's this number, and where do I find it?", read on!

Per Ola Sæther01/25/11
3685 views
0 replies

Samsung Galaxy Tab – My impressions after using it for four months

I have now been using the Samsung Galaxy Tab for about four months and this is my thoughts about this device. The device

Jorge Ramon01/25/11
5524 views
0 replies

Creating a Website Using JQuery Mobile, Part 1

In this tutorial I will show you how to build a website with JQuery Mobile.

James Sugrue01/25/11
4650 views
1 replies

Android Gains Serious Ground In Latest Appcelerator Developer Survey

Appcelerator released the results of their quarterly mobile developer survey today, which took place on January 10-12 this year. The timing of the survey was to follow on from the excitment of CES and see what developers felt they needed to focus on for their...

Den Delimarsky01/25/11
6106 views
0 replies

Making of - The first version of the presentation layer for Windows Phone 7

There are tons of question floating around the Internet of users asking how to take screenshots from a Windows Phone 7 application or how to capture the system screen. The sad (or, let's say - not so good) news is that there is no such functionality available...

John Blanco01/24/11
1658 views
0 replies

When dismissing a modal causes your view to drop 20 pixels…

Today, I ran into a problem where I have a view displaying and I present a modal. Everything is fine, but when I dismiss the modal, the original view has now moved up about 20 pixels — very noticeably the height of a status bar. I’ve run into this...

Den Delimarsky01/23/11
7195 views
0 replies

Altering pixels in a Windows Phone 7 Silverlight-based app

There might be many reasons that require the developer to alter some pixels on the screen. One of them could be drawing 8-bit graphics or you simply need to hide a part of the image and you know the exact section that needs removed.

Senthil Kumar01/21/11
5146 views
0 replies

BackgroundImage and Pin to start in Windows Phone 7 using Visual Studio

In one of my previous posts , i talked about  How to change the StartPage of the Windows Phone 7 Application in Visual Studio 2010 ? and talked bout how we can change the page in the WMAppManifest.xml. You might be wondering about the section...

Simone Chiaretta01/19/11
1873 views
0 replies

WP7 Tip: Always Encode Urls for the WebBrowserTask

Exactly as the title says, remember to encode the url you want to open in the external browser via the WebBrowserTask, always. This is probably the first of a series of posts I’m going to write about some problems I found while developing FeedTso, a feed...