html

17 Articles 0 Followers


Bootstrap vs Normal Web Coding: Faster Faster Codercat!

15 Sep 2024 1 minute read 1 comment WinterYeti

So, the normal approach to web coding is to essentially lay out your page with a classic header, body, footer approach, staying true to all those parts and then stuffing the content in various forms, layouts or frames in the middle. It's been a tradi...

Insert HTML Affiliate Links

11 Feb 2024 4 minute read 2 comments SweptOverNiagara

In my premiere post, 'Earning a living as a blogger', I showed how easy it is to monetize your posts / articles by joining Affiliate Marketing programs. There are a few out there to choose from. These help you to connect with merchants that offer pro...

Learning about web development / third post [ENG/FR]

4 Nov 2023 4 minute read 0 comments Phanty

My web development apprenticeship       Hello everyone, It's been a while since I followed up on this series of posts, and the least I can tell you is that a lot has happened since the last time. So it's time to catch up.   End of my previo...

Learning about web development / second post [ENG/FR]

24 Sep 2023 5 minute read 0 comments Phanty

  Link to French version --> Cliquez ici pour la Version Française.   Alea jacta es   As I explained in my previous article (which you can find here, I was in the process of negotiating the signature of a conventional severance agreement with...

ProtonMail, Why You No Accept: text/plain, text/markdown?

21 Jul 2023 2 minute read 0 comments Great White Snark

I really do wish that the email provider I use (ProtonMail) would allow specifying a "receive all mail as plain text" option, then run all rich/marked-up text through html2text (on their own servers, of course) before it reaches my encrypted mailbox....

Can you be a front-end developer?

24 Apr 2023 2 minute read 0 comments KofiAkimbo

Have you ever thought of making your own website? Did you hear website?yes,i said front-end developer and it was well-drafted.,i know you have to be tech-oriented for your mind to randomly think something like that.I believe that in everything ,you...

1. Introduction to web development

16 Jan 2023 3 minute read 0 comments Jadders

This series of blog posts is going to teach you how to create a fully interactive website. We'll start with the basics of HTML, then add some CSS. After introducing you to CSS, we'll then go back over both HTML and CSS in a bit more detail, so that y...

Misusing the Image alt Attribute and Ignoring Accessible Rich Internet Application (ARIA) Attributes

18 Nov 2022 3 minute read 14 comments Great White Snark

Not all people are able/willing to view images or other graphical multimedia content in their Web browsers. For instance, I have a slow Internet connection at home and I've configured various plugins to block content from sites such as Daily Motion,...

Create a Log-in Page with HTML and CSS

24 Aug 2022 1 minute read 1 comment Scofield

This article will discuss the functionality and languages used to set up a Simple log-in page.   Most social media platforms, bank accounts and other individual sites use this log-in page.    The log-in page creates room for a user’s little details f...

How To Use Common Sense, HTML, CSS, and JS. To Make An Analogue Clock

26 May 2022 6 minute read 0 comments Scofield

HTML is the building block language, CSS is the styling language, and JS is the functioning language. We take this step by step.   First a storyline, I started writing codes without structure as I just wanted to see the result, it did not matter how...