var json = JSON.parse(ваш_json_объект);
console.log( json.projects[0].name )
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,"http://адрес_странички");
curl_setopt($ch, CURLOPT_POST, 1);
curl_exec ($ch);
curl_close ($ch);
var pos1 = document.getElementById("myDiv1").style.bottom;
var pos2 = document.getElementById("myDiv2").style.top;
if (pos2<=pos1) {
alert("событие!")
}