5 Useful Features in New Google Analytics

Google Analytics is the most widely used web analytics solution available with almost two million websites (56% market-share) running the software and over 400,000 of the top one million most-visited sites on the Internet. It offers tremendous flexibility as it tracks site visitors, referring sites, search engine traffic and site activity – and it is free.

Decorative, Landscape and Architectural Photography by Katherine Fish

We have a local creative for you this morning who specialises in a number of photographic techniques. Katherine Fish graduated from the University of Bolton with a Photography and English BA Hons degree and is now carrying out her passion on a freelance basis.

An Introduction to Underscore.js – Part 2 Array-like collections

In part one we looked at a few of the useful array methods that Underscore provides for us. In this part of the tutorial we’re going to take a look at some of the syntactic sugar that Underscore gives us to work with array-like collection. An array-like collection is something similar to array in that it is a collection of things as opposed to a single value, but they lack some of the things that arrays possess, such as a length property.