LME offers three types of websites: Web Designs, Web Publications, and Web Applications. Each type builds on the last. Let's explore the difference between the three.
A Web Design is a dynamic site that is a one time publication. It is ideal for permanent information that describes your business to the world. These are an excellent start to found your brand on the web.
A Web Design develops the necessary HTML and CSS to represent your company online. This is a vital step of development that creates a codebase to style your site to match your company's brand. This code will lay the foundation for future development.
These are sites built on the Django/Python platform with HTML, CSS and basic Javascript.
A Web Publication is a dynamic site with an administrator login to update content like a blog, photo album or a webcam live stream. It provides functionality for you to communicate new information to customers on a regular basis. A Content Management System or CMS is an advanced Web Publication that allows for the creation and management of new pages without editing the code-base. These are ideal for business who want to create and update pages without editing code or calling a webmaster.
These either include a new web design or are built upon an existing web design as are the following web applications.
A Web Application facilitates communication in both directions: from the server to the user and from the user to the server. It is an interface developed for users to both access information from and send information to the server. Advanced user authentication methods are developed to handle accounts for users to upload data for use in the application. Examples of web applications are: online stores, advanced order forms, or online customer invoicing.