Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. Is this what you need? http://jsfiddle.net/alistairjcbrown/wJTgA/
  2. I'd start with Ajax. http://www.w3schools.com/php/php_ajax_intro.asp Though that solution may be at least a couple months away depending on how much code you know.
  3. It's worth knowing notices not the same as errors.
  4. You need to complete the html tutorials : http://www.w3schools.com/html/default.asp
  5. It's good to know you're aboard.
  6. http://www.w3schools.com/cssref/pr_dim_width.asp
  7. This is the html section. There is a vb forum too.
  8. http://www.w3schools.com/tags/att_video_muted.asp
  9. Need to see your code. Without it I'd say you have a css math error somewhere.
  10. http://www.w3schools.com/css/css_link.asp See the second "try it yourself"
  11. Please post the script you're actually testing.
  12. Post your solution as far as you're able to take it and let us know what the specific problem you're having.
  13. You'll find lots of options by googling "change color on click".
  14. As long as you save the start time to a table, you'll always be able display accurate elasped time. Something like this will get you started: https://mindgrader.com/tutorials/1-how-to-create-a-simple-javascript-countdown-timer Else, google "javascript countdown clock" for more options.
  15. Why not write one yourself?
  16. It easy. Here's an example that makes it as easy as it can be:http://stackoverflow.com/questions/13579810/how-to-import-data-from-text-file-to-mysql-database
  17. How bout a little more context? Otherwise, something like this should help: http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php
  18. RE: post #6, load data: http://dev.mysql.com/doc/refman/5.0/en/load-data.html
  19. what do you want to happen when load time takes too long?
×
×
  • Create New...