Recent content by digitalpardoe

  1. digitalpardoe

    To all Mac users...

    Personally, I use TextMate, but I'm a bit of a geek. If you're not into writing your own then I would recommend RapidWeaver: http://www.realmacsoftware.com/rapidweaver/ Sandvox: http://www.karelia.com/sandvox/ or, if you want to get into the geeky stuff, Coda...
  2. digitalpardoe

    Javascript HELP!!

    To check if it is a quote in JS you can just do (for example); var the_quote = '"'; if (the_quote == '"') { alert("Match"); } JS allows you to use either double or single quotes to specify a string so you can just wrap a single double quote in single quotes. If you are using...
Back
Top