Not Only Updates, But Enhancements! Any Ideas?

By  on  

I've been updating the website over the last couple of weeks and I'm not quite done yet, but I wanted to share with you what I've enhanced on the blog and see if you have any ideas for me.

Enhancements

  • Article Previews. The homepage and archive pages will now only feature a post introduction instead of the full article. The pages were simply getting too long.
  • Trackback Toggling. As seen in Set Up Your WordPress Blog To Allow Trackback Toggling. If you'd like to see trackbacks, you can. The default is for them to be hidden.
  • Related Posts. If someone comes from Google and doesn't find exactly what they're looking for, maybe an related article would answer their question.
  • Glorious Gravatars. To add a bit of personality to the site, I've added gravatars. You take the time to post, I'd like reward you with!
  • Code Crunch. Using PHP output buffers, the site's header has been crunched down to one line of code. This should save bandwidth and make each page download faster.
  • Example Pages. I've created an example page template to increase branding and make the site look a bit smoother.
  • $10 Off Per Month Coupon. I know that some people prefer to pay for hosting on a monthly basis. Use the coupon code DAVIDWALSH10 at Dreamhost and get $10 off hosting each month.

To Do

  • Phase Out Google Adsense. Google Adsense is, quite simply, ineffective. My best day has been $5 but I'm usually lucky to get one click per day. Moreover, I'm not surprised to see that click worth more than a few pennies. I'm going to test the waters with static advertising.
  • Comment Crunching. I'd like to figure out a way to safely remove extra line breaks and tabs in the source code for comments. Any way to save you download time.
  • Polls. I'd like to add poll capabilities but I need to find a reliable plugin. I have plenty of poll questions stockpiled!

You Tell Me

I'd love to hear your suggestions as to how I can make my website better for you. Anything you see (or don't see) on my website that could be improved? Anything you want added or removed? Please share your thoughts in the comments below!

Recent Features

  • By
    Creating Scrolling Parallax Effects with CSS

    Introduction For quite a long time now websites with the so called "parallax" effect have been really popular. In case you have not heard of this effect, it basically includes different layers of images that are moving in different directions or with different speed. This leads to a...

  • By
    Create a CSS Flipping Animation

    CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's...

Incredible Demos

  • By
    MooTools TextOverlap Plugin

    Developers everywhere seem to be looking for different ways to make use of JavaScript libraries. Some creations are extremely practical, others aren't. This one may be more on the "aren't" side but used correctly, my TextOverlap plugin could add another interesting design element...

  • By
    Fixing sIFR Printing with CSS and MooTools

    While I'm not a huge sIFR advocate I can understand its allure. A customer recently asked us to implement sIFR on their website but I ran into a problem: the sIFR headings wouldn't print because they were Flash objects. Here's how to fix...

Discussion

  1. All great changes David! I especially like the related posts. I personally use the WP-Polls widget (as does Chris Coyier it seems) and I really like it. Let me know if you need a URL for it or anything.

    I’m not sure if anything is missing here but if I think of something I’ll mention it. Good work!

  2. Jesus DeLaTorre

    I think code tags and a live comment preview, would be helpful.

  3. I’ve tried live preview in the past Jesus, but couldn’t get it to work. I’ll give it another try though.

  4. It seems to be working. I like it especially when writing code, since you don’t know what WP will do.

  5. I just implemented a link on my page that will take you to a random post. I think this might be cool for you to add as well.

    Btw I am not a fan of the comment preview. It doesnt add any value and my browser is making small refreshes every time I type which is very annoying.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!