A new website allows the public to peek into the salaries and honest reviews of employees at large companies such as Google, Microsoft and Yahoo.
Microsoft Security Patrol Car
This is one of the Microsoft Security cars that patrol the campus.
Rotation in Flash
This tutorial aims to teach you one of the basic underpinnings of Flash rotation in both ActionScript and tweened Flash.
Understanding C++ data types II
Part II of the small book that teaches you the C++ data types. Even if you have an IQ under 25 you will can understand and use the data types. In this part you will see an important aspect of data types… signed and unsigned.
A potentially dangerous Request.Form value was detected from the client
If you are receiving the A potentially dangerous Request.Form value was detected from the client error while a PostBack occurs (submitting a form, for instance) it is most likely because in the PostBack content, there are HTML or HTML-like tags. This is ASP.NET’s defense mechanism that prevents the users of a website to try and […]
Microsoft Campus Basketball Field
One of the many playing fields on the Microsoft Campus.
Sony Vaio Green Leaf Wallpaper
Sony Vaio crude green leaf wallpaper.
Minesweeper Game In Java
A fully functional Minesweeper game in Java that is similar to the one bundled with Windows, and that can be easily enhanced.
Windows Vista Wallpaper #3
Windows Vista wallpaper depicting the Windows Vista logo in the center.
Get the path of the ASP.NET web application that is currently running
You can easily retrieve the path to the running ASP.NET application, using Request.PhysicalApplicationPath: If the web application is located in C:\Inetpub\wwwroot\WebApplication1, the string AppPath will contain C:\Inetpub\wwwroot\WebApplication1