Ask Dan a javascript question : first edition

I proudly announce a new attracting feature for javascriptkata.com : Ask Dan a javascript question. What is Ask Dan a javascript question? Ask Dan a javascript question is the new attracting feature of javascriptkata.com. Readers (you) ask Dan (me) a javascript question and that will be answered on javascriptkata.com. There’s more! When asking Dan a javascript question, you could receive an answer and a link to your site… for free! Isn’t it exciting? And you know what? Ask two questions and receive… not zero… not one… but two answers and links to your site. Isn’t it awesome?

I began by asking some friends to ask Dan (me) a javascript question. Here they are… and you know what? You can read them for free!

PM asked Dan : Does javascript can become a sort of bisexual slave that makes my toasts every morning?
Answer : I’m afraid that the answer is no. Javascript doesn’t offer that kind of feature but maybe you could be interested in How to use JSON.

Emile asked Dan : If a kid wants to begin using javascript, does he need a 10 000$ computer or he can use a metal wire and a battery to create binary?
Answer : You know what? It’s up to you to decide which one suits you best. 10 000$ computer? Fine. Metal wire and battery? Fine too. Isn’t it a perfect world? By the way, maybe you could be interested in How to use JSON.

Now, it’s up to you to Ask Dan a javascript question by sending a mail to dan@javascriptkata.com.

Did I mention that sending an email is… free!

  • http://derhans.gulasch.org derhans

    I was wondering what the answer would be if I ask how to use JSON….

  • http://derhans.gulasch.org derhans

    Another question: Is it possible to create 40% schnaps out of milk with the help of Javascript?

  • http://octoberdan.com Octoberdan

    What’s your 2/5/10 year assesment of the market? Where are we headed? Will we, javascripters, get there?

  • Teresa

    How do I make a scirpt to hold 5 urls in an array and have the scirpt open and close each page in order

  • zach

    how do u have javascript ask a question on load

  • Guest

    How to make a dice game for two player in javascript and html using just two dice?

    1. Each player throws both dice once per turn. You only score if you
    throw doubles (that is, both dice have the same number of spots on their
    top face).
    2. Players score five points for double ones, twos,
    fours or fives. A double six scores twenty five points, but if you throw
    a double three your score goes back to zero.
    3. Add your score as
    you play. The first player to get fifty points wins the game. (An adult
    or older child may need to help score, but you can use this game to
    teach younger children to count by fives.)