Programming
Securing your templates folder.
Kafeinfo Bookmarking Sosial application is heavily based on the model-view-controller design pattern. To implement the MVC design, I use PHP Smarty templating engine for the presentation layer. One of the drawback is you can just view the templates by typing the templates address on your browser, ex. www.yourdomain.com/templates/index.tpl.
By looking and examine the template content, one […]
XML parsing with firefox
For a project that I was doing, I need to parse a XML data combined with the XSL using JavaScript and grab the latest attribute name…and it’s sucks..BIG TIME! For some reason, it only works with Internet Explorer and not Firefox.
After I did some research, I found out that Internet Explorer and Firefox has […]