Search results

  1. smoovo

    search engine and pagination problem

    It seems like you have problem with your connection to the server. One of the two, you haven't setup connection yet (no host, no username and no password), or you did but it's not right.
  2. smoovo

    Login Page for wifi?!?!?!?!

    It is a computer (server), and it has a page that you have to pass before you get permission to connect to the internet. The first connection to the WiFi is made by the router, it gives you the connection between your computer to the server only, after username/password been entered, you will...
  3. smoovo

    php help (Newbie)

    We could know better if you had posted some of your files. I don't know what exactly you are looking to change...
  4. smoovo

    Need some tips

    I would say, see websites templates, websites of other companies in your industry, search for impressive and clean websites design. At the beginning even try to make exact copy, then change it... But you have to improve yourself. Good Luck.
  5. smoovo

    Sitemap generators

    Open your site map file, it's on http://www.railway-train-travel.com.au/sitemap.xml and erase this code. <url> <loc>http://www.railway-train-travel.com.au/index.php</loc> <lastmod>2011-01-14</lastmod> <changefreq>daily</changefreq> <priority>0.5</priority> </url> You...
  6. smoovo

    Sitemap generators

    What pages are duplicate/error? I will send you the fixing.
  7. smoovo

    External scripts

    Improve page speed My pleasure. You can optimize page speed in many ways; Sprites, Images file size (jpg vs. png), Minify Scripts, etc. See Google's page speed explanation. - Have Fun.
  8. smoovo

    Sitemap generators

    You can edit your site map. Anyway, post your site URL, we can help you right away.
  9. smoovo

    External scripts

    Any kind of file embedding, like JS, CSS, images, etc. will force HTTP request. HTTP requests taking time, and it is better to have low as possible requests. If you will have all the JS scripts in one file it will increase your page speed. The thing is, some of the JS codes have to be linked...
  10. smoovo

    Need help ASAP with flash header

    Steve asked for Flash banner, same as in the website he provided as an example, so i gave the answer. But sure it can be done with JavaScript (jQuery), but it's a different way.
  11. smoovo

    Javascript nav menu help

    Like you said, it's a two columns of lists, and it has a fade effect. The fade effects made by jQuery. You can right click on the page to "view source", and see the JavaScript file (the file here), it is jQuery powered. - Good Luck.
  12. smoovo

    How do you get inspired when designing a website?

    Mostly by knowing the subject and purpose of this website. Or, you can search for well designed websites (doesn't have to be same subject), and get inspired from it's components. You can get idea for your menu from one website, and background idea from another... You also can look for some...
  13. smoovo

    Need help ASAP with flash header

    This can be done only with ActionScript. Try this tutorial and others. Google for "dynamic flash size" or "dynamic flash layout". - Good Luck. :)
  14. smoovo

    Help - About Shopcart and paypal

    It's very simple, PayPal will tell you. You have products, and a customer will add them to the shopping cart. In the checkout page the customer will get the total price and he will pay it with PayPal. You will get email confirmation for getting payment. There is no option to pay you less than...
  15. smoovo

    table shown incorrect in Opera and Firefox

    Classes aren't bad or good, they have to be used. Any wrong use (it could happened to the best of us) of any piece of code, can lead to problem. You can try using Firebug plug-in for Firefox to track any mismatch or missing code.
  16. smoovo

    4 Awesome Photoshop Tutorials

    Very nice! The last one is a 3D Max and Photoshop...
  17. smoovo

    table shown incorrect in Opera and Firefox

    If you build a websites relying on a software don't expect to get a pro results, like you getting now. And i didn't mentioned any misplace span, i just said that after i took off the class="plat" from one of your spans the logo was in place, but it was just by playing, it doesn't say it will fix...
  18. smoovo

    Testing different browsers.

    It's quite a bit wrong. The new browsers working better and covering more type of codes than older versions. For example, IE6 won't let you use transparent images without a patch. this is your steps to succeed: 1. Go to W3C Validator to check your code from errors. 2. Download IETester to...
  19. smoovo

    Paging

    First, why have you waited 2 days?... :o Second, I'm a big fan of IMDB, but no one cares... OK, look on the address bar of the link to IMDB that you have posted, it says "...com/news/top" and after one click to next it becomes "...com/news/top?start=21", that means that when you are clicking...
  20. smoovo

    What to use for background image and how to use transparency with a background image

    You can use image as a background (you already know that...), and you can set it up with JavaScript (you can use PHP too) to fit any screen. What i'm saying is that you can do it in the smart way of letting the user choose it's own size. You need to make 3 different sizes of the same image...
Top