Search results

  1. smoovo

    Profile based webpage

    Dead language..? Cockroaches will survive a nuclear war, and i think they forgot to mention the script languages as well... :D You can use any kind of language you known.
  2. smoovo

    Need help on a contact form

    the error "undefined index" pops when there is incorrect variable setting. After reviewing your script i found that you are using "e-mail" name for your Email input (in your "contact_me.html" page), and in your PHP script you are using "email" name ("$_REQUEST['email']"), this may cause the...
  3. smoovo

    Conditional CSS application on tables?

    You are asking a good question. I see that the table built itself by PHP, and after clicking on the "Find" button the results inserted to table rows by Javascript (and AJAX of course). My way: 1. Your classes .odd and .even should get display:none; for reseting (inside the CSS file). 2...
  4. smoovo

    gallery like this --->help

    I would say jQuery or Flash. You can do one of those with Adobe Flash (the old way), or use jQuery scripts to build it. Start with looking for ready jQuery gallery, and customize it. :)
  5. smoovo

    Contact Form

    That's right. I posted the basic script (this script works and also yours), but there is more components to add. For example: 1. Headers - Email configuration. (in your script you are using HTML, you should add HTML content type) 2. Email check - if the email entered is valid. So as bcee...
  6. smoovo

    box model

    Anytime. :)
  7. smoovo

    Old IE versions for testing website's look and behaves

    ye, from some reason it crush sometimes or in IE7 it doesn't open the url... :confused: But as PixelPusher said, It's free, and effective, so who cares.. :rolleyes:
  8. smoovo

    Old IE versions for testing website's look and behaves

    bcee, that's the link... Sorry, i forgot to post it :)
  9. smoovo

    Javascript drop menu help

    NP, it was my pleasure. :)
  10. smoovo

    Need help on a contact form

    It will be great to view your PHP code.
  11. smoovo

    box model

    First, Box Model made for layouts, and that is also the green part, clean. To read more click here, or here. Second, you missed closing div, and you doubled your closing body. ;) - Enjoy.
  12. smoovo

    I want this on my website - can someone help

    lol... Ye it's a him. And it was my pleasure to help. :)
  13. smoovo

    WebSite for 4 yr old

    Where it comes from, like default...? :confused: :eek:
  14. smoovo

    Go Daddy Contact Form Woes

    Yes, just use your design and structure.
  15. smoovo

    Website Dummy Needs Help

    FrontPage, Dreamweaver... There you have the script window (not for you right now ;)), and the design window to build your website without touching the script. You pay once to buy it and that's all.
  16. smoovo

    Go Daddy Contact Form Woes

    It's OK. Go to this thread http://www.webdesignforum.com/13568-sending-forms-email.html and look for #4. I post there the clean code by w3schools. Use only that code without anything else.
  17. smoovo

    As a web designer, should I use Adobe Fireworks? :/

    Very powerful Dave... Nice one.
  18. smoovo

    Website Dummy Needs Help

    Sure it's possible.
  19. smoovo

    Go Daddy Contact Form Woes

    Why is the form action points to "gdform.php"?
  20. smoovo

    Old IE versions for testing website's look and behaves

    NP. I'm looking forward to the day when there will be only ONE browser that will update itself... (never gonna happen)
Top