My posts on Microsoft Windows

Windows 8 mail app and the background-size CSS property

windows8mailapp

Recently I discovered the Windows 8 mail app (Touch/Metro) not playing nice with the background-size CSS property. This property is often used when you need scale down an image on the fly, one reason for doing this is for optimising image assets for high resolution devices. The Windows 8 mail app supports CSS3 and hence this can be done. However background-size doesn’t actually work in some cases and its all dependant on the way you write background CSS properties. Find out more on how to avoid this quirk below!

(more…)

Turning floated tables into columns in Outlook

Solving HiDPI scaling problems in HTML email on Outlook 
Improve HTML email for HiDPI users

One of the many layout techniques for email is floating tables. This technique basically provides similar behaviour to the float CSS property but is supported pretty much everywhere. Problem is that pesky email client Outlook will attempt to ruin your party with its poor CSS box model. Sadly Outlook and table widths just don’t add up, which introduces problems like content appearing below its designed place as well alignment issues. Thankfully however, thanks to Mike Ragan from Action Rocket, there’s a cool new way to workaround this issue.

(more…)

Emulating max-width for Outlook and older IE versions

Ever wanted to use max-width but then realised the lack of support in Outlook and older IE clients is going to ruin that plan? Well with some conditional comment magic, you can use max-width in your email templates with a graceful fallback for Outlook/IE which will work across the board. How you may ask? Keep reading on to find out how!

(more…)

Email Campaigns on Windows Phone (Part 3: Exchange ActiveSync)

logo-windows-phone-8

This is the final part of the email campaigns on Windows Phone series and this time I look at how Exchange ActiveSync (EAS) mailboxes behave within Outlook Mobile on Windows Phone. The EAS protocol is what powers Exchange/Office 365 mailboxes on many mobile devices including Windows Phone and is something that is common in the enterprise world. The experience from an email campaign point of view and to the end user however, is rather frustrating. Find out the key differences and why things don’t quite work the same as POP3/IMAP below.

(more…)

Email Campaigns on Windows Phone (Part 2: POP3/IMAP)

logo-windows-phone-8

This is the second part of the email campaigns on Windows Phone series where I look into how email accounts that are configured with POP3/IMAP behave within Outlook Mobile. IMAP is a very common protocol for email these days which mail accounts like Gmail, Yahoo! Mail and others all use so potentially you’ll likely encounter a user base in your marketing list(s) using Windows Phone with these mail accounts. Find out more to see how email campaigns behave on Windows Phone with POP3/IMAP.

(more…)

  1. Jump to:
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5