Archive for February, 2008

Scientists Has Proven that Helping Pays

Monday, February 18th, 2008

with the risk of a coming recession a group of Math and Physics scientists from Jerusalem headed by Gur Yaari of the Hebrew University has constructed a mathematical structure that can actually prove that doing altruistic actions (such as helping others or saving energy resources for future generations) can actually pay in the long run.

Applying these research  results using the RAS Energy Saver Property Selector will show that buying environmentally friendly technologies and cost effective energy houses will save money in the medium to long economical time periods.

With Heat Maps that could actually map the energy efficiency of regions and properties, home buyers across New Zealand and Greater Victoria will now be able to do the right thing and save energy while still saving money and reduce their future energy expenses.

By feeding the candidate property’s geographic coordinates and a few basic house site angles, home buyers will now be able to receive results on future transportation costs, heating and lighting power bills and optional technologies that may save on the property’s ongoing maintenance.

By saving the planet and helping future generations you will now save your own funds when buying your next dream home.

would it be this Coromandel one?

Colville Land 200K on 45,800m²

Faster South Pacific Data Link and Web Apps Latency

Monday, February 11th, 2008

A set of benchmark and profiling tests recently done by the Webkit dev team (see below)

WebKit Latency Test

image: webkit.org

has been highlighting several interesting technological limitation that will play a major role in future development and hosting of web applications over the two sides of the south pacific.

This research is showing that the higher your connection bandwidth is, the more significant is the latency effect on the initial page load time.

This means that with the growing demand for rich user experience web application (made available due to improved ADSL/Cable end user internet connection across the OECD) the effect of being far from target audience markets will posses more technological challenges for achieving the same result available by overseas competitors.

Industries that utilizes overseas web marketing for Australian and NZ products will now need to put more thought into distributed application that will place the static and large content across different servers around the globe in order to achieve the same user inexperience available by North American, European and Asian competitors.

Some of those solutions may include utilizing CDN storage technologies and advance techniques of http caching methods.

When trying to summarize the key requirement for serving rich user experience apps to a London customer from a AU/NZ server over the southern cross cable, these will probably  be the key considerations:

  1. Small HTML/XHTML file: other component within they page could not start loading until the initial landing page has been fully parsed.
  2. Try to avoid calls to the back-end database where possible, the faster your page will render and released over HTTP, the less latency your overall page load will experience.
  3. Get your static content (JS/CSS and images) as close as possible to the end user or at least set long expiry headers to those objects, the more popular your pages will become the higher the chances they will be cached somewhere down the stream.
  4. minimize the number of total files per page, web browsers are limited to a fixed number of concurrent HTTP requests, once exceeded, your browser will queue the pages for download until the next available sliding frame even if it will have available bandwidth for those requests, this could be achieved by grouping the different JS libraries and CSS styles into single files and using icons within sprites instead of dedicated image files.
  5. Geo locate your incoming request and when possible rewrite the media files URLs to near by servers or at least less media intensive pages (a good example could be setting the number of paginated media catalog items for less images per page for far clients).

Additional on going New Zealand latency issues are going to be addressed within this research post