Home

PHP Code Snippets Reading And Writing Files
In this code snippet, we'll learn how to read and write files with PHP. Let’s see the example below.
Code Snippets Uploading Files
In this code snippet, we'll learn how to upload files with Javascript. We will use the input HTML element and set its type
Code Snippets Making Graphs With Chart.js
In this code snippet, we'll learn how to make graphs with Chart.js in Javascript. Chart.js is a very nice javascript
Code Snippets Downloads
In this code snippet, we'll learn how to perform downloads with Javascript. File downloads can be programmatically started with javascript
Code Snippets Web Workers
In this code snippet, we'll look at web workers in Javascript. A web worker is a script that can run
Code Snippets Fetch
In this code snippet, we'll learn how to make HTTP requests with fetch in Javascript. The first example will demonstrate
Code Snippets Browser Local Storage
In this code snippet, we'll learn how to access the browser local storage with Javascript. If you have the need to
Code Snippets Cookies
In this code snippet, we'll learn how to add/get cookies with Javascript. Cookies allow a website to store information about a
Code Snippets Timer
In this code snippet, we'll learn how to use timers in Javascript. Timers can be used to execute code at certain
Code Snippets Browser Object Model
In this code snippet, we'll learn how to access the browser object model(BOM) with Javascript. We can use the BOM to interact