I’ve been searching – for a good amount of time – for a way to send unicode message using Clickatell API’s .. i didn’t find any solution, though i found a lot people searching just like me for the same solution. After a lot of searches, trails and testing .. I’ve found a solution posted [...]
Archive for the ‘Javascript’ Category
Center Elements Vertically and Horizontally using Javascript
Posted: 6th September 2009 by shadyvb in JavascriptTags: center, css, horizontal, html markup, Javascript, jquery, vertical
Long I’ve searched for a method to center elements vertically using CSS or even deprecated HTML codes.. but never found a proper way to do it .. Now i figured an incredibly easy way to do it using Javascript, with my beloved jQuery.. You only have to assign one CSS value to the box you [...]
Easily manipulate \ compare different dates in Javascript, PHP-’time()’ friendly!
Posted: 23rd August 2009 by shadyvb in JavascriptTags: caculate, compare, date, getTime, Javascript, manipulate, php, script, setTime, since, time(), timer
Using setTime and getTime to manipulate and compare dates in Javascript.