Airlander 10: US Largest Surveillance Aircraft

Submitted by Richan Beran on
Airlander: US Largest Surveillance Aircraft The world welcomed the new innovative aircraft of the history. The aircraft was built and developed by the US army as a surveillance aircraft. The new innovation of the US is the largest aircraft in the modern human history. The Makers Hybrid Air Vehicles or the HAV, the aircraft will be used in the commercial sector such as carrying cargo. According to

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.

Employee Management System

Submitted by Hadiprasetyo on
This Employee Management System created to manage the employee data. This system created to record all data of the employee. You can add, edit, and delete data in this system. The other function, you can change also the password. Featured System Add new employee data Edit employee data Delete employee data Change employee password Filter employee data

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.

Google Makes Video Calling Possible Through Its New 'Duo'

Submitted by Van Ledesma on
Along with the advancement in the field of communication gadgets are the level up types of communication. The communication types have come a long way from sending short message service to multimedia message service up to comments in social media specifically Facebook. It did not stop there. The chat box has also become a communication phenomenon most especially with Facebook's Messenger

High-Tech: New OMEN X Gaming Desktop PC

Submitted by Richan Beran on
New OMEN X Gaming Desktop PC Good news for all the avid fans of games. The OMEN X will be open for orders on the HP website starting Aug. 17 with a starting price tag of $1,799. The stand-alone OMEN X chassis will be priced at $599.99. The OMEN X was introduced to the public. The HP is offering the cubic OMEN X chassis à la carte for PC enthusiasts who want to customize their system even further

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.

Show Captcha on Login Failed Attempts

Submitted by alpha_luna on

Show Captcha on Login Failed Attempts

If you are looking for Show Captcha on Login Failed Attempts then you are at the right place. In the previous tutorial, we already saw about user login and PHP captcha. In this tutorial, we are going to combine this two tutorial to create a powerful login using captcha. If the user tried more than 3 failed login attempts, then the captcha will show to add control for invalid login. In the example below, we have to calculate the number of failed login attempts based on the IP Address.