Delete Domain User From A Computer

Open up “Control Panel | System and Security | System
In the dialog click on “Advanced system settings” (requires Admin rights)
The “System Properties” dialog will be displayed
Make sure you are in the “Advanced” register
In the “User Profiles” section click on “Settings”
The “User Profiles” dialog is displayed
Select the account. Hit Delete.

Read More

Using CSS to Validate Input

Requirement:

// Should not match
''
' '
'  '
'   '
// Should match
'one-word'
'one-word '
' one-word'
' one-word '
'one phrase with whitespace'
'one phrase with whitespace '
' one phrase with whitespace'
' one phrase with whitespace '
Read More