Web Development
"Web Development" is used loosely in the web business and can often be confusing. AK Web Apps defines this as the process of "coding" the website and consists of the following services:
- Template building. Building the header and footer code using the previously carved images. AK Web Apps uses a single ASP file to power all pages within the website.
- Tool implementation. AK Web Apps offers a range of pre-programmed Web Tools which can be implemented quickly.
- Custom programming. Some websites may require custom programming such as web forms or randomly generated content. Check out the portfolio to see some examples of custom web applications.
Guidelines
AK Web Apps follows a few guidelines and procedures when developing websites:
- CSS Design. To make sites more cross-browser compatible, AK Web Apps tries to use pure CSS instead of table layouts.
- CSS Style Sheets. All sites come with a predefined style sheet which provides all of the font and style definitions needed for the site.
- Server Side Include Files. All design elements and navigation are added to every page using ASP Include Files. This means that all design elements are located in a separate file which is included using one line of code at the top and bottom of every page. When you want to modify your site's design you simply have to change one file.