Click here to Skip to main content
15,908,618 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Database Problem Pin
balu chettri28-Feb-07 6:38
balu chettri28-Feb-07 6:38 
AnswerRe: Database Problem Pin
Guffa28-Feb-07 8:36
Guffa28-Feb-07 8:36 
AnswerRe: Database Problem Pin
Vasudevan Deepak Kumar28-Feb-07 12:31
Vasudevan Deepak Kumar28-Feb-07 12:31 
QuestionIIS 5.0 to IIS 6.0 Upgrade Pin
No-e28-Feb-07 4:18
No-e28-Feb-07 4:18 
AnswerRe: IIS 5.0 to IIS 6.0 Upgrade Pin
Vasudevan Deepak Kumar28-Feb-07 12:32
Vasudevan Deepak Kumar28-Feb-07 12:32 
AnswerRe: IIS 5.0 to IIS 6.0 Upgrade Pin
Guffa28-Feb-07 21:18
Guffa28-Feb-07 21:18 
QuestionInserting a new row. Pin
nclauder28-Feb-07 4:08
nclauder28-Feb-07 4:08 
QuestionWebpage with Zoom, and Rotate functionality Pin
swjam28-Feb-07 3:07
swjam28-Feb-07 3:07 
AnswerRe: Webpage with Zoom, and Rotate functionality Pin
Vasudevan Deepak Kumar28-Feb-07 12:33
Vasudevan Deepak Kumar28-Feb-07 12:33 
AnswerRe: Webpage with Zoom, and Rotate functionality Pin
badgrs1-Mar-07 0:32
badgrs1-Mar-07 0:32 
QuestionEnsuring Database Security Pin
Meysam Mahfouzi28-Feb-07 2:28
Meysam Mahfouzi28-Feb-07 2:28 
AnswerRe: Ensuring Database Security Pin
Bradml1-Mar-07 0:06
Bradml1-Mar-07 0:06 
GeneralRe: Ensuring Database Security Pin
Meysam Mahfouzi1-Mar-07 9:28
Meysam Mahfouzi1-Mar-07 9:28 
GeneralRe: Ensuring Database Security Pin
Bradml3-Mar-07 15:54
Bradml3-Mar-07 15:54 
QuestionRegular Expression Pin
248912828-Feb-07 2:12
248912828-Feb-07 2:12 
AnswerRe: Regular Expression for validating password strength Pin
andyharman28-Feb-07 6:16
professionalandyharman28-Feb-07 6:16 
Nigam SAMir wrote:
1. Password should be of length 6 character.
2. password only can contains:? A-Z, a-z & 0-9 & _
6. password should begins from character belongint to A-Z or a-z.

^[A-Za-z][A-Za-z0-9_]{5}$
Note that best-practice dictates that your password should be at least 8 characters. Also insisting that the password starts with an alpha character weakens the password.

Nigam SAMir wrote:
3. password should contains at least one digit.

[0-9]

Nigam SAMir wrote:
4. password can not be equal to user name.
5. password can not be reverse of user name.

Cannot do using regular expression.

Hope that helps.
Andy
QuestionWebconfig Ajax Pin
AnhTin27-Feb-07 21:12
AnhTin27-Feb-07 21:12 
AnswerRe: Webconfig Ajax Pin
badgrs27-Feb-07 22:43
badgrs27-Feb-07 22:43 
QuestionAJAX web app - ScriptResource-Handler failes to load js resources Pin
civilwar27-Feb-07 20:40
civilwar27-Feb-07 20:40 
QuestionHow should we design the programe if we like to add up more detail ? Pin
sdev27-Feb-07 19:41
sdev27-Feb-07 19:41 
AnswerRe: How should we design the programe if we like to add up more detail ? Pin
Paddy Boyd27-Feb-07 23:54
Paddy Boyd27-Feb-07 23:54 
GeneralRe: How should we design the programe if we like to add up more detail ? Pin
sdev28-Feb-07 6:32
sdev28-Feb-07 6:32 
GeneralRe: How should we design the programe if we like to add up more detail ? Pin
sdev28-Feb-07 6:37
sdev28-Feb-07 6:37 
QuestionCookies Pin
Sachin Pimpale27-Feb-07 19:36
Sachin Pimpale27-Feb-07 19:36 
AnswerRe: Cookies Pin
Michael Sync27-Feb-07 20:11
Michael Sync27-Feb-07 20:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.