Top Recommended Courses May 2022

Use the promo code MAY-DEAL on any of my courses to get the best deal possible for the next 4 days only. More Courses https://www.udemy.com/u/lars51/ JavaScript Dynamic Web Pages AJAX 30 Projects APIs JSON https://www.udemy.com/course/ajax-json/?couponCode=MAY-DEAL Modern Web Design Beginners HTML CSS JavaScript 25+ Projects https://www.udemy.com/course/modern-web-design/?couponCode=MAY-DEAL JavaScript DOM Game Blackjack JavaScript Game from Scratch https://www.udemy.com/course/javascript-game-code/?couponCode=MAY-DEAL JavaScript … Read more

All Course Sale May 2022 !!!

Use the Promo code MAY-BEST to get the best price possible on all my courses NOW!!! https://www.udemy.com/user/lars51/ Your chance to get these top performing courses for the best deal possible! For the next 4 days ONLY.  Hurry….. *** Google Workspace and Google Services – Recommended just for you. *** Google Apps Script WebForm and Fetch … Read more

JavaScript lesson Regex Checking for Numbers in the input field

Regex Checking for Numbers in the input field  Check for values that match a Regex pattern in the input field.  Push a button and apply the match checker to return the results in the console.  <!DOCTYPE html> <html> <head>   <title>JavaScript Course</title> </head> <body>   <div class=”main”>   <input id=”nums” ><button>Submit</button>   </div>   <script> … Read more

Search Active Sheet Google apps script lesson Search Active Sheet to find matching text results

Apps Script – Search Active Sheet to find matching text results of cells Use of the createTextFinder method to search a sheet object and return back the matching results.  To get the first value use the method findNext() in the results which is an iterator.  To convert all the matching results into an array object … Read more

Learn JavaScript Complete Lesson JavaScript Typing Game from scratch Typing Skills Game

Words Typing Display Game Words Typing Display Game Exercise is to create a speed typing game using JavaScript, the game will test time and accuracy of typed words.  Each word will show, as well as the following word in the random word sequence.  The objective of the JavaScript game is to type the words accuray … Read more

JavaScript Lesson Start and Stop Timer GetTime For Timer using Date

GetTime For Timer using DateHow to set up a timer based on a JavaScript Date object. This project will create a set of buttons that can start and stop a timer. The timer values are based on the ECMAScript epoch from the Date object in JavaScript that can be returned using getTime(). This format will … Read more

What are CSS Pseudo classes how to add styling to different element states hover effect CSS

CSS Pseudo-classes for hover effects and more create interactive content CSS Pseudo classes used to define the state of an element.  By default on anchor tags, these properties can set the look and feel on the various states.  Pseudo classes can be applied to any element, making the element styling update on change of state.  … Read more

Categories CSS

How to Add Styling to HTML elements Text and Fonts CSS letter spacing line height and CSS text

How to apply CSS to text setting font styling,text decoration and transformations. Use CSS to update how the text looks and feels from your website.  Set the text alignment within the parent element, with left right and center.   How to transform text within an element to uppercase, lowercase and how to capitalize text with … Read more

Categories CSS