Jump to content

Tom

Members
  • Posts

    1517
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tom

  1. Terrible idea. Don't ever block an entire country because one person uses a couple of IP addresses there...
  2. At least just use notepad...
  3. Nope, <b> is valid. http://validator.w3.org/check?uri=http%3A%2F%2Ffreshjetvirtual.com%2Findex.php&charset=%28detect+automatically%29&doctype=XHTML+1.0+Transitional&group=0
  4. Wouldn't put the twitter box in the main section, leave it in the sidebar... looks way too cluttered now.
  5. Then yes, it is: that's what he explained... xD
  6. It's alright, still very cluttered though. You would benefit greatly from some more whitespace. For example, just change the sidebar margin to 20px and main width to 750px, instantly a little less cluttered. Also, instead of using line breaks everywhere, wrap your sections of content in another div tag with the class, for example, "module" - such as the <h2>Statistics</h2> down to the end of those paragraph tags. Then you can add margin:0 0 20px 0; to your "module" class and remove all the line breaks. Again, less cluttered. Also, I think your dropdowns would look nicer if they were styled similarly to the main bar - a little more left padding, white text and a more noticeable highlight on hover.
  7. Four, there's 0 chance of anyone on a mobile device or iPad seeing your website.
  8. Yeah um, if you don't have much experience with HTML either learn HTML and CSS and a little PHP or find someone who knows it.
  9. You shouldn't. Bad idea.
  10. Ok well apparently there isn't (I don't know I got the other guy I'm working with to do it) so it's probably a problem with phpVMS or your hosting.
  11. <body style="background-color: #FFFFFF"> Replace with: <body> In styles.css: body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: Black; } Replace with: body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background:#fff; } Making #fff the colour code you want to use.
  12. Put it at the top of the page, or if you're clever do it automatically based on their computer/browser language... if you're really going to duplicate your content, that is.
  13. They are useless; they provide no information, often deter visitors and from a usability point of view they're harmful. Funny actually, splash pages was something that came up in my lecture today (Hence my knowledge)
  14. Splash pages are possibly one of the the worst inventions ever.
  15. Is your apps account configured correctly to support SMTP?
  16. Probably a good idea to remove those connection details. You need to put functions in classes, and use the build in database class rather than writing it all out again? Go take a look at some of the other modules, they refer to functions like PilotData::Blah(); - you need to do this, make your own class and put all the functions in there.
  17. How is that even possible?
  18. Just change your templates? The HTML is in the templates of the skin...
  19. Cloudflare is worth using even if it's only for the DNS servers (they update instantly) - I'm not a big fan of their 'always online' thing because for free users the page it shows is pretty ugly and generic, worth giving it a go though if you get a lot of traffic.
  20. Nice effect, simple to execute too. The shadowing on the example is a bit dodgy though, very square...
  21. Shall we start practicing right now? Yes, let's. Alot = ??? A lot = a large quantity of Lesson 1 complete
  22. I think the first thing you should put in the letter, if you are going to insist on trying despite a 0% success rate, is correct spelling and grammar.
×
×
  • Create New...