Tips and Tricks for Using Linux Command Line You can use the clear command to clear the terminal if your screen is…
How to create plugin in wordpress
How to create plugin in wordpress this very easy if you have some knowledge og php language. Now in this…
How to take a screenshot of the current screen of web page and save it as a png image through php
// an example html page<!DOCTYPE html><html><head> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script> <script type="text/javascript" src="./javascripts/html2canvas.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#screenshot').on('click', function(e){ e.preventDefault(); html2canvas($('body'), {…

Recent Comments