vote up 0 vote down star
2

I've just watched the intro video to the 2.7 release of Wordpress, as I'm currently searching for a new blogging software.

I would prefer something written in an other programming language. But what is really astounding: PHP software (be it a CMS or a blog) very often looks better than something written in Python, Perl, etc.

One could say that many PHP users come from more (graphical) design oriented professions. But the usability and features don't fit to the image of the cool designer who is just adding some code snippets he found in a tutorial.

I'm baffled. The people who (allegedly) know better (by not choosing a language like PHP) often don't do better.

flag

Sorry, but I'm closing this one again - i really can't imagine a MORE subjective and argumentative topic than why the front end design of some projects are "better" than others. – nickf Dec 23 '08 at 1:31
@nickf: How about closing this: stackoverflow.com/questions/384764/… – stesch Dec 23 '08 at 1:32
When you get right down to it, anything that involves an opinion is subjective (and there are a lot worse questions on SO). I think the question is legit because it's a noticeable phenomenon (I've noticed it myself). – chaiguy1337 Jan 19 at 0:49
This is offensve because of the last paragraph. Otherwise, great question! – Darryl Hein Jan 23 at 0:30
-1 for giving free advertising to an answer which is both argumentative and incorrect. – Sam Saffron Jun 17 at 0:06

17 Answers

vote up -17 vote down check

It might be that other languages such as C# and Java are easier to learn so they end up attracting lesser skilled developers which in turn create poor looking sites.

But I think if you where to compare the best looking PHP software to the best looking software in other languages they would be about the same.

link|flag
lol, nice one :D – 01 Dec 23 '08 at 1:17
1  
PHP harder than C# and Java? lol. That's my laugh for the day – PhoenixRedeemer Dec 23 '08 at 16:36
4  
Seriously? This is the one that got accepted? The thing is that C# and Java attract programmers not designers. – Jason Baker Jan 17 at 4:21
1  
Don't often see a negative accepted answer. ;) – chaiguy1337 Jan 18 at 2:39
1  
Other than stack overflow, not too many impressive .net website out there. – Yada Jan 18 at 16:52
show 1 more comment
vote up 23 vote down

One could say that many PHP users come from more (graphical) design oriented professions.

I think you answered your own question. It's certainly not scientific, but it does seem that there's a higher proportion of PHP developers who are really Web designers who just need to get something done. PHP facilitates that a lot easier for a non-programmer than learning Perl or even Python. PHP is just more like HTML, so it's going to be easier for a Web designer to pick up quickly.

link|flag
1  
Aye. If you look at the "pretty" PHP projects the code is crap. :I – OIS Dec 23 '08 at 18:44
vote up 12 vote down

I am tempted to suggest the infinite monkey theorem applies here.

I think I'll agree with your idea that many php 'developers' are more design oriented then they computer scientists.

I think you could say it is pragmatism, many people simply do not care about the code, and want to get something that fits their needs. They don't care about all the arguments about why php sucks.

link|flag
I think there are lots MORE people writing PHP code than anything else. It is incredibly popular, and thus, the 10% that doesn't suck will be larger. – Jeff Atwood Dec 23 '08 at 1:05
Thats not the thing imo, Jeff Atwood. Its just that some people have the idea first then use PHP to realize it. The code is crap, but the product is awezome. Then they have to start over from scratch for version 2. – OIS Dec 23 '08 at 18:46
Quite, Having had to maintain that, most PHP code is "write once", and "Do it from scratch", despite being a conceptually backwards idea, is faster than reworking the codebase in many circumstances. – Kent Fredric Dec 23 '08 at 23:43
vote up 12 vote down

While I'm not certain how universally true it is that "PHP software often looks better", there do seem to be many fewer "polished" forums/CMSes/whatever in, say, Perl or Python. Part of this is no doubt due to the fact that PHP is specifically targeted at the Web, whereas Perl and Python are more general languages, but I think that the is a commanding reason right in the language's name — it's the PHP Hypertext Preprocessor.

As a "preprocessor" for the markup language which drives the Web, PHP is very, very easy to learn for anyone who already writes static HTML pages and wants to start making them dynamic. Want to make a basic, no-op web page in Perl or Python? Whip out the language ref and tutorials and start banging out a long sequences of print lines. In PHP? Rename your .html file to .php. Congratulations, you're a programmer!

PHP is therefore a very easy to explore in a "baby steps" manner. Take your static page, rename it, and add a single line which adds the current date to the page. Silly? Yes. Pointless? Maybe. But did you learn something? Yes! And you didn't have to start with an empty file — you started with something you already knew.

In a certain sense, PHP is a kind of "gateway drug" for Web designers looking to become Web developers. And that, I believe, is why you'll find fewer graphically-oriented people coding large web site frameworks in Perl or Python than in PHP.

link|flag
Lol. +1 for gateway drug ref. Its so appropriate ;-) – Kent Fredric Dec 23 '08 at 23:47
vote up 9 vote down

PHP CMS systems are probably older, more mature, have had more extensive public testing, and have ginormous repositories of user-built reuseable widgets/modules. Give the other frameworks time.

link|flag
A perfect example is the MyBB BBS. It's stable, mature, and open source; and has a decent to good amount of user extensions and themes. But, if you look at it internally (as I did) I found the code to be an absolute mess. For me, it'd be very hard to maintain anything within a mess like that. – The Wicked Flea Dec 23 '08 at 0:52
vote up 4 vote down

The look of the output has nothing to do with PHP. I am pretty much language agnostic and I believe PHP keeps getting a bum rap for some reason. I have to read all kinds of bad code in many different languages. PHP isn't the only language that has people writing horrible code. I don't see any one language being better than another at preventing you from writing bad code. Bad code can be written in any language and great code can be written in any language. I've even seen great FORTRAN.

The bottom line is that Wordpress could be written in a different language and it would still look the same and great stuff can be written in PHP. The look is from the designer not the language.

The easier it is to create stuff, the faster you can do it, and the better you can make it look.

link|flag
Only problem is, the only part of Wordpress that looks nice (IMNSHO) is the interface. Find the source and to me it looks hackish. – The Wicked Flea Dec 23 '08 at 17:31
I'm not commenting on how nice the PHP is or isn't or if Wordpress looks good or not. I'm just speaking generically. Any application that has stood the test of time and gone through many revisions will start to look the worse for wear over time (just like me I guess). – bruceatk Dec 23 '08 at 18:28
vote up 4 vote down

A common consensus among the people I know is that PHP's popularity is, as Ben Blank said, a low barrier to entry.

This is partially reinforced by the configuration choices of a SHOCKINGly large majority of hosting providers.

PHP Got in on the action early partially due to the mod_php extension for Apache. Other languages are generally harder to install initially, or the way the implementation behaves is unintuitive to new users.

No SSH/Root.

For non-PHP languages, Low Level access and configuration is a requirement. The fact that a large majority web-hosts still don't provide SSH + Root access to servers does produces an environment where you can no longer do hard and nasty stuff like compiling optimised C binaries for given parts, or do direct testing.

Most the companies I've seen working with PHP have the following design flow:

  1. Make some bling in Dreamweaver.
  2. Upload Bling to server via FTP
  3. Torture a programmer into making the bling work.
  4. Upload blood/sweat/tears via FTP.

Its horrible, but thats life. And this culture has somewhat fostered the predominance of horrendous web-hosting, giving the users the bare minimum and price-gouging them and not delivering, and web-hosting companies starting up just to pander to/con this sector.

Unintuitive Behaviour to newbies.

Compare mod_php to mod_perl,

mod_php:

01: Open Page 
02: Start PHP Instance
03: Load Entry Point Script
04: Execute 
05: Return Response
06: Terminate Instance.

mod_perl:

01: Start Server
02: Start Perl Instances. 
03: Load Perl Scripts. 
04: Wait For Request
--> 05: Request Page
--> 06: Delegate to a running instance
--> 07: Instance processes request and returns response
--> 08: Return Response to user 
--> 09: Wait for next Request ( Goto 04 )

The latter is however really confusing to new users. Variables ( which new users don't really understand, hence evil things like 'register_globals' ) that can persist in memory and other inter-request persistence just baffle new users.'

It makes no sense why a page loaded by one user would have information sent by another user available to it, AND they are likely not to understand the best way to use those variables and misuse them to disastrous effect.

link|flag
vote up 2 vote down

The catch with it looking better on the outside is that the PHP backend code is usually a horrible mess. It's hard to concentrate on doing good programming and design at the same time, unless you're two or more people.

link|flag
Agreed. I even cringe at the sight of my own PHP code sometimes. :) – Bill the Lizard Dec 23 '08 at 13:47
vote up 2 vote down

I think it has nothing to do with PHP really. Programming and design are two very completely separate areas of development. A good programmer is very rarely also a good designer. But a good Python programmer can hire a designer just as easily as a good PHP programmer.

I think it probably comes down to the community. PHP apps I've found are more plentiful and easier to set up, and usually have lower requirements that are easily met (every shared hosting provider offers PHP/MySQL for example). When you have such a large audience, your project will attract more participants and some of those will be designers. Not to mention projects like WordPress are so huge now they have financial backing, too.

link|flag
vote up 2 vote down

Wordpress is mostly popular because It's been around longest as a blogging platform which is easy to install. When you search google for free blogging platform, most of the reviews are from 2005 and earlier, even tho now there are much better alternatives (mostly written in php), people still choose wordpress reinforcing it's popularity. Last time I checked it didn't support anything other than mysql as a database backend, how hard should it be to make a blogging platform support multiple databases? This tells you something about the code quality too. The same goes for php/mysql as a web development platform.

Look at the other alternatives: .net is proprietary and newer than php, java takes 100 programmers to write a hello world web app, perl is dying, web development in python took off late + php/perl programmers can't write ugly code in it so they won't convert, ruby is also pretty new in the web development scene + it got a lot of flames because of scaling issues with some ROR apps. Lisp makes most people wish they have never been born when they hear it's name.

Once I was talking to a php programmer he was surprised to hear you could write web apps in lisp or python. He said every time I open up a python book the examples are in the interactive interpreter.

link|flag
I'm waiting for an example of a "better" PHP blogging platform than WordPress. Considering its thorough documentation, 3800 plugins, and extremely intuitive admin panel, I tried Googling for a better platform and couldn't find it... – Matt Jan 17 at 3:49
I love WordPress. It's a solid platform, though I only know it from a user's perspective, not a developer's. – chaiguy1337 Jan 19 at 0:46
vote up 2 vote down

it does not matter what language is used to write an application for the end user, as long as the application does what it's supposed to do. there are many mature and well-tested web applications including blogging systems, CMSs, wikis, forums, etc. all written in PHP. if a user wants some blogging system, she can enjoy wordpress. whether it is written in PHP, or .Net, or Java. there is another thing that I think is the reason that all there great applications are written in PHP. "Portability". PHP is lightweight and OS/platform independent. so you can find PHP support in almost every web hosting plan. as a web application developer, I would choose PHP to write portable applications, and I can be sure that I could have the widest range of users. there are other OS/platform independent solutions, like Python or Java. but PHP is lighter than them.

link|flag
vote up 1 vote down

I think its about hosting, its so easy to find php+mysql hosting(free also). if you write web-app that many people will use you should go with php.

link|flag
vote up 1 vote down

One reason is the availability of PHP on cheap webhosting services. Most cheap webhosts have the latest PHP available and even offer a choice of PHP4 or PHP5. Yet they won't offer Ruby or Python or only have Python 2.2. This leads to why PHP software tends to be older and more worked visually.

link|flag
vote up 1 vote down

Kent Fredric's post is actually a very good description of why some PHP pages are perceived to 'look better'. Create some bling in Dreamweaver/Whatever and torture a programmer to get it to work. It's a pragmatic approach that allows a brilliant designer and a mediocre programmer to create a good looking page together.

For any web project there is a certain number of hours available. PHP projects often start as described above and you have rapidly have a prototype that looks the part. Users see a working prototype earlier and can more easily give feedback on design and usability. RoR is the same, or even better.

When done 'properly' with JAVA the developers will spend ages setting up their development and build environments and they will keep designing and and refactoring as the architecture astronauts they are. They will design for any possible future change and they will use every single feature of their flavor-of-the-day user interface toolkit like Spring or Swing or SWiK or Wickets or Swickets. They will claim that every single detail can be customized however you want it to be. The problem is, nobody understands the complicated toolkits they use and how they organized things.

With .NET it's perhaps too easy to create even a complex web site? I know people who don't know their GIFs from JPGs, but they still managed to code and deploy their own web shop from scratch.

In the end it's all down to the people, or the team creating the site. Stackoverflow is a good example where a great team created a very functional and sleek .NET site. It's done by professionals who are comfortable with what they do and therefore it looks and feels great. Just as when a pragmatic team hacks together a PHP site.

link|flag
vote up 0 vote down

The look of a webpage is something totally subjective (what is good for you may look bad to my eyes), so your question is pointless.

What I'm pretty sure is that most of the websites done with modern languages (Python, Ruby, etc.) are ten times more manageable, well written and maintainable than the ones written in PHP.

link|flag
This depends on the programmer, not the language. Just because you code in Java doesnt mean your code is automatically more maintainable then PHP. Trust me. – OIS Dec 23 '08 at 18:49
Think of a site written using Django: the framework easily separates presentation from business logic (things that are, instead, easily mixed in PHP). You have to deliberately write bad code in order to do a mess in Django. – friol Dec 23 '08 at 20:16
...because PHP frameworks don't exist. – monzee Dec 23 '08 at 23:04
That's only true to an extent. I think it can be pretty obvious sometimes. – chaiguy1337 Jan 18 at 2:36
i disagree. There are universal rules when it comes to usability as well as certain color combo rules. as for un-maintainability of php sites. i lean towards the statement that you can write crappy code in ANY language. Just because you are a Python programmer doesn't make you better. – gnomixa Feb 5 at 21:17
vote up 0 vote down

It's all about the underlying design of the language. C# itself is a pretty decent language as far as I'm concerned (I'm no language guru by any means), but ASP.NET is a horrible piece of junk. I messed around with it for a little while and it left me so utterly confused and angry at their design decisions that I just couldn't keep using it.

Now I've heard the MVC framework for ASP.NET is better (and it's what StackOverflow is written with), so I have plans to check that out at some point, but the short answer to your question is it's entirely dependent on how intelligent (and inspired) the designers of the platform are, and I'm guessing that the PHP authors were a lot more inspired than the authors of ASP.NET.

My opinion, of course.

link|flag
I should add that I know almost nothing about PHP, so this is entirely speculative, and from the other comments I've read, maybe PHP isn't so intelligently designed after all. – chaiguy1337 Jan 19 at 0:44
vote up 0 vote down

I do not think that there's a correlation between the language and the look and feel of the products created using the language. Take for example the django web site. It certainly look beautiful to me, where as www.php.net still look bland. However, perhaps there's merit to the argument that easy language attracts noob who couldn't care less about design, but I wouldn't say PHP is easier or harder than C#, that would be a silly thing to say.

Perhaps why you are observing the pattern could be simply attributed to the obvious fact that PHP is simply used more widely. I believe if you were to compare how many beautiful application created in C/C++ than say, python or ruby, I believe C/C++ would win out.

Another point worth saying is that, user who use ruby on rails (RoR) or ASP.NET probably wanted to get things done quickly (with their superb code generation and higher level of abstraction) and so doesn't care much about design. More over, to me, the lower level nature of PHP allows user greater flexibility design-wise, where as while ASP.NET or RoR makes simple task simple while making things hairy if you want to customized its look and feel.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.