Profile Updates
Most Recent and impressive updates from the legion of digital soldiers.
Why WDIM?
We are the type that love to be challenged, web design and interactive media does just that. As a rapidly expanding and constantly altering industry we are routinely being challened in new ways. The work we do is incredibly rewarding, not only for us but the clients and business that we work for. From design to development and everything in between, you need WDIM and we know it.
Updates
Latest Tweets
On The Map
Music Playing
$fmsql = mysql_query("select lastfm from wdim_profile where lastfm != '' order by id desc limit 3"); while ($fmrow = mysql_fetch_array($fmsql)) { $array[] .= $fmrow[0]; } foreach ($array as $arr){ $lfm = new LFM_RecentlyPlayed($arr, "35c7914a7623cc7c1a0ffa7360f1b030"); $tracks = $lfm->getSongs(); $i=1; foreach($tracks as $track) { if ($i>1) break; ?> $i++; } } ?>
