JavaScript

JavaScript - Simple Image Gallery

Submitted by razormist on
Learn on how to create a Simple Image Gallery using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is a text-based programming language meant to run as part of a web-based application. It is an interpreted programming language that has a capabilities of Object-Oriented.

Mini Youtube Using ReactJS

Submitted by moazkhan on
This is one the best starter for ReactJS. MiniYoutube as the name suggests is a youtube like website developed using reactJS and youtube API. This project actually let's you search , play and list youtube videos. Do check it out and start learning ReactJS. Keep following for more awesome tutorials. If you like it then please encourage me by giving a star on Github: https://github.com/moazkh60

Angular 6 and Material, Database with Firebase & Firestore.

Submitted by klevis on
Angular 6 This app is starter for angular 6 and materialize. Ademo is online : https://mat-bank-engine.firebaseapp.com/ After extract the zip on your terminal pres the command $ npm install for install all packages and dependecies. Run $ ng serve for host the app on your local. Run $ ng build for deploy the static files or $ ng build --prod for production mode. The tecnologies used on this app

Javascript - Simple Text Animation

Submitted by razormist on
Learn on how to create a Simple Text Animation using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is widely used in designing a stunning website. It is an interpreted programming language that has a capabilities of Object-Oriented. This code can be used as your calculator to any mathematical problem.

Javascript - Simple CRUD

Submitted by razormist on
Learn on how to create a Simple CRUD using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It is a text-based programming language meant to run as part of a web-based application. It is an interpreted programming language that has a capabilities of Object-Oriented.

Assign a New Search Box for Table Outside of DataTable

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a new search box for table using datatable. By default, the search box in datatable plugin is located in the upper right corner of the table. To design this search box, there are several ways on how to do this. One of this ways is to create a new search box and assign it to our data tabled table.