Category: Websites and Blogging

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

  • Hiding Static Pages from Main Page in Blogger

    Hiding Static Pages from Main Page in Blogger

    Since I wrote the post titled Create Static Pages in Blogger – Part 2 I have been asked on numerous occasions about hiding the static page from the homepage or main page. For blogs without many posts, the static pages may appear on the homepage when someone visits the blog.

    It isn’t hard to hide static pages on your blog’s homepage, but it does take a bit of coding, much like it was to create the static page. In this post, I’ll explain what you need to change to prevent the static pages from appearing on the homepage of your Blogger blog.

    (more…)

  • Remove Navigation Links For Static Pages in Blogger

    Remove Navigation Links For Static Pages in Blogger

    I recently received a comment on one of my posts that explain how to create static pages in Blogger regarding removing the navigation links. These links are usually located at the bottom of a post and allow a visitor to navigate to the next or previous posts of the current post.

    I decided to look into how to do this as it doesn’t seem that difficult to do. After some testing I managed to hide those navigational links from static pages in Blogger. Let’s look at how to do this.

    (more…)

  • WordPress Error: Allowed Memory Size

    WordPress Error: Allowed Memory Size

    I recently upgraded to the current version of WordPress. I am always weary about upgrading as there are many things that can go wrong. I realize that upgrading WordPress is required for bug and security fixes, but I also realize that all plugins that I use may not be compatible with the latest version.

    That being said, I decided to upgrade when I had time to solve an problems. I waited for some time to see if others have had issues, and when I was satisfied, I performed the upgrade. Once the upgrade had completed, however, I ran into a problem when I accessed my plugins from the admin panel. The problem was related to memory, and it prevent me from viewing the plugins I had installed on my blog. The good news is that the fix was simple, but did take some quick searching to find.

    (more…)

  • How to Prevent Spam in Your WordPress Blog

    How to Prevent Spam in Your WordPress Blog

    When someone first starts out using WordPress, and then their blog starts getting some traffic, one thing they may notice is the amount of comment spam that they receive. This is a problem that can cause panic among first-time bloggers. In a matter of days a blog can be spammed hundreds or even thousands of times.

    The good news is that there are many plugins available for WordPress that can help decrease, or better yet, eliminate spam. While you don’t need to use all of them, there are two that I like to use to help control spam on Technically Easy.

    (more…)

  • Internet Explorer Issue Using Bad Behavior

    Internet Explorer Issue Using Bad Behavior

    One of the plugins that I use, and have used for sometime, is Bad Behavior. I like this plugin as it provides a first-line of defense against link spam. This plugin works by analyzing the delivery method of the spam, instead of just the content.

    I have been very happy with how it has stopped hundreds of attempts to spam Technically Easy. Unfortunately, I had an issue with Bad Behavior preventing me from accessing Technically Easy from an Internet Explorer browser. I could easily access my blog from Firefox on the same machine, but I couldn’t using Internet Explorer. I decided to look into the problem, and here is how I solved it.

    (more…)

  • Blog Traffic Stats – Two Years Later

    I was debating about writing another yearly update post, mostly because I didn’t think it would add any value for someone to read it. As I thought about it some more, I decided to write it because I figured it may add some value.

    One of the hardest parts about starting a web site or blog, at least for me, was generating traffic. It is always hard to put your hard work into something and not receive much traffic. I decided to publish my yearly traffic statistics and other information to show what is possible after two years.
    (more…)

  • 4 WordPress Plugins to Help Protect Your Blog

    4 WordPress Plugins to Help Protect Your Blog

    If you have a WordPress blog, then you have probably thought about securing and protecting your blog. I have read about many instances where someone has lost their blog because it was hacked. In some of the cases, the owner of the blog had to start over because they didn’t have a backup. Protecting your blog is just as important as protecting your computer.

    For the past few months I have been learning about securing a WordPress blog, and have implemented many changes into Technically Easy to help keep it secure. At the same time I have also began using plugins that will help protect it from potential deadly visitors, as well as ensure that if something does happen, I won’t lose everything. In this post I will look at a few plugins that I use to protect my WordPress blog.

    (more…)

  • How to Display Web Code Examples in Your Web Site

    I had been struggling with an issues in some of my blog posts. In posts that explain how to change HTML or PHP code for a web page, I like to display the actual code in my blog post. The problem is that when a visitor copies the code, it isn’t formatted properly. While the actual alphanumeric characters are copied properly, the single and double-quotes aren’t valid.

    When I simply typed the single or double-quote character from my keyboard, the characters would be rendered in the browser differently than if I had typed them in the code. The characters would be formatted and looked different on the web page and when they were copied, it would cause coding problems, such as when the code was pasted in the Blogger editor. I think that I have fixed the problem, and I’ll explain how in this post.

    (more…)