miscellaneous

Dreadbolt [85]
2011-10-04 08:21:11
[13 years, 55 days ago]

i assume css, html, and a database language at least.

just interested in what languages are needed to program a game


 
Ender [1]
Administrator
2011-10-04 08:43:57
[13 years, 55 days ago]

Most of the server code is in PHP. There's a handful of bash scripts I use to automate repetitive maintenance tasks and even a bit of Java for the currently offline IRC bot. The database is MySQL.

On the frontend, it's HTML, CSS, and JavaScript.


 
Dreadbolt [85]
2011-10-04 09:10:33
[13 years, 55 days ago]

always wanted to learn PHP, but you need a server to use it dont you? anyways, ive got my hands full learning java at uni atm.

maybe i'll make it a future project to learn PHP lol


 
Made2shred [73]
2011-10-04 09:13:53
[13 years, 55 days ago]

PHP is actually pretty easy to learn, there are heaps of tutorials (good ones) for it.


 
Emanuel [102]
2011-10-04 10:02:47
[13 years, 55 days ago]

http://www.apachefriends.org/en/xampp.html


 
kenson [35]
2011-10-04 13:19:28
[13 years, 54 days ago]

Yep, I use XAMPP, Its a great offline development tool, I do have my own web space that I can develop on, but when I am offline I can still work on my stuff.


 
Made2shred [75]
2011-10-05 23:25:01
[13 years, 53 days ago]

i just grab Apache Web Server, MySQL and PHP off the repos