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 […]
Simple Demo and Example of PIE Chart in AngularJS Using ChartJS
In this post i will let you know how to show PIE chart in angular application using angular-chart.js chart library.This chart library is angular version of JavaScript chart.js library.You can download angular charts library from Here . Angular Charts is a HTML5 based charting library which is creating chart on canvas html5 element.Angular Charts is […]
How to Manually Install Jenkins plugin
Now days Jenkins is more popular for continuous integration build tool, Jenkins provides thousands of Jenkins plugin which help to improve Jenkins functionality. You can directly installed plugin from manage plugin options, but sometime your Jenkins server machines do not have internet connectivity that time you need to install manually Jenkins plugin. Jenkins has plugin […]
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.
How to Integrate Bootsrap Model Box with Jquery Template
In This post I will tell you how to add jquery template in bootsrtap Model box.Normally we are using inline code to add model box functionality but now its old technique, now everything is changing.We are using bootstrap model box and Jquery template plugin.We are not including library file of model box and jquery template […]