In this jQuery tutorial, We will export HTML table data into Excel, CSV, PNG and PDF using jQuery Plugin. Exporting data into a format is a very common feature in websites. There is a lot of plugins which are used to export table data into xml, csv and png format but that will use in […]
Php
JavaScript Open url in new tab
This quick JavaScript tutorial help to open a linked URL in a new browser window or tab. The HTML is anchor ‘<a>’ tag that ll use to open a URL into the new tab using JavaScript. HTML a target attribute provides an easy way to open a URL into the new browser window or tab. […]
Auto Loading Records With PHP Using Ajax
Auto loading record is very important functionality to update a page based on window scroll, in real scenario you can see more post loading on your Facebook wall, whenever you reach at the end of the page. The functionality is whenever the vertical scroll down the records will update more records. We will use jQuery […]
jQuery Ajax Add, Edit and Delete Using PHP and PostgreSQL – Part II
This is the second part of the tutorial jQuery Ajax Add, Edit and Delete Using PHP and PostgreSQL. This php tutorial help to add update and delete record functionality using PostgreSQL. PHP is a very friendly and open-source popular language, it provides almost all db drivers and compatibility with many popular databases, You can integrate […]
Dynamically Create Bootstrap Tabs With Carousel Using PHP and jQuery
In this tutorial, we will learn how to create tabs based carousel. We are using bootstrap tabs and carousel functionality. We got a situation where a web page has 20 tabs in a series then it is very difficult to manage UI.