<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>Software Projects</title>
	<link>http://tools2think.org/csprojects</link>
	<description>Software Projects for  Students</description>
	<lastBuildDate>Mon, 29 Dec 2008 05:11:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Some Project Categories for LearningNet</title>
		<description>Students in various software institutions will be getting closer to their last semester. Normally they are required to do some projects. I plan to add several of them to this site over the next few weeks. Here are some broad categories. If you are a student or an instructor, feel ...</description>
		<link>http://tools2think.org/csprojects/?p=15</link>
			</item>
	<item>
		<title>ER Diagram Generator</title>
		<description>Generate an Entity Relationship Diagram from a Database
Functionality

	User specifies a database
	The ERD lists a set of tables
	User picks - All or a set of tables
	User specifies the ERD options - Overview, Detailed
	An ER diagram is generated with the following:

	Tables
	Columns for each table
	Index items marked
	Foreign Key relationships



Extensions:

	Convert the diagram to PDF ...</description>
		<link>http://tools2think.org/csprojects/?p=14</link>
			</item>
	<item>
		<title>Resource Database</title>
		<description>

Resources Database
Describes both physical and virtual resources. Consists of:

	Resources Table

Todo:

	Create the table.
	Create indexes
	Add/Delete/Change Form - Create a form
	Enter at least 10 meaningful (not aaa, bbb etc.) records in the table
	View Form - View the list of records as a list (in a table)
	When a user clicks on one of the ...</description>
		<link>http://tools2think.org/csprojects/?p=13</link>
			</item>
	<item>
		<title>Jobs Database</title>
		<description>Jobs Database
Jobs database describes a set of jobs. It consists of:

	Jobs Table

Todo:

	Create the table.
	Create indexes
	Add/Delete/Change Form - Create a form
	Enter at least 10 meaningful (not aaa, bbb etc.) records in the table
	View Form - View the list of records as a list (in a table)
	When a user clicks on one ...</description>
		<link>http://tools2think.org/csprojects/?p=12</link>
			</item>
	<item>
		<title>Events Database</title>
		<description>Events Database
Describes various types of events both physical and non-physical. Consists of:

	Events Table

Todo:

	Create the table.
	Create indexes
	Add/Delete/Change Form - Create a form
	Enter at least 10 meaningful (not aaa, bbb etc.) records in the table
	View Form - View the list of records as a list (in a table)
	When a user clicks on ...</description>
		<link>http://tools2think.org/csprojects/?p=11</link>
			</item>
	<item>
		<title>Organizations Database</title>
		<description>Organzations Database
This db consists of a set of tables that describe an organization.

Tables:

	Organizations Table

Todo:

	Create the table.
	Create indexes
	Add/Delete/Change Form - Create a form
	Enter at least 10 meaningful (not aaa, bbb etc.) records in the table
	View Form - View the list of records as a list (in a table)
	When a user clicks ...</description>
		<link>http://tools2think.org/csprojects/?p=10</link>
			</item>
	<item>
		<title>Word Frequencey Analyzers (WFAs)</title>
		<description>
A series of small incremental projects starting with the first and gradually improving as you go along.

wfa-1: Basic


	 Accept one parameter - input file
	Open file - raise exception if it does not exist and exit the program
	Read input file, line by line
	For each line, tokenize (separate into words)
	Eliminate any punctuation ...</description>
		<link>http://tools2think.org/csprojects/?p=9</link>
			</item>
	<item>
		<title>Database Project: Bookmarks Database</title>
		<description>This project reads the bookmarks from your browser and stores it in a database. The bookmark database consists of:

users table

	userid
	name
	email

Bookmarks table

	UserId
	Title
	URL
	tags ( a list of comma separated tags)
	Share (boolean - Yes or No)

This can be a desktop application or a web application:

0. User logs in (uses email and password previously ...</description>
		<link>http://tools2think.org/csprojects/?p=4</link>
			</item>
	<item>
		<title>Word Analyzer</title>
		<description>Analyze the first words of sentences and create a frequency table. The number of distinct words is supposed to be around 2000 according to this paper.

* The program takes text file and performs an analysis of sentences

Rules for detecting the first word of a sentence.

1. First word in a paragraph ...</description>
		<link>http://tools2think.org/csprojects/?p=3</link>
			</item>
	<item>
		<title>Database Project: Contacts Database</title>
		<description>A simple database project is a contacts database.

Skills required for the project:

	Java Programming

	 JDBC API


	SQL (create table, insert, delete, update, select, parameterized queries)
	 For Web Cleint

	 JSP Development


	HTML Forms


	Servlet Programming


	For Desktop Client

	Swing



Here is what you need.

1. A database engine (MySQL, Postgres SQL or any other open source relational database)
2. JDBC ...</description>
		<link>http://tools2think.org/csprojects/?p=1</link>
			</item>
</channel>
</rss>
