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 […]
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
Screenshots of Vista Build 5219 at PDC
Screenshots from the new PDC05 build of Microsoft Windows Vista, 5219. Noticeable is the sidebar, the new window switching layout (Alt+Tab) and the games.
How to remove white (blank) space from a string
Using the Replace() method you can easily replace the white space from a string with any character you want, or totally remove it. In the following example the white space from the string is removed: This will result in Anthem containing the string StarSpangledBanner.However you can replace the spaces with any character you want, such […]