Webdesign overview page.
Chapter Webdesign...
In this chapter I will put anything that comes to my mind about:
- Creating HR-lines with pictures inside the hr-line.
-
Creating my website with re-usable blocks in PHP.
(to be done) - How do you set up your test environment.
- How do you debug your webpage. I use Chrome Developer Tools (Chrome Devtools) for that.
- How to use VSCode, Visual Studio Code, for writing your webpages.
-
Installing NPM, SASS, Bootstrap (5) and everything else on a
"for dummies" way. So you get
a complete system with which you can compile Sass SCSS files, into CSS
files to be able to use them with and for Bootstrap (5).
(to be done, have to copy my doc to webpages.) -
A list of the software I used and/or still use. Some of it freeware, others
payed for.
(to be done) -
Using Icons, Charsets and Dingbats on your website.
- And anything else I will think of.
Not all chapters are finished yet, so please be patient.
Finished pages...
Creating HR-lines with pictures.
This chapter is about creating HR-lines with pictures inside them. And about HR-lines in different shapes. It shows how you could style HR-lines.
Chrome Devtools
How do you debug your webpage with Chrome Devtools? That is what is described in this chapter. How to find errors in your HTML and/or CSS. Tips and tricks for Chrome Devtools.
Visual Studio Code explained.
How to work with Visual Studio Code (VSCode)? In these articles I explain how to install and use VSCode. What plugins you could use, and more.