Archive for September 22nd, 2007

How to Create Simple Sitemap in ASP.NET?

Saturday, September 22nd, 2007

 

<?xml version=1.0 encoding=utf-8 ?>


<siteMapNode url=~/default.aspx title=Home description=Home page>

<siteMapNode url=~/contact.aspx title=Contact description=Contact us />

<siteMapNode url=~/products.aspx title=Products description=Our products />

</siteMapNode>

</siteMap>

 

Posted by Mahesh ( Tryangled )

Is designing a cms is hard?

Saturday, September 22nd, 2007

NO‘ Will be the answer.

Its easy to create . steps to be followed while designing a cms :

1. First write the flow how ur cms must look like .

2. design the database (flexible)

3. there must be a structure how ur going to program.

a. usage of variables

b. global values

c. database connection

d. language packs installation (for multilingual website) .

Creating a content management system is very simple if u do the concept and flexibility for the code you write.

For more information click here :

Contact Tryangled CMS Development

Posted by Suresh B

What is CMS?

Saturday, September 22nd, 2007

CMS Stands for Content Management System.

We can change the contents displayed on a page from another area. the basic behind this is we are putting all the contents in a database . then retrieving from the front end.

There are a lot of web sites that use different types cms.

Example : Tready , Joomla, Mambo etc,.

Advantages:

1. easy to use .

2. simple procedure to be followed

3. Any one who does not have knowledge of computers can use it.

4. Create Dynamic page in a short span of time.

5. SEO friendly urls can be made easily.

Posted by Suresh B