Jump to content

Chikwado

Members
  • Posts

    287
  • Joined

  • Last visited

Everything posted by Chikwado

  1. You do not seem to have learned html before going through javascript.
  2. Some one help with cue. What is difference between this function: function F(){} and againvar F = function(){} some one help.
  3. What is the differences between global function and built-in function? Example: var str = new String() and write() Can some explain more.
  4. Have you taken examination before purchasing it?
  5. Ok, what of the first paragraph inside the first div?
  6. In html node tree what do you call the first div specify in the body. For example: If i have one div with two paragraph.
  7. W3schools have created a website with google map search for it may be it will work for you.
  8. "Unity game engine" how does that work please?
  9. Are there a way to learn how to compile javscript? A friend offered me ecma script book. He said that If I keep on reading from ecmascrip book I would learn much on javascript. Yes, those explanation is clear to me, But what? I am unable to put those explanation into compiling. I need help.
  10. You mean the html tag has virus?
  11. Open the code and scroll down then click the link "Textfile" the file is there. Code here
  12. Can some one tell me what i am doing wrong here. This html and css is not working in small screen 600x480px File here what is my error?
  13. <button type="button" id="button">[]</button> $("#button").on("click", function(){
  14. Chikwado

    Domain name

    Same old story. This file yet return connection failed, The file is hosted in server version 5.2 Script More advise.
  15. Chikwado

    Domain name

    I found that script from stackoverflow. I really need help to make a script that would check domain name.
  16. Chikwado

    Domain name

    What is the port number of the server that host .com, .net and .org? I am using port number 43 which is not working, Each titme i process file, I get reply "Unable to connect server time out" I need correct port number and how to handle time out. Raw code Some one help.
  17. Even css can give better result try a:visited { background-color:red;
  18. Chikwado

    Domain name

    I have made the following script which does not report error or yield result code. What am i doing wrong please.
  19. Chikwado

    Domain name

    How to make domain check availability script php?
  20. For example if am adding more than 10 image i will use var i = Math.floor(phot.length*Math.random()); Thanks.
  21. Yes! The code above works perfectly, But is it possible to store more than 10 image? I have heared a story that javascript does not read 1 and 0 as 10, instead it understand 1 as 1 and 0 as 0?
  22. How to store 10 image in array, each time i refresh the page it show new image using javascript.
  23. Finally, this is not a away to pass input field to database VALUE('','');. You need to learn how to use prepare statement, bind parameter.
×
×
  • Create New...