Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Member Avatar for saurabh2007

I am working with JQuery Validation plugin and am having trouble validating the form. The following is a live version of my form: http://demcode.3eeweb.com/ The following is the code for my index.php file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <title>DemCodeLines</title> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for davidjennings
0
301
Member Avatar for saurabh2007

This is a simple question but since I am having problems with it, I am asking it here. I have a div inside a file called head.php in my index.php, when i do <? include ("head.php"); ?> and then do something like <div style="margin:0 auto; width:900px"></div> it shows the two …

Member Avatar for saurabh2007
0
116
Member Avatar for saurabh2007

Hi everyone, I just had a quick question. I have a div that has text in it. What I want to have is some text in the left and some text in the right so inside the div, the text Hello is displayed on the left as soon as the …

Member Avatar for Dandello
0
122
Member Avatar for saurabh2007

If I am inside a folder and I use "/", it uses it for root directory so [CODE]<a href="/">test</a>[/CODE] links to [url]www.test.com/index.php[/url] For example, if i am in the file [url]www.test.com/login/index.php[/url] and I use "/" then it goes to root directory but if I am in [url]www.test.com/index.php[/url] which is the …

Member Avatar for saurabh2007
-1
83
Member Avatar for saurabh2007

I am running into an error with NoSuchElementException, Please help! Here is the error: Exception in thread "main" java.util.NoSuchElementException at java.util.Scanner.throwFor(Scanner.java:838) at java.util.Scanner.next(Scanner.java:1461) at java.util.Scanner.nextInt(Scanner.java:2091) at java.util.Scanner.nextInt(Scanner.java:2050) at Project.answerKey(Project.java:292) at Project.findMyAvg(Project.java:344) at Project.printMyResults(Project.java:269) at Project.printHeader(Project.java:203) at Project.main(Project.java:30) The code at line 292 is: [CODE]answer[count] = inScan.nextInt();[/CODE] the method is: [CODE] …

Member Avatar for NormR1
0
511
Member Avatar for saurabh2007

I am new to java and have been working on a project. The project involves two files: One with student ID numbers and their answers for 10 different questions. The second file contains a bunch of ID numbers from the first file. The second file has id numbers for a …

Member Avatar for NormR1
0
103
Member Avatar for saurabh2007

I wanna create a titlebar in visual basic so everytime i create new form, it wont add default windows xp look but the new title bar what i made. can anyone help me how to do this. any code will be appriceated i know how to do it for one …

Member Avatar for saurabh2007
0
96
Member Avatar for saurabh2007

Hi, i have made an application just like windows i have everything but a filesystem and disk system what i mean is the i want a new filesystem meaning that like windows uses ListView every where to display the icons, i also want to use it but i can't get …

0
55