Skip to main content Jump to list of all articles

Articles - Page 7

Welcome to the worldoweb's Articles Hub – a curated space where the realms of coding, web design, and business converge. Dive into the latest industry news, explore insightful perspectives on contemporary business trends, and immerse yourself in a rich tapestry of code tutorials and design insights.

JavaScript Date Sorter

The JavaScript Date Sorter is a vanilla JavaScript Project that uses an HTML form to grab a name and date input and adds it to an HTML table. There is a third column that takes the date, calculates the age then adds it to the table. This table can be sorted and items can be deleted. The data uses the browser LocalStorage to store the items. There are buttons to recalculate the age and clear the table.

in Web Development

The Best Software Development Process

Selecting the best software development process is critical to the success of the project. There are several popular models, but the one that is best for your project depends on the specific needs of the project. This article covers popular software development process models, methodologies and delves into the history of programming and software.

in Software

Hot New Web Dev – February 2022

Welcome to the February 2022 edition of the latest web development technologies. This month in hot web dev we will feature data structures and algorithms and why they are important. If you love Linux but want to try something new, take a look at the distributions to try out in 2022. As always there is the usual coding and web design resources.

in Linux

Hot New Web Dev – January 2022

Welcome to the January 2022 monthly roundup of Development resources. As you may have noticed I have shortened the title to Hot New Web Dev for this year. As usual, it will be full of the action-packed world of web design and development and also keep you posted on what’s going on in the tech world. This month we feature a look at the latest release of WordPress. Have you any thoughts on what’s going to happen with your Windows 10 computer when it comes to 2025! Let’s also see the latest in web design and development.

in Web Development

Quickly Install Visual Studio Code on Garuda Linux

I recently installed Garuda Linux on my Lenovo Yoga laptop. I came across an issue where I couldn’t install the Microsoft version of Visual Studio Code as it wasn’t in any of the repositories. After a little digging, I came across a way you can install it from a git repo. This may also work on other arch Linux based distributions. Please let me know in the comments.

in Linux

Uplifting 2022 – Garuda Linux Review

Happy New Year. Last year I watched a Garuda Linux review on YouTube and liked what I saw. I have been a long time Linux fan since 2007. The release of Windows Vista enticed me into trying alternatives. At first, I tested out a few. I tried Mandriva, PC Linux, Ubuntu, Linux Mint amongst the most common. At home, I use a Mac but like to fire up Linux often. For the past year, I have been using Ubuntu Budgie which is easy to use without too much configuration. I haven’t used the KDE desktop in a long time so it would be a nice change. Read on to see how the switch to an arch-based distro went.

in Linux

Hot Web Design and Development – December 2021

Welcome to the December 2021 monthly roundup of Web Design and Development resources. I hope you have enjoyed the festive period so far. In this edition, we feature a look back at 2021. With 2022 looming I’ll highlight the new year’s resolutions for this blog. Here are the latest web design and development resources for this month. Wishing everyone a Happy New Year.

in Web Development

Hot Web Design and Development – November 2021

Welcome to the November 2021 monthly roundup of Web Design and Development resources. This month we saw Black Friday and Cyber Monday. Did anyone pick up a good deal? I bagged a Rank Math Pro Subscription for a fraction of the price. As we gear up towards the festive period. Here are the latest web design and development resources for this month.

in Web Development

Learn To Code in 2022 With 10+ YouTubers

Every day is a school day and even I still learn to code. If you don’t already know I am a big fan of learning. I also like watching and learning from YouTubers and I have purchased many Udemy courses. In 2020 I published Top 10 Super YouTube Coders for Learning which featured some very popular YouTube channels. Since then I have come across many more developers using Youtube to showcase various teaching styles. All of the recommended channels have fewer than 78k subscribers at the time of writing but there should be much more in my opinion. Here are the underrated YouTube channels to follow now and as we go into 2022. Here goes in no particular order.

in Web Development

An Introductory Guide to Java

Java. You might’ve heard of it. It’s largely prominent in the computing world and is used for a wide variety of things. You could be a gamer, and heard of it through games like Minecraft; you could own an Android phone and know of it through that, or you could just know of it because of those pesky .jar files that you keep downloading off of the internet. It might also make you think of coffee.

in Web Development