FTP & GitHub Actions. Today I Learned: Friday 15 July 2022The default main branch name when initializing a git repository differs from local git GitHub. Locally, the default branch name is ‘Master’, whereas, on GitHub, the name is ‘Main’. A headless browser is a browser without a GUI. One example would b...Jul 16, 2022·2 min read
HTML address structure and RETScreen online course. Today I Learned: Friday, July 8, 2022Jul 10, 2022·1 min read
More CSS. Today I Learned: Thursday, July 7, 2022The type selector is used in the CSS file to select certain element types and apply styling to them. Eg p { \ color:green; \ } The universal selector * selects everything and applies styling to them. Eg. { \ font-family:arial; \ } Yesterday I ...Jul 10, 2022·3 min read
More HTML and pull quotes. Today I Learned: Wednesday, July 6, 2022<nav> is used to define a group of navigation tabs. <main> is used to feature the bulk of the content on the webpage. <footer> is usually at the bottom of the page. It usually contains: Contact info Terms of use Site Map <section> is another way t...Jul 10, 2022·3 min read
Semantic HTML. Today I Learned: Tuesday, July 5, 2022required is another attribute for the <input> tag. Is it used for form validation. If the field remains empty when submitted, the user will receive a warning. minlength and maxlength are <input> attributes to check if the string entered into the fiel...Jul 10, 2022·1 min read
Pivoting away from React. Today I Learned: Monday, July 4, 2022React JS is not necessary if you want to build a static website. HTTP verbs such as “POST” do not need to be capitalised. But it is done out of convention. <form></form>, this tag is for creating a form. \ <form action="/example.html" method="POST...Jul 10, 2022·2 min read
HTML refresher. Today I Learned: Thursday, 30 June 2022I am slowly getting my head around Jira and Confluence. I initially set up our organization/page/space/group/team, whatever its called. However, I’ll be passing on the admin roles to our project manager as his position is more suited to that role. Th...Jul 10, 2022·3 min read
Atlassian's Jira & Confluence. Today I Learned: Wednesday, 29 June 2022Atlassian owns Jira and Confluence. Jira seems to be some sort of project management software, and Confluence seems to be a way of collaborating on documents. I set Jira up yesterday, and Confluence today. Adding my work mates is proving to be diff...Jul 10, 2022·3 min read