If a user types in or follows a URL that does not exist on a website they are usually taken to a 404 (page not found) page. Returning a standard 404 page to your user tends to provide a less-than-optimal user experience and may cause you to lose them altogether. A solution is now at [...]
Monthly Archives: August 2008
Using the Google Static Maps API to include maps in your emails
The Google Maps API is a great way to utilise Google’s Maps platform on your own website. The standard Maps API, however, does not work in e-mails as it is reliant on JavaScript which most (if not all) e-mail clients block. Luckily there is a solution thanks to the Google Static Maps API. The Static [...]
