I finally got around to that “someday” task of taking a deeper dive into web development than just the hunt-and-peck-through-code-that-I-didn’t-know-how-to-read approach I’ve been using for the last 5 years. I figured this experience would confirm or deny once and for all whether my interest was genuine or a novelty. What I found is that learning how to build a website provided me with more than just a new skill.
Tag: html
Web Design Using A Template
So, you want to build a website, but you don’t know where to start. I have good news. Even though web design can be an intimidating process that requires technical and creative skills, you don’t always have to start from scratch. You can decrease the intimidation factor and even maybe decrease time and cost requirements of a website build by starting with a pre-built template.
Getting Started with SEO Basics
You’ve heard the acronym SEO. Maybe you know it stands for search engine optimization. And you’ve likely heard something to the effect of it being the unicorn strategy that will magically flip the script on your struggling website, improving its discoverability and effectiveness a hundred-fold. But what exactly is SEO and how does it work?
Communicating More Clearly with HTML5 Semantics
Semantics is the study of the meaning of words and in computer language making something semantic means using terms that both humans and machines can discern the meaning of. If you look at any chunk of HTML, you can easily identify terms that have no immediate meaning outside the language. HTML semantic tags more clearly describe the content within them, making webpages more accessible.
HTML Basics for Web Development
If you want to start learning how to build websites or web apps the most basic thing you need to understand is that HTML is the standard language of the internet. Learn about the structure of this language and the process from writing your first HTML document to using it to make a webpage come alive online.
Web Development: Hand Code or CMS?
Building a website is not just about deciding how it’s going to look, how it’s going to function, or what content it’s going to contain. You also have to decide how you’re actually going to build it. When building a website, you have 2 general directions you can choose from: hand code or use a content management system (CMS). There are pros and cons to both directions so one is not necessarily better than the other. You must evaluate your situation and decide which one works best for your needs.