Getting Your WordPress Themes Ready for Apple iPad

So you want to get your themes ready for the newly released Apple iPad? Worry not, take a deep breath and follow this simple checklist:

  1. Do nothing.

Done. And no, that is not a joke. Generally you won’t have to do anything since iPad’s Mobile Safari is a full-fledged browser comparable to desktop browsers, supporting modern web practices of (X)HTML/CSS/JS and even HTML5 and CSS3.

There are some points I want to mention, though: design consideration, specific things you can do on iPad’s browser, and more.

Layout

iPad has a resolution of 1024 x 768 pixels in landscape orientation, and (obviously) reversed for the portrait orientation. Any website with a width larger than the current viewport will be scaled down and zoomable. If your theme is designed to be around 960 pixels wide, which I believe is the most widely used width, it will then show up full scale the way you intended it.

Flash

iPad does not support Flash. I don’t think there are that many themes that uses Flash, but if yours do, it might be a good thing to find another alternative.

As a note, Degradable HTML5 audio and video is a neat WordPress plugin that automatically enables HTML5 native playback for compatible browsers (including Safari), and degrades to Flash player for older browsers, and further to a download link for ancient browsers out there.

Things you can do on iPad

This page specify a bunch of things you can specifically do for your website on iPad. A few things you can do are:

  • Specify a width for the viewport,
  • specify a home screen icon,
  • disable scaling and zooming,
  • detect orientation changes,
  • conditionally load CSS for Mobile Safari

Resources:

I do not currently own an iPad, and this article is done after reading and learning through these links:

18 Responses to “Getting Your WordPress Themes Ready for Apple iPad”

  1. iPad Forum

    im loving the ipad personally. what do you think of it now? was it upto your standards?

  2. Preparing Your Web Content for iPad | iBook IQ

    [...] Getting Your WordPress Themes Ready for Apple iPad from WPLover has a nice description of the issues to pay attention to if you develop WordPress themes. [...]

  3. Does Your Website Play Nicely with Apple’s iPad? It Better! | LaunchBox Pro

    [...] Getting Your WordPress Themes Ready for Apple iPad from WPLover has a nice description of the issues to pay attention to if you develop WordPress themes. [...]

  4. Get Your Website Rockin’ Like Elvis on the iPad | CRAIG ALLAN TEICH

    [...] Getting Your WordPress Themes Ready for Apple iPad from WPLover has a nice description of the issues to pay attention to if you develop WordPress themes. [...]

  5. Abraham Leopard

    thank you very nice shared.=)Where is the blogspot themes?

  6. The iPad Web Design & Development Toolbox | iPhone.AppStorm

    [...] This short article covers a few things you might like to consider, and it’s also worth taking a look at a plugin called WP-UserAgent if you’re wanting to detect if a reader is using an iPad. [...]

  7. olly

    Great blog, keeping me from jogging… just joke :) Please put more topics about dev

  8. The iPad Web Design & Development Toolbox | iPhone.AppStorm « ANDYWERGEDAL

    [...] This short article covers a few things you might like to consider, and it’s also worth taking a look at a plugin called WP-UserAgent if you’re wanting to detect if a reader is using an iPad. [...]

  9. The iPad Web Design & Development Toolbox - Latest Technology Trends

    [...] This short article covers a few things you might like to consider, and it’s also worth taking a look at a plugin called WP-UserAgent if you’re wanting to detect if a reader is using an iPad. [...]

  10. Shane Kaiser

    hey guys, there’s been some talk on here about myPadMedia and I thought I’d give it a review after getting my iPad.———–http://www.freeipaddownload.net

  11. Adapta tu sitio para iPad | Ayuda WordPress

    [...] Getting your WordPress themes ready for iPad [...]

  12. Adapta tu sitio para iPad | Todo bit

    [...] Getting your WordPress themes ready for iPad [...]

  13. Preparing Your Site for the iPad : Ben Gross, PhD

    [...] Getting Your WordPress Themes Ready for Apple iPad from WPLover has a nice description of the issues to pay attention to if you develop WordPress themes. [...]

  14. escort girls basel

    Don’t stop posting such articles. I like to read stories like this. By the way add more pics :)

Leave a Reply

Latest Links More →

Custom Shortlinks for WordPress

Have your own short domain name for the purpose of shortlinking? Here’s an easy way to combine that with your WordPress install.

The Quick Start Guide to Using Google Webmaster Tools With WordPress

GWT is a great, frequently updated features like showing you search queries volume, malware and crawl error diagnostics and links to your site. If you don’t use it yet, you probably need to. This will help you get started.

WordPress & jQuery Contact Form without a Plugin

I would recommend this either if you want more flexibility or to learn how to code a contact form.

Understanding and cleaning the pharma (spam) hack on WordPress

How to fix that hack:

This attack is very interesting because it is not visible to the normal user and the spam (generally about Viagra, Nexium, Cialis, etc) only shows up if the user agent is from Google’s crawler (googlebot). Also, the infection is a bit tricky to remove and if not done properly will keep reappearing.

Web Safe Fonts Cheat Sheet

An updated (written in April 2010), well researched, CC-licensed Web safe fonts cheat sheet, available both in low-res PNG and high-rest PDF. Even the article is useful as well.

The Nicest 2010 Child Theme You’ll See Today

The Timaru Mental Health Support Trust website, made for charity by Team USA (comprised by web superstars like Jason Santa Maria, Dan Mall, Liz Danzico and Automattic’s John Ford) during the FullCodePress competition, is actually a clever child theme of 2010.

More recap by JSM, Daniel Mall, and Liz Danzico.

WordPress 3.0 Theme Tip: The Comment Form

The simpler way to code comment form (once you understand how hooks and filters work).

Showing and hiding content with pure CSS3

I like it, I think it’s short and easy to understand.