Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Posts posted by vchris

  1. I will be using PHP for this project so I think the best way is with the variable (simple and easy). I'm just trying to create a template right now.It's awesome! it's a web programming site :)

  2. Because the text will be a definition which is a long sentence which I will repeat for every instance of the word deprecated. If ever I want to change something in the sentence or just remove it, it's a lot easier with JS I believe. Of course I could always do search and replace to modify the sentence.

  3. I have a word that will repeat itself a couple times and I want that on mouse hover (title) it display the definition. I think the best way is with JS unless you have a better idea.How would I do that?

    JS:if(document.getElementById.id=='deprecated'){	document.deprecated.title='Deprecated definition';}HTML:<span id="deprecated">Deprecated.</span>

  4. The site for Opera is not bad but it doesn't give any reference for Firefox. Seems like nobody does... I guess it's because it's kinda new.You know when W3schools doesn't write anything for an element like <!DOCTYPE> they don't give any version # for NN and IE, does that mean they were supported when they first came out or if they're not yet supported?

  5. Funny thing happened to me. I type in www.w3school.com and stumble upon a religion site abour christians and all that kinda stuff. I'm like where the ###### is w3school!?!?! lol. I check my history and it's actually w3schools with an "S". Never really paid attention to that s. I'm praying it won't happen again lol. Thank god :)am I religious all of a sudden? :)

  6. I want my page to be 100% height. Basically no matter how much content there is on the page I want it to always reach the bottom of the page.In my css file I got height: 100%, that works with IE but I don't think it works with the other browsers. Is there a way to this could work with all browsers?

  7. I did that before but basically when they login you store their userid in a session variable. When they are redirected to their page you do a select statement of their info in a form. When the update button is clicked you update those fields with whatever is in them.

  8. I believe your ob_start(); should be above/////////////////////////////////////////////////// Contact formulier met formherhaling/// Gemaakt door Sebazzz/// xhtml compatible///////////////////////////////////////////It has to be above any output in php.

×
×
  • Create New...