Search results

  1. smoovo

    beginning PHP help

    Just install Wamp Server, no need to handle the server configuration right now. For your own good, learn PHP with Wamp Server installed. After you know how to use it, learn about the server configuration. You don't have to learn assembly, Linux, Apache, and then PHP... You will be more smart...
  2. smoovo

    Best Software for Graphic Design

    Thank you very much nedo! dave mentioned Adobe Fireworks. It is also powerful program that developed especially for web design.
  3. smoovo

    beginning PHP help

    As a beginner, who told you to touch the server setup? Learn PHP without touching the server. Just install it on your computer and put your stuff inside the www folder. Since you touched it, i would recommend on re-install. - Enjoy.
  4. smoovo

    Which one is suitable for me. PHP or ASP

    Don't even think, open the book and start... Oh... i forgot to mention what language... ammm... PHP off-course :D PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP PHP
  5. smoovo

    Getting Feedback in Emails

    I would say make HTML email with simple anchor link that will transfer the answer to online page built as PHP. This page will contain mail() function to your email address and it will display them a nice message of thank you.
  6. smoovo

    email problem with joomla

    Try to change the mail from SMTP to PHP inside Joomla Global settings under the server tab.
  7. smoovo

    php search script

    You need to be sure if you are dealing with database or no. With database you should look for PHP, MySQL combination.
  8. smoovo

    Storing a parameter and passing it to another page

    In Javascript you should define the variables outside the function to make them "global", but inside the function don't use again the "var" assignment. Example var a = 1; function GetSum() { a++; alert(a) } GetSum(); To learn more about variables, Google "javascript variable...
  9. smoovo

    Margins around images in IE problem

    I'm glad your problem solved :cool: To validate your website just go to W3C Validator and put each page url and check it. Go through errors and fix them one by one. Good luck. :)
  10. smoovo

    Best of the BEST marketing process

    Adwords for fast traffic.
  11. smoovo

    Which is the best keyword tracker tool?

    If you want it to go well with Google, try work with their tools. Like the others here i will recommend on Google's keyword tool.
  12. smoovo

    Cache Clearing

    You can set the Firefox browser not to use cache at all. 1. Type in your address bar "about:config" (w/o the quotes). 2. Click on "I'll be careful, I promise". 3. In the filter bar type "network.http.use-cache" (w/o the quotes). 4. If its value "true", double click on it to make it "false"...
  13. smoovo

    Photography website revamp

    Just make a nice main page with text content in it, and add your gallery... :). Now when someone will enter this website, he will see the gallery. In this link (the first) I didn't even figured you placed a gallery in it, it looks like an image. do it like a portfolio websites, photographers...
  14. smoovo

    Two Column Layout Not Working

    Thanks for the advise. I will read more about it at the W3C and i will re-post, maybe I'm wrong and it's better not to use it :rolleyes:. Thank you.
  15. smoovo

    Margins around images in IE problem

    I can't point for sure, but there is something that might be your problem, not only in one page, it's something you need to always remember. Padding size added automatically to the width or height size. If you styling width to "100px" and adding padding to it, let's say "padding-left:10px" your...
  16. smoovo

    Two Column Layout Not Working

    Clear divs are very common, and i fixed the IE divs problem.
  17. smoovo

    Contact Form Help

    NP. Maybe post the screenshot anyway with solution, that anyone who will look for it will find the answer.
  18. smoovo

    Photography website revamp

    Dave is right. Splash pages are very bad for SEO. It's your landing page... The most important page on your website. Try avoid it if possible.
  19. smoovo

    Screen size

    I was stuck with my idea to "Don't try new things while the old one is working"... So i have used IE until 4 years ago... Please forgive me :(.
Top