What am I doing now?
Archives 

Show All

  • 2009
  • 2008
  • 2007
    • December
    • November
      • Full Screen popup w/translucent background
        11/29/07
        I've made this little popup very simple, check it out!

        translucent popup example

        The translucent class makes it all possible, to add this to your pages, you'll need to assign IDs to the images you want the effect on, then look for this line:


        pU.p(&quo

      • Limiting the number of entries a multi-select form element can handle
        11/28/07
        Someone on one of the forums requested a form multiple select element which would only allow a few selections. It sounded like a challenge and a couple days later, I finally figured it out! The form element doesn't completely mimic how a normal multiple select would work (for example, the con

      • New Article at Community MX - the 4 D's of projects
        11/20/07
        It is the first of a different type of article on the project process, and the first article is free, so check it out:
        Building a Reservation System - From Discovery to Deployment: Part 1

      • Being sick is annoying
        11/16/07
        Yeah, two wining posts in a row, sorry, today I've got a head-swimmy thing going and the throat is sore. It gets in the way of having clear thought and discussion as well as slows down my thinking. Don't know who I got it from, but I'm sure I've "shared the love". It

      • Why I hate SPAM this time...
        11/15/07
        I check my email often as I want to be responsive about providing support to customers, sometimes I use a webmail client, othertimes Thunderbird which is an awesome product. Well, in my zeal to delete part of the hundreds of spam I get daily, I inadvertently selected an email from a client... and

      • Form Styling
        11/14/07
        Well, I've been working on this today, it automatically styles all form elements so that when they are in focus, the style is switched to a focus style and then switched back to the prior style when the focus is gone. Just drop the script in any JS file you have attached to your site and you&#

      • Database stuff
        11/08/07
        A quick way to eliminate duplicate records in a table in mySQL


        INSERT INTO new_table(field1,field2...) SELECT DISTINCT field1,field2... FROM duplicateTable;

        Match up the fields (field1 to field1) in order and you're set!

      • Brothercake
        11/06/07
        I've been working with some of brothercake's code for image transitions, came up with some serious modifications and I'm working on incorporating them into some of the Kaosweaver product line. Specifically, Expert Images and a gallery product (unnamed as of yet) - what I don't k

    • October