Forum     

Go Back   Digit Technology Discussion Forum > Bandwidth Wastage > Chit-Chat
Register FAQ Calendar Mark Forums Read

Chit-Chat General discussions about anything that doesn't fit into the other sections to be had here

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 01-02-2008, 07:20 AM   #1 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Arrow Plz test my new site(uses web application)

URL: http://www.MHT-CET-Online.com

Purpose: Helps me conduct online test series.

Langauge: PHP and MySQL (and lil bit of javascript).

How to use the site:
1. Check for availability of username. register if available
2. Choose the question paper available and click OK.
3. Once the question paper loads, please select your answers using the radio buttons.
4. Submit the answer sheet to evaluate. Evaluations will be saved into databse.

If encounter any 404 file not found, please let me know the link which you followed.

For programmers and white hat hackers:
Do let me know if you come across any security hole. I have observed the below measures:
1. All input validated on server side
2. No cookies used at all to store any information.


Thank you.
-Rohan Shenoy
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-02-2008, 08:11 AM   #2 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Plz test my new site(uses web application)

the timing of your website is just perfect.
though i havent tested it yet, but will surely do it later.
sachin_kothari is offline  
Old 01-02-2008, 08:11 AM   #3 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Default Re: Plz test my new site(uses web application)

Quote:
Originally Posted by sachin_kothari View Post
the timing of your website is just perfect.
though i havent tested it yet, but will surely do it later.
Are you a MHT-CET aspirant?
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 01-02-2008, 08:16 AM   #4 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 566
Default Re: Plz test my new site(uses web application)

^^nop, i am a computer engg. student.
sachin_kothari is offline  
Old 01-02-2008, 08:25 AM   #5 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Default Re: Plz test my new site(uses web application)

Quote:
Originally Posted by sachin_kothari View Post
^^nop, i am a computer engg. student.
Oh! The way you said that, I thought so!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 01-02-2008, 10:44 AM   #6 (permalink)
din
Tribal Boy
 
din's Avatar
 
Join Date: Jun 2004
Location: Cochin , Kerala
Posts: 1,724
Default Re: Plz test my new site(uses web application)

Some quick notes. Mostly criticism, but sure it will help you to improve

Simple and neat interface - sure a plus point.

Disadvantages

No client side valdations, atleast not in FF.

Use simple javascript, or try Spry ( http://labs.adobe.com/technologies/spry/ )

Availability of user name - try Ajax, will make it look better - without leaving the page.

When we click submit without proper data or leaving fields empty, it shows message on next screen but no way to navigate back. Give a simple 'Back' link or button.

Put a clock on the question paper page - so people will know the time and do not allow them to submit it once the time is over, or submit it auto once the time is over.

Once we click on an answer radio button, theres no way to correct it, if its done intensionally, its ok, I do not know how the real test works, may be they will not allow corrections ?

When I submitted the test without entering anything (no dropdowns selected) it shows

1. You attempted unauthorized access to a privileged resource.
2. Your inputs contained invalid characters such as '*','|','$', etc.



Suggestion -

1. do not allow them to submit if none of the questions are answered.

2. Give meaningful error messages on server side.

3. Give links (back etc) in the error pages.

LOL, I know how it feels reading these. Reminds me our first debugging session 7 yrs back. We were mad at the guy who was doing validation and debugging ..

Want me to test more ?

Last edited by din; 01-02-2008 at 11:04 AM.
din is offline  
Old 01-02-2008, 01:54 PM   #7 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Default Re: Plz test my new site(uses web application)

Thank a lot for your time!

Quote:
Originally Posted by din View Post
Some quick notes. Mostly criticism, but sure it will help you to improve

Simple and neat interface - sure a plus point.
Thank you!

Disadvantages

Quote:
No client side valdations, atleast not in FF.

Use simple javascript, or try Spry ( http://labs.adobe.com/technologies/spry/ )
Yeah, bad thing. I will work on this.

Quote:
Availability of user name - try Ajax, will make it look better - without leaving the page.
I don't know AJAX

Quote:
When we click submit without proper data or leaving fields empty, it shows message on next screen but no way to navigate back. Give a simple 'Back' link or button.
Agreed. is needed

Quote:
Put a clock on the question paper page - so people will know the time and do not allow them to submit it once the time is over, or submit it auto once the time is over.
Agreed. Is needed. hadn't put as it was a demo version.

Quote:
Once we click on an answer radio button, theres no way to correct it, if its done intensionally, its ok, I do not know how the real test works, may be they will not allow corrections ?
Yeah, you are not allowed to change the answers once marked.
Quote:
When I submitted the test without entering anything (no dropdowns selected) it shows

1. You attempted unauthorized access to a privileged resource.
2. Your inputs contained invalid characters such as '*','|','$', etc.

Yes, I didn't think about this point.

Quote:

1. do not allow them to submit if none of the questions are answered.
Yeah, will have to do this.

Quote:
2. Give meaningful error messages on server side.
I had purposefully given such messages, may be it won't work!

Quote:
3. Give links (back etc) in the error pages.
Yeah, needed

Quote:
LOL, I know how it feels reading these. Reminds me our first debugging session 7 yrs back. We were mad at the guy who was doing validation and debugging ..

Want me to test more ?
Ha ha, I am still a noob, but for me one sure way to greatly reduce security risk was to validate all input. Hadn't though the other way.

Yeah, test more!

Thank you once again!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 01-02-2008, 02:02 PM   #8 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,885
Default Re: Plz test my new site(uses web application)

anyway, ur site is worth for students and very good resource
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 01-02-2008, 05:11 PM   #9 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Default Re: Plz test my new site(uses web application)

Quote:
Originally Posted by Gigacore View Post
anyway, ur site is worth for students and very good resource
Thanks a lot!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 01-02-2008, 07:22 PM   #10 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,109
Default Re: Plz test my new site(uses web application)

Quote:
Originally Posted by din View Post
+1

and do learn JQuery (JavaScript will be hell lot easier).

And maintain session
__________________
Steam/Flickr: psygeist
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X+Corsair Vengeance|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is online now  
Old 01-02-2008, 07:25 PM   #11 (permalink)
हॉर्न ओके प्लीज़
 
victor_rambo's Avatar
 
Join Date: Sep 2007
Posts: 1,490
Default Re: Plz test my new site(uses web application)

Quote:
Originally Posted by T159 View Post
+1

and do learn JQuery (JavaScript will be hell lot easier).

And maintain session
Sure! Right now there isn't enough time to learn a thing new but will remember for future projects!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति

गीक होना माँगता
victor_rambo is offline  
Old 01-02-2008, 08:14 PM   #12 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,467
Default Re: Plz test my new site(uses web application)

+1 for Jquery.. I'm implementing Jquery in my site. I'll update you soon
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Site for objective test of c knowledge manubatham20 Programming 2 13-02-2008 03:43 PM
good site for IQ or Aptitute test iinfi QnA (read only) 19 03-04-2007 10:18 AM
Icons 4 ur site /application-Huge list blueshift Random News 6 11-02-2007 12:30 PM


All times are GMT +5.5. The time now is 04:15 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2