image

How to Get the Height and Width of Uploaded Image using PHP

Submitted by nurhodelta_17 on
In this tutorial, you will learn on how to get the size or the height and width of uploaded image using PHP with getimagesize() function. For instance that we wanted to have a server-side validation on upload image before uploading it, getimagesize() function will surely help you out.

Angular JS Create an Image Modal using CSS

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an image modal using Angular JS with the help of CSS to handle the design and animation in this tutorial. Image modal is commonly used to maximize an image to further understand its details. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.