Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
Hello,

I am writing my graduation project. I'm not a programmer, but in order to complete the project, I need to build a simple site.

Few words about the project. The project is in data mining sphere. I need a simple site in ASP.NET that can create the user, save it in Data Base, and than while user is trying to login the script will log all key the user pressed and save this log with millisecond interval Up key, Down key.

I tried to write it myself using different codes, but with no success. Specifications: ASP.NET web application, User creation page, user login page, JavaScript key logger with key pressed (including up and down register, caps, space,shift etc.) with millisecond time.

The script should be integrated to the login page.

I'll be glad if some one could help me with writing the code.
thanks a lot.
Posted
Updated 11-Apr-11 1:24am
v2
Comments
Sergey Alexandrovich Kryukov 10-Apr-11 19:25pm    
As soon as you get this assignment, you're the programmer and apply the same requirements to yourself as to the programmer -- if you want to complete this project, of course. You will need to teach yourself the required skills. You describe only the auxiliary features; what is the main functionality and purpose? -- "in data mining sphere" does not say much.

It's hard to imagine that someone will be interested in helping you unless you start with showing your effort and enough qualification to complete the project with someone's help.
--SA
musefan 11-Apr-11 8:35am    
This isn't really a question is it?... useful questions might be: How do I capture key events in javascript? How can I get the system time in milliseconds? How can I use javascript to write to a database? ...you get the idea? (then you can put all the answers together in your web page)
R. Giskard Reventlov 11-Apr-11 9:08am    
WE DON'T DO HOMEWORK.
Smithers-Jones 11-Apr-11 13:56pm    
Reason for my vote of 1: Lazy prick.

I tried to write it myself using different codes, but with no success
Share what you have done and where you failed. We will surely try to help you out there and make your try a success.

Hope you know that, we expect you to put some time in trying the issue that you are facing and then some time in formulating the question while posting here. Now, you said you have tried it. Please share it.


Just in case, here is what is expected by enquirers:
1. TRY first what you want to do!
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.
 
Share this answer
 
Quote: I'll be glad if some one could help me with writing the code.

Well, people here will help but they will not do all the work for you; after all it is your graduation project and it would not be honest to get a qualification unless you have done at least 90% of the work yourself.

I have to ask the question, why did you choose this as a graduation project if you do not have the skills or knowledge to complete it?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900