Articles

How to Display an HTML Block of Code on a Page

The answer is to use this method for HTML: Replace the & character with &amp; Replace the < character with &lt; Replace the > character with &gt; Optionally surround your HTML sample with <pre> and/or <code> tags. Read more about the <pre> and <code> tags. Example 1 This text has been formatted using the HTML <pre> tag. The brower should display all white space as it was Read More

How to add Google Font to the CSS File

Best option: Just go to https://fonts.google.com/ Add font by clicking + Go to selected font > Embed > @IMPORT > copy url and paste in your .css file above body tag. It’s done. Second Option: <link rel=”stylesheet” href=”//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en” /> Third Option Looks like  this one not a recommended. Place @import at the very first line of the Read More

The Kaizen Approach

Kaizen in Japanese means “continues improvement”. It was created by American business management theorists. While it was originally applied in business sector, specifically to improve manufacturing processes, this approach is very much applicable to personal lives as well.I really like this article by Thomas Oppong, titled “The Kaizen Approach to Achieving Your Biggest Goal (The Read More

Yoga

Surya Namaskar or Sun Salutation Sequence “Learn how to do surya namaskar step by step through Iyengar Yoga. There is a beginner and advanced version for surya namaskar. Learn Iyengar Yoga for wrist strength and full body fitness- particularly, the surya namaskar. New Fitness video every Thursday.” Sun Salutation Sequence on YouTube Сурья Намаскар с Зап, Read More

List of Training Classes

This is a list of training classes I am either working through right now or want to work through. Purchased in 2019 PHP for Beginners: How to Build and E-Commerce Store [by Edwin Diaz] Object Oriented PHP & MVC [by Brad Travesty] Bootstrap 4 From Scratch With 5 Projects [By Brad Travesty] PHP: Learn to Read More