Search results

  1. D

    Pdf to SWF / HTML conversion?

    Can anyone recommend any good PDF to SWF converters that are free or low price? Most of them are hundreds of dollars, designed I supposed for regular online publishers. I want a good solution, hopefully with page turning animation, but can't spend too much money. AxMag looks great but is too...
  2. D

    PHP, I am new and confused!?

    Pass the variable to another page using _GET, or create a SESSION
  3. D

    What's the difference between the HTML-Kit tools paid edition and trial version?

    I've downloaded the windows trial version but have now discovered there is a paid version too. I can't find info on their website about any difference between the two, but I don't mind paying for extra functionality. Is my trial going to expire? If not, what do I get extra for my 60 bucks...
  4. D

    How can I make this line of HTML / Javascript validate?

    I'm using a jquery lightbox. The page won't validate in HTML 4 (strict) because of the javascript '$' symbol. It's the only error I have. Any ideas? <a href="upload/whatever.jpg>" rel="lightbox[group]" title="Whatever" $('#gallery').lightBox();"> "character "$" not allowed in attribute...
  5. D

    How can I make this line of HTML / Javascript validate?

    I'm using a jquery lightbox. The page won't validate in HTML 4 (strict) because of the javascript '$' symbol. It's the only error I have. Any ideas? <a href="upload/whatever.jpg>" rel="lightbox[group]" title="Whatever" $('#gallery').lightBox();"> "character "$" not allowed in attribute...
Back
Top