Make side by side divs the same height and evenly distributing the space using CSS Flex boxI’m sure you will come across this situations many times in your coding journey where you have divs next to each other that need to be the…Jul 21, 20233Jul 21, 20233
How to access a string “key” in Vue that includes hyphens, spaces or other special charactersUsually in Vue, you would use the dot . notation to access a normal key, but when you have a key that has spaces or special characters you…Jul 11, 20231Jul 11, 20231
How You Can Device Test Iphones and Apple Devices For Free Using XcodeFirstly make sure you download Xcode onto your computer , i think its only available for download on Mac, sorry windows users!May 25, 2023May 25, 2023
6 Ways To Become A More Efficient Web Developer Using ChatGPTAs a web developer I used ChatGPT every day it’s such an amazing resource.May 18, 202337May 18, 202337
Using SASS to Select All Elements Except the FirstIf you are a web developer there would be many times that you need to apply styles for all elements but the first. One place that instantly…May 18, 2023May 18, 2023
How To Quickly Remove The Background Of An Image Using Only Your iphoneThis is such a quick and easy way to remove the background from a photo using only your iphone! No apps needed!May 16, 20231May 16, 20231
Bootstrap @mixin make-col($size, $columns: $grid-columns) Explained!This article does require a basic understanding of Bootstrap Grids and is only to explain the @mixin make-col and the variables contained…Feb 21, 2023Feb 21, 2023
Styling a Child Element Based on the Class of a Parent Element in SASS/SCSSHave you ever needed to style a child element only if the parent element has a specific class?Feb 16, 20239Feb 16, 20239
How to conditionally bind ONE class to an element in VUEI had a hard time trying to find the answer to this on stack overflow so I thought I would write a quick little article in case any one…Feb 16, 2023Feb 16, 2023
Coding a Simple Textarea Character Counter With VueUsing vue to code a text area character counter is easy! in a few simple steps you can have one up and working.Mar 23, 202272Mar 23, 202272
How To Force Refresh A Cached Favicon ImageIf you have updated an Favicon image for your website, and its not showing, you simply need to update the URL of the image to force the…Feb 8, 20228Feb 8, 20228
Smooth Scrolling The Easy Way — With jQueryThere are so many ways out there to use smooth scrolling but I think that this was is quicker and easier to understand (for me anyway!).Feb 8, 20221Feb 8, 20221
What is a Javascript Function? an explanation for complete coding beginnersI hope this article can explain what a function is in a clear and easy to understand format. Learning Javasctipt can seem so tough at the…Jul 24, 202110Jul 24, 202110
A Beginners Guide To Using Google fontsIf you are new to using fonts in Web Design — google fonts is one of the best places to start!May 10, 20214May 10, 20214
When your seeing one font but someone else is seeing another — Trouble shooting for Front end DevsHeads up — its probably a system font.May 10, 20216May 10, 20216
Using Jquery to select all div’s that aren’t “this” divChances are if you are using Jquery, you will have come across a situation where you want the element you click on to take on a certain…Jun 19, 20208Jun 19, 20208
How To Stop Horizontal Scrolling in IEI recently had an issue working on a site where the user was able to scroll horizontally on my page — I do not want this! after…Jun 19, 20209Jun 19, 20209
Published inThe StartupQuick tips and hacks to remove white lines in Outlook emails.If you have ever tried building an email with HTML you will know how annoying it is to get it working perfectly across all browsers and…Jun 19, 20201162Jun 19, 20201162
How To Write Browser Specific CSSIf you are a web developer, you have probably come across some inconsistencies between browsers where you need to write browser specific…Jun 3, 202011Jun 3, 202011
Published inThe StartupHow To Add A Solid Colour Backgound In Photoshop.This article really is for dummies, but I am one of those dummies! I had a hard time trying to find a simple answer for how to do this on…Dec 19, 201954Dec 19, 201954
Published inThe StartupHow to Create a Styled Select Dropdown in HTML and jQueryAfter doing some research around styling select drop downs, I have come to realise it’s better not to style select drop downs.Nov 25, 201952Nov 25, 201952
Published inJavaScript in Plain EnglishHow to change the browse image of the input file upload but keep the file nameI had a really hard time finding an article on how to do this on the internet so I thought I would share my final answerNov 20, 2019291Nov 20, 2019291
How To Compile Sass For Colorlib TemplatesIf you have ever downloaded a Colorlib template and tried to change the Sass you will notice it won't work without compiling it and…Oct 24, 201911Oct 24, 201911
The Harsh Reality Of Looking For A Job As A Junior DeveloperIf you are thinking about leaving your job to study web development, there are a million articles out there (including ones that I have…Jul 8, 201911Jul 8, 201911
Published inThe Startup7 Reasons Why You Should Quit Your Job for a Career In Web DevelopmentI did it, should you?Jun 24, 201966Jun 24, 201966
Top Sublime Tips To Level Up Your CodingShortcuts and tips that will save your time and your sanity!Jun 13, 20199Jun 13, 20199
I Quit My Job At 30 To Become A Web Developer — Was It Worth It?My story..May 31, 20192.2K18May 31, 20192.2K18
Quick Tips That Will Make You A More Efficient Junior DeveloperI’m not going to lie, being a Junior Front End Web Developer in your first job is hard. It’s mentally exhausting and just when you start…May 3, 201960May 3, 201960
Published inPrototyprMust Have Google Chrome Plugins For Front End DevelopersIn my short time of being a professional Front End Web Developer I have come across a few Google Chrome plugins that I can’t believe I…May 2, 201941May 2, 201941
Basic Lazy Loading For Complete BeginnersI had never even heard about LazyLoad until my first real job in web development and now I realise its the norm (or should be) for almost…May 2, 201937May 2, 201937
How to use Emojis in HTMLHave you ever gone to use an emoji in your HTML and been faced with the dreaded “?” symbol?Apr 24, 20191593Apr 24, 20191593
Creating Border Lines using Pseudo Elements in CSSHave you ever needed to create a border or a line in CSS that isn't the whole width or height of your div? One easy way to tackle creating…Apr 1, 20191795Apr 1, 20191795
Published inLevel Up CodingHow to create simple triangle borders with CSSAs a new front end web developer in my first ever web role, some tasks I come across take me much longer than they should. I spend a good…Mar 25, 2019462Mar 25, 2019462