Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Posts posted by Chikwado

  1. 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.

  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. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. I have the following code: <video width="320" height="240" controls> <source src="mysound.mp4" type="video/mp4"></video> help please.

  9. 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.

  10. 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.

  11. 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.

  12. How to crop and insert my profile image. Especially using my mobile device Nokia x2-01.

    • Like 1
×
×
  • Create New...