Jump to content

xbl1

Members
  • Posts

    214
  • Joined

  • Last visited

xbl1's Achievements

Member

Member (2/7)

0

Reputation

  1. Thanks i will try to use the Javascript
  2. HI;Does the hover not support for the IE browser ?I am using a hover for buttons in IE browser, it does not has any reaction when the cursor is held over the buttons, but it does work in the Firefox, Netscape, and Opera browser.Could any one tell me why ? Thanks.My code as following; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css" > body { font: 80% arial, helvetica, sans-serif; background: white; margin:0; } #container{ position: relative; width: 780px; w\idth: 780px; border: solid #036; border-width: 0 3px; margin: auto; } table { position: absolute; width: 700px; margin: auto; } table td { background: url(mybutton1.jpg); background-repeat: no-repeat; background-position: center; width: 150px; height: 50px; text-align: center; font-size: 20px; color: white; } table td:hover { background: url(mybutton2.jpg); background-repeat: no-repeat; background-position: center; } </style></head><body><div id="container"> <table> <tr> <td> Home </td> <td> About Us </td> <td> Contact Us </td> <td> Help </td> </tr> </table> </div></body></html>
  3. Thanks for your response.These are quite usefull details for me. I prefer the third way, it is convenience for both side, and i just found a website to help people to free convert their files, it is great, which is http://media-convert.com/.But i think i may spend more money to create my own flash video server hosting, it will cost $5000 for year, i think. because the large plan from the Influxis, it just can allow up to 100 user Simultaneous Connections, and the Bandwidth Allowance just 50 GB transfer / month, so probably i need to create my own one from the Influxix.
  4. Hello;I want to let customer upload videos to my website and watch them, exactly like youtube does.Do you think what kind of skills i need to have?At the movement, i can use php, javascript, and i will learn some stuff from W3Schools SMIL Reference and W3Schools SMIL Tutorial. Thanks
  5. xbl1

    open a new file

    Hi vijay;Thanks for your advice. it works now.i set the permission of the file to 740, then it does work, i am hosting now.Do you think the 740 is enough safty?
  6. xbl1

    open a new file

    Hello; I am trying to open a new file, but it give me the following massage, could anyone help, please.Warning: fopen(testFile.php) [function.fopen]: failed to open stream: Permission denied in index.php on line 3can't open file<?php$ourFileName = "testFile.php";$ourFileHandle = fopen($ourFileName, 'w') or die("can't open file");fclose($ourFileHandle);?>
  7. Don't you think it can run on console and analysis it?
  8. Hello;I'd like to ask you some question, please.I am hosting at the movement.How i can validate my website which it include javascript and php code?I can validate the html and css by using some online validators, like w3 or something else. But how about the javascript and php code, how i can known the code is correct when some things wrong with my code.I could not find out anything could help me to validate that from server site, i could run my Mysql in server side to see it is alright or not.Any one could tell me how to solve this problem, please.Thanks
  9. Thanks, i will go to find it out
  10. Thanks, i found it out, it missed a header
  11. Could anyone help me to find some errors from the following; Thanks I got some error massage from my validator;1. Comment: The lite edition missed 2 warnings that the standard or professional edition would have found.2. Comment: 0 errors, 0 warnings, 0 messages, 2 comments. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><body><h4>Cell that spans two rows:</h4><table border="1"><tr> <th>First Name:</th> <td>Bill Gates</td></tr><tr> <th rowspan="2">Telephone:</th> <td>555 77 854</td></tr><tr> <td>555 77 855</td></tr></table></body></html>
  12. Hello; Could any one tell how to kill the scrollbars from IE, Firefox, Netscape,please.My following code just work for IE, it doesn't not affect another browsers. #newst {overflow: scroll; overflow-y: scroll; overflow-x: hidden; overflow:-moz-scrollbars-vertical;}<textarea name="newst" id="newst" rows="10" cols="45" ></textarea>
  13. xbl1

    Full reference

    you are welcome any time. in fact, some time i could not find some object like selecion from W3 too.
×
×
  • Create New...