Jump to content

real_illusions

Members
  • Posts

    1,273
  • Joined

  • Last visited

Everything posted by real_illusions

  1. quite a few thingsdepends what the site is and what you got on it.small images, quick server, small file size for the page, flashy stuff like flash takes a bit longer, use of css helps. loads of un-needed javascript will slow the page downtry this - http://www.websiteoptimization.com/services/analyze/
  2. there was some posts in the php section about webhosts.but they've disappeared, ran off, been abducted, got new lives, morphed into something and flew away..or something.i need to find a free webhosting place thingy that supports php and mp3's and/or zip files.
  3. real_illusions

    Is it ok

    hehe...why doesn't that surprise me..
  4. <head><style>span.colour{color:#0000FF;}</style></head><body><p>some text<span class="colour">there</span> some more text <span class="colour">their</span> some more meaningless text <span class="colour">they're</span> blah blah blah <span class="colour">there</span></p></body>is that what you mean?
  5. umm...every element thats supported by W3.org ??i would of thought
  6. the use of width and height attributes in images and any other width/height based cntent helps. the browser will read the height and width before it downloads the image, so it'll create the space where the image is supposed to be, leaving the text intact and in the right place as soon as it loads.
  7. we need a bit more detailssuch as browser, if this is happening on a server or on your own computer.and anything else you think will help us solve your problem:)
  8. real_illusions

    Is it ok

    well..since pretty much most of the web is made up of everyone else's ideas although maybe changed a bit to suit your own site..i think it would be safe to say that its ok to copy/paste away :)no-one really owns the copyright to html, its open source and free to use for everyone.scripts made in javascript, php etc.. maybe subject to copyright..but you shouldn't worry about that if you're new to html:)
  9. if it supports php then your fine.theres quite a few php mailing scripts out there:)
  10. the original problem was that it only worked in firefox. in explorer, the button enbale/disable thing worked, but when you pressed submit, it just disabled and nothing was sent.i need the submit button disabled, untill the user checks a box or radio button. then when they do, they can submit the form.
  11. i need a multi-browser way of disabling the submit button on a form untill the user ticks a box.you can see the form here - http://www.midlandkarting.co.uk/onlinebooking.phpif you can work out whats what in the source code (you should be able to)but, it only works in firefox, and not in explorer.in explorer, you check the box, but when you press the submit button, it disables and nothing happens.
  12. i would of thought this to be more client side than server side and therefore you probably need javascript if there is a javascript that can do that.
  13. umm..i dunno to be honest.but that url works anyway
  14. i think you mean the drop down list next to the url is the history. to get rid of it, just erase your history.and that url there is an ip address.all urls have an ip address of where they are hosted, except its alot easier to use words instead of numbers for remembering what site you want to go to and where you went.that particular url redirects you to the main index page.
  15. i'll presume your using windows xpstart - control panel - switch to classic view if your not already on it (basically a list of the options like in normal folders) - add or remove progamsits that simple.if your using any other os then i have no idea:)
  16. umm..it would help if you tell us which software.but every progam comes with an uninstall option. look in its folders.or, go to the control panel and add/remove progams and do it from there:)
  17. and this one i usehttp://www.tracewatch.com/very useful
  18. no-one will contact you by email. this forum is for everyone to learn from everyone.the purpose of this site is to learn about html and this forum is here is to discuss them tutorials and help each other when we get stuck and/or confused.read the through the tutorials about html here - http://www.w3schools.com/html/default.aspif you cant understand something, then ask us and we'll point you the way forward.
  19. have you got a file called "ccon.html" ?? although if you haven't, it usually says it cant find that file.and do you mean "click here for more colour contacts" rather than "click here for more details" ??
  20. pretty much every option you got there, except for "pro wb designer" because i'm not one of them.(yet)
  21. why would you want to disable it?in what circumstances do you want it disabled?the only way i can think of is with something i tried. an ajax script. basically, it loaded files into another part of the page. quickens page loading times, keeps the same url so of course no going forwards or backwards, but that caused problems with my email forms so i abandoned the idea.
  22. something like this you mean?http://www.w3schools.com/js/tryit.asp?filename=tryjs_confirmread the tutorials first to find what your looking for
×
×
  • Create New...