All about web

Here is where you’ll find posts about what I do for my day job. This includes posts on web development, coding tutorials, and anything else about being a web professional.

  • “Learn more” links

    The phrase is most dangerous when used alone because of its ambiguity and poor information scent. It creates uncertainty, because users don’t know what to expect if they click, I used to work with a dynamite content editor. The two of us would engage in a long and bloody war against the words ‘click here’…

  • HTML is a fundamental technology of the web. It is literally the language that makes websites work. You can have a website with no CSS, it’ll just look like a formatted text document. You can have a website with no JavaScript, it’ll just not have any interactivity but the content will still be there. You…

  • One of the first things we learn when becoming a WordPress developer is how to load scripts and styles using the wp_enqueue_scripts hook. We can take this one step further and, instead of loading these assets on every page, we can conditionally load them only on the pages that need them. This means less things…

  • I just picked up and read Twenty Bits I Learned About Making Websites by Dan Cederholm. It’s a very short read but really fun and nostalgic. Dan does a great job keeping things really casual. A few takeaways Content is king Semantic HTML, performance and accessibility aside. A website is only as good as the…

  • A quick tip when building your theme is to separate any logic to the display of your data. For example you might have this code (taken from the codex) in your single.php to loop through and show the categories for a particular post But by putting the code inside the template you’re mixing logic (looping…

  • Why are we doing this? How does this help our users? Is there a simpler way?

  • I’ve recently built a couple of block themes in the last few months, the first was for this website and the second was for Molten, a theme that I built for restaurant owners and people in the food and drink industry. Building block themes has been an interesting and pretty good experience overall but there…

  • I recently rebuilt my website with a custom block theme and using full site editing (FSE). Before that I was using GeneratePress and GenerateBlocks. They are really great products and I have nothing against them. I chose to rebuild my website as a way of learning more about FSE, that’s the only reason, nothing less,…

  • There are a two types of websites where WordPress is a match made in heaven, besides your typical blog. They are marketing and eCommerce sites. There is also a third type of website that WordPress is a surprisingly good match for, directory websites, and while I wouldn’t call it a match made in heaven, it’s…

  • I love WordPress, I think it is one of the best content management systems you can use. But that doesn’t mean that it is the right solution for every type of website. It is important to pick the right solution for your website. By knowing about other alternatives to WordPress you can make a more…

  • WordPress is a good CMS and can do a lot of things. But it’s not all sunshine and rainbows. As with anything there are a few things that are not so good about it. Knowing the pros and the cons of the technology will help you make a better decision whether or not WordPress is…

  • Picking a hosting provider for your small business website doesn’t have to be difficult as long as you are willing to spend a little bit of money, not too much but a just little bit. Good hosting gives you the piece of mind that your website will run smoothly when you need it to. There…

Need a web developer? Let’s chat