I Want You II

By  on  

Yep, looking for you again!

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
    CSS vs. JS Animation: Which is Faster?

    How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps? This article serves as a point-by-point...

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

Incredible Demos

  • By
    Creating the Treehouse Frog Animation

    Before we start, I want to say thank you to David for giving me this awesome opportunity to share this experience with you guys and say that I'm really flattered. I think that CSS animations are really great. When I first learned how CSS...

  • By
    HTML5 Placeholder Styling with CSS

    Last week I showed you how you could style selected text with CSS. I've searched for more interesting CSS style properties and found another: INPUT placeholder styling. Let me show you how to style placeholder text within INPUTelements with some unique CSS code. The CSS Firefox...

Discussion

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