tubbytreats

No Profile Photo

Real Name:

Latest Contributions

  • Mysql 5 Using Multiple In Statements In Query/stored Proc

    I've been out of practice with MySQL for about 2 years now, and MySQL 5 introduces Stored Procedures, which I've been using quite a bit with my day job in Microsoft SQL Server 2005/2008.

    The Problem:
    I cannot for the life of me get MySQL5 to accept a SQL statement that takes the following form:

    CODE
    DECLARE strSize VARCHAR(50);
    DECLARE strQuantity VARCHAR(50);
    DECLARE strValue VARCHAR(50);
    SET strSize = '1,2,3,4,5';

  • ColdFusion HTML input array

    Ok folks, I'm at a new job and am trying to learn ColdFusion. I've got a great handle on C#, C++, Java, PHP, ASP, but ColdFusion is a completely different animal. Ok, so on to the question I have for you CF experts!

    Ok, so here’s the problem:

    I normally set up my HTML form with input array elements like this:

    CODE
    <input name=”First_Name[]” size=”15” maxlength=”30” value=”Jason”><br>

  • SITE REDESIGN LAUNCH - SimpleLetter.com

    Well folks, many may have given up hope... many didn't even know it was happening... but the new SimpleLetter.com has finally launched!

  • Help with CSS &quot;quirks&quot; on Mac Safari/Firefox browsers

    I've been working with one of our other partners on the new SimpleLetter.com clothing website. We have a good portion of the pages complete, and I've done all of the work with divs, spans, etc and CSS stylesheets behind the scenes.

    My designer partner is a sole Mac OSX user and is reporting some issues with the coding I've completed (which appears to work great in IE 6.0.2900.2180 and Firefox 1.5.0.4 on Windows XP Pro SP2)

  • CSS Gurus Help Here&#33;

    Can anyone tell me why Firefox acts really crazy and IE6 works properly when using span tags set with display:inline-block?

    Only in Firefox, I get weird carriage return when I put a [select] inside a [span] that has display:inline-block set on it. Cannot for the life of me figure out why.

    Can any of you help?

    CODE
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
    <html>