Do yourself a favor and install it in a virtual disk using Virtual Box. By pressing CTRL + F the virtual machine will go full screen and there will be no notable difference to a "real" installation.
What are your IP settings when you are connecting via cable? Have you turned wireless encryption on/off and used the right password? Try to reset your accesspoint, if all else fails.
I don't think it would make that much of a difference. It's mainly the content that matters, meta-tags aren't that relevant any more (but not completely useless :-).
Indeed i'm using 64 bit SuSE version, but this doesn't matter because the drivers are only stored on the linux box to be automagically installed if some windows client wants to print and doesn't have the driver installed already. Local printing at the linux box using the CUPS driver is working...
I'm about to set up a linux (SuSE Enterprise 11) box to work as a print and file server using Samba (user level security, nothing special). Not so much of a problem for the file server part, which is pretty straightforward, but i can't set up automatic installation of windows printer drivers...
You seem to be using microsofts Dynamic Disk feature, which is probably the reason the installation process fails. But i'm not sure on that, never tried to install linux on an LDM volume.
You could provide an file like "mywebsite.url" containing just the text "http://www.mywebsite.com" for download, the user would have to double-click on it to open your site. An rather awkward solution.
better use something like
http://www.dynamicdrive.com/dynamicindex9/addbook.htm
go to your cpanel, look at Stats -> Home Directory,
where you can see your username
scroll down to Advanced -> click on Cron jobs
under "add new cron job" click on "minute" -> every five minutes (*/5)
Command:
/usr/bin/php -f /home/your_username/www/cron.php >/dev/null 2>&1
which...