[...] links for 2006-05-24 at protocol7 Says: May 24th, 2006 at 7:18 am […] HOWTO: Secure Firefox and IM with PuTTY (tags: security firefox putty gaim SSH) // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } […] [...]
March 16th, 2009 at 2:52 pm