1. Conversations to Remember

    Conversations to Remember

    Your [gas] is horrible.”

    No, no it’s not. It’s like someone made you a peanut butter sandwich and you didn’t even know you brought lunch.”

    read more
  2. Still Waiting

    Still Waiting

    For Zero Punctuation to get old. It seems like everything that really entertains me on the Internet has a short life. Hilarious for a week, funny for a month, meh after that. But I’m starting to doubt this will ever happen with Yahtzee. See for yourself:

    read more
  3. Clone Table Rows with Form Elements in a .NET Style

    Clone Table Rows with Form Elements in a .NET Style

    Using jQuery to coax .NET into cloning table rows with properly numbered id/ name attributes:

    var MyNamespace = {
        init: function()
        {
            // attach row clone to passenger table
            $("table#tblPassengers tr:last :input").change(function() {MyNamespace.cloneRow("tblPassengers")});
    
            // attach row clone to contacts …
    read more

social