Mobile Me

I finally realized that there were too many good links I've forgotten.

Posted October 29 2009
Personal, Web
No comments
Comments closed
Tweet this article

Sev­eral friends have cre­ated their own start pages. There are online ser­vices that do this for you – basi­cally a way to have online book­marks. It’s a good idea. I don’t always work on one com­puter or with one web browser, and keeping book­marks syn­chro­nized is not fea­sible. So a per­sonal start page is a nice solu­tion. It also allows you to design what it looks like and orga­nize the con­tent to fit pre­cisely to the way you work – if you’re so inclined.

I finally real­ized that there were too many good links I’ve for­gotten. I’ve used Face­book and this blog and my web browser to save links that I felt were worthy of remem­bering, but that’s too many places. I don’t always browse my book­marks or read old posts, so the links are for­gotten. By cre­ating a per­sonal start page, I can always have these links at hand. I’ll remember to return to these sites and see what’s new. And my per­sonal page can accessed wher­ever I have an internet connection.

Which brings me to the next part of this endeavor. My con­nec­tion to the internet is often my phone. So I should have the page book­marked in a way that’s easy to get to. The iPhone pro­vides a great way of doing that. You can create a button on the home screen of the phone that will link you directly to a web page. It’s like a book­mark, only better. And it works for any web page. Unfor­tu­nately, the default icon that the iPhone cre­ates for a web page is a very tiny thumb­nail of that web page. This is basi­cally use­less. I don’t under­stand why they didn’t just use the site fav­icon. Apple did pro­vide for some­thing very sim­ilar to a fav­icon. If you place a 57x57 pixel png file named “apple-touch-icon.png” in the root direc­tory of your site, the iPhone OS will use that image as the icon for your book­mark button. The OS will even round the cor­ners of the image and apply the “shiny sur­face effect” to the icon. More about how this works can be found in this blog post by Drew McLellan.

Of course, book­marking my per­sonal start page is only the first step. To do this right, my start page should appear prop­erly for­matted for mobile viewing when I am on my phone. The iPhone will dis­play normal web pages, but they are not the most con­ve­nient for the small screen. When it comes to mobile web pages, one of the best exam­ples is the ESPN web­site. They did an amazing job cre­ating a first rate browsing expe­ri­ence for mobile viewers. Their site is com­plex, so they serve up a com­pletely dif­ferent set of pages to mobile viewers. I am cre­ating a single page. I’d like to accom­plish my goals using CSS.

ESPN will serve as a useful case study for a mobile site. I sug­gest using a devel­op­ment tool to load their mobile web pages on your com­puter and inspecting the code. They’ve done nice work. How­ever, to dif­fer­en­tiate the look of a site for dif­ferent devices using CSS, I sug­gest starting with an article from A List Apart that was pub­lished ear­lier this year. They break down the basics. David Storey also has a good post about devel­oping for the iPhone on My Opera.

I still have work to do, but the begin­nings of my mobile stylesheet are in place. It seems to work like a charm. I’m going to have fun when I start devel­oping mobile web­sites for clients.