Categories
Developer Tools How to Workflow

How to Allow HTML formatting in JSX with VS Code

One of the annoying quirks of writing HTML inside of a javascript file is that, by default, it doesn’t recognise that you’re actually writing HTML. In VS Code, this can be fixed by opening your settings.json and adding this option: Oh happy days!

Categories
Blog Developer Tools WordPress

WordPress Block Editor Core Blocks Demo (Gutenberg)

This is a reference of the Block Editor blocks available in WordPress as of 6.4.3. There is an online resource here: Core Blocks Reference | Block Editor Handbook | WordPress Developer Resources But being the visual person I am, I find it helps to see what the available blocks are. This is especially useful for […]

Categories
Developer Tools How to

VS Code Scripts Disabled Error: Fix

I’ve started to enjoy using Visual Studio Code as of late, my favourite choice in Code editor (Intellisense ftw). However, if you notice that vs code scripts are disabled using the terminal, you might need a slight configuration. Specifically, if you plan on using it for running global commands.

Categories
Blog Developer Tools WordPress

Recommended WordPress Plugins For New Projects

I have some go-to recommended WordPress plugins I always install on new projects. They’re essentials, in my opinion, for making a WordPress website that much better. However, if you’re a WordPress developer, chances are you have some of these in your list already. Hey ho, here we go…

Categories
Blog Developer Tools Front End Development

The Essential Web Development Tools and Resources I Need

Everybody has their own set of essential web development tools. Here are a couple mine I thought I’d share. I might later add some more, as and when I find them.

Categories
Blog Developer Tools Workflow

Atom Packages to Improve Workflow: Try These Amazing Features

Atom is a favourite text editor of choice for coding. I spent a long time with sublime text, until I bit the bullet to try something new. Obviously with all the extra new features, and nicer way to handle customisations and so on, I wanted to share some add-ons (known as packages) I use to […]

Categories
Blog Developer Tools Front End Development Workflow

Firefox for Web Development : Why I Really Prefer it

Like most people I’m a creature of habit, and I’ve always preferred to use firefox for web development. It’s understandable, considering it was released before Chrome (firefox first released 2002 – compared to Chrome in 2008), and it was a much better alternative to Internet Explorer at the time. Yeh, I’m somewhat of a veteran […]