Valve’s ‘Portal’ ending credits are AMAZING

Seriously, it’s worth buying the game purely to watch these ending credits.

Internet Explorer file uploads with ASP.NET

So you’d think that uploading a file using the standard FileUpload control would be easy. Well there is a small problem. Using the following code you would expect ‘filename’ to contain just the filename of the file uploaded.

String filename;
filename = FileUpload1.PostedFile.FileName;

Read more

Is it tea time ?

Sometimes its hard to tell if it is tea time. Now, there’s a site that will help you work it out

Visit site