Use of Ajax / JSON to display temperature

My source is partially based on these tutorials:

Temperature (french) : http://nawrasg.fr/html/arduino/capteur_th.php

Ajax : http://startingelectronics.com/tutorials/arduino/ethernet-shield-web-server-tutorial/web-server-read-switch-automatically-using-AJAX/

Continue reading “Use of Ajax / JSON to display temperature” »

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>