-
Content Count
227 -
Joined
-
Last visited
-
Days Won
10
Single Status Update
-
what programming language does this site run on anyway?
- Show previous comments 2 more
-
So.... tony stark it is now. I knew it would change sooner or later :P
-
I liked Tony even when I put Loki as my icon. Iron Man was always my favourite MCU character. :)
-
Of course this site uses a lot of javascript, but it's only on the front-end. Javascript runs in the browser and therefore us public to all, whereas php runs on the server and spits out HTML (and js or links to js) to the browser. Although JS can used server-side too.