Jul 8

Hi, I want to practice a sample project on java so that i can knw the things well, so please give me any sample mini project on java with full documentation.

Just visit these article to learn Java

http://www.boddunan.com/programming/26-java-a-j2ee/6353-java-programs.html

Jul 8


ok…since i have worked as a technical writer for a while i will give you all the headlines…

1-Documentation Cover
2-Table of contents
3-Over view of the system
4-System Goals and Objectives
5-System requirements
6-Feasibility Study
7-System Models
8-Architectural design
9-abstract specification
10Interface design
11-ER-Model
12-Schema diagram
13-Data Dictionary
14-Appendix (includes screen shots of the project)

May 29


If interested please visit http://www.teacherlane.com or http://www.lampsglow.com to get a MCA project.

May 27


Just about the same as any other software project.
=
Game Title
– Description
Game Engine
Flowchart
Release Date

May 27

hi friends,
im doing a j2me gaming project as part of my academic requirement. the project is completed but im stuck with the documentation. nobody seems to know how a gaming documentation is like, what are the diagrams needed for it etc. if anybody out there has done j2me projects please send me a sample or tell me were i can find one.

Does this help?
http://www.slideshare.net/simonbostock/making-a-game-design-document
http://bbrathwaite.wordpress.com/2008/11/30/creating-a-game-design-document/

Apr 10

HI pls suggest some of the websites to get project documentation srs in IEEE format,, The projects are robot cleaning system ,fuel management system, and hotel management system..

Depends on which city you are from. Look in the Sunday papers under educational.

Mar 17


Going by the assumption that you’re talking of a software project, you should classify your documentation according to the following sections :

The first section would be that of requirements. Consult the faculty and other people involved about what functionalities are expected from the system.

Create a document to show how the various screen layouts would look like. You can use MS power point for creating slides. This is called "functional design" in technical jargon.

Create a technical design document which shows the important snippets of code, any algorithms that you might use etc.

Depending on how complex the project is, you might want to have a set of test documents. I’ll skip that for now.

And finally, do remember to have a user manual which shows the various flows available in your system and how the users would go through them. Include as many screenshots as possible.

Write back to me if you need any more details,

Cheers

Mar 17

The project is going going to be a Database/Website interface project and we don’t know the best way to document the code/application for developers and users as we go along. If anyone has a system, software, or process that works for them (or they’ve heard about) we’d appreciate it. We’d like to have a system where we code a piece and have a corresponding system to write the documentation before we commit the code. We would like to be able to easily link the documentation to the code and vice versa for easier reference.

If you’re going include the documentation within the code itself, there are many documentation generators out there, but they often only work with certain languages and focus on the API rather than end users. For example, javadoc is, as you’d guess, for Java and I’ve seen Doxygen used mostly for C++ but it supports other languages as well. See other free programs here: http://en.wikipedia.org/wiki/Category:Free_documentation_generators
Most likely your developer and user documentation will be separate, with developer docs mostly auto generated using one of the above tools and your user docs maintained as maybe html files along side the code in say the same cvs or subversion repository?

Mar 15

contents
1>introduction abt project
2>present state of current system
3>need of computerization
4>proposed of soft ware

If you made your project you should know a lot about it and indeed you are the best person to speak about it. Try to write in a paper what your program does and how the users can benefit of using it. It seems that you don’t need to write all about your project but try to explain about it.

Mar 15

hey guys i am a Last year BSC(IT) student. i want to make a project in C# with SQL database at the backend. i want help and some ideas regarding the project. so thus m looking out for some readymade project for refrence. also i want to have an idea of the supported documents that we need to submit along with the software.
Project with use of all the controls and proper search forms will be encouraged coz i have problems in searching data from the database.
ur help is appreciated. thank u…..

Look around at http://www.codeplex.com which is Microsoft’s open-source portal. There are lots of projects there that can serve your needs.

« Previous Entries