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
Here are the posts tagged with html:
Rapid HTML development in Kate, using Zen Coding and the Insane HTML plugin
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
