I’ve just finished a new webpage called PeoplePerHour Economy that was written about in the mainstream tech press (see bottom half of article):

Technical details:
- The charts and graphs are implemented using the Google Charts API – a simple and extremely efficient method of producing charts.
- The charts (and chart data) are cached over a 24 hour period to take some load off the webserver. The caching is done by some simple PHP code – memcached seemed overkill.
- The UK map is implemented using a 3rd-party image map with polygon co-ordinates specifying each county. The hover-over highlighting is done using a JQuery plugin called mapHighlight.
- The “Job-o-meter” is implemented using a JQuery plugin called jOdometer customised to format the number with commas and animate the digits with some easing. I have made the customisations available via a github fork.
No Comments » |
Category: Client Work |
Tags: Design, PeoplePerHour |
Permalink
Posted by Tom Fotherby
I’ve just finished a revamp of the PeoplePerHour.com hompage:
Previous Design

New Design

The new design was needed to give space to spotlight “featured” projects (which are a new addition to the site). I think the homepage should stand out a bit more now because it’s more striking?
No Comments » |
Category: Client Work |
Tags: BeforeVSAfter, Design, PeoplePerHour |
Permalink
Posted by Tom Fotherby
My latest project was to implement a redesign of the PeoplePerHour “Find Freelancers” page.
Previous Design
New Design
Why is the new search better?
- It’s twice as fast
- Many less DB queries per page (old: >100, new: 10)
- Less page reloads needed (results refinement via AJAX)
- Uses faster DB queries, less table JOINs and better indexes
- It returns more relevant results
- It supports multiple keywords and uses Natural language full-text search so ranking takes into account proximity and duplication
- Users get feedback about why a result was returned (keyword match highlighting)
- It’s more powerful
- More search options, e.g. search on hourly rate of provider.
- Returns more information, e.g. provider earnings, hourly rate
- It has better SEO
- Used fairly nice URLs, higher keyword density, better HTML markup, better code to content ratio.
- Added links to “Related queries”, “Popular queries” and “Top Searches by sector”.
- The user-interface and page layout has been improved. (UI built with JQuery).
- Users can now link to any search (cut&paste URL)
No Comments » |
Category: Client Work |
Tags: BeforeVSAfter, Design, PeoplePerHour |
Permalink
Posted by Tom Fotherby
My latest project at PeoplePerHour was to implement a redesign of the website homepage. The new page is a lot less busy and less work for the webserver:
Previous Design
New Design
I’m loving jquery at the moment.
No Comments » |
Category: Client Work |
Tags: BeforeVSAfter, Design, PeoplePerHour |
Permalink
Posted by Tom Fotherby