Posts Tagged mobile

Apps of the moment

Hicksdesign Go to the source

There are a few apps that I’m particularly enjoying using at the moment, so I thought I’d share in case any of them are news to you: Choosy Choosy does a seemingly simple task, and does it very well. For a start, it provides a central preference pane to choose your default browser, but its main thrust is letting you choose which browser to open a link in. You can do this either manually via a chooser display (right), or automatically depending on order of preference. My favourite feature is ‘behaviour rules’. For example, I get emails from Opera’s internal bug tracking system, and I always want to open these in Opera, no matter what my default browser is at the time. … Read the rest here

Audio Update

Adactio Go to the source

Aral recently released the videos from last September’s Update conference . You can watch the video of my talk if you like or, if video isn’t your bag, I’ve published a transcription of the talk . It’s called One Web, Many Devices and I’m pretty happy with how it turned out. It’s a short talk—just under 17 minutes—but I think I made my point well, without any um-ing and ah-ing. … Read the rest here

Months and years

Adactio Go to the source

While I was in San Francisco for the last Event Apart of the year in December, Luke pulled me aside while he was preparing for his A Day Apart workshop on mobile web design. As befits the man who literally wrote the book on web forms and also wrote the the book on mobile-first design , Luke was planning to spend plenty of time covering input on mobile devices and he wanted my opinion on one of the patterns he was going to mention. Let’s say you’ve got your typical checkout form asking for credit card details. The user is going to need to specify the expiry date of their credit card, something that historically would have been done with select elements, like so: January February March April May June July August September October November December 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 With the introduction of the new input types in HTML5 , we can now just use input type=”month” . That’s particularly nice on mobile devices that support input type=”month” like Mobile Safari since iOS5. But the behaviour on non-supporting browsers would be to display just like input type=”text” …not ideal for inputting a date… Read the rest here

iWish

Adactio Go to the source

Dear Apple Claus, I’ve been a very good boy this year so I hope you don’t me asking for a little present. What I’d really like for Christmas is for you to fix that strange orientation scaling bug in Mobile Safari. Just in case you’ve forgotten about it, my friend Scott —who has been a very, very good boy this year (what with that whole Boston Globe thing)—put together a test page quite a while back to demonstrate the problem. Basically, if I set meta name=”viewport” content=”width=device-width, initial-scale=1.0″ then it means a pixel should be equal to a pixel: in portrait view, the width should be 320 pixels; in landscape view the width should be 480 pixels. But in Mobile Safari, if I move from portrait to landscape, the width jumps to a value larger than 480 pixels, which means the hapless user must double tap to bring the scale down to 1:1. … Read the rest here

Responsible responsive images

Adactio Go to the source

I’m in Belfast right now for this year’s Build conference , so I am. I spent yesterday leading a workshop on responsive enhancement —the marriage of responsive design with progressive enhancement; a content-first approach to web design. I spent a chunk of time in the afternoon going over the thorny challenges of responsive images. Jason has been doing a great job of rounding up all the options available to you when it comes to implementing responsive images: Responsive IMGs, Part 1 , Responsive IMGs, Part 2 —an in-depth look at techniques, Responsive IMGs, Part 3 —the future of the img element. Personally, I have two golden rules in mind when it comes to choosing a responsive image technique for a particular project: The small image should be default. Don’t load images twice (in other words, don’t load the small images and the larger images)… Read the rest here

Presentation: Fake it ’til you make it

Snook Go to the source

From my presentation at StarTech , here are my slides. Fake it ’til you make it shows some code and examples on how to make a web app look more like a native mobile application. This can provide a way to build quick prototypes or to build using familiar technologies. … Read the rest here

Chunky in Fury

Jason Santa Maria Go to the source

by Mike Monteiro It’s January of 1979 and we’re sitting inside the Plymouth Fury outside an AM/PM Mini Market in North Philadelphia. My father’s loyalty to Chrysler automobiles may be the defining commitment of his life. The blue Fury had replaced the black Valiant, which was even bigger. In three years it will be replaced by a Volaré station wagon, perhaps a nod to the suburban family life he continually promised my mother. … Read the rest here

Detection

Adactio Go to the source

One of the recurring themes at the Mobilism conference earlier this year—and more recently at the Breaking Development conference —was the subject of server-side user-agent detection. I posed the question in absurdum on the Mobilism browser panel : A useful tool for developers or spawn of Satan: which is it? It’s a contentious issue, as Alex’s strident defence illustrates. Personally, I’ve never been a fan but that’s mostly because of the long history of really, really bad UA-detection in the past. When I discussed this issue with Lyza we came to a détente, agreeing that there is nothing inherently wrong with server-side UA-detection: it’s what you do with it that counts. In their presentation at Breaking Development Bryan and Stephanie outlined the kind of detection that they have used. … Read the rest here

Boston Global Scope

Adactio Go to the source

After giving my language-centric talk at the Breaking Development conference I found it interesting to listen out for the terms that attendees and speakers were using to describe desktop-centric websites. Some of the adjectives I heard were: full site, standard site, regular site. Once again, I think that this kind of language can constrain our approaches to web design and development. In truth, a mobile site should be the standard, full, regular site; you can still go ahead and add more stuff for the desktop environment, but to think of it as the canonical instantiation isn’t helpful. It hinders our ability to think in a mobile-first responsive manner. … Read the rest here

The Language of the Web

Adactio Go to the source

The Breaking Development conference is wrapping up here on spacecraft Opryland One . It’s been a wonderful experience. The conference itself was superbly curated—a single track of top-notch speakers in a line-up that switched back and forth between high-level concepts and deep-dives into case studies. I hope that other conferences will take note of those key phrases: “single track”, “curated”, “top-notch speakers” (see also: An Event Apart , dConstruct , Mobilism ). I opened the show with a talk that sounds controversial: There Is No Mobile Web . … Read the rest here

Update

Adactio Go to the source

The Brighton Digital Festival kicked off with a one-two punch of geek conferences: dConstruct and Update . Update was a labour of love from Aral who worked hard to put together an eclectic, slick event. It was mostly aimed at iOS developers but there was a lot of other stuff in there too, including a range of musical performances. Some speakers, like Matt Gemmell and Sarah , talked specifically about iOS design and development while others, like Cennydd , spoke of broader issues. In my opinion the most important talk of the day was delivered by Anna who laid bare the state of Britain’s education system—and by extension, Britain’s future… Read the rest here

Golden Grid System: A ‘Folding’ Grid for Responsive Design

Cameron Moll Go to the source

Golden Grid System: A ‘Folding’ Grid for Responsive Design : Joni Korpi, who developed the system: 16 columns sounds a bit much for anything other than huge widescreen monitors. This is where the folding, inspired by the DIN paper system and Unigrid, comes in. The 16 columns can be combined, or folded , into 8 columns for tablet-sized screens, and into 4 columns for mobile-sized ones. This way Golden Grid System can easily cover any screen sizes from 240 up to 2560 pixels. … Read the rest here

New Skype Emoticons

Hicksdesign Go to the source

Working with Steve Pearce and Mark McLaughlin from Skype, and genius animator Julian Frost , Hicksdesign has updated the complete set of Emoticons for its desktop and mobile clients. Currently released in the Windows and Android versions, Mac and iOS will follow later. The brief was simple, update the Emoticon set, providing multiple sizes (20,30,40,60,80px), but retain the style that is already familiar to millions of users worldwide. The original set was designed by Priidu Zilmer and only existed in one size – 19px. An odd numbered grid can allow you to centre elements better, but the decision was taken to start at 20px to allow more straightforward enlargement. This meant some of the basic proportions of the eyes to head had to be changed… Read the rest here

New Skype Emoticons

Hicksdesign Go to the source

Working with Steve Pearce and Mark McLaughlin from Skype, and genius animator Julian Frost , Hicksdesign has updated the complete set of Emoticons for its desktop and mobile clients. Currently released in the Windows and Android versions, Mac and iOS will follow later. The brief was simple, update the Emoticon set, providing multiple sizes (20,30,40,60,80px), but retain the style that is already familiar to millions of users worldwide. The original set was designed by Priidu Zilmer and only existed in one size – 19px. … Read the rest here

Hiring: Front-End Designer/Developer at Roland

Cameron Moll Go to the source

Hiring: Front-End Designer/Developer at Roland : I’ve played a number of Roland keyboards over the years (I play only a little piano, and mostly by ear). The touch-sensitivity nearly rivals that of a real piano. And I swoon over their V-Drum kits every time I’m in a music shop, equally matching the sensitivity and touch of a “real” kit. This is a contract position in Los Angeles and involves work on the company’s web properties, including mobile. jQuery/HTML/CSS know-how a must. … Read the rest here

Mobilism transcription

Adactio Go to the source

Remember that mobile browser panel I moderated at the Mobilism conference in Amsterdam earlier this year? Well, I’ve had the whole thing transcribed. You can now: read the transcription , watch the video or listen to the audio . Enjoy! Tagged with mobilism panel conference mobile browsers transcription … Read the rest here

Five Details

Hicksdesign Go to the source

It’s all too often the case that as soon as a project is finished, I’m on to the next one in the queue, without any time to stop. I’m sure others know this feeling – there’s no time to reflect and blog about the work you’re doing. So here starts the catch up… Back in April, a project I was involved in was finally launched, the new Identity and website for Five Details , previously known as ExtendMac, whose “Flow”: FTP client won a Runner up prize in the prestigous Apple Design Awards in 2008. Brian Amerige, who created Flow was getting ready to release a new iOS app called Seamless to coincide with the relaunch, and Hicksdesign were bought on board to create a new identity and website. After a few different explorations, we settled on the simple logo of the 2 ‘D’ shapes that together form a ‘5’ in the negative space: The logo has white and orange variants, working on either a white or dark background, as well as ‘layered’ version, for use in backgrounds: Brian and I discussed suitable type treatments, and I felt that LFT Etica was the right fit for this project… Read the rest here

EasySign

Cameron Moll Go to the source

EasySign : I set a goal at the start of 2011 to sign documents only digitally — no more scanning, emailing, etc. So far, so good. I’m a fan of EchoSign , but I’m convinced to give this app a try for my next document. Download the free app, watch the in-app tour, and you’ll probably be convinced to try it, too. /via @ swissmiss … Read the rest here

EasySign

Cameron Moll Go to the source

EasySign : I set a goal at the start of 2011 to sign documents only digitally — no more scanning, emailing, etc. So far, so good. I’m a fan of EchoSign , but I’m convinced to give this app a try for my next document. Download the free app, watch the in-app tour, and you’ll probably be convinced to try it, too. /via @ swissmiss … Read the rest here

How to Take and Export Screenshots on a BlackBerry PlayBook

Cameron Moll Go to the source

I’ve had a BlackBerry PlayBook for about 24 hours now, and I’m fairly impressed. If history is any precedent, I’ll probably not make time for a full review, so my review in a tweet will have to suffice. The PlayBook was purchased to round out the devices I use for testing , specifically adaptive/responsive web design in this round of testing. Capturing screenshots is critical for sharing the results of my testing with the developers who assist me. Thankfully, taking screenshots on a PlayBook is a snap… Read the rest here