Saturday 31 March 2018

Apple Safari Ships Service Worker and Progressive Web App (PWA) Support on iOS

Apple Safari Ships Service Worker and Progressive Web App (PWA) Support on iOSApple surprised the world by quietly shipping service worker & PWA feature support in iOS Safari. This ushers a new era in mobile apps on iPhone & iPad.

source https://love2dev.com/blog/apple-shipps-service-workers

Wednesday 28 March 2018

Using JavaScript Array For Loops, forEach and Lodash & jQuery each Methods to Iterate Over Arrays and Objects


Using JavaScript Array For Loops, forEach and Lodash & jQuery each Methods to Iterate Over Arrays and ObjectsLooping over arrays and object properties are a fundamental language statement. JavaScript makes iterating over arrays and objects easy. Helper libraries like Lodash and jQuery can make it easier.


source https://love2dev.com/blog/javascript-for-loop-foreach

What the Google Mobile First Index 🔎 Migration Means To You

What the Google Mobile First Index 🔎 Migration Means To YouThe Google Search team just made an official announcement about their migration to a mobile first search index. What this means for web site owners and developers.

source https://love2dev.com/blog/google-mobile-first-migration

Tuesday 27 March 2018

Twitter Announces Their Progressive Web App (PWA) is in the Windows Store

Twitter Announces Their Progressive Web App (PWA) is in the Windows StoreOn Friday, March 23 2018, Twitter announced their Progressive Web App was not available in the Microsoft Windows Store. They are one of the first 'big name' brands to announce their PWA presence in the Windows Store.

source https://love2dev.com/blog/twitter-pwa-windows-store

How to upper lower title sentence case and More with JavaScript

How to upper lower title sentence case and More with JavaScriptJavaScript can be user to convert strings to all caps, all lower, title case, sentance case and more. See how you can manipulate string capitalization and even auto correct!

source https://love2dev.com/blog/javascript-touppercase-tolowercase

Sunday 18 March 2018

Thursday 15 March 2018

How HTTPS Works to Keep You Secure and How it Differs From HTTP

How HTTPS Works to Keep You Secure and How it Differs From HTTPHTTPS provides a layer of encryption that protects you form passive and active attacks, like the man in the middle. It does this by creating a sheild with public and private keys and a known connection creation sequence.

source https://love2dev.com/blog/how-https-works

What is JavaScript 'use strict' Mode 🚫 and How Does It Work? [With Examples]


What is JavaScript JavaScript 'use strict' triggers the JavaScript engines to throw errors for common poor coding practices and honest mistakes. This can make your code cleaner, faster and more secure. Learn what strict mode restricts and how it works.


source https://love2dev.com/blog/javascript-strict-mode

Tuesday 13 March 2018

Using the JavaScript Switch Statement (with Examples)

The switch statement is a fundamental coding pattern, supported by just about every language. Because JavaScript offers rich of the switch statement. Developers can utilize the switch statement to replace complex if else statements.


source https://love2dev.com/blog/javascript-switch-statement

Sunday 11 March 2018

Extracting Sub-Strings In JavaScript Using SubString, Substr and Slice

pizza-sliceThe JavaScript String object has three different sub-string extraction methods based on position: substring, substr and slice. They can each be used to extract a string based on position, but operate slightly different. This tutorial demonstrates how each work.

source https://love2dev.com/blog/javascript-substring-substr-slice

Saturday 10 March 2018

Designing for Performance [Book Review]

Recently there have been a wave of good books focusing on web performance optimization. Recently Etsy's Lara Hogan Swanson released a new book, Designing for Pe

source https://love2dev.com/blog/designing-for-performance

Introducing the JavaScript Snake Game Progressive Web App (PWA)

The JavaScript Snake Game PWA is an example with source code demonstrating how to make any web site a Progressive Web App. It also shows how easy it is to prevent the add to homescreen prompt by missing an important detail. Progressive Web Apps are the new standard in delivering client application experiences on mobile and desktop. Any web site can be a PWA.

source https://love2dev.com/blog/javascript-snake-game

Introducing the Flappy Bird Online Progressive Web App (PWA)

THe flappy bird online progressive web app (PWA) allows you to play this addictive game on any device, even if you are offline!. Play the game and get the source code to see how you can upgrade any web site to a PWA.

source https://love2dev.com/blog/flappy-bird-pwa

Friday 9 March 2018

How to Render Markup with JavaScript Mustache Template

There are many ways to merge data with templates to render markup. Mustache is a simple, agnostic templating library implementing in many languages. JavaScript allows you to render markup either in the browser or the server.

source https://love2dev.com/blog/javascript-mustach-templates

What Does the Green Padlock Mean? Is This Web Site Safe?

Browser indicate if a web site is secure with a padlock in the address bar. Green means good, right? What does the green padlock mean and how do you know if the web site is safe?

source https://love2dev.com/blog/the-green-padlock

Thursday 8 March 2018

The 2048 Progressive Web App (PWA)

2048 is one of my favorite mobile games. So I made it a Progressive Web App (PWA)! See how easy it is to upgrade any web site or web app to a Progressive Web App and of course have a little fun!


source https://love2dev.com/blog/2048-pwa

Wednesday 7 March 2018

How to Underline in HTML and CSS

Underlining is a great way to convey emphasis. HTML and CSS combine to give web developers different ways to underline, overline and strike through text.

source https://love2dev.com/blog/html-css-underline

Introducing the JavaScript Calculator Progressive Web App (PWA)

The JavaScript Calculator PWA is an example with source code demonstrating how to make any web site a Progressive Web App. Progressive Web Apps are the new standard in delivering client application experiences on mobile and desktop. Any web site can be a PWA.

source https://love2dev.com/blog/javascript-calculator-pwa

Tuesday 6 March 2018

Introducing Hextris - A Tetris Inspired Progressive Web App (PWA)

Progressive Web Apps are the new stadnard in delivering client application experiences on mobile and desktop. Any web site can be a PWA. I recently launched Hextris PWA to demonstrate how to upgrade.

source https://love2dev.com/blog/pwa-hextris

Sunday 4 March 2018

Applying Google's HTTPS Transparency Report For No Excuses

The Google Transparency Report on HTTPS usage makes the case that all sites should be served using SSL. The report gives us a visual as to what users want, security and trust.

source https://love2dev.com/blog/google-https-transparency

Why You Should Consider Upgrading Your Web Site to Modern Standards

Too many applications and web sites are in a state of natural decay. How do they get there and why is this bad. What can your business do to combat software entropy.

source https://love2dev.com/blog/software-entropy