Ted Gueniche

June 27, 2011
by ted
0 comments

Data visualization engine – Part 1: visualizing

I want to make a score visualization engine that would be useĀ representĀ a huge amount of data using graphs and statistics. The option to generate custom on-the-go graphs is mandatory and should be simple to achieve. Ill divide the algorithm in … Continue reading

June 1, 2011
by ted
0 comments

Bypassing cross domain ajax restriction using php

This article presents a way to communicate between two distinct webserver using php. The goal is to send a http request to another website in order to get some raw information (XML, JSON,…) or to get some html. The protocol of … Continue reading