Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Everything posted by Chikwado

  1. Chikwado

    W3.css Download

    How do you download w3.css?
  2. Some one help with cue. What is the list of javascript keyword that I must add identation while using them?
  3. Can you post the code here on forum so we can check it.
  4. Meta data is not use in the header tag.
  5. I have been reading ecmascript book for several month now but could not understand all these powerful explanation, do I still need to keep these book with me?
  6. Some one help with cue. What is differences between Ecmascript and Javascript? Are they the same?
  7. Your external file has to be in the <head> </head> section. Did you create that javascript external file by yourself? We do not know what is in that external file. Knowing a command in that external file will help us guide or help you on what you are trying to do. If possible show them.
  8. Just anywhere in the <head> </head> section.
  9. Sublime text, I have notepad++ already, Do I need sublime text?
  10. My question is this: What is your current language?
  11. Both better and best is the way you have imported it to excel and have done all the magic it requires and have sucessfully rename it. It's time for you to start using it, If you ecounter error let us know.
  12. A website for finding specific file, which has extension as ".doc" and you are looking forward to extract it, and you have downloaded it to hard drive? No website has extension as ".doc" then if you want to open a file with extension ".doc" you need to find a program to open it.
  13. @solution This might be what you are looking for, Test if it is. Then, this is not ajax. This is just javascript function and event handler. Although ajax can be called with event handler as well. When you click navigation bar, javascript clear everything in section and return new data. The header, navbar, aside, article, footer were not changed. I created that page not to make it professional looking, but to test javascript event handler.
  14. W3schools does it offer help or tutorial on node.js? Or how do you mean? We are not comfortable to see unanswered question.
  15. Chikwado

    All reference Css

    Are there a way to write a command to view the list of css properies, especially css 3?
  16. I am using a small nokia device to read a tutorial which I can not view that DOM. That why I am wondering If I can write a script place in public_html, then I would type the url to execute it from the server and it would return the list of the DOM.
  17. Can you hit this link help tell us more about what you understand in that page: http://stackoveflow.com/questions/14022582/object-getownpropertynameswindow/-doesnt-return-settimeout-in-array I like to write a command to view all the list of that powerful element existing in browser. Example XMLHttpRequest(). more help.
  18. I am trying to do this, I do not know if I am at right place. var objs = Object.getPrototypeOf("window", prototype);I would use loop to count them and store it in local var and print out the local var.
  19. Are there a way to write a command to view the list of the following object: Number(), String(), Array().
  20. Some one help with cue, how to view the list of the window prototype in javascript.
  21. I want to try using it to see how it would indent my code. After saving it I will copy it and paste in notepad++ and see how it really work. Just give me that courage. I like it.
  22. There are several version of netbean, which could be compatible with window 8?
  23. Some one help with a cue, Are there a way to learn how to use code indentation I am using notepad++, Some of my javascript code is error free but lack of proper indentation it does not work. Example of these file are ajax live search. While typing in notepad++ I see some vertical line when I hover it, It highlight red. I know notepad++ may be guiding me to use some set of rule but i do not understand that. I need help.
  24. If you use example given by w3schools it will work. Try it.
×
×
  • Create New...