In this article, I will let you know how to do Image uploading, cropping, and resizing using PHP and Ajax. We have earlier post an article image upload and crop using popup box.
Simple Example of Editable Table in HTML5
In this tutorial, I will let you know, creating editable table in html5, bootstrap and jquery. It’s the magic of HTML5. You can provide an inline editable option on any HTML element using an editable attribute contenteditable=”true”.
HTML5 Inline Editing with PHP, MYSQL & jQuery Ajax
This tutorial will assist you in understanding HTML5 inline editing with PHP and MYSQL, As demonstrated in the previous tutorial HTML inline editing. We learned how to make any HTML control editable inline by using the contenteditable attribute. Only browsers that support HTML5 will be able to use Inline Editable.
How To Check If Variable Is NULL Using PHP
A variable with no value is represented by null in PHP. The null value of type null is the only one that exists. PHP has a function that determines whether or not a value is null. Let’s have a look at how we can accomplish this.
How to Embed PDF Document in HTML Page
This tutorial will show you how to insert a PDF file into a web page. To display a pdf file in a web application, we’ll utilize the HTML embed tag.