Archive for the ‘All Posts’ Category

NZ Homepage Drag Race – Chrome vs IE8 – which is faster ?

Tuesday, August 30th, 2011

Introduction

Recently, Gomez released information that Google Chrome was the fastest browser from real world testing. That got me thinking, how does Chrome compare to IE8 for New Zealand webpages. For most websites, IE8 is the most popular browser, so it will be an interesting piece of research.

I’ve created a mini-test of 40 New Zealand homepages. I’ve split the test into 4 tests of download performance, that represent a cross-section of the best and the worst that NZ homepages have to offer.

  • 10 top optimised homepages
  • 10 worst optimised homepages
  • 10 fastest homepages
  • 10 slowest homepages

    I want to see if the “quality” of a page affects the ability of the browser to download and render the pages faster. Also, I want to see if network speed has any affect on the ability of browser to the load the pages faster. From a technical point of view (browserscope), both browsers have network similar capabilities – both browsers can load from 6 hosts at once and have a maximum of 35 connections open at one time.

    Summary results

    Chrome vs Ie8 Homepage testing – 20mbit network connection

    Test Network Winner % faster Ave secs faster
    Top 10 optimised homepages 20mb Chrome 7/10 7% 0s
    Worst 10 optimised homepages 20mb Chrome 10/10 46% 0.8s
    10 fastest homepages 20mb Chrome 7/10 4% 0.06s
    10 slowest homepages 20mb Chrome 10/10 114% 5.02s



    Chrome vs Ie8 Homepage testing – 1.5mbit network connection

    Test Network Winner % faster Ave secs faster
    Top 10 optimised homepages 1.5mb Chrome 5/10 0% 0.15s
    Worst 10 optimised homepages 1.5mb Chrome 10/10 41% 1.49s
    Top 10 fastest homepages 1.5mb Chrome 6/10 21% 0.29s
    Top 10 slowest homepages 1.5mb Chrome 10/10 68% 7.18s

    All of the site were selected from the previous full download speed audit in July. Full results and videos of all 40 tests are available on the Google docs spreadsheet.

    Key findings

    • Chrome is at least 51% faster than IE8 faster across all tests. There was some “glitches” where IE8 was faster by a couple of seconds eg. On Geekzone.co.nz, IE8 loaded the page 2 secs faster than Chrome.
    • IE8 and Chrome were more evenly matched for the top optimised pages. For DSL speed, it was a tie 5-5 between Chrome and IE8, 20mbit it was 7-3 in favour of Chrome.
    • The most interesting point of the tests was for the slowest and least optimised sites, Google Chrome loaded slow and poorly optimised websites a lot better than IE8. Google Chrome was hands down winner (40-0) for the slowest and poorly optimised sites for both network speeds (1.5Mb and 20Mb) . Chrome was between 41%-114% faster than IE8!

      Full Results

      Test results for 20Mb net connection (Office broadband speeds)

      Test Chrome
      Tests Faster
      Chrome
      % faster
      Chrome
      Ave Secs faster
      IE8
      Tests Faster
      IE8
      % secs faster
      IE8
      Ave Secs faster
      Top 10 optimised homepages 7 40% 0.33s 3 70% 0.88s
      Worst 10 optimised homepages 10 46% 0.8s 0 0% 0s
      Top 10 fastest homepages 7 50% 0.3s 3 105% 0.5s
      Top 10 Slowest homepages 10 114% 5.02s 0 0% 0s

      Test results for 1.5Mb net connection (Home broadband speeds)

      Test Chrome
      Tests Faster
      Chrome
      % faster
      Chrome
      Ave Secs faster
      IE8
      Tests Faster
      IE8
      % secs faster
      IE8
      Ave Secs faster
      Top 10 optimised homepages 5 35% 0.58s 5 38% 0.74s
      Worst 10 optimised homepages 10 41% 1.49s 0 0% 0s
      Top 10 fastest homepages 6 56% 0.56s 4 31% 0.58s
      Top 10 Slowest homepages 10 68% 7.18s 0 0% 0s

      Bottom Line

      We’ve confirmed that Chrome is the fastest browser and it will load bad websites faster than IE8. So if you want to experience the web as fast as possible, make sure your using Chrome. Do you need another reason to switch?

  • Background to the "Forgotten Art of Web Performance"

    Monday, July 18th, 2011

    Image courtesy of Wedo Photography


    I wanted to write a little bit of background to why I gave this talk at WDCNZ. I got hassled a little bit by the other presenters on why I gave this talk. That web performance was “Old Hat” and companies have known about this for 5 years. That’s correct, but very very few companies are doing it right especially in New Zealand. I would have loved to give a talk on advanced web performance techniques like Varnish and Edge Side Includes or how to handle 10K requests a second on a VM. BUT with the data from my Web page test results, fewer than 10% websites in New Zealand are doing it right.

    Here’s the facts, if all New Zealand websites did four things

    • Turn on web compression
    • set expiry properly for images css and JS,
    • Bundle JS and CSS files
    • use image spriting


    Every New Zealand website would be TWICE AS FAST.

    I do a lot of Research and Development on web performance, I do consulting and I talk to a lot of companies about web performance. What I find the companies don’t understand enough about the operational side of their websites ie what is happening at the webserver and database. Some of the basic principles about how web sites scale is completely oblivious to some developers. eg. the difference between dynamic and static content.

    In my talk I had to pick one site which has had all of the characteristics of bad web performance. Unfortunately the newstalkzb was the one that I choose. I could have been chosen several other websites. There are a lot of really really bad preforming websites. (As a sector blogs and news sites have a lot of work to do to improve performance)

    I was thinking of a what to highlight just how “backward” the thinking in Web performance in modern terms. I came up with an idea of what was the worst html techniques that no web developer in their right mind would use today. So I made the correlation between 1990’s web design and bad web performance traits. Just as we have moved on from those designs to better designs, we need to progress web performance to next level in NZ. Its not hard to make significant performance wins.

    I want developers and companies to take professional pride in their work and do a good job. I have seen very talent company release a website for a blue chip client with a 122 CSS files, which caused the site to take over 10 seconds to load. I’m sorry I can’t that seriously. Not very professional! I would want my company to be associated with kickass, innovative, FAST websites.

    For those that have asked me, here is the video

    How ugly is bad web performance from John Clegg on Vimeo.


    WPO setting = BAD Design
    No HTTP compression = Blink text
    Poor expiry settings on static assets = Marquee text
    No Javascript / No CSS bundling = Comic Sans font
    No Image Spriting = Animated Gifs

    Thanks to Martin Hipp for hacking the HTML for me!

    Mobile is our future

    Web Performance is even more important is Mobile. All of the web performance strategies and tactics are a lot more relevant with mobile as network latency is much much worse. The top minds in web performance are now starting to focus on Mobile, as a result the tools and best practices are being defined as we speak.

    Should how we fix it?

    Service companies must make it a priority with their clients. I bet that clients expect that their website will be the fastest possible. They do not understand that it has to built that way.

    The best way to make Web performance happen is to make it a part of the build process of your website. There are plenty of tools to make Javascript and CSS bundling a part of your build and deployment process of your website. Then Web optimisation happens automagically everytime!

    For service companies, creating a common build process with bunding and image spriting will become a small incremental cost that can be re-applied across all your clients.

    If that sounds like too much work then look at mod_pagespeed module for apache or commercial solution Aptimize

    In web performance – total number of request matters

    Sunday, July 17th, 2011

    Correlation between page load time and total number of requests


    Here is new image from my latest research of homepage performance.

    This clearly shows the correlation between page load time and number of requests. The pageload time increases, so does the number of requests on the page.



    From my presentation at WDCNZ, I recommend less than 60 total requests for a page, if you want to have a fast website.

    Looks like there still a _lot_ of work to be done in speeding up NZ websites.

    Homepage hall of shame – July 2011

    Saturday, July 16th, 2011

    Introduction

    This is the latest installment of the “Home page hall of Shame” which is an independent audit of the state of Web Page Optimisation in New Zealand. This test takes the top 160 New Zealand based websites from Alexa rankings and compares a number of different metrics – Page Size, Download time, optimisation scores and Javascript optimisation.

    Summary

    • The homepages for 160 of the top NZ based websites was measured using  webpagetest.org.nz on 1.5Mb DSL and 20Mb connection Thanks to aptimize.com.
    • The average page size of homepages was 661.8K Up from (554.6K in Dec 2010 359.6K in May 2009 & 305.1K in 2008)
    • Fastest home pages load < 2 sec. Top site loads in 1.1 secs !
      • The average download time for office broadband – 5.98 secs(3.97 secs for page reload)
      • The average download time for home broadband connection – 12.43 secs (5.21 secs for page reload)
    • 66% of websites use  WEB COMPRESSION
    • Only 35% of sites load in under 4 seconds.
    • The largest pages were over 4000K. The largest site was 4Mb and with one image over 3Mb.
    • A lot Advertising javascript still is not being compressed
    • Some sites have dozens of Javascript and CSS files, worst offender had 54 javascript files.
    • The fastest sites have less total requests. There seems to be a strong co-relation to lower total requests to speed.

    Percent of sites that got a passing grade for the basic optimization checks:

    Optimization Percent of pages with a passing grade (2011)
    Keep-alive Enabled 89.4%
    Compress Text 61.55%
    Cache Static 31.4%
    Compress Images 66.4%

    Download time distribution – Office Broad band (20Mb)


    Table 1 – Shows the distribution of download times of the top 160 home pages using office broadband speed.

    Time Frequency
    <1 0 (0%)
    1 – 2 12 (7.55%)
    2 – 3 24 (15.09%)
    3 – 4 19 (11.95%)
    4 – 5 27 (16.98%)
    5 – 6 22 (13.84%)
    6 – 7 13 (8.18%)
    7 – 8 12 (7.55%)
    8 – 9 6 (3.77%)
    9 – 10 4 (2.52%)
    10-12.5 3 (1.89%)
    12.5-15 9 (5.66%)
    15+ 8 (5.03%)

    Download time distribution – Home Broad band (1.5Mb)


    Table 1 – Shows the distribution of download times of the top 160 home pages using home broadband speed.

    Time Frequency
    <1 0 (0%)
    1 – 2 2 (1.26%)
    2 – 3 8 (5.03%)
    3 – 4 6 (3.77%)
    4 – 5 17 (10.69%)
    5 – 6 16 (10.06%)
    6 – 7 21 (13.71%)
    7 – 8 16 (10.06%)
    8 – 9 9 (5.66%)
    9 – 10 16 (10.06%)
    10-12.5 22 (13.84%)
    12.5-15 10 (6.29%)
    15+ 6 (3.77%)

    What should we do to improve

    The Data

    Optimisation

    What? This table shows the top ranking home pages with highest optimisation scores as ranked by performance ranking tools YSlow and Pagespeed.

    How? We used the website www.showslow.com to record the score for the test.

    Why is this important? This result shows which sites are best optimised for web performance. The sites  are optimised sites for fastest downloading and reloading of pages.

    Top 10 most optimised sites

    Site YSlow Rating Page speed Combined Score
    geekzone.co.nz 95 98 193
    dashtickets.co.nz 87 95 182
    snipesoft.net.nz 91 90 181
    www.mightyape.co.nz 84 96 180
    zenbu.co.nz 92 86 178
    realestate.co.nz 88 89 177
    xero.com 84 92 176
    zoomin.co.nz 87 88 175
    holidayhouses.co.nz 83 92 175
    slingshot.co.nz 76 93 173

    Top 10 worst optimised sites

    Site YSlow Rating Page speed Combined Score
    Courier Post 75 15 90
    smilecity.co.nz 73 17 90
    yellowlocal.co.nz 50 45 90
    metservice.co.nz 63 38 101
    rcnz.co.nz 80 25 105
    webjet.co.nz 66 41 107
    ezibuy.co.nz 71 37 108
    tvnz.co.nz 71 37 108
    genesisenergy.co.nz 68 61 109
    flightcentre.co.nz 42 57 109

    Download time

    What? This table shows the top ranking home pages with fastest and slowest download times .

    How? We used the website webpagetest.org website on 1.5Mb DSL connection Broadband and 20Mb Office network connection in Wellington NZ to simulate a fair test of all the webpages. The test took page over the week of the 2nd to 11th of July.

    Why is this important? This result shows which sites are fastest to load for users. The faster the website, the more pages that a user can visit in the allotted time.

    Top 10 fastest home page download speed using Office broadband

    Site Size (K) Total requests Webpagetest.org first load time
    – Broadband (secs)
    telecom.co.nz 274.4K 32 1.171s
    dol.govt.nz 121K 21 1.234s
    snipesoft.co.nz 124K 17 1.489s
    auckland.ac.nz 170K 32 1.58s
    massey.ac.nz 401K 37 1.596s
    xenbu.co.nz 31K 13 1.623s
    geonet.org.nz 105K 21 1.729s
    school.nz 52K 7 1.731s
    maxx.co.nz 431K 41 1.786s
    westpac.co.nz 385K 20 1.874s

    Top 10 slowest home page download speed using Office Broadband

    Site Size (K) Total requests Webpagetest.org time first load time
    – Broadband (secs)
    skykiwi.com 991K 116 26.88s
    thestandard.org.nz 4076K 92 20.917s
    istars.co.nz 3293K 186 20.092s
    whaleoil.gotcha.co.nz 1765K 151 17.199s
    nz.yahoo.com 828.1K 105 16.491s
    interest.co.nz 410K 55 16.381s
    3news.co.nz 900K 142 16.287s
    thebigidea.co.nz 1195K 179 15.081s
    readersdigest.co.nz 1541K 202 14.6s
    stuff.co.nz 1052K 160 14.353s

    Size

    What? This table shows the largest and smallest home pages by total download size .

    How? We used YSlow to provide the tool download size of the home page including all the HTML , Javascript, CSS, image and Flash files.

    Why is this important? This highlights the total size of some of the home page. Some of these webpages sizes are out of control and webmaster need to think about the time that it takes to load their sites.

    Top 10 largest home pages by size

    Site Size (K) Total requests
    thestandard.org.nz 4076K 92
    istars.co.nz 3293K 186
    stoppress.co.nz 2141K 140
    wahleoil.gotcha.co.nz 1765K 151
    yazoom.co.nz 1762K 216
    thewarehouse.co.nz 1642K 89
    barfoot.co.nz 1610K 68
    readersdigest.co.nz 1541K 202
    nzherald.co.nz 1429K 7.938
    eventcinemas.co.nz 1396K 110

    Top 10 smallest home pages by size

    Site Size (K) Total requests
    zenbu.co.nz 31K 13
    school.nz 52K 7
    elgar.govt.nz 76K 19
    oldfriends.co.nz 83K 28
    geonet.org.nz 105K 21
    dol.govt.nz 121K 21
    snipesoft.co.nz 124K 17
    radionz.co.nz 130K 23
    psis.co.nz 133K 15
    builderscrack.co.nz 169K 26

    Cacheability

    What? This table shows which sites have the fastest reload time. ie. this is the 2nd loading of a site after an initial load.  This is an indication of effective are the cacheability of the webpage.

    How? We used the website webpagetest.org website on 20Mb Office connection Broadband in Wellington NZ to simulate a fair test of all the webpages. The test took page over the week of 2nd to 11th of July.

    Why is this important? This test shows which sites will load fastest for regular users. A cacheable site will load quickly as the browser does not have to reload all the content that hasn’t change (static content)

    Note: There seems to be some problems with the reload calculation as geonet.org.nz and westpac.co.nz should be at the top of this table but for some reason they are not.

    Top 10 fastest cached pages – 2nd reload of a page

    Site Size (K) Total requests Webpagetest.org time first load – Broadband (secs) Cached load – Broadband (secs)
    oldfriends.co.nz 83K 28 1.971s 0.822s
    farmers.co.nz 743K 26 3.3s 0.842s
    zenbu.co.nz 31K 13 1.623s 0.844s
    snipesoft.net.nz 124K 17 1.489s 0.866s
    elgar.govt.nz 76K 19 4.838s 0.929s
    dol.govt.nz 121K 21 1.234s 0.939s
    aucklandcity.govt.nz 176K 28 5.355s 1.018s
    school.nz 52K 7 1.731s 1.054s
    nzqa.govt.nz 604K 32 2.108s 1.1078s
    dashtickets.co.nz 502K 31 2.51s 1.103s

    Javascript

    What? This table shows which sites have most javascript files on the home page.

    How? We used YSlow to provide the number of the javascript files used on the web page.

    Why is this important? Javascript files can be bad for your website if they are not properly optimised and loaded in the correct way. The scripts can be block the downloading of any other content on the webpage.  The more javascript files on the site can make the page very slow while the user has to wait until the browsers loads all the javascript then continues to render the page.

    Top 10 home pages with most javascript files

    Site Size (K) Total requests # of Javascript Files Webpagetest.org time first load- Broadband (secs)
    whaleoil.gotcha.co.nz 1765K 151 54 17.199s
    flightcentre.co.nz 917K 156 47 5.7s
    readersdigest.co.nz 1541K 202 35 14.698s
    thebigidea.co.nz 1195K 179 33 15.081s
    vodafone.co.nz 824K 130 33 4.912s
    yazoom.co.nz 1762 216 32 7.931s
    kiwblog.co.nz 528K 72 32 13.622s
    tickettek.co.nz 1022K 146 30 13.267s
    tvnz.co.nz 832K 72 32 5.929s
    aatravel.co.nz 870K 114 29 5.892s

    SEO training on Tuesday

    Sunday, July 10th, 2011

    I’m giving a half day  SEO training session on Wednesday for NZCS in Wellington. Pricing starts from $230 for NZCS members and $345 for the general public. This course is open to everyone.

    This course has been derived from the specialist consulting that I have provide my clients over the past few years and my learning from running a number of sites for the last ten years. I’ve added some new slides from recent findings on the effectiveness of Twitter and Google+

    The workshop includes the following:

    Introduction to Search Engine Optimisation (SEO) and Search Engine Marketing (SEM)

    • What is SEO?

    • SEO and online marketing (SEM)
    • SEO Key concepts
    • SEO – Science or Magic?
    • Paid Ads
    • SEO in practice
    • Page / Content Optimisation
    • Site Optimisation
    • Link building
    • SEO and Social Media
    • Tools

    More courses are available in Auckland and Christchurch later in the year.

    Performance hardening a 512Mb VM with Varnish

    Sunday, June 26th, 2011

    I’ve been having performance issues on a 512Mb VM where I run 3 wordpress sites for projectx and lushai. The problem was that the memory footprint default apache configuration would explode when traffic arrived. Lots of traffic would cause the Apache prefork module to spawn more processes until the machine started swapping and then cause the VM to spiral into a forced reboot.

    Part one of my solution was to switch to Nginx webserver. I still wanted to use Apache, because I’m using the mod_pagespeed library for some extra performance juice, but I didn’t want to blow out memory usage. The solution involves using Nginx as a reverse proxy to apache. This allowed me to reduce the number of Apache servers down to 10. Nginx as a reverse proxy uses about 5Mb of memory It worked a treat . But it was a little slow 🙁 See the AB test below.

    projectx@projectx:/px/sites/httparchive$ ab -n 1000 -c 100 http://www.projectx.co.nz/
    This is ApacheBench, Version 2.3 <$Revision: 655654 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/

    Benchmarking www.projectx.co.nz (be patient)
    Completed 100 requests
    Completed 200 requests
    Completed 300 requests
    Completed 400 requests
    Completed 500 requests
    Completed 600 requests
    Completed 700 requests
    Completed 800 requests
    Completed 900 requests
    Completed 1000 requests
    Finished 1000 requests

    Server Software: nginx
    Server Hostname: www.projectx.co.nz
    Server Port: 80

    Document Path: /
    Document Length: 85698 bytes

    Concurrency Level: 100
    Time taken for tests: 112.181 seconds
    Complete requests: 1000
    Failed requests: 0
    Write errors: 0
    Total transferred: 85937000 bytes
    HTML transferred: 85698000 bytes
    Requests per second: 8.91 [#/sec] (mean)
    Time per request: 11218.133 [ms] (mean)
    Time per request: 112.181 [ms] (mean, across all concurrent requests)
    Transfer rate: 748.10 [Kbytes/sec] received

    Connection Times (ms)
    min mean[+/-sd] median max
    Connect: 0 1 3.2 0 13
    Processing: 474 10689 2000.6 11051 12967
    Waiting: 272 10458 1996.3 10821 12692
    Total: 487 10690 1997.7 11051 12967

    Percentage of the requests served within a certain time (ms)
    50% 11051
    66% 11220
    75% 11381
    80% 11525
    90% 11927
    95% 12409
    98% 12687
    99% 12799
    100% 12967 (longest request)

    I wasn’t happy about the performance, so I decided to throw Varnish as a proxy cache into the mix.

    Using WordPress Varnish and varnish wordpress tips from the varnish site, I was able to quickly configure Varnish on the server.

    Here’s the result in the performance, from the AB test.

    projectx@projectx:~$ ab -n 1000 -c 100 http://www.projectx.co.nz/
    This is ApacheBench, Version 2.3 <$Revision: 655654 $>
    Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
    Licensed to The Apache Software Foundation, http://www.apache.org/

    Benchmarking www.projectx.co.nz (be patient)
    Completed 100 requests
    Completed 200 requests
    Completed 300 requests
    Completed 400 requests
    Completed 500 requests
    Completed 600 requests
    Completed 700 requests
    Completed 800 requests
    Completed 900 requests
    Completed 1000 requests
    Finished 1000 requests

    Server Software: nginx
    Server Hostname: www.projectx.co.nz
    Server Port: 80

    Document Path: /
    Document Length: 85689 bytes

    Concurrency Level: 100
    Time taken for tests: 0.366 seconds
    Complete requests: 1000
    Failed requests: 0
    Write errors: 0
    Total transferred: 86009000 bytes
    HTML transferred: 85689000 bytes
    Requests per second: 2733.35 [#/sec] (mean)
    Time per request: 36.585 [ms] (mean)
    Time per request: 0.366 [ms] (mean, across all concurrent requests)
    Transfer rate: 229582.36 [Kbytes/sec] received

    Connection Times (ms)
    min mean[+/-sd] median max
    Connect: 4 12 4.6 11 23
    Processing: 16 25 4.9 24 36
    Waiting: 2 10 5.3 10 23
    Total: 29 36 4.6 37 42

    Percentage of the requests served within a certain time (ms)
    50% 37
    66% 41
    75% 41
    80% 41
    90% 42
    95% 42
    98% 42
    99% 42
    100% 42 (longest request)

    Its a massive improvement from 8 reqs/sec to 2700 reqs/sec. Now I can remove Nginx from the mix, and now to tune mod_pagespeed to optimise my site 🙂

    A long, long time between drinks…

    Wednesday, December 1st, 2010

    It been a long long while since I’ve written a blog post. This year has been a bit of a blur with lots of things happening – lots of consulting to companies, selling the services side of ProjectX, going on a holiday for two months and more consulting.

    This blog will change as the focus of “ProjectX” the company has changed to represent my personal consulting business and interests. I’ve got a number of blog post queued up that I’ll be pushing out over the next few weeks and months.

    Web performance: Its been a while since I posted an update to the “NZ Homepage hall of Shame” and I’ve created some interested videos on how “fast” a few of the key websites actually are to load compared to their market alternatives.

    Blood rules: I’ve got some suggestions, advice, observations and learnings from the world of running an IT Start-up. These rules have been earned in “blood” ie. learnt the hard way via pain by those concerned. Topics that I will cover include founders, communication, seeking advice, partnerships and execution.

    Geo-Location: I’ve been following with interest the rise of Foursquare and a demise of Yellowpages. I’ve got some interesting thoughts on where the industry is heading and how New Zealand will be lagging behind.

    [The picture is of me posing next to a massive bath tube at Vatican Museum in Rome]

    Introducing Cycling and Walking journey planner

    Tuesday, September 29th, 2009

    Recently, we released the cycling and walking journeyplanner for our clients the Greater Wellington Regional Council. The journeyplanner website is an advanced map mash-up show advanced directions from different parts of the  region. What makes this site special is that we have combined a lot more data from the councils to include walkways, cycleways, tracks and extra information from all over the regional.

    There are a number of unique features:

    Picture 14

    Routing through the Botanical Gardens

    • Suggested journeys from all over the region to highlight some of more scenic walks around the region.

    Picture 21

    Picture 22

    • Draggable routing over all streets, tracks and walkways around the region. We build our own custom routing engine with draggable routing front-end over google maps.
    Routes are fully drag-able

    Routes are fully drag-able

    Picture 27

    Simply select and hold the line, drag to where you would like

    Picture 28

    Then let go. The route and description will automatically update.



    • Elevation graph with live feedback on the map. See the little icon travel across the map as move across the elevation graph.

    Picture 29a

    Picture 32a

    Picture 15

    • Calorie counter to figure out how much energy you could burn.

    Picture 17

    This has been one of the bigger projects for ProjectX and we’ve got a number of people and partners to thank.

    Jill, Simon and Ian from GW. Thanks for your belief in the project and the patience to see it through to end, from wireframes to through all eight iterations until the final release. Thanks to Michael for being our physical location guru who helped connect the physical world to the data files.

    Big thanks to the ProjectX team for the work on their hard work on project – Thong, Tim, Gaetan, Stephen, Cameron, Boris, Felix, Raja and Nahum. Dr Geof Leyland from Incremental for the providing our routing algorithm and advice on making it super-fast.

    Our design team via Lushai user experience team- Lulu for her interaction design, and wireframes Amiria for the lead graphics, Brent and Chika for supplementary graphics.

    Xlinks digest – 02 / 12 / 2008

    Tuesday, December 2nd, 2008

    Xlinks is a collection of interesting links as discovered by the ProjectX team.

      Streetview arrives in NZ
      Added on 12/02/2008 at 08:04AM
      How Google’s ear hears
      Added on 12/01/2008 at 07:04PM
      Super happy dev house is on this week
      Added on 12/01/2008 at 06:54PM

      Life magzine photo archive on Google
      Added on 12/01/2008 at 06:47PM

      A more useful 404
      Added on 12/01/2008 at 06:42PM

      The size of Africa
      Added on 12/01/2008 at 06:42PM

      The commoditisation of massive data analysis
      Added on 12/01/2008 at 06:40PM

      Splitting up founders pie
      Added on 12/01/2008 at 06:35PM

      Tech crunchs new search engine powered by Yahoo Boss
      Added on 12/01/2008 at 06:32PM

      Warren Buffet – 10 ways to get rich
      Added on 12/01/2008 at 06:30PM

      NY Times visualisation lab
      Added on 12/01/2008 at 06:28PM

      Mapping the worlds supercomputers
      Added on 12/01/2008 at 06:25PM

      Easing the path from design to development
      Added on 12/01/2008 at 06:24PM

      Amazon’s cloudfront – global load balancing
      Added on 12/01/2008 at 06:23PM

      Silicon Welly HQ
      Added on 11/29/2008 at 04:12PM

      Meer Meer – Cross browser testing through one browser
      Added on 11/26/2008 at 08:36AM

      Billionaire lessons from Malcolm Gladwell
      Added on 11/20/2008 at 09:05AM

      The Food Miles Mistake – Saving the planet by eating New Zealand apples
      Added on 11/20/2008 at 09:00AM

      Web Sequence Diagrams – basic UML: Awesome – Hat tip to David Preece
      Added on 11/18/2008 at 02:52PM

      WPA-TKIP broken almost
      Added on 11/15/2008 at 11:39PM

      iPhone top phone in US 3rd quarter 2008
      Added on 11/12/2008 at 12:25AM

    Big changes at ProjectX

    Monday, September 1st, 2008

    We’ve been going through some big changes at ProjectX. We’re in the process of changing our business model and to be honest we’re getting pretty excited about our new future.

    One of our goals at ProjectX is to build the best online mapping applications on the web. We started with ZoomIn Maps site which was the first maps site to cover all of New Zealand and offer user friendly predictive search and urls. We did it tough as had to build our own API’s and maps from scratch (with the help of some opensource).

    Fast foward a couple of years, now there several map apis covering the NZ. We’ve had a change in our commercial arrangement with our data supplier and that presented us a chance to look at our existing product offerings and refocus at what we’re good at. So the first decision was to move up the value chain and move away from basic mapping API’s. It was a hard decision to make as the Map API’s were the products that we started the business on. Its time for us to move on and focus more on providing value-added applications and services.

    Here’s an outline of our new focus at ProjectX:

    • Independent consulting on online map tools and frameworks. We’re used most frameworks and know intimate details of the pro’s and con’s of different data and mapping frameworks. We’re data neutral ie. we build web applications on any data. We’ve got experience building web services using GIS data from around the world – New Zealand (LINZ, Terralink, NZ Post), Australia (PSMA), USA (TeleAtlas). We’re framework neutral ie. we can build maps using any framework – Google, MapQuest, Virtual Earth, GeoSmart, OpenLayers, ModestMaps or even the ZoomIn engine.
    • Bespoke development – We build smart online map applications and widgets for a wide range of clients – Trade Me, SSC, GWRC, LTNZ and ARTA.
    • Software as a Service – We’ll be releasing soon some new API’s tools and widgets that will work on _any_ map.
    • Products – We build local search sites like ZoomIn and more coming soon ….

    We’re excited about our future, as we now will be able to showcase our abilities on an international stage.


    http://www.canakkaleruhu.org http://www.vergimevzuati.org http://www.finansaldenetci.com http://www.securityweb.org http://www.siyamiozkan.org http://www.fatmaozkan.com http://www.sgk.biz.tr http://www.denetci.gen.tr http://www.bagimsizdenetim.biz.tr http://www.mevzuat.biz.tr http://www.security.biz.tr http://www.sorgulatr.com http://www.kanunlar.biz http://www.prsorgu.net http://www.sirabul.com http://www.emekliol.org http://www.coklupagerank.com http://www.coklupagerank.net http://www.coklupagerank.org http://www.prsorgu.org http://www.scriptencode.com http://www.sirabul.net http://www.sirabul.org http://www.sitenizanaliz.com http://www.seoisko.com http://www.seomavi.com http://www.scriptencode.net http://www.scriptencode.org