Images

3D Cube Images Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the 3D Cube Images project! This innovative web-based demonstration showcases a dynamic, rotating cube featuring images on each of its sides. Designed to bring visual content to life, the project offers a captivating way to display image galleries, portfolios, or creative presentations. The smooth, continuous rotation of the cube creates a mesmerizing effect, adding depth and

Image Gallery App Using PHP with Source Code

Submitted by rems on
Welcome to our Image Gallery App, a dynamic web application designed to simplify the organization and management of your digital image collection. Seamlessly blending the power of PHP with the user-friendly interface of Bootstrap, this app empowers users to effortlessly upload, categorize, and interact with their images. The intuitive design allows you to add new images, create folders for

Simple Gallery Studio in C# with Source Code

Submitted by Wisdom Agbenu on
This is a simple app requested by a friend of mine and I wish to share it with the public. This app was built using C#.net on visual studio 2013 as the front end and the MSSQL server as the back end. The program/app is called Gallery Studio. The program allows users to easily upload any image type and later view them as a photo album as well as delete them. I have used MS SQL Server to store the

How to Create Sliding Text on Images with Bootstrap Templates

Submitted by alpha_luna on

Sliding Text on Images with Bootstrap Templates

In this tutorial, we are going to learn on How To Create Sliding Text On Images. In this source code, we are going to display the text on its corresponding image with a background color after we hover the image. In the example source code below, by using CSS and jQuery to appear the text effect on our images. Using jQuery slideToggle() we produce effect after we hover into the image. You can try the Live Demo of this tutorial.

GIF Generator Using PHP

Submitted by Jeprox on
This project will teach you how to create a GIF animation generator using PHP. Upload an image as many as you want, then set the speed (ms), height and width of your desired GIF animation and then you click Previous or Download. The images you uploaded will compressed and will become a GIF file.

CSS Backgrounds (Images and Colours)

Submitted by Yorkiebar on
Introduction: This is the third part in my CSS Styling tutorials, in which I will be covering backgrounds. Different Types of Backgrounds: In CSS, you can choose to set the background equal to an image, this can either be a url or a local file directory path, or a colour. Image Settings: Here is an example of setting the background of a class named 'myDiv' to background.jpg...