Free CodeSchool for a weekend
May. 18th, 2013 05:49 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
If you're looking to brush up on Javascript, CSS, or HTML skills and you don't already have an account, CodeSchool is having a free weekend May 25-26th.
edit_tagcloud(tagname);
.function edit_tagcloud(newtag)
{
if (! newtag) return;
var cur_taglist = document.getElementById('prop_taglist').value;
if (cur_taglist.length > 0) {
cur_taglist = cur_taglist + ", " + newtag;
} else {
cur_taglist = newtag;
}
document.getElementById('prop_taglist').value = cur_taglist;
}
$out .= "Click here to see all your tags";
$out .= "