Excitement for plainTemplates
Submitted by Danny on Mon, 08/20/2007 - 08:34.
I wanted to express my excitement about plainTemplates today.
The plainTemplates approach for template generation is to have the template be plain HTML, and then to have a PHP processor fill certain parts of the document with dynamic content. It's familiar territory for anyone who has written an AJA[X?] application in recent times.
It makes a lot of sense for anyone who is used to adding javascript entirely at the head of a page instead of by adding javascript throughout the HTML, and I suspect that, properly implemented, it could not only save time, but increase the hardiness of web applications.
Cute place to hide XSS
Submitted by Danny on Wed, 11/22/2006 - 02:57.
Found an XSS vulnerability on a website that I won't mention last week. Before the day was out, I was threatened with legal action.