Blogs
Visit Wordpress

Handlebars – Basic Syntax

Posted on November 19, 2014


In this blog we are going to look into basic syntax for writing handlebar templates. There are 4 steps you need to follow 1. Include jQuery and Handlebars library to your HTML file 2. Define your template. 3. Compiling template into a function, pass data to function and appending it to required HTML element Include jQuery and […]


Read More

Handlebars.js An Overview

Posted on October 12, 2014


In my last blog we understood the importance of Client Side Templating. In this blog I am going to explain the basics of Handlebars.js. Lets get started. Handlebars.js was started by Yehuda Katz. It is built upon mustache, which is logic-less. Logic-less here means that there are no logical statements (If-else,switch etc) but in mustache […]


Read More

Client side templating Really ???

Posted on September 27, 2014


Some years back when the web applications were simple and straight forward i.e. upon receiving a request from the client, at server end, we do the data processing, DB operations and then make HTML files and then send back the response to the client. So even if when we want some part of the page […]


Read More

Search

  Recent Tips

See All »

  Recent Seminars

  • PHP 8 - Features

    PHP 8 has been officially released in November 2020! This new major update brings many optimizations and powerful features to the language. This...

  • ProxySQL

    ProxySQL is a high-performance SQL proxy. ProxySQL runs as a daemon watched by a monitoring process. The process monitors the daemon and restarts i...

  • Unix Commands & Shell Scripts to help save our time

    Time is important. We should not waste it doing trivial things. Automate things wherever possible.

See All »