Poll End: Is ShareThis 1.0 better than ShareThis 2.0?

The poll asking whether you like the new ShareThis 2.0 or ShareThis Classic, which is luckily still available to anyone who wants it, has ended.

There have been some interesting results:

43% said “What’s the difference?” Either a lot of people aren’t very observant, or they didn’t even bother to look before voting.

27% said they don’t care at all.

13% said ShareThis 2.0 is better.

16% said ShareThis Classic is better.

Personally, I like Classic better, but the new ShareThis 2.0 has some cool features. Plus, I like the fact that non-Wordpress users can easily add ShareThis to their site.

Top Commentators


jQuery vs. Prototype

The two biggest JavaScript frameworks in use are jQuery and Prototype. Until recently, I used Prototype a bit. After having to use jQuery for a recent project, I’ve actually started to enjoy using it. It’s easy to use, and it’s lightweight. I’m probably going to re-code a bunch of things over at NTugo so I can use jQuery there instead of Prototype. It’s a lot better.

Enough of my personal experiences, here are the hard facts:

jQuery

File Size: 21KB

Code Required to Toggle a DIV:

<script type="text/javascript">
$('#mydivtrigger').click(function() {
$('#mydiv').toggle(400);
return false;
});
</script>
<a href="#" id="mydivtrigger">Toggle!</a>
<div id="mydiv">
Lorem ipsum.
</div>
Read the rest of this entry »

In Response to “Things I Want Gone from the Web in 2007″

Lorelle VanFossen recently penned an informative article cataloging some of the things she wants “gone from the web in 2007.” I agree with most of her points, like

  • killing pop-up windows
  • out-of-control advertising
  • music on websites
  • not “splogging”

Some of the points, like “validate with other browsers,” while important, are kind of obvious.
I’ve also been implementing some of her tips. I’ve removed the CAPTCHA I had on my comments, and I’m relying solely on Akismet’s comment protection service. I’ve been meaning to (for a few months now) meaning to build a print style sheet, but I haven’t had the time lately. Read the rest of this entry »

What Do YOU Want Us to Talk About?

Marco of Ruelicke.net and I will be talking about a blog-related topic on the upcoming pilot episode of BlogCast.  The only problem is neither of us have decided on a topic yet. :D

So, here’s my question for all of you: What do you want us to talk about?

Is there something that you want to know more about? Leave a comment, and we’ll consider your idea.

BlogBuzz November 17, 2007

Renaming Your Blog

What if you decide to go in a different direction with your blog? It happens. What if everyone hates your blog’s name? Is your blog’s name too long?

It’s okay to rename your blog, but be sure to think it through. First of all, why would you want to rename it? Do you have valid reasons…or are you just bored with your blog? Don’t go through the hassle unless you have a need. For example:

  • You’re going in a different direction than when you started your blog, and the name doesn’t quite fit.
  • People are complaining about your domain being too long. If that’s the case, consider just getting an add-on domain and redirecting it to the normal one.
  • Your old domain has a bad reputation with search engines (which is common with “previously owned” domains).

There are plenty of reasons why you don’t want to change the name: Read the rest of this entry »

15 Places to Find Free Wordpress Themes

Not everyone is a designer (or can afford to hire one). Luckily, you can just grab a free Wordpress theme and tweak it a little. If you decide to go that route, make sure you pick a well-designed theme.

To save you some time, I’ve assembled this list of places to find good themes. Read the rest of this entry »

A/B Testing: Optimize Your Ads

The problem with AdSense is people tend to ignore them. As a webmaster, you have to continually update your ad placement to prevent this “banner blindness.”

How can you tell what the best placement and ad format is? You use A/B Testing. When you A/B test, you randomly show your readers one ad or the other, and track which gets more clicks. It’s easy to do, and will improve your earnings.

First, generate to ad code snippets. Make sure both ad formats are assigned to unique (and descriptive) channels. That way you can tell how many clicks each ad block gets. For example, put your 200×200 square ad in a channel called “200×200 AB Test” and your 250×250 ad block in “250×250 AB Test.” Paste the generated codes into notepad for later use. Read the rest of this entry »

Wordpress as an Online Magazine

Wordpress is more than a blog engine. It’s an easy-to-use CMS (Content Management System) perfect for running a “webzine.” I’m not a big fan of most CMS systems, though I’m a huge fan of Wordpress. Joomla is too convoluted and Drupal isn’t that great either. I’m not going to go around the web bashing other CMSes right and left, but I do like to point out Wordpress as a viable option for “non-blog” sites.

The Main Page

The main difference between a blog an a webzine is the index page. While the typical blog just shows the most recent posts, a webzine goes beyond that. There are a lot of ways to display content on the main page. Here are some examples of webzines:

Look around the internet. You’ll find no shortage of different “non-blog” index styles. Do you see how they are all similar? They highlight different types of content. “Featured” posts, “normal” posts, “news,” etc. Before you get into developing your webzine too much, map out the main page on paper. Decide what types of content you will have, and how you will display them on the main page. Read the rest of this entry »

Sideblogs vs. Speedlinking

Sideblogs are “mini-blogs” that allow you to share links and write short updates to your readers.

Speedlinking is a method of posting. When you Speedlink, you round-up a collection of links to other blogs’ posts that you think would be interesting/useful to your readers.

The question is: Which is better for you?

Sideblogs

  • Sideblogs are quick to update
  • Sideblogs are instantaneous. You see something, you add it to your sideblog, and it’s out there for everyone to see. With speedlinking, you round-up your links then publish them all at once every week or so.
  • Sideblogs allow you to post other things besides links.

Speedlinking

  • Speedlinker posts show up in you main feed. Sideblog entries generally don’t.
  • Speedlinker posts tend to get a lot of views and linkbacks. Also, everyone likes a big list of links.
  • Speedlinking gives you a break. It’s real easy to write a short list of links, and a few notes about them.

Personally, I like both. I speedlink and I have a sideblog. I use the sideblog for timely links that can’t wait until the end of the week, as well as for quick updates and things that can’t be expanded into a full-blown post. My speedlinker posts, known as “BlogBuzz,” handle the rest of my linking needs.


Close
E-mail It