Tuesday, July 31, 2012

Hospital management system

It is window based application i.e. it can be C#.NET or VB.NET application.

Its primary goals can be:

  • It will keep record of patient with all his/her proper details.
  • Creating schedule for appointment with doctor which will be convenient for both doctor as well as patient.
  • Keeping record of each department so that effective use of each room can be done.
  • Keeping record of medicine department.
  • Keeping details of consultants, their prescriptions, surgery reports, etc.
  • Keeping salary record of each employee of the hospital & billing record of each customer.
This are the things basically you can implement in the hospital management system projects.

You can also add tracking of each patient about how they are healing, how is doctor's treatment.
Try to add something of your own to make it different.

Some objectives you can use


  • Simplicity or Ease of use is one of the primary concern. Use good color scheme that express your website.
  • Check this one:  http://sixrevisions.com/web_design/16-best-web-design-galleries-for-inspiration/
  • This too:  http://inspiredm.com/colour-schemes/
  • Compatibility: The website you have designed must be compatible with all modern browsers. It will be good to check errors in your site since it is very useful.
  • Go to this:  http://www.browsera.com/
  • This too:  http://browsershots.org/
  • Security to user data from all types of attacks such as external attacks or internal attacks. It is a must option & cannot be neglected. An attack on your website can make bad impression on your customers making them think that security system of site is no so good.
  • For e.g. Recent attacks on LinkedIn user accounts. My friend stopped using it after that because of feeling insecurity.
  • Efficiency: Better page loading or response time, pages must be error less, quality of search result, the navigation performance, etc.
  • Profitable: It must be profitable for both users.
  • 1)Customers: Getting quality products(for e-shopping), songs(for songs website), etc. Who get profit from getting discount of being site users.
  • 2)Company:  Site owner who earns from their sales(for e-shopping). Site owner gets publicity online. His company also gets attention from selling quality products.
  • Marketing: For this information check this http://www.astraconsultants.com/why.htm
  • This you may considered or might have additional objectives for your site too. If you have any other objective you know & is important then suggest by commenting.

Reference for getting objectives for your site

You can check this site & click on button no. 2 & displays what are customer's objectives for creating a site:

http://www.webobjectives.com/

Another site for objectives:

http://www.3w-designs.co.uk/textonly/new-web-site-aims.html

It will give you objectives that can be applicable for most of them:

http://www.astraconsultants.com/why.htm

Thursday, July 26, 2012

A game database

Web based i.e. ASP.NET project.

Front end: - ASP.NET using C# or VB
Back end: - MS Access or any database language

This is a simple & easy project as thought by me but with one drawback that you have to keep updated record of each player of whatever game you choose.
for e.g. Cricket, Soccer, Basketball, Tennis, etc.

In this what you have to do is:

  1. Create a homepage showing the top 10 most popular players in the game you chose, some pics of popular players at the time, etc.
  2. A database that contains player details with their name, age, matches played, best score/goals, records held, medals/trophies won, etc.
  3. A page containing recent matches that will be held in the entire world for that game.
  4. Player's or team's Olympic record if applicable.
  5. Statistics of recent 5 or 10 matches played against any team if you want.
  6. If you want you can also add live score of match at your site.

Here adding players will make huge amount of content will be on site.
Here you also should keep record of each player updated after every match.

To make a simple project you can also make it easy by having only local players or your school's or college's players i.e. you can be specific about team choice.
e.g. For football you can choose Arsenal, Chelsea, Liverpool, Argentina, Brazil, Spain, etc.
For cricket choose by country India, Australia, England, etc.

It is easy & you have to update only few pages whenever that team plays a match & it is way easy than updating more pages.

E-Shopping

Web based i.e. ASP.NET project.

Front end: - ASP.NET using C# or VB
Back end: - MS Access or any database language

In this what you have to do is:


  1. Add some objectives such as attractive, easy to use, efficiency, security, profitable, etc.
  2. Database for customer having user id, password, address, contact details, etc.
  3. You can also make user's email id as their user id which is already unique.
  4. Database for product details such as product name, details, cost, manufacturer, availability, etc.
  5. Database for product categories such as category id, name, etc.
  6. Database for shopping cart.
  7. Colorful pages describing products, Contact details of your site owner, about your company, etc. details
This is maybe or may not be complete.
If found something new will add later.