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 […]
Author: PHPZAG Team
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 […]
Create Bootstrap Cards with PHP and MySQL
Bootstrap cards is a flexible content container with variety of options like headers, body, footers, contextual background colors and powerful display options. The Bootstrap cards provide you with clarity, clean content categorization and attractive form of presenting to the users. You can not think a better way of displaying your content to users other than […]
Export Data to CSV with PHP and MySQL
Recently we have published tutorial to Export Data to Excel with PHP and MySQL and get huge response from our readers. Many of our users requested to also publish tutorial to export data to CSV using PHP and MySQL. The CSV (comma separated values) format is the most popular file format to use for data […]