Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #44.2K
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for vindom

Your code needs more semantics and formatting, and you should look more into unobstrusive Javascript, I'm just letting you know this as an information to help you make your code better. Now, include JQuery at the beginning of your code, or really wherever you want on the page <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> …

Member Avatar for vindom
0
308
Member Avatar for esoftwall
Member Avatar for moyk
0
502
Member Avatar for ben.matthews18

onMouseOver for a mobile site is quiet useless, considering the user can just press a button, and not pass his mouse over it. However, if you wish to display more menu items when the user presses the button, then JQuery is the way to go.

Member Avatar for moyk
0
61
Member Avatar for adsegzy

You miss semantics, formatting, and syntax. Css code -> in a separate file. Javascript -> in a separate file too, unobstrusive Javascript. Your PHP code is wrong, especially concerning the conditions syntax. Here: <?php if (isset($_POST[Submit11])) { $email=stripslashes($_POST[email]); $pword=stripslashes($_POST[pword]); $pw=md5($pword); if($email=="") { echo "Enter your Email.<br>"; } else if($pword=="") { …

Member Avatar for moyk
0
141

The End.