Friend

Ranch Hand
+ Follow
since Nov 23, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Friend

Hi Eric, Thomas and Mike,
YOU ARE GREAT PEOPLE !!! I UNDERSTAND...........AND ALSO UNDERSTAND THAT YOU KNOW NOTHING OHTERTHAN MAKING SILLY COMMENTS
The flollowing code is a question asked me for an interview.....Anyone can help me how to validate this form professionaly.....using javascript. please help me........

1. Consider the following fragment of HTML.
<SCRIPT LANGUAGE=javascript>
<!--
function checkRequired() {
...
}
//-->
</SCRIPT>
...
<form name=RegForm method=post onsubmit="checkRequired()">
<table>
<tr><td>*Title:</td>
<td><select name=Title>
<option selected>Mr</option>
<option>Mrs</option>
<option>Ms</option>
<option>Miss</option>
</select></td></tr>
<tr><td>First name:</td>
<td><input type=text name=FirstName size=20 maxlength=20 value=''></td></tr>
<tr><td>Last name:</td>
<td><input type=text name=LastName size=20 maxlength=20 value=''></td></tr>
<tr><td>Date of birth:</td>
<td><input type=text name=DOB size=20 maxlength=20 value=''>
<tr><td>Address:</td>
<td><input type=text name=Address size=30 maxlength=128 value=''></td></tr>
<tr><td>Town:</td>
<td><input type=text name=Town size=30 maxlength=40 value=''></td></tr>
<tr><td>County:</td>
<td><input type=text name=County size=30 maxlength=40 value=''></td></tr>
<tr><td>Postcode:</td>
<td><input type=text name=PostCode size=20 maxlength=10 value=''></td></tr>
<tr><td>Email:</td>
<td><input type=text name=Email size=30 maxlength=64 value=''></td></tr>
</table>
</form>
...
Write the checkRequired function to check all information fields inputted by user (all fields are mandatory).The function must check the validity of every parameter (on the basis of rational acceptability) and make a proper
(case-sensitive) formatting for the all form's text fields.
Hi,
I have got an interview call in Java Programming.
I just would like to know what are all the questions they may ask me about the projects which i have done earlier.
If this help you to give me answer, here is my project description :
* Designed and developed an application program for the Engineering Entrance Examination using the database MS Access.
*Designed and developed a web page for
online PC shopping for NeST Systems Pvt.Ltd.
*Designed and developed a Web Enabled Advertisement Placement System.
*Created an online tutorial for the medical and engineering students.
Develop web pages using the technologies Java Applet, JDBC, Servlet, JSP, JavaScript and HTML.
Back end: Oracle and MS Access
I would be very much grateful to you if you can give me some tips about the same.
Thanks.
Best regards,
Jyotsna.
[ April 09, 2003: Message edited by: jyotsna varma ]
20 years ago
Hi friends,
I got an interview call from an entertainment software company. They are developing software games. I have applied for the post of game software tester.
But i don't have any experience in game software. I will be thankful if you please give me some tips about the game software development? What type of softwares are used for the development? What type of questions they will ask for the interview?
I had been worken in website development using java and html.
thank you.
21 years ago
Hi,
Please give some good books for studying xml and asp.
Hi,
Please give me some good books and authors names for xml and asp.
Thank you.
Thank you Thomas.
21 years ago
Thank you very much Fred.
If you have more about this please let me know.
Jyotsna.
21 years ago
Hi ,
I am doing a online news paper project. In that I have to store large and small news in the database. And if any latest news comes I have to uload it ...
How do i store large data in the database? Can I display in a html table cell?
thank you.
Hi,
I have to appear an interview next week. The type of question that they are going to ask is only about my project works. I have done 3 projects including my course projects but they didn't gave me much expossure. So can you please give me an idea about what type of question they can ask ? I have done online shopping projects. The database used is ms access and oracle(sql).
From where can I get an online tutorial of rdbms?
Please help me.....its only a little time for me for the preparation.....
Thanks.
21 years ago
Hi,
Please give me , how I write code for uploading files in java. I am using java, sevlet,html for developing source code.
thanks a lot.
21 years ago
Hi,
I need a sample project work details using only java and html.
From where i get it from the internet?
pls specify the sites....
thanks in advance.
Jyotsna.
21 years ago
Hi,
No, i am going for an interview in uk.
pls specify some possible questions........
Thank you very much.
21 years ago
Hi,
I worked for a small Pvt Ltd Company for 1 year and as far as the experience is concerned I dont think I've gained much, as we do small projects, and do maintenance work most of the time. I think that working for a small organization does not add any value to you.
Now I am going for a Java Web Developer interview this Wednesday, the job requires to know JAVA, HTML, JSP API's as well as traditional client server development (SQL using Microsoft SQL server).
Could you please give me some ideas what kind of technical questions I would expect?
Would they ask anything about my project? If then what type?
Thank you very much!
Jyotsna.
21 years ago
Hi,
Please give me a solution for the mysql problem...
When I try to give:
mysqladmin -u root -p password 'newpasswoed'
Then asks Enter password
When I give passwd the following error have shown
error:Cann't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock (111)'
Check that mysqld is running and the socket 'var/lib/mysql/mysql.sock' exists!
How can I solve this problem?
Can u pls give me a step by step procedure for the MySQL cofiguration in Linux?
If then I will be very much thankful of u.
Thanks in advance.
22 years ago