Month: December 2010

  • An HTML select that allows user created options

    by

    this post has been formatted by AI

    I was thinking the other day that it would be useful to have a select option that people could also put their own options into on the fly.  Obviously you wouldn’t do this if you wanted completely normalization, but many times I have made selects with an “other” option, and then below put a text…

  • A modification of Lifehacker’s Invisibility Cloak

    by

    this post has been formatted by AI

    Need to curtail your surfing during certain time periods?  I’ve tweaked Gina Trapiani‘s original code to make it a little more tolerant.  Put a few numbers into the “surfHours” array and you’ll be able to access your “blocked” sites for one hour after each hour listed.  As an example, if surfHours = [9,13,17] you can…

  • Making your facebook group safe for the enter key

    by

    this post has been formatted by AI

    I’ve been very frustrated recently with the fact that in facebook groups, if you press enter while typing a post, it submits the post.  If you just want to make a line break you have to hit shift-enter. Fortunately we don’t have to live that way any more.  I’ve made a greasemonkey script for people…