Category: Websites and Blogging

This category will contain any blogging-related posts, that includes platforms such as WordPress and Blogger.

  • How to Create Pages in Blogger

    How to Create Pages in Blogger

    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 with static pages, I will outline how to add pages to your blog in this post.

    (more…)

  • How Often Should You Post?

    How Often Should You Post?

    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 I have done in the past. I recently decided to look at my stats to see how they were affected by the drop in posts each month. I present my visitor numbers and AdSense earnings below along with my posting frequency to see how they compare.

    (more…)

  • Understanding Blogger Page Types

    Understanding Blogger Page Types

    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. This is to ensure a particular code statement is executed only for a particular type of page. Let’s look at the different page types.

    (more…)

  • Finding and Fixing 404 Errors on Your WordPress Blog

    Finding and Fixing 404 Errors on Your WordPress Blog

    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 your WordPress blog. The post talked about using a plugin to detect any broken links within the posts on your blog. This plugin proved very useful as it found many links that were no longer valid.

    I recently decided I wanted to see if I can detect links that were pointing to my blog, but weren’t valid. Such links would produce a 404 “not found” error on my blog, and may prevent some traffic from reaching a specific destination. To help with detecting 404 errors, I installed a plugin that will notify me when the errors occurred.

    (more…)

  • Display a Blog List as a Static Page in Blogger

    Display a Blog List as a Static Page in Blogger

    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 wish, for most people it is easier to simply add gadgets and move them around.

    With this ease of use comes some restrictions, such as not being able to create pages that execute code. I have managed to provide alternatives to getting around several restrictions, and today I will discuss another alternative – displaying a blog list as a static page. Doing something such as this was asked a little while ago in my comments, and while I provided a quick reply, I decided to provide a more thorough solution.

    (more…)

  • How to Display HTML Code in Blog Comments

    How to Display HTML Code in Blog Comments

    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 of code, they attempt to paste it into the comments, but unfortunately, the code is removed and empty white-space is what appears. In this post I will describe how you can easily paste HTML code in your comment, not only on this blog, but probably any blog.

    (more…)

  • New WordPress Theme – Slow Performance

    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 keep it for a while.

    One issue I did notice was that this theme became slow after I applied it to Technically Easy. I couldn’t understand why, as the amount of code is actually less than my previous theme. Upon further investigation, I was able to determine a problem, which was unrelated to my theme, and was able to find a solution.

    (more…)

  • Introducing Blogger to the Limit

    I have written many tutorials on editing a Blogger template. Many of the tutorials center around creating static pages in Blogger, since Blogger doesn’t natively support static pages. Since I switched to WordPress about a year ago, I haven’t really had a Blogger blog that displayed some of what I discussed.

    I decided a few weeks ago to create a new Blogger blog, since I still had an account. I went online and found a template and began editing it and incorporating a few new things that I found. I have called this blog Blogger to the Limit and this post will outline some of the changes that I have incorporated into this blog.

    (more…)