Tag: web development
-
Git-FTP and Web Development
Reading Time: 3 minutesFrom the way people write about Github you would believe that everything has to pass through it, for anything to work but after some trial and error I found this to be a misconception. I found that with GIT-FTP on Github I could upload and download files to a website after each…
-
Updating Old HTML Webpages
Reading Time: 3 minutesMost websites are simple. They have five to ten pages at most but usually a single page is enough. Most pages are about one specific thing, whether it’s a CV inspired page to find new clients or a simple page with a few products. Most are usually about a single topic. This…
-
An SVG clock
Reading Time: < 1 minuteSometimes we experiment and play with technology. The clock below is an SVG clock using SVG and Canvas technology to display local time. Doing it with these two technologies was easier than with JavaScript. The code doesn’t require calculating thousandths of a second like another clock I tried. The tutorial to…
-
Playing with Fire(fox Developer Edition)
Reading Time: < 1 minuteGoogle Chrome was misbehaving recently so I started to explore other browsers. By explore I mean try browsers that I had used plenty of times in the past. As I did this I came across Firefox Developer Edition. Firefox Developer Edition is fun because it allows you to see everything that’s…
-
Web Dev Studies During The Pandemic.
Reading Time: 2 minutesDuring this Pandemic, I have decided to study Web Development and I am slowly making my way through one or two Linkedin Learning Pathways. In the process, I have learned about CSS, PHP, JavaScript ECMAScript2016, Frameworks and more. The course I have studied are: Angular Essential Training / React.js Essential Training /…