This is another image upload tutorial using PHP, jQuery and MySQL. I have already shared the tutorial Image Upload,Crop and Resize Using PHP, jQuery and Ajax. This tutorial is uploading images to a folder and stores image names into the database table. I am not cropping or resizing images, it’s a simple PHP image upload […]
How to create Popup box with facebox and jquery
Now in web 2.0 the UI is a very important part of web development. So Javascript and CSS is playing a very important role in web development. Here, I am discussing how to create a popup box with help of facebox and jquery. It’s very simple and easy. You can download facebox from here.
How to convert Bootstrap HTML Theme into angularJS template
Angularjs is a very popular front-end application, nowadays each web application has two separate layers instead of a single application. A separate layer means one front-end application which is created on the backbone, angularjs etc and another back-end application, which is created on server-side languages like php,java,.net and ruby etc.
Angular Datatables with Child Rows Using Directive
in This article, I will let you know Angular Datatables with Child Rows Using Directive. We have earlier posted an article Angular Datatable Pagination, Sorting and Searching Using Ajax . Sometimes we need to show details information about the row and we are creating a new page to show a little detailed information about the […]
Angular Datatable Pagination, Sorting and Searching Using Ajax
Angular Datatable is an angular module for provides a datatable directive along with datatable options helpers. Angular Datatable module helps to create beautiful grid listing in your angular application using angular directive.