Monday, October 12, 2015

mailjet using php

Mailjet used for Transactional Email service.

Benefits:
  1. No credit card required
  2. 6000 emails/month free
  3. Dashboard opened ,blocked and queued etc
 You can get tutorial on mailjet using php at
http://ampersandacademy.com/tutorials/send-mail-using-mailjet-api-php/

Saturday, October 10, 2015

SQLite Rowid

http://ampersandacademy.com/tutorials/sqlite-rowid/

Tuesday, September 29, 2015

Monday, September 28, 2015

Generate JSON format using php

Json is popular format for data-interchage between server and client. By using PHP , we can generate json. You can check out the tutorial at
http://ampersandacademy.com/tutorials/php-json-example/

Wednesday, September 2, 2015

Generate JSON file in Java Using org.json.JSONWriter

Many library files are available to generate json file in java. This tutorial explains how to generate json file using org.json library file
http://ampersandacademy.com/tutorials/java-jsonwriter-generete-json-file/

Tuesday, September 1, 2015

JSON Tutorial

JSON stands for Javascript Object Notation, which is most used data-interchange format between client and server.
You can find json tutorial at http://ampersandacademy.com/tutorials/category/json/