Tutorials

Alert Dialog Box using CSS and jQuery

Submitted by alpha_luna on

Alert Dialog Box using CSS and jQuery

We are going to create another Alert Dialog Box using CSS and jQuery. The alert window is very common to us and it’s a useful thing for the web page projects. This tutorial use for displaying messages in the web browser and the other browser have their default alert window but in our case, we are going to custom the alert dialog box. This tutorial helps you to create a custom alert window pop up on your web page.

CSS Loading Effect

Submitted by alpha_luna on

CSS Loading Effect

In this article, we are going to learn How To Make Loading Effect using CSS. Some programmers or developers they create loading effect using the Flash Software, but as of now they already using the CSS for making the loading effect or any animation even they did not use the Flash Software. For this simple article that we have today, you can change any variant color that you want for the loading effect. You can edit the source code of the CSS style after you download the full source code.

How to Validate the URL Link using PHP

Submitted by alpha_luna on

Validate the URL Link using PHP

In this tutorial, we are going to learn how to Validate the URL Link using PHP. Do you want to validate or verify the URL if it is valid or not? You are at the right place to check it. To verify the URL that you have kindly entered into the text box provided on the web page then the PHP source code or the validation tool will do the rest to check it. To check the URL is very important if it is valid or not before the user taking any action on it.

How to Create Dynamic Select Box using PHP

Submitted by alpha_luna on

Dynamic Select Box using PHP

In this tutorial, we are going to learn on how to create Dynamic Select Box using PHP. This tutorial works by the user for selecting the first select box which is a list of country, then the second select box will automatically load without any refreshing the whole page and it will display the corresponding states in the chosen country and the same with the third select box it will display cities in the chosen states.

For example

The selected country is Australia.

Web Page Slice Transition Effect with jQuery and CSS3

Submitted by alpha_luna on

Web Page Slice Transition Effect

If you are looking for Web Page Slice Transition Effect with jQuery and CSS3 then you are at the right place. We are going to use the slice screen jQuery plugin to apply the 3D transforms to create slice animation to the image when it moves to the next image from the web page.

Extract All URL’s from a Web Page using PHP

Submitted by alpha_luna on

Extract All URL’s from a Web Page using PHP

In this tutorial, we are going to learn how to Extract All URL’s from a Web Page using PHP. This tutorial, we are going to extract all URL’s in your web page and it’s familiar in many cases. Type one URL to the text box and we are going to extract it. Then, it can easily get all URL’s from a web page using PHP. We have short and simple source code in this tutorial to extract all URL’s from a web page using PHP.

How to Create Converter for Decimal to Binary

Submitted by alpha_luna on
In the previous tutorial, we create a simple Converter For Binary To Decimal. Today, we create another converter this is an alternative of the previous tutorial. And it's called Converter for Decimal to Binary. This converter works by typing a numeric value from the user then the user clicks the "Ok" button to convert the Decimal Value to in Binary Form. This program also creates using JavaScript.

Simple Image Viewer Plugin with CSS, JavaScript, and Canvas

Submitted by alpha_luna on

Simple Image Viewer Plugin

In this tutorial, we are going to create Simple Image Viewer Plugin with CSS, JavaScript, and Canvas. Using ImageTrans.js is a simple plugin that can display any picture or image viewer. It can zoom in and out, flip to vertical or horizontal, and it has rotating features.

Customize Page Scroll Progress using JavaScript Plugin

Submitted by alpha_luna on

Customize Page Scroll Progress

We are going to create Customize Page Scroll Progress using JavaScript Plugin. This scroll page automatically fixed the progress indicator from the div elements. It is fully responsive and mobile-friendly. Then, you can use it as your table of contents using the customize scroll progress.