3 Users appreciate this thread.
[Edit 1] How to create a 3DSPlaza App
roxasmaker (2012-06-14 23:14:18)What program do i use?
Sup, I'm here!
Follow me on Twitter: @r0xasmaker
Follow me on Twitter: @r0xasmaker
djl12328 (2012-06-29 20:56:11)@xm64 You just use notepad (or notepad++ in my case).
www.dark-isle.weebly.com
djl12328 (2012-07-28 03:11:38)I understand it entirely. You just write the code with notepad and save it as a .html file. Then you can PM someluigi about putting the game up.
www.dark-isle.weebly.com
djl12328 (2012-08-11 00:13:53)I find it incredibly annoying to program on my iPod or 3ds. I use my laptop for everything.
www.dark-isle.weebly.com
TheAlexRider (2014-06-13 21:34:58)No, he isnt gone.
Reminder: Its hard to make an app.
2014-06-14 04:35:55
Log in to submit a comment
Back to forum: 3DSPlaza Programming
New registered users today: 7
Newest registered user: ElegantVulpes


[ToBeMoved: 3DSPlaza Programming]
This guide is a Work-In-Progress. You can help by pointing out non-clarified areas of the guide.
Part 1 - What you need to know
To make apps or games you are going to need to know some aspects of web programming:
1> HTML
Necessity: Required
Function: Instructs the web browser what to draw to the screen. Without this, the web would be plain text.
2> CSS
Necessity: Recommended
Function: Allows you to have more control over the style of objects on the HTML page.
3> JavaScript
Not to be confused with: Java
Necessity: Basic Knowledge Recommended
Function: JavaScript opens up possibilities to interact with the browser, allowing anything from timed events to button click events.
4> PHP
Necessity: Essential for server operations
Function: Too powerful for a mere individual like me to explain. Great documentation available on php.net, by the way.
5> MySQL (SQL)
Necessity: Recommended
Function: MySQL is a database engine. Most of the operations are in Human-English, which is another great advantage.
If you want a database table, please contact SomeLuigi or Robdeprop with a table definition. Read up about this on the internet.
This article is WIP. More to come.
2012-06-14 21:34:04