MongoDB is most popular database now days in software and web development. MongoDB (from “humongous”) is a scalable, high-performance, open source NoSQL database. This is Written in C++ languages.In this tutorial we will discuss features of mongoDB comparison between MongoDB vs CouchDB and MySQL.
Php
How To Add Dynamic Column in Flexi Grid
In this tutorial i will describe how to add dynamic column in flexi grid normally we are working flexi grid with fixed column but some times we need to add dynamic column with flexigrid, that times we need to modify logic as per requirement.For this we need to get column value in array and convert […]
How to Add, Edit and Delete a row in jQuery Flexigrid Using PHP and MySQL
jQuery Flexigrid is very popular grid plugin which is convert HTML table into beautiful and full functional grid listing. Flexigrid support pagination, sorting, searching, dynamic column binding and fixed column width etc, Earlier i have shared flexigrid article about 1.0 but in this post i will use jquery flexigrid 1.1.I will demonstrate add,edit and delete […]
Image Crop Functionality In Model Box Using PHP
Image uploading and cropping is very common functionality for any web application.You can upload and crop image on same page or in modal box.In this PHP article, I am sharing Demo and Source Code to upload and cropped image using PHP and jQuery. There are a lot of image cropping jquery plugin available. Normally, We […]
Build PHP Application With Jenkins
This tutorial help to create Building a PHP Project in Jenkins.We will go through process of CI(Continuous Integration) for PHP. I believe, You have gone gone through the installation of Jenkins plugin on the system.