Make the content of your website editable

Many websites out there, are still made up of fixed HTML pages. To edit the content, company owners need to contact a programmer or designer, which is time and money consuming, and often websites just get older and are not updated anymore.

On this page a possibility is demonstrated to make your existing website easily transformed into a editable website. It really does not involve any complex steps, and it can be done stepwise. No need to do everything at once.

On this page, which is a simple HTML page, exists the following table, which contains two cells. The original content of the first cell is replaced with a simple code :

	<script language=javascript>
	includeContent("column1");
	</script>
And on the beginning of the HTML page, inside the HEAD section, the following is added:
	<script language=javascript src="functions.js"></script>
This is all that is needed to load content from a database. The content can be edited by entering this link : http://smpc.com.br/inventory. (login with account: demo-en password: demo, click on the pencil icon, and click on the "select" button to see existing content). You can create all the content you need, and then simply make a reference to it, instead of column1, you could have another meaningfull name. And you can use those items anywhere on any webpage.

The good thing is that this works in both IE and in Firefox, the most used browsers.

This technology is very usefull for small companies who whish to alter their content, but are unable to do so, because it is expensive. Contact SmartPC and let us do the conversion for you.
Column 1 Column 2