More or less; Opera's urlfilter.ini file takes care of this easily. I've never had a problem with ads though, just don't seem to find them distractive that much, I'm always concentrating on the main content of the site. The ones you get between two pages get annoying though.
Remove the spaces in the name of the window.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html...
The config file show be pretty self-explanatory, what do you need help with, specifically?
For the database settings, create a new database and assign it a user in cPanel. Add the details of your newly created database and user under the database area of that file, you should set the...
I'm quite fond of RoundCube as well, it's flashy yet pretty light at the same time. The other two are better information and customization wise, though.
I just went and had another look at Horde, can't make up my mind now :/
Assuming you already have an open connection to MySQL, you can store a query in a variable and use PHP's mysql_query function to run it.
$query = "CREATE DATABASE database_name";
mysql_query($query, $dbconn);
The $dbconn reference is only needed if working with multiple MySQL connections.
PhpBB uses a combination of hash and salt. Have a look at this thread on the official forums: http://www.phpbb.com/community/viewtopic.php?f=71&t=585387
I'm just saying that a dislike for a particular application is not a satisfactory justification for limiting a website's existing or potential user base.
None of the above. If I must choose I'll have to jump on the bandwagon and say Firefox, no surprise there.
You're clearly not expecting to get a lot of traffic, I presume?
Argh, Frontpage. The thing seems to have a lot of annoying little bugs and quirks, and seems to love generating some really weird messed up markup. It's worse than Dreamweaver. :/
Fair enough, you're correct in that it is enough to protect from most general users that are just passing by. But if someone wanted to obtain said code it would in no way be difficult.
Alright then, I think how you've represented the data already is fine. You mentioned the design as being simple, and that's what I think you'll want to stick with. If you end up making it too flashy it'll take even longer to load and distract you from the information you're actually there for...
The easiest way is to just run a google search for contact form tutorials, there'll be heaps of resources out there for you to use.
In your css file; something like:
body
{
background-image: url(background.png);
background-attachment: fixed;
}