The following resources were used in the writing of the Introduction to Programming Concepts article series:
- Amma, P. (2005). Geo::PostalAddress - Country specific postal address parsing / formatting. Retrieved August 6, 2009.
- Farrell, J. (2008). Programming logic and design, comprehensive (5th ed.). Boston: Thomson Course Technology.
- Hotch, R. (1995). Accounting programs …
Having built an entire application, the time has come to consider the possibility of redistributing the application for a wider audience. Since the original application was designed to meet the needs of a specific business, one of the primary considerations will be how the application must be modified to meet …
Modern programs are not developed as singular, autonomous applications. Programmers have learned that many different programs use the same routines over and over again. By developing these routines as independent modules or libraries, programmers gain the advantage of quickly adding functionality to their programs. Modularization allows the detail of often-repeated …
When planning for a new application, all organizations are faced with deciding whether to develop the application in-house or purchasing an off-the-shelf software package. Developing the application in-house has the benefit of ensuring the application is custom-fit to the organization's needs. Unfortunately, this custom-fit may result in an application that …
Like many other kinds of businesses, a landscaping business needs a billing system.
As is often the case, billing systems require an incredible level of customization
thanks to the various intricacies of most companies' pricing structures. Designing
a billing system to fit the specific needs of an individual organization is …