Recent content by jabbamonkey

  1. J

    How do I fix my javascript so the div visibility works in IE or Chrome?

    I have a webform... https://www.swimfree.org/adoptaswimmer/ When the user chooses the "Other" option from the "Number of Swimmers" pulldown, a new field should appear to the right of the pulldown. We accomplish this in FireFox using javascript to adjust the visibility of the div tag around the...
  2. J

    What are a list of words you should not use when programming PHP?

    I know there are some words you should avoid using when writing PHP. Words that are predefined functions and variables. Such as "load." Does anyone know a website that lists these words (so I know what to avoid)? And can they easily explain why you should not use them (so I can explain this to...
Back
Top