Aggravation of a Blogger

By  on  

I enjoy blogging quite a bit. Blogging lets me pass on some of the knowledge I've accrued over the past years as well as allows me to get feedback on my ideas from readers. I've probably learned more in the last four months of blogging than I have on my own in quite a while. To all of my readers, I'm quite thankful.

There's really only one aspect of blogging that burns me to no end and that's when other bloggers copy my blog posts, word for word. No citations or requests for permission--simply word for word copying. Over the last months, I've had to ask dozens of other bloggers to remove MY posts from THEIR blog. Use my code, use my theories, but don't take articles that I've worked hard on; have some integrity!

The latest blog to steal my content is at:

http://www.tsl.csd.uoc.gr/users/epapath/2007/12/07/6-reasons-why-ie6-must-die/

Hopefully I'll have better luck in the new year. Happy holidays to all of you!

Recent Features

  • By
    39 Shirts – Leaving Mozilla

    In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    Check All/None Checkboxes Using MooTools

    There's nothing worse than having to click every checkbox in a list. Why not allow users to click one item and every checkbox becomes checked? Here's how to do just that with MooTools 1.2. The XHTML Note the image with the ucuc ID -- that...

  • By
    Animated AJAX Record Deletion Using MooTools

    I'm a huge fan of WordPress' method of individual article deletion. You click the delete link, the menu item animates red, and the item disappears. Here's how to achieve that functionality with MooTools JavaScript. The PHP - Content & Header The following snippet goes at the...

Discussion

  1. Bah
    it sucks to get copied without any thanks or source.. :/

    but keep it up
    >>To all of my readers, I’m quite thankful.

    you are very welcome :)

  2. I wrote in his comments and asked to him remove it…

    Keep up the good work.

  3. Thank you for that Mark. I commented a few days back to do so and the person still hasn’t removed my article. I’m not too upset about it — just frustrated.

    Hopefully better luck in the new year!

  4. rakesh juyal

    But walsh, how did u got to know that someone copied your blog spot?
    I mean how a blogger can identify that one of his several post is copied by some other blogger!

  5. rakesh juyal

    ^ sorry for typo @ above

    s/spot/post

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