Via E-mail:

Making technology easier to understand.

Category: Blogging

Page: 2 of 11

WordPress Cache Plugin – W3 Total Cache

Wordpress Logo

A few months ago I updated the WP Super Cache plugin on Technically Easy and ran into a major issue. After updating, I didn’t check my blog to ensure that it was still up and running. The next day I logged into Technically Easy, and then attempted to view the blog. Sure enough, the blog [...]

How to Create Pages in Blogger

Blogger Logo

A few months ago Blogger implement one of the most requested changes – the addition of static pages. While there is a limit of 10 pages per blog, allowing the inclusion of pages means that template-hacks are no longer necessary. Implementing static pages in Blogger is easy to do, and in case you are unfamiliar [...]

How Often Should You Post?

Calendar

How often should you post on your blog is probably one of the most frequently asked questions. When someone starts a blog, they are not sure how many times they need to post to make their blog successful. Over the past year, my life has become busy so I haven’t been posting as often as [...]

Understanding Blogger Page Types

Blogger Logo

Understanding the various Blogger page types is important if you plan to edit your own Blogger template. When you know this, then you can display certain HTML elements on specific pages by checking the page type. In my tutorials I, at times, mention creating conditional statements that check the type of page that is displayed. [...]

Finding and Fixing 404 Errors on Your WordPress Blog

Wordpress Logo

It is important to find and fix 404 errors that can occur in your WordPress blog. This allows you to take corrective measures to ensure visitors to your blog are presented with your content and not an error page. Earlier this year I wrote a post that explained how you can remove broken links in [...]

Display a Blog List as a Static Page in Blogger

Blogger Logo

Blogger was created to provide an easy way for anyone to create a blog within a matter of minutes. You don’t need to know HTML or CSS to write and publish posts on a Blogger blog, since the user inteface, and templates, do it all for you. While you can edit the code, if you [...]

How to Display HTML Code in Blog Comments

HTML Code

You can easily display HTML code in a blog comment you leave on a blog. Unfortunately, it does require some minor changes to the HTML before you write it to the comment as regular HTML tags won’t usually be displayed properly, mainly due to security concerns. When someone would like clarification about a particular piece [...]

New WordPress Theme – Slow Performance

Well I did it again. Not being happy with my last theme, I decided to start a new theme from scratch. The good news was that I was able to reuse some of the PHP code from the last theme, so I saved some typing. I’m happy with how this theme turned out, so I’ll [...]