January Mailbag Q & A

By  on  

I've been receiving a ton of emails lately with regard to MooTools, jQuery, CSS, PHP, Script & Style, and my opinions on current web topics. While I enjoy responding to these emails, I think it would serve better to have the questions and answers available on this blog. For this reason, I'd like to do another "mailbag" post.

If you have any questions you'd like to ask me on any web-related topic including MooTools, jQuery, CSS, PHP, AJAX, or any else, please post your question below. If there's enough interest, I'll post my responses within a week or so. Don't forget to read my previous Mailbag Q & A.

Recent Features

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

  • 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

Discussion

  1. cssProdigy

    What are you thoughts on jQuery 1.3 and the future of MooTools and other JavaScript frameworks in the coming year?
    What are some of the sites you have bookmarked, or go to all the time?
    I’m not sure if you’ve addressed this, but Mac or PC?

  2. Jurio

    When will it be safe to drop IE6 support?

  3. Sean McAurthur

    How much time does it take to make a MooTools plugin? On average?

  4. Charlie Skapes

    I know you pay a lot of attention to the MooTools project. How much do you follow jQuery?

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