//function that will count days function countdays($date1, $date2){ $days = abs(strtotime($date1)-strtotime($date2)) / 86400; return $days; } //lets assign values $… more →
PaminggalanGopal wrote 1 month ago: Hi All, Now you can download all the code files related to the posted articles from this Box.net lin … more →
Michael Caton wrote 4 months ago: I’ve been doing some work creating field visualization lately. I’ve just been having ton … more →
Michael Caton wrote 5 months ago: I started getting back into Processing lately, so I’ve been doing a few sketches to shake the … more →
Michael Caton wrote 5 months ago: I just started work on a competition due in a few months, and these are the results of some studies … more →
Michael Caton wrote 7 months ago: First explorations in rhinoscript. This is a really basic bridge structure, shamelessly doing homewo … more →
Steve wrote 10 months ago: I’ve found myself a (seemingly) good web host and have quickly put together a small webpage! F … more →
paminggalan wrote 1 year ago: //function that will count days function countdays($date1, $date2){ $days = abs(strt … more →
paminggalan wrote 1 year ago: document.reload(true); … more →
paminggalan wrote 1 year ago: <?php echo date('m/d/Y', strtotime('2008-07-31')); ?> trying to use your dates in mysql in jav … more →
paminggalan wrote 1 year ago: url = document.location; document.write(url); … more →
paminggalan wrote 1 year ago: obj is the <div> id <script type='text/javascript'> function toggle(obj){ var e=document … more →
willwm wrote 1 year ago: I’ve spent quite some time looking for a hosted Subversion repository that had a cheap or free … more →