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 […]
Author: PHPZAG Team
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 […]
Create Slide Out Navigation Menu with jQuery and CSS
In current web trends, slide out navigation menus are very common in responsive design. The slide out menus are very flexible and functional with many advantages like it saves space, remove clutter from page and makes website more readable by putting all the emphasis on the content. Previously we have published tutorial to create dynamic […]