Here are the posts tagged with html:

Introducing Jade for Templates in Django and Flask

posted by Herman on Oct. 30, 2012, comments

Jade is a great template engine built for Node.js, and I recently had the pleasure of using it in a Node.js project. The built-in Django templating engine and Jinja2 have always served me well when it comes to templates for Django and Flask, respectively, but I quickly fell ...... Read more

 

Rapid HTML development in Kate, using Zen Coding and the Insane HTML plugin

posted by Herman on Feb. 18, 2011, comments
There's a little-know feature in the latest versions of Kate (the open source text-editor) that allows developers to generate html markup in a flash.  It happens using a plugin called Insane HTML, which is based on the Zen-coding project. This allows us to type CSS selectors, such as the following: ...... Read more