Programming

Online Tax Mapping Using PHP/MySQL

Submitted by lea on
This is a tax mapping system programmed using PHP/MySQL. I write this code to help other programmer who found difficulty on creating their own tax mapping system. The feature of this system are the following: - secure login - image map using area tag - popup map details - add/manage land owners details - live search for landowner details - auto calculated tax per parcel of land If you want to view

jQuery Data Graph

Submitted by jkev on
This tutorial helps you make a database Driven Graphs of Data, I made a Graph that shows the quantity of different brands of Laptops. I'm using jQuery and PHP to create this graph. Hope that this tutorial will help you a lot. Thank you: Database name: product

Simple interest Calculator

Submitted by EdwardsJ89 on
A very simple interest calculator Enter Principal, Interest Rate and Term (In years) after each year the interest earned is added to the principal and recalculated for every year. This is my very first C# program and I am still very new to this, if there is anyone who could help with shortening my decimal places to 2 I'd appreciate ir very much.