I have a website!!

Posted by ND4SPD on Aug. 18, 2011, 11:07 p.m.

So I've been working for a day on the website for my upcoming game, HAVOC. All the graphics, the layout, the design, etc are by yours truly.

Head on over, see what you think! Thanks!!

http://www.havocfps.net/

Comments

ND4SPD 13 years, 4 months ago

Maybe :) I use the include() function, which puts the contents of another file within the original .php file. So it says 'if p == 1, then include(home.txt)'. That's paraphrased, obviously.

PY 13 years, 4 months ago

avl: Be careful, I wasn't kidding about micro-optimisation before.

Building a simple page in PHP isn't going to take more than a few milliseconds. You then send that page across the internet. Ping time alone is going to be several dozen times higher than page generation time. The "time" you "save" by not using PHP for content which will change fairly often is completely negligable, and you've made your own life harder if you want to change content later.

Optimisation is important, but premature micro-optimisations only serve to make your life harder, and don't give any advantage to anybody.

ND4SPD 13 years, 4 months ago

PY: why is there no 'Like' or '+1' button on this site?!

PY 13 years, 4 months ago

Because were it to be implemented, it would cause several bugs in entirely unrelated areas of the site.

ND4SPD 13 years, 4 months ago

I wasn't serious about the Like button :P Merely stating in a roundabout way that appreciated his comment.

FJI 13 years, 4 months ago

Nice website! I have one too: www.fuzenrad.com