This is a game I made for my final year of Uni, I'm releasing it cos its hilarious! I'm going to fix the code, make it run with XNA and OpenGL I think.DownloadYou'll need a decent card I think to get...
Well here is a list of things on my to do list, of things I'm planning on doing or looking at, I will be updating this as I complete themBooks to readArt of Unit TestingDDDApplying DDD with .netCode Complete 2Pragmatic ProgrammerWorking Effectively with Legacy CodePassionate ProgrammerMythical Man MonthThings...
So I am currently developing my site and I wanted links to be different to my overall colour scheme for links. I therefore added a page style sheet to change them, no matter what I did, the overall one would take precedence instead of the page one.a:link, a:visited,a:hover, a:active{ text-decoration:underline;...
I was using thishttp://www.codelathe.com/blog/index.php/2009/02/28/generate-pdf-from-cnet/Don't download the 1.0 build versionGet the 2.0 version source http://sourceforge.net/projects/nfop/files/nfop/nfop-v2.0.0/nfop_fw2-2.0.0.zip/downloadand get the .dll out of the build dir, or you will get lots...
Since I can't access my banking website with Chrome but I can with safari, this is how you change the User Agent easilyMake a .bat or .cmd file open with notepad and pastestart chrome --user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1 Sa...
I have recently downloaded all the www.dimecasts.net Videos, I then tried to play them on my Xbox, but they weren't in order, so made it quite hard to follow. I therefore created an App to edit the WMV titles, which the Xbox reads.This code is "ok", I should really make the code into a wrapper library,...