Skip to content

Between The Brackets

About WordPress and Business

  • About
  • Contact us
  • BracketSpace
  • About
  • Contact us
  • BracketSpace
July 2, 2021Development

JavaScript Fetch with Basic Auth

Sometimes it is necessary to use fetch from a server secured with basic auth (very often in case of staging domains), usually, the authorization is done by login and password included within the URL itself: JavaScript may seem pretty obvious: But in case of fetch this is not allowed and will result in an error: […]

Read More
March 2, 2021Business

Prevent element wiggle effect while animating in Chrome

Sometimes Chrome doesn’t render the animations properly causing weird, unexpected transformations, like this: The solution is simple with one CSS property. Kudos to Tomasz Adamowicz for finding this fix.

Read More
April 8, 2020Development

Filter your action – WordPress hooks collision

Did you know that actions and filters are the same things in WordPress? Because of that, you can filter the action and vice versa. Let me show you an example of this conflict.

Read More
April 6, 2020Business, Development

Our first free WordPress theme – Pierogi

We are pretty proficient at writing plugins and have a bunch of them. Now it’s time for a theme! Ladies and Gentlemen, I present to you our first free WordPress theme – Pierogi.

Read More
March 24, 2020Development

How to run PHPUnit with a database via GitHub Actions

As of March 2020, GitHub seems to remove the default MySQL installation from its ubuntu-latest container. Now it’s required to set up the database service in order to use it.

Read More
March 17, 2020Development

Micropackages – reusable packages for faster development

We at BracketSpace write a lot of code. And the best part is that a lot of this code is the same for each project. We used to copy&paste or create boilerplates like starter themes or plugins to make the work a bit faster and more standardized. Until we came up with Micropackages. What the […]

Read More
February 21, 2020Business

Close unclosed HTML tags in PHP

Recently I stumped upon a handy WordPress function which closes HTML tags.

Read More
January 30, 2020Development

How to fix a broken serialization

Fixing database serialization issues and recovering corrupted serialized string

Read More
January 20, 2020Development

How to access the WordPress admin without password

Logging in as an administrator, the easy way with a short snippet. Site files access required.

Read More
January 18, 2020Business, Development, Management

Hello World!

Hey. This is the beginning of a new blog which is meant to be simple, yet give the most value per word in the WordPress community. Not entirely personal nor company blog, but something in between. Let’s get this show started.

Read More
  • Facebook
  • Twitter
  • LinkedIn
  • Newsletter

© 2023 All Rights Reserved. Pierogi by BracketSpace. Proudly powered by WordPress