Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~554 People Reached
Favorite Tags
Member Avatar for ayesha789

Passsword Strength Checker [CODE=php]<?php function testPassword($password) { if ( strlen( $password ) == 0 ) { return 1; } $strength = 0; /*** get the length of the password ***/ $length = strlen($password); /*** check if password is not all lower case ***/ if(strtolower($password) != $password) { $strength += 1; …

Member Avatar for ayesha789
0
246
Member Avatar for webish

Hi everybody, Webish is glad to join you here at Daniweb. I'm an IT entusiast and I believe it's gonna be a:) worthwhile experience in here.

Member Avatar for kvprajapati
0
115
Member Avatar for webish

Hi guys, how do I go about creating rounded/curved corners for my divs or 'table data'. I'm not sure if this only involves html & css only? I suspect there could be some javascript. anyway, if you know how i can go about that, feel free to help. Other resources …

Member Avatar for webish
0
72
Member Avatar for webish

Hi guys, I'm intending to create an online forum/blog application. An application almost similar to 'daniweb' forums. My question is, what sever set-up is the most suitable for this i.e asp.net (c#, vb), php-mysql, asp-java or any other. Please advice also on how to approach the coding and would even …

Member Avatar for diafol
0
97
Member Avatar for webish

[COLOR="Green"][B]Hi everybody, Webish is glad to join you here at Daniweb. I'm an IT enthusiast and I believe it's gonna be a:) worthwhile experience in here.[/B][/COLOR]

0
24