Jump to content

Voze

Member
  • Posts

    13
  • Joined

  • Last visited

Awards

This user doesn't have any awards

  1. Hello my friend ! It's is not that hard learning how to code. It can be pretty tough in the beginning but it will become easier and easier the more you learn. There exists a lot of programming languages. Javascript, Java, C#, Javascript just to mention a few. Math can be involved if the program that you are creating requires it. Example: Creating a 3d game engine requires math, creating a program that asks you for your favorite color doesn't. If you want to start learning how to code then I would recommend watching these videos:
  2. Mac user here, could you reply to this thread with the code and not just the executable.
  3. In that case, use HTML and Javascript. The HTML is for building the website(visually) and Javascript is for creating everything behind the scenes. Like storing all of the next for the cards.
  4. Look at some simple tutorials online. Take the code that they write and do some small modifications to it. See what happens when you change X or remove Y.
  5. PHP, MySQL, Javascript, CSS, HTML. You don't really say if you want the data to be saved on a database but if you do then use PHP with MySQL, MySQL being the database and PHP the backend.
  6. "Googles Actionscript"
  7. Node JS is actually really easy to learn. Go and watch some of NewBostons videos about it.
  8. The sad .NET cat could become a happy Node cat. Just saying
  9. Thanks for making my eyes bleed with that indentation.
  10. I basically started doing some programming in HTML, CSS and then moving over to Java. Once You know Java, you essentially know every object-oriented programming language (C#). Look up some tutorials on youtube and do some experimentation. That's the best way to learn. TL : DR: Build up some knowledge with a programming language and everything else will go buttery smooth. - Good Luck
×