- Design Patterns - Posted by ronan 5 weeks 5 days ago
Anatomy of a mobile web experience: facebook.com- This is the second article in a series about how the major internet brands deliver their mobile web experience. The previous article is available here: Anatomy of a mobile web experience: google.com
- Design Patterns - Posted by ronan 7 weeks 5 days ago
Anatomy of a mobile web experience: google.com- In a recent blog post that I did here on mobiForge (Server-side device detection used by 82% of Alexa top 100 sites) some people expressed surprise that a 47 byte difference in the HTML payload delivered by Google to different devices constituted a significant level of server-side adaptation. On checking my results, it turned out that this minor 47 byte file size difference actually masks an entirely different HTML document served to
- - Posted by ronan 18 weeks 5 days ago
Server-side device detection used by 82% of Alexa top 100 sites- About 82% of the Alexa 100 top sites use some form of server-side device detection to serve content on their main website entry point. As you descend from the top 10 to the top 25 and top 100 sites the percentage of sites using server-side detection falls from 100% to 96% to 82%. This is an interesting fact given the all of the recent discussion in the blogosphere of responsive design using client-side techniques such as media queries.
- Best Practices - Posted by ronan 28 weeks 6 days ago
Mobile web content adaptation techniques- Introduction This article will help you pick from amongst the many techniques for building a mobile website. It doesn't describe how to do it, rather it instead tries to help you to pick the right approach. Before we begin it's worth clarifying exactly what the goal of the exercise is. Generally speaking, people who are looking to build a mobile site fall into two categories. They're either:
- Windows Phone 7 - Posted by weimenglee 1 year 22 weeks ago
Building Location Service Apps in Windows Phone 7- In my previous article on Windows Phone 7 development, I showed how you can quickly get started using Visual Studio 2010 together with the Windows Phone Developer Tools. In this second article in the series, I will discuss a topic that is garnering a lot of interest in recent years -location services. Location services usually involve two key components - getting your location data and displaying your location on a map. Hence in this article, I will first show you how to display a map in your Windows Phone 7 application and then use the Location Service APIs to obtain your current position.
- Frameworks - Posted by ruadhan 1 year 47 weeks ago
Meet goMobi - A New Content Mobilization Platform- Here in dotMobi we've just launched our latest product. The culmination of months and months of hard work by the dotMobi team has resulted in the release of our spanking new content mobilization platform: goMobi. You can find all the official blurb over at http://gomobi.info along with some videos of our CEO and CTO talking about the product. What I aim to do here is to give an overview, from a developer's viewpoint, so that you can find out what there is in goMobi to appeal to the developer in you. A quick introduction
- Android - Posted by weimenglee 2 years 29 weeks ago
Understanding User Interface in Android - Part 4: Even More Views- In this final installation of the Android Views series of articles, we shall continue our exploration of another category of views - Menu views, and some additional cool views. The views discussed include: Context Menu Options Menu AnalogClock DigitalClock WebView
- Mobile Design - Posted by weimenglee 2 years 33 weeks ago
Understanding User Interface in Android - Part 3: More Views- In the previous article, you saw the various basic views such as the TextView, EditText, Button, and how you can use them in your Android applications. In this article, we shall continue our exploration of another three categories of views - Picker views, List views, and Display views. The views discussed include: TimePicker view DatePicker view ListView view Spinner view Gallery view ImageView ImageSwitcher view GridView view
- Browsers - Posted by weimenglee 2 years 36 weeks ago
Build Web Apps for iPhone using Dashcode- So far, much mobile developer attention has been fixated on the iPhone SDK released by Apple to build native iPhone applications. This is understandable, since with the SDK you can write native iPhone apps that take full advantage of the capabilities provided by the device, such as accessing the accelerometer, the camera, as well as obtain geographical locations using Core Location.
- Android - Posted by weimenglee 2 years 39 weeks ago
Understanding User Interface in Android - Part 2: Views- In the previous article on Android UI you saw the components that make up the UI of an Android application. The basic unit of the Android UI is the View. A View represents a widget that has an appearance on the screen. In this article (and the next two), you will learn about the various common views that you would likely use in your journey of Android development. In particular, I have categorized the views in this series into the following group: Basic Views - commonly-used views such as TextView, EditText, and Button views


