|
|
 |
Re: FN-FORUM: Explaining what template driven websites are and their virtues to end-users
date posted 24th March 2008 17:52
Hi Duncan,
Maybe you can get some "inspiration" from this Wikipedia link about MVC:
http://en.wikipedia.org/wiki/Model-view-controller
Good luck!
--
Paula Molinero
Independent IT Consultant & LAMP Developer
[EMAIL REMOVED]
http://www.pris54.co.uk
On 23 Mar 2008 13:25:47 -0000, Duncan Glendinning
[EMAIL REMOVED] wrote:
>
> Good Morning,
>
> I am doing a little presentation to some end-users about template
> driven websites, which needs to cover the what and the why.
>
> The what:
> Template-driven websites are designed to separate how the site looks
> (layout, look & feel) from how the website works (functionality). This
> then means that changes can be made to how the site looks with limited
> knowledge of HTML and no knowledge of scripting/php/asp etc..
>
> The why:
> - The end-product is far more robust. Changes to the website layout
> will not impair how the site itself works, only how it looks.
> - Quickly and easily freshen up the design without having to sift
> through lengthy code segments that define how the site works
> - The modular fashion in which template-driven web sites are built
> also means that you are flexible in what bits of functionality you
> choose to include and those that you choose to exclude.
>
> I know there is a lot more to this, but I am a little stuck, so any
> other pointers you guys may have would be greatly appreciated.
>
> Best,
> Duncan
>
> --
> _____________________________
> Duncan Glendinning
> _____________________________
>
> This message (and any files transmitted with it) is intended only for
> the named recipient(s) and may contain confidential information which
> may not be copied, distributed or disclosed to any third party. If you
> have received this message in error, please inform the sender
> immediately and delete from your mailbox. Any views expressed in this
> message are not necessarily those of Duncan Glendinning, and no
> liability is accepted for loss or damage arising from their use.
> Emails may be open to monitoring and are stored for future reference.
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|