Wanna Be Me? I Want You!

By  on  

As much as you may think that you've learned a lot from me, trust me when I say that I've learned far more from my audience. Your comments have been extremely helpful to not only me but the rest of my audience as well. I've had the pleasure of extremely bright readers posting comments on my blog and I'd like to reward those people.

I'd like to announce that I'm looking for guest bloggers. Have a code tidbit that you think others may want to use? Have a wacky theory and simply need a place to be heard? If so, I want you!

Here's what you should do: email me at david@davidwalsh.name with a quick summary and some sample code (if applicable). If I think your idea is well thought-out and your code works, I'll post your article on my website! What are the benefits? Well, for starters:

  • You will get name recognition for your idea, including a full article, a head shot, a quick bio, and a link to your website / blog.
  • You'll get the benefit of being heralded as a saint or skewered as a heretic for your idea.
  • You'll get feedback from my audience and myself.

The topic can be anything of your choosing within the programming genre. My audience tends to give the following subjects more attention: CSS, AJAX/Mootools, PHP, and Usability. Again though, I encourage any topic you consider yourself an expert on. I would prefer original content, but posts from your blog would also be accepted.

I look forward to hearing from you!

Note: There isn't a monetary reward for your post.

Recent Features

  • By
    Regular Expressions for the Rest of Us

    Sooner or later you'll run across a regular expression. With their cryptic syntax, confusing documentation and massive learning curve, most developers settle for copying and pasting them from StackOverflow and hoping they work. But what if you could decode regular expressions and harness their power? In...

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

Incredible Demos

  • By
    background-size Matters

    It's something that makes all men live in fear, and are often uncertain of. It's never spoken, but the curiosity is always there. Nine out of ten women agree in the affirmative. Advertisers do their best to make us feel inadequate but...

  • By
    MooTools Accordion: Mouseover Style

    Everyone loves the MooTools Accordion plugin but I get a lot of requests from readers asking me how to make each accordion item open when the user hovers over the item instead of making the user click. You have two options: hack the original plugin...

Discussion

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