Slim is a lightweight open source PHP micro framework. This framework is the best to write simple yet powerful web applications and APIs. The Slim framework supports all HTTP method like (GET,POST,PUT,DELETE) and have very handy URL structure with routers, middlewares, bodyparser along with page templates and lots more. Due to this, Slim framework become […]
Amazon S3 File Upload using JavaScript
Amazon Simple Storage Service (Amazon S3) is a popular web services that provides highly scalable, durable and secure storage. Currently most of us use server side solutions to upload files to Amazon S3 server. There are also AWS SDK for JavaScript to upload files to Amazon S3 server from client side. Uploading files from client […]
Create Live Editable Table with jQuery, PHP and MySQL
In our previous tutorial, we have explained how to implement Live Add Edit Delete datatables Records with Ajax, PHP and MySQL. In this tutorial, we will explain How To Create Live Editable Table with jQuery, PHP and MySQL. Live HTML table edit or inline table edit is a very user friendly feature that enable users […]
Angular Interview Questions and Answers
AngularJS is a powerful open-source JavaScript based development framework developed by Google. It is a structural framework that helps to create dynamic web application with proper maintainable architecture. It allows to use HTML as your template language and allows to extend HTML syntax to express application components. The Angular data binding and dependency reduce much […]
Export HTML Table Data to Excel, CSV and Text using jQuery
Data export is a common feature to save data in a local file for further use. Generally we export data into our desired file format using server side languages and its very tedious. If you’re not prefer server side data export functionality, then you can handle data export at front-end using jQuery. The data export […]