your query returned 1 results
Smarty
A sub-project of PHP.net Smarty is the templating engine that Sieben uses. It provides an extra level of abstraction for your site (separating the site content from the programming logic). The templates serve as prototypes for the design of your site. The programming logic is done in the PHP scripts and passed to the templates for display. This is of great advantage to clients and developers- since a website re-design involves only a change of templates and not an entire overhaul!
DEVELOPER LINKS
Useful Linux Commands
A quick breakdown of commands that a Linux sysadmin would use every day. Just in case you ever forget...
Harvard Tech Specification
Technology at Harvard Law defines the elements in an RSS feed. This is a very helpful resource for developers who are constructing a valid RSS feed.