Progress
2

Stand by for updates

I’ve got a couple of bits to take care of today. Here’s to a smooth update. Update I guess, two out of three ain’t bad.

dev in pain
WordPress Development

Popper v Bootstrap gotcha

I encountered a bit of a gotcha while working with Bootstrap and Popper recently. Although both javascript libraries were enqued, when I checked the consol I saw this: Uncaught TypeError: Bootstrap’s tooltips require Popper.js It turns out that the order of enqueuing matters. This works This does not The difference …

HTML code
Features

Author Buzz API

API – that thing that geeks use to make magic happen is coming to Author Buzz. We will be rolling out two sets of API specs. The first is a collection of theme hooks and filters. Once all themes available to our bloggers support these API, we will release a …

chimp typing
Grumpy Dev Syndrome

Importing content from other platforms

Today I set myself the task of finalising the import process for a number of large blogs waiting to move into the Author Buzz family. If only life was so simple. It turns out that the last time anyone tried to import from the platforms in question was several major …

Word Bingo
PHP
3

Writers’ Word Bingo

For a project for a writers’ group called Sunday writers, I spent most of yesterday making a game – Word Bingo. I wrote the code in one day, this is how. The idea was not one that I came up with, the host of Sunday writers had the idea but …

WordPress Development

WordPress Plugin Framework Creation

One of the challenges for Author Buzz was that we need a lot of different functions and features without polluting the plugin list with a large collection of things that blog users cannot directly access. Our ideal solution would be to wrap all the features into one plugin. However, we also …

Progress

State of the site: Features and Progress [May 2017]

Every so often I publish a post like this going over our plans and how far along they are. These posts give an overview of all the features that are active, how well we are progressing, and which features we have planned but not yet gotten out of the door. …

WordPress Development

WordPress Child Themes: It’s a bit like that.

Creating a child theme has nothing whatsoever to do with actual children. It is a WordPress term that basically means the same as extends does in PHP. For those of you reading this that are not PHP geeks, a child theme is like creating modifications without modifying the theme itself. You …

train crash
Progress

Context specific theme changes

It looks like I have run into the first set of limits that I will have to code around. To be honest, I am surprised that I did not run in tot his sooner. What to do with new users? The Author Buzz home page looks quite lovely for me, …

Progress
2

Building a whole new site

My main focus over the last few days has been integration between the plugins, themes, and applications that we have been using to build Author Buzz with. I have always felt that developers should also be end users. Not power users but regular joe users. If you have to work …

Skip to toolbar