Saturday, May 9, 2009

MCA IGNOU 1st Semester Assignments 2009

Please DownLoad the following Solved Assignments :

MCS-11 MCS-12 MCS-13 MCS-14 MCS-15 MCS-16 MCS17

DownLoad Assignments : DownLoad Link

Few Questions are remaining in MCS-12 MCS-13 AND MCS-14 , which i'll be posting in few days.....

please let me know if you have doubts in any answer.....

regards
vj

Thursday, March 26, 2009

Forum Using Jsp

Project Title : Sample Forum using Jsp

Description :

This project demonstrates a sample forum using java server pages.

Developed By : vivek joshi

The forum allows to :
1- Add New Forum
2- Delete Form
3- Add Post To Forum
4- Delete Post From Forum
5- View Post In Forum

Forum Logins :
1- Administrator : - can create/delete forum, add/delete/view post, change AccountType.
2- Moderator : - can add/delete/view posts.
3- Member : - can view/add posts.
4- Guest : - can only view posts.

First Time Registration allows a user to be a member who can view and add post to forum.

Administrator can change a member account to admin/moderator account.

Project DownLoad :

1- Front End Jsp / Back End mysql : DownLoad Link
2- Front End Jsp / Back End sql server : DownLoad Link
3- Front End Jsp / Back End ms-access : DownLoad Link

Note :


1- If you are using back end with mysql, then make sure that you have installed mysql5 and mysql odbc connector5.1 to create a dsn.

2- When using back end as sql server / ms-access there is no need to install any additional odbc connector.

3- Create a dsn (data source name) as forumdsn.

***** If you have downloaded project with back end as mysql or sql , make sure that you have executed the required queries before running the application.

If you have any further queries , please drop a comment with your name and e-mail address.

regards

vj

Friday, March 13, 2009

HitCounter Using Jsp

HitCounter Application
Description :
This program demonstrates a hitcounter.
The program has been developed using Java Server Pages, which shows basic functionality of a hitcounter.
The counter increments the hits each time a page is refreshed.
Developed By : vivek joshi

DownLoad Program : DownLoad Link

The downloaded Project contains :
1- hitcounter.jsp source file
2- readMe file
3- SqlScript File
*-----> If you want to use sql , then execute the queries provided in the sqlQuery file.

Note :
Make sure that you have created the Dsn(Data Source Name) as hitdsn , before running the program.

Run The project :
For running the application , you must have an application server for e.g : sunApps, Tomcat etc...
Copy the hitcounter.jsp file to public_html folder.
access the application as : http://localhost:portnumber/hitcounter.jsp

if you face any problem : then drop a comment with you name and query.

regards
vj