Learn on how to create a Simple Resize Image using JavaScript. A basic javascript feature that can resize any image in the webpage. This is a helpful tricks to be able to manipulate image size dynamically.
Learn on how to create a Change Background Template Based On Days. A simple JavaScript tool that allow the user to change template base on the given day. This is helpful to student if they want to change their profile template.
Learn on how to create a Simple Image Rotation using JavaScript. A simple JavaScript technique that can manipulate image rotation. This can be use when you want to add an image animated rotation in your website.
Learn on how to create a Simple Image Transparency using JavaScript. This simple tool can make your image filter to transparency. This code uses canvas function for modifying image property to turn it into grayscale color.
Learn on how to create a Display Random Images On Load using Javascript. A simple javascript script that let you display a random images. This could be use if you have more images to display with.
Learn on how to create a Simple Image Upload using PHP. PHP is a server-side scripting language designed primarily for web development. It is a lean and consistent way to access databases. This means developers can write portable code much easier. It is mostly used by a newly coders for its user friendly environment.
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.
Learn on how to create a Simple Image Viewer using Python. Python is a widely used advance-level programming language for a general technique to the developer. Beginners find Python a clean syntax and indentation structure based, and it is easy to learn because of its less semi colon problem.
This tutorial tackles on how to create an image modal using jQuery. jQuery is a javascript library that makes working with javascript much easier. We will be using a smaller image as the link to show our image modal. Putting the image in modal maximize its size.
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.