Search results

  1. smoovo

    Sending Forms to Email

    NP, I'm happy for you ;)...
  2. smoovo

    Stolen web content

    Yes, what does it mean?
  3. smoovo

    WordPress Url Handling

    My pleasure Ron. :) I understood you need it for your Wordpress and you just don't have access to that (with Wordpress), sorry. So if you have Godaddy hosting account it's very simple: Open notepad and copy/paste the script line i gave you, after you finish go to File > Save As... In the...
  4. smoovo

    Old IE versions for testing website's look and behaves

    I'm using IE Tester. It comes with IE5.5 to IE8, you can open new tabs of different versions. Very useful for design, and Javascript behaves... Ohh, and it's free.
  5. smoovo

    Show me some errors. Oh and give feedback.

    Yes, it is annoying. :o
  6. smoovo

    What to use?

    WordPress is one of them, it should fit. If you want more, you should Google for "content management system for website" or "cms for website"... ;) - Enjoy.
  7. smoovo

    Best program for logo design?

    Same here, Adobe illustrator! See couple tutorials for what you need, and go for it.
  8. smoovo

    Sending Forms to Email

    Try this <html> <body> <?php if (isset($_REQUEST['email'])) //if "email" is filled out, send email { //send email $email = $_REQUEST['email'] ; $subject = $_REQUEST['subject'] ; $message = $_REQUEST['message'] ; mail( "[email protected]", "Subject: $subject", $message, "From...
  9. smoovo

    Beginner Question

    Since you have programming experience, especially with C++, your target is PHP, and your way is very short. But, first comes first, the basics are HTML and CSS. The best way and the fastest, is at w3schools.com. You will learn the basics with examples, and you can try it yourself (very easy)...
  10. smoovo

    Javascript drop menu help

    Just replace this line #qm0 div .qmparent{background-image:url("images/plus_sub.gif");color:#B65560;} With this #qm0 div .qmparent{color:#B65560;} I hope it will help.
  11. smoovo

    From Frontpage to where??

    Check this link http://downloads.joomlacode.org/docmanfileversion/1/7/4/17471/1.5_Installation_Manual_version_0.5.pdf.
  12. smoovo

    Website Dummy Needs Help

    I think you should try company like GoDaddy. They can be reached by phone, and maybe they also have solution for you to transfer all your websites to their hosting and get more storage space. There you can build your own website without HTML knowledge. It's only one option from many, i didn't...
  13. smoovo

    Vertical News Scroll Issue in IE

    It's because you didn't ever built right to left website! The HTML document can be read by the browser both ways, by default it is left to right. Since it's left to right, if you load the "float:right" div first you closing the line, and for IE6 (from your other posts i assuming you don't use...
  14. smoovo

    Business Card Review

    I used your images, so i got no choice with the red.. :o About the rest of what i sent, it's just to see how it looks if it's a little bit loose. But overall it looks good.
  15. smoovo

    Which one is suitable for me. PHP or ASP

    ASP is slow, expensive, working only with Access and MSSQL DB, and has many bugs (PHP has very low). PHP is much faster because it is on Linux and Unix servers, It's FREE, and very stable. Google "php vs asp"... :cool:
  16. smoovo

    First website! Meta tags? Where can I find help?

    Visit this thread how first google, and check my post (#10).
  17. smoovo

    Aim of search engine optimisation...

    lol... I meant what is the news in dinesh_sharma post... :)
  18. smoovo

    TUTORIAL: CSS Menu (Basic)

    I hate IE6, but i hate when companies force customers to use something. That's the reason i hate Apple, and i hate their products. They force you to behave and use their lines. Anna is right, If someone wants to keep using something it doesn't makes him less or more than anyone else. We as a...
  19. smoovo

    Business Card Review

    The right image looks better, it's clean, and the left is too full... My suggestion: 1. The front side will be as the right image with the owner name on it. 2. The bottom red line also will be transferred to the front. 3. On the back side all the information will go more left and bottom...
  20. smoovo

    Show me some errors. Oh and give feedback.

    Vary nice, and clean... Gives good feeling, relaxing. You have problem (with IE6, IE7 is good), see attached image.
Top