Search results

  1. smoovo

    Creating a simple Navigation bar

    Don't panic, you are using it as an iframe... It's not working like that. When you are including a file, the server write the code together with the file inside. So you got a page with beginning, "Doctype", "Title", etc., and after the body comes again the "Doctype", "Title",... <!DOCTYPE...
  2. smoovo

    Tab navigation like on guardian site

    Ye, i also hoped that. Can you please provide the code for that? :)
  3. smoovo

    Trying to varify link partners by hand

    I see your sitemap.xml file, and your page is located in it. If you are using Webmaster Tools by Google, see if there is any crawling errors. Check how many pages you have to crawl and how many did. If there was an error, check which pages and why, fix it all. you can resubmit your XML sitemap...
  4. smoovo

    Feedback Please?

    re-do! Your big luck is if you have all the material you worked with. Go online and get inspired by other websites, good luck.
  5. smoovo

    Help: Stuck!

    I can't see any Shopping Cart in this websites. Are you familiar with PHP and MySQL?
  6. smoovo

    Creating a simple Navigation bar

    How to include page in PHP Take a look in this page, maybe it's good for you. Web developers use PHP based templates. If you have a page with code and you want it to be added to all of the pages, and while you changing it, it will affect all the pages, use PHP. <?php...
  7. smoovo

    What are the causes to down ranking?

    Google isn't working for quantity anymore, it's all about quality. Google's best product is their search engine. Their clients are the people that looking for something online. Google is #1 because they are working hard to provide quality and targeted results. You hate when you getting search...
  8. smoovo

    Probably simple 'onclick' event question

    I'm really confused... :confused: But i'll try my best anyway. If you want the frame to be 600px you can just give the size to the frame image. I mean, the frame page that will be opened. Or, use Javascript, but not like you wrote it. Use...
  9. smoovo

    Turnaround Time?

    Time frames depends on your clients needs and on your capability. If it's a real estate business, and things are change all the time, you need to give short time frame. This is one example, exam yours, and see the best you can do to provide quality service to your client. First try longer...
  10. smoovo

    help in centering page

    Centering page with CSS You should design your page wisely before inserting content. You have no sense in the structure. This is only the beginning. You have no stylesheet attached, your page points to your local machine instead. You have the same problem with your images. Basically you need...
  11. smoovo

    Thumbnail slideshow script

    bcee is right, you can use Lightbox for this kind of job. Google for "jquery lightbox" and learn how to work with it to custom it for your website needs. Main link to start is here, Enjoy. ;)
  12. smoovo

    Search box image not aligning properly in FF and IE

    Change the CSS code, .widget_search button span { .... padding: 10px 0; .... } into, .widget_search button span { .... padding: 10px; .... } It works great! ;) Enjoy.
  13. smoovo

    image file size?

    The thing is you are using PNG for transparency and you are using high quality images, 100KB is OK, it's the maximum. Usually 30KB-50KB it's the range, but with JPG and regular images. It's only a matter of what for. ;)
  14. smoovo

    How to set up layouts?

    To know how to build a professional layout you need to learn to use divs and CSS. So you got Lou's link and try to Google more sources.
  15. smoovo

    Link Members Login with Forum Login

    Forum and members area login handler (PHP) You can use cookies or sessions. I don't know what you built or how you build it, but I'm assuming you are using server side language with database, so you are familiar with those. So just use a variable that hold value which is tells the forum and...
  16. smoovo

    [?] Creating a portfolio website

    To design your website, like everyone else, you need to know HTML and CSS. This includes video embedding. To use contact form you need to use PHP, but you can just copy/paste online copy of the script and just custom it to your purpose. Javascript is not necessary in this case, but if you...
  17. smoovo

    Dynamic font size changing

    Offline it's working. I have saved your files (JS and CSS) on my PC and i run the page with FF and it's working. From some reason online it's off. Try to test your other files, you must have some code that bugs it. By the way, try to collect all of your "body" styles to one, you have two...
  18. smoovo

    Trying to varify link partners by hand

    Can you post the exact search query that you are entered?! :) Basically this command should work for you, for text of any kind, plain or links. For example: "site:www.smoovo.com design" Will give you results of our website on each time the word "design" is appear. ;)
  19. smoovo

    Please Review

    Dave is right. Change the laptop to something new and nice, center the page, do CPR to your menu it looks dead; maybe hover will do the job, and get rid of the validation or put it at the very bottom of the page. Overall you website looks OK, all what i have mentioned is to make it look...
  20. smoovo

    Tab navigation like on guardian site

    PM me when you have it done. Good luck :)
Top