Monday, February 28, 2011


Still not synchronize !! :( bt working in progress!!! :P
I can draw on the browser!!The whiteboard has Toolbox that will help users to draw line,circle,rectangle,grid,pen in different colour and it gives Undo facility...!!

it is in single user mode!! i hope it will run in multi user mode within some days..!! :)

Good night...

Saturday, February 19, 2011

Friday, February 18, 2011

Captcha Implementation


Captcha Implementation.....
Here the Java is creating a captcha without using any third party help!!

Now Our Server is able to generate a captcha using some java classes that makes more secure of our website!!
:P
Now we hav to concentrate on the security issue!




Wednesday, February 16, 2011

Virtual Class Webpage design!

I think after the Unit test we have to assembly all works what we have done!
We have to start designing portion of the main website as soon as possible!!! if we can complete a sample project before the mid of march then we get time to develop our website within the end of march.

EXAM system AND IMAGE insertion into database (DB2)

BLOB insertion into database , retrieval & display in web page successfully tested.

EXACT CODE:

INSERTION INTO DATABASE:http://pastebin.com/m0uchR9C
RETRIEVAL FROM DATABASE:http://pastebin.com/FHGnHE5j


REFERENCES:

Wednesday, February 9, 2011

Introduction to DB2 Stored Procedures

Introduction to DB2 Stored Procedures

Subsequent Auto Generated Key Retrieval Java/Db2

Subsequent Auto Generated Key Retrieval Java/Db2
1) Faculties can take lectures
2) shared and interactive whiteboards.
3)discussion boards that enable communication to occur at "convenient-times" that suit student schedules and are not accessed at simultaneous or prearranged times.
4)backup/recovery
5)Security

what r u planning to implement this points!

Realtime(Synchronous) Chat service


This is the chat service where users can chat in a Chatroom(one to many) and also can send a message to a particular user (one to one chat)

In this pic the users can send message is Chatbox..
on the ryt side, text field show the online users!








in this pic... we can see that sudipta is sending the message to me..NOT IN CHATROOM.

it is the example of one to one chat!



Now we hav to implement tha designing portion of chatroom! where users can use our chat application like Gmail or facebook chat!!

Tuesday, February 8, 2011

ASYNCHRONOUS MESSAGING SERVICE

**** ASSUMPTIONS:

  • cookies are enabled in the client side. ( this assumption could have been done away with by using encodeURL(..)


SHOWING RECEIVED MESSAGES:





------------------------------------------------


SHOWING SENT MESSAGES:










( messages not opened in a new window., shown in an iframe below.. hence the user stays on the same page.. somewhat like hotmail )

COMPOSE MESSAGE:

FORM:   http://pastebin.com/fZN65SbR
INSERTION INTO DATABASE: http://pastebin.com/dh6VZMdj


I'm having to do without the DATE attribute as couldnt figure out the format to insert the date!.
Please test and find out how to insert date.. I'm also trying in the meantime.

Monday, February 7, 2011

EXAM management... variable number of questions for each exam...

For the exam management system...

I have made an observation:

The number of questions for each question may vary...

So, I wanted to use something like an array...
but thats isnt possible in databases it seems.

so,
according to the srs...
we have an EXAM table.. which contained the arr_questions and arr_answers.

we could do one thing:

leave out the arr_questions and arr_answers from the exam table.. ( the other attributes remain intact)

we'll use another table called:

QUESTIONS( question_id,exam_id, question,answer)

hence, exam_id will reference the EXAM table...  question_id will be the foreign key...

howzzat...??

post comments and questions...