PeoplePerHour Economy
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 […]
PeoplePerHour.com homepage update
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?
PeoplePerHour.com search page redesign
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 […]
PeoplePerHour.com homepage redesign
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.