That's a very good question. I've worked in SEO for quite a while now, and the major search engines all treat subdomains as independent sites. That is, from the search engines point of view, they would be as if they were on separate domains. To make it easier for yourselves to brand the sites, I wou...
If you want to stay with your current host, there are alternatives. Alternative to crons have been discussed a few times before, and you'll find the most useful information on the forums here: http://indie-resource.com/forums/viewtopic.php?f=29&t=1464&p=15862&hilit=cron+view#p15862 http:...
Nice config. I noticed you got 8GB of RAM. From what I know, RAM doesn't actually improve gameplay that much. After a point, most OS's will actually start caching files on it and that leads the RAM activity to appear to be high. Still, at the cheap costs these days, most people will just max it out....
Personally, I think not using an IDE or a program is the best way to start. It forces you to learn the syntax of the language and not rely on an IDE to pick those tiny errors up and correct them before you even realise. Anyhow, don't worry yourself on IDE's. I know too many people who just fret so m...
Just in case you haven't realised, the snippet of code Vitinho444 gave you is CSS, so you'll probably want to put in in a CSS file. Since you want it to appear in every page, I suggest linking to the CSS file from your connect.php, assuming you include connect.php in every page. That should clear th...