It probably doesn't have an integrated sound card, just integrated speakers. In which case you'll need a 3.5m to 3.5m jack cable to run from your pc into the monitor, or something to the effect, HDMI cables can also carry sound.
Yeh i didnt do any editing of the bootstrap files what so ever, was just to get something that looked better than the default IdleRPG site online as quick as possible. Just for reference this is the default site, http://idlerpg.net/
Only http://idle.iwader.co.uk/ which is just a rip of the IdleRPG site. What i'm working on now will use it, though again not going to be anything spectacular, should have it finished in the next week or two
I've been working on restoring the dnsbl for SwiftIRC, however we needed the functionally of allowing any oper to remove entries automatically, rather than having to contact the owner of the dnsbl and ask them to manually remove the entry.
Been dabbling with some java, having never tried my hand at it before. Going pretty successfully. Also been tying that in with PHP using the ISPConfig 3 API, which i must say, im loving the flexibility of. Much better than any other free control panel i've used.
Generally all syntax checkers for html/css should be disregarded. There is really no standardisation for it between browsers, and indeed if you are trying to create a responsive design, then almost no syntax checker will know what the hell its meant to be checking css wise.
Been playing with Twitter's Bootstrap and really loving it. CSS/JS framework for responsive web designs. Really good documentation as well. http://twitter.github.com/bootstrap/
@Hawkee is it possible to set a password on my account if I'm logging in via. facebook? I was unable to login via. facebook earlier for some reason, just kept redirecting me to the homepage and couldn't login as a normal user because I've never set a password.
i would suggest if your opering on connect, or indeed using any script to oper up, you authenticate via. SSL Certs. rather than a password. This avoids the possibility of your password being leaked if you paste the script to someone
you can use "echo -t" that will echo the line prefixed with $timestamp, so you dont need to add $timestamp manually.
also you may want to look at $nick().pnick instead of repeatedly checking if $nick isop, ishop, isvoice etc. (remember you have $left() and $right() :P )
You also have a random privmsg command on line 110, but other than that looking good :)