Kaotic Reality
"Knowledge needs to be shared to enlighten the world" - Kraeven
Thursday, March 24, 2011
What happens when you navigate to a URL?
›
Browse the net I found a really interesting article about what actually happens when you type in a URL in your browser. How does the conten...
Friday, March 18, 2011
Upgrade Internet Explorer 1.0 to 9.0
›
http://www.winrumors.com/man-upgrades-internet-explorer-1-0-to-9-0-video/ Credits go to Andrew Tait From the same person who made the vide...
Wednesday, March 9, 2011
Enable Compiler Extensions in .NET 2.0
›
If you get an error like shown below; this is probably due to the downgrade of a project from .NET 3.5 or higher to .NET 2.0 Cannot define ...
Thursday, March 3, 2011
Upgrade Windows 1.0 to Windows 7
›
http://www.winrumors.com/man-upgrades-windows-1-0-to-windows-7-via-every-other-windows-versions/ I stumbled upon this video of a guy upgrad...
Tuesday, February 15, 2011
FileDB - A C# database to store files
›
When browsing through the codeplex website, I found an interesting project. A simple easy to use storage container, in the past I used QVFS ...
Monday, January 24, 2011
How to identify if string contain a number?
›
System.Text.RegularExpressions.Regex.IsMatch(input, "\d" ) So times you will need to check a string, to see if it contains a numb...
Sunday, January 9, 2011
Secunia Personal Software Inspector (PSI)
›
Upon stumbling through the web, I found a nice tool to check the installed software for security issues and out-dated programs. So I thou...
Tuesday, December 7, 2010
VB.NET : Check TextBox For Non-Numeric Values
›
Public Function CheckTextBox( ByVal textb As TextBox, ByVal key As KeyPressEventArgs, Optional ByRef err As String = ""...
VB.NET : Sort Collection Made Easy
›
Public Function SortStringCollection( ByVal Col As Collection) As Collection ArrayList.Adapter(Col).Sort() Return ...
Wednesday, November 3, 2010
Test if Integer has been set : Nullable Value Types
›
For example, let's say that you have an integer for tracking some value and it can be positive and negative. It is also possible for the...
1 comment:
‹
›
Home
View web version