JavaScript Date object is used to work with dates and times. Date object is created with new Date(). Using Date object, you can create a digital clock in JavaScript. In this article, we'll show the simplest way to make a digital clock with date using JavaS...

By: CodexWorld Apr 22, 2016

Are you looking for a simple video player to embed video in webpage? Using HTML5 you can easily implement the video player in the webpage. You don't need to use any jQuery plug-in or flash for that. The HTML5 <video> element provide a standard way to em...

By: CodexWorld Apr 5, 2016

Google Identity API lets you allow the user to login to your website with their Google account using JavaScript. You can integrate Sign In With Google Account using JavaScript client library. Google JavaScript API client helps the user to login with their ...

By: CodexWorld Jul 31, 2023

In this article, we'll show you a small JavaScript snippet for displaying a confirmation dialog box at the time of closing the tab or browser. It is very helpful for both the user and website. Using JavaScript onbeforeunload event, you can easily show a co...

By: CodexWorld Apr 22, 2016

You have used many ways to upload the file to the server. But are you tried to upload a file using plain JavaScript? This tutorial will show how you can upload a file using JavaScript and PHP. You don't need to use jQuery or Ajax for upload file without pa...

By: CodexWorld Apr 22, 2016

In this short JavaScript tutorial, we'll show how to redirect page after some specified time. Means, page redirect will delay for some specified times. You don't need to use jQuery for doing it, using JavaScript you can easily implement this functionality....

By: CodexWorld Apr 22, 2016

Many times you required to giving a printable option on your web project. If you are working on this kind of project and looking for a simple solution for that, then this tutorial will help a lot. Using PrintArea jQuery plugin, you can easily print a part ...

By: CodexWorld Apr 22, 2016

In the current scenario, almost every organization is making the use of web technologies to expand their business dimensions. And web application development is one of the most advanced and powerful technology that has provided a robust and effective route...

By: Lucy Barret Dec 13, 2015
PHP

Drag and drop is a very effective feature to make the web application user-friendly. Generally, this feature allows to drag an element and drop it to the different location in the web page. Drag and drop feature can be used for various purposes in the web ...

By: CodexWorld Apr 29, 2024
keyboard_double_arrow_up