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

 



Forgot your password?
typodupeerror

Comment Title title is wrong (Score 5, Insightful) 550

It should read, "Biden reveals location of Vice President's House". I lived in DC for a long time, and I'm pretty sure every one there knows where the Vice President lives.

This is the worst article I've seen on slashdot in a long time. Not only is the content nonsensical, most of the submission is copied directly from the foxnews "article", but it doesn't have quotes around the copied text.

Comment Re:Virtualisation (Score 3, Informative) 66

Don't use virtual hosts at all. If you can't get another machine, then at least run another copy of the web server on a different port. Then your production address would be something like http://server/whatever and the development would be http://serverport/whatever.

You are going to have to restart your web server in development more often than you would like to in production. You don't want to bounce production every time you change a module, right?

Slashdot Top Deals

A good supervisor can step on your toes without messing up your shine.

Working...