Archive for January, 2006
XML Schema Validator
The XML validator uses the specified XML document and validates it using the specified XML Schema file.Please consult the attached files to download this application.The application is packaged in ZIP format and contains the following files:Download
No comments
- XMLValidator.exe – Application Itself
- example.xml – Example XML file
- example.xsd – Example XSD file
ADO.NET Connection Strings
Here is a PDF document list all the ADO.NET connection strings and formats.
Download PDF document
How to detect what .NET Framework 1.1 service pack is installed
The way to check the version of the Microsoft .NET Framework is installed on the computer/server is to run regedit.exe and find the registry entry mentioned below. The data in the SP will indicate the Microsoft .NET Framework Service Pack installed.
No commentsKey:HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v1.1.4322
Value:SP
Data type:REG_DWORD
My car
About 6 months ago I was in a process of buying a car. After going through several different cars over few years, I decided to finally buy a car I always wanted, well almost. So here is a picture of my 1994 BMW 318is Coupe. This is by far the best car I have ever owned and is a blast to drive.
No commentsValidate String as a Date
Snippet of JavaScript code that is used to validate a string to make sure it is a correct date.There are three constants that control the date validation: * CONST_DatePartSeparatorCharacter Defines the date part separator ( default / ) * CONST_minYear Minimum year allowed. * CONST_maxYear Maximum year allowed. * CONST_ShowPopups If the date is not valid, the isDate(strDate) function will show alert popup describing why the date is incorrect.Download JS File
No comments
