Tag Archives: iPhone

iPhone Viewport and position absolute

20 Jan

Problem I have a div with id “stripe” that is using absolute positioning to be at the top of the page and span 100% of the page width.  It overlays the top part of the website.  The rest of my page is 1000px wide.  When viewing on the iPhone, the “stripe” div is only a [...]

Debugging Websites for iPhone

19 Jan

Problem I created a website that looked great in IE7+, FF, Chrome, and Safari, but on the iPhone a few things looked off.  Problems could be from the viewport being 480px wide but the website is 1000px wide so using percentages can mess it up… that’s another post sorry.  The problem is, how do I [...]

New iOS 5 Apps

15 Oct

Find My Friends This is an app I wanted to do for a while, but never got around to actually doing it.  The app lets you find your friends on a map.  You can request to temporarily or permanently follow a friend.  Once your friend accepts, you can see where they are.  A benefit of [...]

Styling for Mobile Web

1 Jul

Developing for IE, Firefox, Safari, and Chrome is a pain!  But now we have mobile devices like the iPhone and iPad.  This website demonstrates a nice way to handle these: http://www.danstorm.com/dan-storm-article-css-15.html