News
-
Up-to-date Instructions for Adding an Admin to Your LinkedIn Company Page
Last reviewed and tested: December 17, 2024 Maybe you’ve looked up how to do this online, or asked an AI, and found the steps don’t match what’s on your LinkedIn pages. LinkedIn updates their interface frequently. Here are some helpful instructions that we’ve tested and double-checked to make sure they’re accurate at the time of […]
-
How Content Marketing Like the Michelin Guide Still Drives Traffic
Content marketing is a powerful strategy to attract audiences through valuable content, like Ben Franklin’s almanac & the Michelin Guide.
-
Why Markdown Is the Best Way to Write Web Pages
Tired of reformatting documents for your website or your blog? Maybe you don’t want to have to learn how to use another online text editor just to write a post. Then use Markdown to write your web pages. Do you write for the web? Do you post to any of these? If you do, wouldn’t […]
-
Create a new public repository on GitHub without using the command line
How to create a new Public repository on GitHub so you can: All of this, without using the command line. There are lots of great reasons to use GitHub to share a repository of your code, like: What you need Before you start, be sure that you: Git repositories (also called a “repo”) are easier […]
-
How to improve the readability & SEO of your posts
If your posts are easy for people to read and understand, they’re also easier for search engines to analyze and rank. That means good writing and formatting = great SEO. In a sense, search engines look at your page like a human visitor does: they both want to figure out what’s the most relevant information […]
-
How a WordPress link opens a new browser tab
Often, you want to edit a page or post so your WordPress link opens a new browser tab. If a link in your WordPress site goes to an external URL (not on your WordPress site) you should tell the browser to open a new browser tab. This reinforces the idea that you’re going to a […]
-
Use git to develop WordPress sites with a team of coders
If you work with a team of coders, you’ll want to use git to develop WordPress sites, themes, and plugins. Even if you’re the only developer working on a WordPress site, you’ll want to maintain a history of all the changes you make to your site’s custom code, using a source code control tool like […]
-
bash for loop: apt-get Linux system update and upgrade
Here’s a little bash gem for updating Ubuntu (or, really, any apt-get box). Check out the sweet bash for loop: This single line bash command to runs a complete apt-get update that’s essentially a one line compression of this multi-line bash script: sudo -s — <<EOF apt-get update apt-get upgrade -y apt-get dist-upgrade -y apt-get […]
-
Essential blog post checklist for WordPress: 7 Steps to improve traffic and SEO
The first step to improve SEO and traffic to your blog is to write great content, and lots of it. Once you’ve written a great post for your blog, there are a few quick updates you can make in WordPress to improve your post’s SEO performance and increase traffic to your site. Every time you add a […]
-
WordPress.com Two Step Authentication
If you’re using WordPress.com, or Jetpack with your WordPress.com account, protect yourself by setting up WordPress Two Step Authentication. In fact, you should use Two Step Authentication (also known as Two Factor Authentication) for every website that supports it, especially your social media accounts, your Gmail account, financial websites like your bank, and any other […]