SEO links in Smarty

Written on March 31, 2010 – 11:44 am | by Stan Kuhn |

There is no need for discussion why links on a website should be optimized for search engines. There are certainly automated ways how you can build SEO links. If this process is automated you loose some flexibility you used to have to “just” write the link in <a> tag. This is how you can do [...]

Tags: , ,

Learning LAMP web developement – 4. Templating systems. Back-end and front-end separation

Written on March 5, 2010 – 6:05 am | by Stan Kuhn |

HTML templates are used in projects for simple reason to separate front-end static html pages from background functionality that delivers those pages to the user. This concept brings many benefits, one of them is possibility to independently maintain front-end a back-end of the application. Main benefits of using the templating systems are Clean code. To [...]