Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:That looks horrible (Score 1) 44

Hmmm, the major problem I see with this (which is the same major problem Perl, PHP, ASP and many others have) is that the script and the HTML are all wrapped up together. This is fine for something small like putting a counter on a page, but it becomes a real nightmare when you have scripts running to thousands of lines and hundreds of pages in your site (the sites I run aren't huge and I've run into both of these problems).

The only solutions I've seen which truely solve this problem are Java (has to be compiled) and ASP.NET (limited to Windows and HTML not yet standards complient).

I love PHP, but I would love it more if the next version allows clear seperation of web design (html) from code.

If you can achieve this in MOTO, I might be interested.

Slashdot Top Deals

There's no such thing as a free lunch. -- Milton Friendman

Working...