web development

javascript Closure IIFE Immediately Invoked Function

Javascript Closure This is an example of how to use iffe closure example to avoid collisions with other global variables…

8 years ago

Javascript – How to Create Functions to replace text, factorial, check if it’s even

These are some code snippets on how to create functions to check if a number is even. Do a factorial…

8 years ago

How to Setup Babel es2015 Javascript on Windows 8.1?

First create a folder: Then CD into that folder through CMD Then do the follow in command-line npm init npm…

8 years ago

Reserved Characters in URLs – PHP

These are list of following of reserved characters for links: ! # $ % & ( ) * + ,…

9 years ago

Javascript – Magic 8 Ball Script

This is a magic 8 ball program written in html and javascript. So it's very lean fast and quick. You…

9 years ago

Why Sass is Awesome?

Why is sass awesome? It makes css work way easier and faster. You have to have ruby on rails installed…

9 years ago

Hello World in React Js

This is hello word app created with react.js This is my first simple script. Yes, I know it's easier to…

9 years ago

Building a Calculator With Angular Js

index.html Angular js Simple Calculator Example Code <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example68-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script> </head>…

9 years ago

Gulp To Create One Javascript File to Speed Up Your Production Server

First install node.js Type this in commandline npm install gulp npm install gulp-concat --save-dev npm install gulp-uglify --save-dev npm install…

9 years ago

Sticky Navigation Bar Souce Code

Demo <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Stick Nav</title> <style> body { margin: 0 0 0 0 ; padding:…

9 years ago