Web Code Do
The Way of The Intercepting Web Code
Monday, October 9, 2017
React Native Code to vertically stack two sets of boxes
›
Here's a code I experimented with while brushing up on React Native. This stacks two sets of boxes in a vertical position. The first set...
Sunday, April 23, 2017
JQuery code to restrict form entries to alphanumeric and force lowercase to uppercase
›
I've come up with a JavaScript/JQuery code that restricts form input entries to alphanumeric and at the same time forces lowercase lette...
Thursday, April 13, 2017
Creating a radar monitor like animation using HTML5 and JavaScript
›
Using HTML5 Canvas and JavaScript, I created a radar monitor like animation-this where you see a line from the center to the end of a round ...
Running around in circle animation using HTML5 Canvas
›
Using HTML5 and JavaScript, I'll be creating a running around in circle animation effect. The screen shots below will show how the anima...
Tuesday, March 8, 2016
Embedding YouTube Videos in Bootstrap
›
The YouTube Embed provides an HTML code to insert the video in your web page. However, the code it self is not (mobile) responsive. The st...
Sunday, July 12, 2015
Calling JavaScript inner array methods
›
JavaScript array methods may be placed inside an outer array method. When the outer method is run, the inner method is run against the curre...
Monday, July 6, 2015
Combining JavaScript Array Methods filter() and reduce()
›
JavaScript array methods may be combined to generate a result. The code study in this post will filter selected array elements and summarize...
›
Home
View web version