Posts by Mamerto
Learn to Code: Episode 010 – HTML Forms – Intro to HTML Part 7
Reaching the 10th episode/lesson since I started teaching how to code for free with more episodes to come! Make sure to tell your friends about this. They don’t need to pay anything to anyone to learn web development! Again these tutorials are in TAGLISH (Tagalog and English) and are really made for complete beginners. English…
Read MoreLearn to Code: Episode 009 – Semantic Elements – Intro to HTML Part 6
HTML Sementic Elements In the last episode, I’ve mentioned that we will start to discuss CSS next. However, there are few more important HTML Tags that I forgot to discuss. In this episode, we will take a quick look on what is called Semantic Elements. These HTML elements clearly defines its content. <div> and <span>…
Read MoreLearn to Code: Episode 008 – Creating HTML Links – Intro to HTML Part 5
In the last episode, we’ve discussed about how to insert pictures to an HTML document using either relative source or absolute source. We’ll continue discussing more HTML tags that we need to be familiar with. One of the powerful feature of HTML and World Wide Web is the ability to link between pages. The first…
Read MoreLearn to Code: Episode 007 – Images and Chrome Dev Tools – Intro to HTML Part 4
In the last episode, we’ve talked about more common HTML tags like self-closing tags and lists. We also covered a cool Visual Studio Code function to generate a non-sense text called “lorem ipsum” by just typing in “lorem” and hitting TAB. This is useful for testing purposes as a placeholder text. Now we will discuss…
Read MoreLearn to Code: Episode 006 – HTML Tags – Intro to HTML Part 3
In the last episode, we talked about the most common HTML tags that we must be familiar with. This episode is the continuation where we will discuss more HTML tags using Visual Studio Code. We’ll start with what is called “self-closing” tags. Named because it does not require a closing tag in order to use.…
Read MoreLearn to Code: Episode 005 – HTML Tags – Intro to HTML Part 2
There are lots of HTML tags available and more are being added. Do you need to know all of them to be able to work with HTML? No. As a matter of fact, we only need to know around 10-15 HTML tags 90% of the time. The rest can be referred to anytime if the…
Read MoreLearn to Code: Episode 004 – Introduction to HTML Part 1
Can you start learning HTML using a mobile device alone? Do you really need a laptop or a computer? This episode discusses this question. This episode also gives an overview of HTML editors. It explains what is a source code using a word processing comparison so you can better understand the importance of an HTML…
Read MoreLearn to Code: Episode 003 – Intro to Web Development
Be sure to checkout the previous lesson (Episode 002 – Introduction to Google Sheets) Before we can really dive into the actual coding, it’s important to understand how the web works. Knowing this will be useful both in the learning process and on the job itself. For example, we can be more efficient in web…
Read MoreLearn to Code: Episode 002 – Introduction to Google Sheets
In the previous episode, we learned about the basics of how computers work. We have limited time so I would like to teach you programming as fast as possible. What is the best and possibly the most efficient way to learn programming? The best way to learn programming is to work on a project yourself.…
Read MoreLearn to Code: Episode 001 – How Computers Work
As mentioned in my previous post, I will start teaching how to program in order to help people learn skills they can actually use to support themselves. But in order to start learning computer programming, we have to first understand how computers work. Learning how computers work is very important but it doesn’t have to…
Read More