Display graph in realtime with JQuery / AJAX / PHP

The objective was to display my data stored in MySQL. The Arduino chip is continuously sending data into the DB (cf http://www.chergeek.com/2013/12/send-data-mysql-db-temperature-dht11/)

I use JQPlot so install it and its doc. I also want to show date on my graph.

Continue reading “Display graph in realtime with JQuery / AJAX / PHP” »

CDN Bootstrap JQuery

Html code to be used straight into the head section, simply…

<link href=”//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css” rel=”stylesheet”>
<script src=”//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js”></script>
<script src=”//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js”></script>
<script src=”//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js”></script>