Quantcast
Channel: PhotoSecrets
Viewing all articles
Browse latest Browse all 112

PhotoSecrets goes “mobile”

$
0
0
photosecrets-mobile-640
photosecrets-mobile-iphone

PhotoSecrets has been upgraded with a mobile-first, responsive, app-like layout. The ten photography location guides look like native apps — complete with a tab bar and touch-sensitive photos. Touch a tab to see a full-screen map; touch a photo to see a full-screen version; or swipe a full-screen photo for a slideshow. Designed to look simple and natural on a mobile phone, the layouts automatically reflow to any size screen, including desktop.

“I’ve been working for over three years now — learning and coding HTML, CSS, PHP and JavaScript — to reimagine my PhotoSecrets book series as a mobile digital experience. I hope this ‘on-the-go’ design helps you find and photograph your favorite locations.”
Andrew Hudson

Features

  • Apple-like : The status bar, tab bar, and photos are the same size as in the Apple Photos app, for a familiar experience and natural navigation.
  • Touch sensitive : Swipe the slideshow for a different picture; touch a photo for a full-screen version; scroll down with one tap; touch a tab to see a different section.
  • Responsive : The layout and images automatically adapt to any screen size.
  • Lightning load” : Behind-the-scenes technology is used to deliver and display each page as fast as possible:
    • Cached files : All pages are served immediately, as the time-intensive PHP work is done beforehand, allowing the server to instantly send pre-made HTML files.
    • Only three files : One HTML (text), one CSS (styling) and one JavaScript (actions) file contain everything, and the last two are common to all pages, so subsequent pages only need one HTML file;
    • Minimized and compressed files : All files have comments and whitespace removed, and GZIP compression applied, as smaller files = faster download time;
    • Common HTML : Global text (such as the menubar and footer) is in the common JavaScript file, not the main HTML file, to further reduce file size;
    • No images needed : The page text and layout is displayed immediately, as all images (including ads and maps) are sized in the document but loaded later, resulting in a lightning-fast initial display;
    • Lazy-loading : Full-screen images for the slideshow are not downloaded until just before they are to be displayed.

Evolution of PhotoSecrets Guides

You might also like

Sources: Screenshots from PhotoSecrets; photos from Wikipedia and Flickr, with credits and links on the appropriate PhotoSecrets guide pages.


PhotoSecrets

Viewing all articles
Browse latest Browse all 112

Trending Articles