Operations

Sketch Libraries Part 1 – Installation

Part 1 - Install Auto Layout Plugin Step 1: Download the free Auto Layout Plugin by Anima. Go to: https://animaapp.github.io/Auto-Layout/ Step 2: Install the Auto Layout plugin to Sketch -In the Top bar go Sketch/Preferences -In the Preferences modal...

Building tiles like Workpics

Features: Image fills the tile area Title over image with semi-transparent background color   Hover effects: image grows on tile hover title background colour becomes less transparent on tile hover   Preview: http://wpics.makedev.com.au/   Instructions:...

Create new Google API

This article gives a good grounding of the process: https://walkinto.freshdesk.com/support/solutions/articles/11000059960-1-how-to-setup-google-cloud-for-using-maps-api-keys   Google have recently started charging. Our policy at the time of this writing is to use...

Breakpoints for Common Viewport Sizes

@media screen and (max-width: 479px) { /* start of phone styles */ } @media screen and (max-width: 767px) { /* start of medium tablet styles */ } @media screen and (max-width: 991px) { /* start of large tablet styles */ } @media screen and (max-width: 1023px) { /*...

PayPal sandbox

When you need to use the PayPal sandbox to test an e-commerce site, use the following details for the merchant (in the shop's PayPal settings): Email: sb-woez01335407@business.example.com Password: |wRy5FI< NVP/SOAP Sandbox API Credentials Username:...