EXPENSE TRACKING ASP.NET MVC3 (C#)

Submitted by tony_fear2003@… on
General Description The purpose of the project is to develop an easy to use expense tracking system. Users should be able to register in the system, put down their expenses categorized by tags, and get some statistics about their spending. Software should implement the following use cases: • Register and login • Edit tags • Record amount spent and mark it with a tag • View, edit and delete expense

Decimal to Octal Converter in Java (Console-Based)

Submitted by onyx_ash08 on
Watch out this guys! I made this decimal-octal converter in Java. I used the BlueJ text editor to write, compile and run my program. You can download the BlueJ software from my blog site at http://www.eturo.co.cc/p/downloads.html or from the official website of BlueJ at http://bluej.org/. Download the source code below and try it in your own. You can modify and add some features. See the

How to Build Shopping Cart w/ Checkout in PHP

Submitted by admin on
I just rewrite the code included in this post to fix minor problem encounter by other PHP programmers who can’t run the shopping cart. The code is taken from this link: http://www.qualitycodes.com/tutorial.php?articleid=25&title=Tutorial-Building-a-shopping-cart-in-PHP. As you may have noticed, a lot of programmers are screaming for help on how to fix some bugs on this tutorial. Since I cannot

I want to develop a Online Branch Management System by Visual Studio

Submitted by bikash336 on
Dear all programmer, First I say thank for posting various source Code. I want to develop a Online Branch Management System by Visual Studio 2005 or latest version of Visual Studio. In this Application I want to store data in dedicated SQL Server. User can add Records from any Branch by Login a valid UserID & Password. In this application I want to include the following subject: 1. Student

Simple Image Viewer in vb.net

Submitted by engrakash on
Image viewer in VB.NET Imports System.IO Public Class Form1 Dim index As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If bdialog.ShowDialog = Windows.Forms.DialogResult.OK Then TextBox1.Text = bdialog.SelectedPath index = 0 Me.listbox1.Items.Clear() For Each Image As String In My.Computer.FileSystem.GetFiles(TextBox1.Text