Skip to main content Jump to list of all articles

Category Web Development - Page 4

Coding is the backbone of all digital platforms, transforming human ideas into functional applications. As the digital realm expands, so does the need for skilled coders. Today’s developers use a plethora of languages like JavaScript, Python, and PHP, each suited for specific tasks. A profound understanding of coding remains essential for crafting responsive, dynamic, and engaging websites.

Clever Programmer Lawsuit – 3 Month Bootcamp

Want to become a developer and earn a 6-figure sum every year? Sounds promising but is it that easy? Clever Programmer made these promises with their online Bootcamp. Currently, they are facing a lawsuit for not delivering and leaving students in debt. We delve into the high-pressure sales pitch that attracts the customers and the content that leaves them wondering why!

in Education

Hot New Web Dev – August 2022

Welcome to Hot Web Dev August 2022, featuring the latest web development technologies. This month features the latest in a security exploit. Ambassador programs for students who are doing university courses and free learning opportunities. Our tool/resource of the month is a modern take on a blast from the retro past. Hope you enjoy this month’s edition of web dev.

in Web Development

Hot New Web Dev – July 2022

Welcome to Web Dev July 2022, featuring the latest web development technologies. This month we feature a programming language created by Google that compliments C++. The tool of the month bridges the gap between having forms on your website and being able to collect the data in one solution. Eager for more resources? Read on…

in Web Development

Hot New Web Dev – June 2022

Welcome to Web Dev June 2022 edition, featuring the latest web development technologies. This month we say goodbye to a piece of software that everyone used and it was every web designer’s worst nightmare. We have a look at our tool for the month which can benefit those who are content creators. As usual, we will discuss all the latest and greatest resources in the coding and web design world.

in Web Development

Super Linux Guide To Web Design 2022

Welcome to the Linux guide to web design 2022. I started using Linux in 2007 and have been a long-time fan ever since. It’s been 12 years since my original web design on Linux. During this time Linux has become more established and usable for novice users. If you own a Raspberry Pi you will more than likely use a Linux distribution. Without further ado, let’s check out what Linux has got to offer in the world of web design.

in Linux

Hot New Web Dev – May 2022

Welcome to Web Dev May 2022 edition, featuring the latest web development technologies. This month features the latest release of WordPress 6.0. We have a look at a new tool available to create beautiful screenshots of your code. As usual, we will discuss all the latest and greatest resources in the coding and web design world.

in Web Development

Hot New Web Dev – April 2022

Welcome to the April 2022 edition of the latest web development technologies. This month on hot new web dev features a security vulnerability with 7-Zip software. We will get a low down on what to expect from the latest version of Ubuntu. As usual, we have our recommended web design and development resources for April. Dare I say Twitter!

in Web Development

Top 10 Visual Studio Code Extensions 2022

With each Visual Studio Code update, extensions can change. Some extensions may become built into the current release or stop being actively maintained. For whatever reason, it’s always good to try out new extensions and check old ones. Here are the Top 10 Visual Studio Code extensions 2022 that I use the most. Spoiler alert: Some of which are not the most popular.

in Software

Hot New Web Dev – March 2022

Welcome to the March 2022 edition of the latest web development technologies. This month on hot web dev. We feature Artificial Intelligence (AI) technology and its place in the IT industry. How AI is being used in recruitment to both hire and fire people! Does AI take into consideration those that are neurodiverse? Don’t forget to check out the usual monthly roundup of coding and web design resources.

in Web Development

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