| | {section} |
| | {column} |
| | In response to growing concerns on the UA campus relating to computer security this guide is under development to establish best practices for web application development. This guide is being developed by a cross-departmental team of software managers and engineers. |
| | |
| | ---- |
| | Web Application Development is a large topic with many best practices being connected to the specific technology platform being utilized. For instance, PHP/Apache/MySQL development has some specific best practices that are not applicable to .Net/IIS/MS SQL-Server development. This guide contains sections for specific web application best practices related to [.Net|.Net], [Java|Java], [PHP|PHP] and [ColdFusion|ColdFusion]. |
| | |
| | Security itself is large topic that covers many areas including, but not limited to: the server, the network, application code, data source (database), and the client (browser). The security section of this guide focuses on application code. It briefly discusses the data source and the server. Securing the network and server is best left to Network and Systems Administrators and is beyond the scope of this document. |
| | |
| | |
| | This guide covers: |
| | * [General Security|Security] |
| | Covering a variety of security vulnerabilities common to all web applications. |
| | * [General Coding|General Code] |
| | Covering general software development best practices. |
| | * [Databases|Databases] |
| | Covering general database design and implementation best practices. |
| | * [Operating in a multi-developer environment|Multi-developer Environments] |
| | Covering recommendations for managing an environment where many developers need to concurrently, work on a common code library. |
| | * Language specific best practices |
| | ** [.Net|.Net] |
| | ** [Java|Java] |
| | ** [PHP|PHP] |
| | ** [ColdFusion|ColdFusion] |
| | {column} |
| | {column} |
| | {panel:borderStyle=solid|title=Team Contacts} |
| | | Ed Murphy *_(team lead)_* \\ |
| | | Assistant Director\\ |
| | Enterprise Applications, UITS \\ | [email|mailto:emurphy1@email.arizona.edu] | |
| | | Assistant Director \\ |
| | Enterprise Applications, UITS \\ | [email|mailto:emurphy1@email.arizona.edu] | |
| | | Brett Bendickson \\ |
| | Support Systems Analyst, Principal \\ |
| | Enterprise Applications, UITS \\ | [email|mailto:bbendick@uainfo.arizona.edu] | |
| | | Duffy Gillman \\ |
| | Enterprise Systems Architect \\ |
| | Infrastructure Services, UITS \\ | [email|mailto:duffy@email.arizona.edu] | |
| | {panel} |
| | {column} |
| | {section} |