Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Everything posted by Chikwado

  1. But in my own question: what is wrong with using "text-align:center"? In my webpage I use #nav{text-align:center;} and it works very fine for me.
  2. Some one help on xml and rss feed. I made the following code as my rss feed layout: <?xml version 1.0 encoding="utf-8"?> <rss version ="2.0"> <channel><title>rss feed page</title><description>Forum Feed</description><item>some items here</item></channel></rss>. Which I saved as index.xml, The code above will stand as first root folder. The rest of the file which will be at same root folder with the code above . . . Do I have to write simple text in notepad and save it dot xml or does it require to make a new declearation as the xml code above. Some one help. Thank you.
  3. Some one help on xml and rss feed. I made the following code as my rss feed layout: <?xml version 1.0 encoding="utf-8"?> <rss version ="2.0"> <channel><title>rss feed page</title><description>Forum Feed</description><item>some items here</item></channel></rss>. Which I saved as index.xml, The code above will stand as first root folder. The rest of the file which will be at same root folder with the code above . . . Do I have to write simple text in notepad and save it dot xml or does it require to make a new declearation as the xml code above. Some one help. Thank you.
  4. Thanks so much for contributions, But I has been using it to run "javascript try it yourself demo" before and it works fine, But this few days it stop. "Try it yourself demo" has about 70% height and width before , but now it has about 15 to 20 height and width and does not execute files. I don't know weather it was edited by w3schools.
  5. Opera mini has no js on and off, I am using Nokia S40 with opera mini 4.2, although with another browser it work fine. For Ucbrowser it work well.
  6. Javascript do not output.
  7. Try it yourself is not working well now in opera mini. Some one check it.
  8. Smashing project

  9. Chikwado

    Php compiler

    Thank you all for help I have discover the error. Php code has a rule how to arrange it. I have been pouring php code in the compiler without looking at the tutorial rule. This is how the code surpose to be arranged: echo "I like " . $cars[0] . ", " . $cars[1] . " and" . $cars[2] . ". " ; ?> and I did not arrage it this way. Thank you for help.
  10. Chikwado

    Php compiler

    Sorry, when I saw some one putting code there I did not understand what the person was doing and I confused the url. I made the code like this <?php $cars=array("Volvo","BMW","Toyota"); echo "I like " . $cars[0] . " , " . $cars[1] . " and " . $cars[2] . " . " ; ?> and the URL are: http://mysmashing1.codepad.org when I clicked button it result error. Some one help please. Thank you.
  11. Chikwado

    Php compiler

    Some one help please. I don't know weather I am at a right place or not, I googled this tools create a url for it and bookmark it as a project. Some php code work very fine in this tools, others do not work at all. For example: I have tested date and time and it work fine. I have tried array php code but it did not work. This is result it gives: Your code is error free but no program. These tool has the following URL: http://smashing1.codepad.org I need help and sugestions. Thank you.
  12. Yes, I made my code like this: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>my external stylesheet page</title> <link rel="stylesheet" type="text/css" href="mystyle.css" media="all"> body{magin:0 auto; padding:0; width:100%; background:#000FFF;} </head> <body> <h1>external style test</h1> <p>very grateful for any help</p> </body> </html> And I saved it with extension .css, When I Click the browser to read it, It show only css properties and html text. Any help please.
  13. You are highly welcome.
  14. Some one help: I made the following code to link to my html code. <link rel="stylesheet" href="mystyle.css" type="text/css" /> And It did not work, Althouth I am using opera browser. Some one help please.
  15. I have the following code: <video width="320" height="240" controls> <source src="mysound.mp4" type="video/mp4"></video> help please.
  16. I have the following code: <video width="320" height="240" controls> <source src="mysound.mp4" type="video/mp4"></video> help please.
  17. How to create a download link or streaming for a video in my webpage.
  18. Chikwado

    xampp

    Help: while installing xampp, how many minutes or hour does it has to take? I have try installing xampp but it was not succefully installed.
  19. Chikwado

    Domain setup

    Some one help: After registration of domain, how to configure domain name in .tk domain
  20. How and where to start learning my javascript?
  21. Chikwado

    Domain

    Some one help: where I could fine free domain hosting, I have sign up to three free domain and they could not activate my account, I need a free domain for my learning, not a job or business.
  22. Thank you all for help. . . and contributions. It's not easy!
  23. Dear justsomeguy, how does ckeditor code look like? I hope it does not generate code like dreamweaver does. Because I don't like dreamweaver with it's garbage code. Help please.
  24. Chikwado

    Some one help

    Some one help: where to fine available WYSIWYG for sale or available free download, or online one.
  25. Chikwado

    Help

    How to setup autoresponder.
×
×
  • Create New...