Slashdot Mirror


User: InformativePost

InformativePost's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:An outbreak of common sense on Chile Forbids Carriers From Selling Network-Locked Phones · · Score: -1, Offtopic

    Yes, now if they only got rid of censoring Tienanmen and other bullshit..

  2. Re:PHP is great on Ask Slashdot: Which Web Platform Would You Use? · · Score: 0

    PHP under Apache (And really what serious professional would use anything else?)

    Just as a side note, nginx is much faster, more lightweight and better web server. Point still stands tho, you don't need threads for web serving. I have also wanted threads in PHP for scripting, as it is the only thing missing in PHP.

  3. Re:Django on Ask Slashdot: Which Web Platform Would You Use? · · Score: -1, Flamebait

    Python is a bad choice. Using whitespace to denote code blocks is ridiculous at best. Countless amount of problems with copy-pasting code and beginners always miss it. I've been using Python myself, but I always hate when I have to.

  4. PHP is great on Ask Slashdot: Which Web Platform Would You Use? · · Score: 4, Informative

    Most hate towards PHP comes from elitist snobs who don't know how to use the language. PHP is perfectly fine language to use, and it is extremely powerful and flexible. If you are going to develop for web, I suggest using some framework, as it makes the process much more straightforward, faster and better. I personally use CodeIgniter, which is fast and has a good library of helpers and other essential framework stuff. CakePHP is often suggested for persons new to frameworks, but I would stay away from it. It's slower and it's more pain in the ass to learn.

    There's also other good things about PHP. First of all, it works with practically every web host out there, and doesn't require you to play around with it to get it work. It has an extremely comprehensive library, amazing documentation and almost all API's have client libraries for it, if they just have some. PHP, being the #1 platform on the web, gives you that advantage.