Drowning in email? Try Inbox Zero to learn sane tips for dealing with high-volume email. And don’t miss the free Inbox Zero video. »
Register for free on 43 Folders to comment on articles, post to our forum, customize your visits, and much more. Current users can login now.
| EXPLORE 43Folders | THE GOOD STUFF |
[...] var comment=null; var prevForm...
[…] var comment=null; var prevForm = null; var formArray = null; function init() { if(comment == null) comment = “”; if(prevForm == null) { prevForm = “xprssAddComment”; document.getElementById(prevForm).commentText.value = “”; } if(formArray == null) formArray = [“xprssAddComment”, “othersCommentForm”, “anonAddComment”]; } function showForm(activeForm, isLoggedIn) { init(); if((Util.trim(document.getElementById(prevForm).commentText.value)) != null) { if(document.getElementById(prevForm).commentText.value) comment = document.getElementById(prevForm).commentText.value; } for(var i=0; i Fri, Feb 03, 2006 This article says that it is easy to solve problems by writing about them. When you starting making a note of the problem you will understand it better and sometimes even spot the mistake you made. This has happened to me several times. Whenever I learn about some complicated working, I try to make notes and in the process of doing so, discover more. Solve problems by writing a note to yourself Tags: programming Comments to this post Add a comment […]