ALL

  How to choose JavaScript template engine?

With the increase of density of web front end development, AJAX and JSON are used more and more frequently, it's necessary to use many tags in front end development.You may have a JSON object as below:var data={  email: '[email protected],  gender: 'male'  }Then you need to organize the JSON data into page elements.var email, gender;email= '' + data.email+'; gender= '' + data.gender +'; $('#contentwrapper‘).append(content).append(gender);The output is very simple:[email protected] MaleIf only simple codes are generated, then it's fine. However, if a page uses many t...

  5,949      0       TEMPLATE JAVASCRIPT TEMPLATE ENGINE


  Some tips for writing proper emails

Email is now becoming one necessity of working. We may receive hundreds of emails everyday, they may from our colleagues, friends or clients. We need to exchange ideas, arrange meetings , asking for help etc though email in our work. A proper email can help us achieve what we want to achieve. Here we share some tips for writing a proper email.At the beginning of an email : Thank the reader is a good way to start the email, thank the reader may make the reader feel happy, especially when you ask for some help later.Some commonly used sentences for starting an email:Thank you for contacting us. ...

  725,132      10       TEMPLATE TIP FORMAT EMAIL