Site Update: Treehouse, Forums, Newsletter!

By  on  
Treehouse

I've been working on some major and minor site updates and I wanted to share them all with you!

New Sponsor:  Treehouse

I'm super excited to have Treehouse as my new sponsor.  Treehouse teaches developers how improve their skills in a variety of ways and in a variety of programming languages.  They don't just make basic screencasts -- they create professional-grade video tutorials in a series format so as to take you from start to completion on realistic projects.  I've been asked numerous times over the past few years to make screencasts and videos but have pushed off;  Treehouse makes them way better and have a larger scope of knowledge than I ever will.

Please give Treehouse a look!

Forums!

I get dozens of emails a day asking for help, advice, and consulting work;  as you can imagine, there's no way I can get to all of them.  I've created the forums as a community space to ask questions, share code, give tips, and talk tech.  No registration required.  Initial forums include MooTools 1.x, MooTools 2, CSS, HTML5 & Mobile, jQuery, and Firefox OS.  Have an idea for a forum you'd like to see?  Let me know!

Script & Style eNewsletter

I'm looking to start a Script & Style eNewsletter, sharing great original posts about CSS, JavaScript, HTML5, and all of the front-end technologies we love.  Feel free to sign up -- I look forward to having you!

Gist Embedding

Adding code to blog comment forms sucks, even with the code editor I've provided.  From this point forward, you can add links to GitHub gists and the gist content will be displayed within the comment!

Various other updates have been made.  As always please contact me to share your thoughts on how I could improve the site.  Thank you!

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
    fetch API

    One of the worst kept secrets about AJAX on the web is that the underlying API for it, XMLHttpRequest, wasn't really made for what we've been using it for.  We've done well to create elegant APIs around XHR but we know we can do better.  Our effort to...

Incredible Demos

  • By
    MooTools 1.2 Tooltips: Customize Your Tips

    I've never met a person that is "ehhhh" about XHTML/javascript tooltips; people seem to love them or hate them. I'm on the love side of things. Tooltips give you a bit more information about something than just the element itself (usually...

  • By
    CSS Sprites

    The idea of CSS sprites is pretty genius. For those of you who don't know the idea of a sprite, a sprite is basically multiple graphics compiled into one image. The advantages of using sprites are: Fewer images for the browser to download, which means...

Discussion

  1. You’re the best mayn, signing up to the forums right now!

  2. Wow! Turns out reading is key! Great stuff, gonna get some use outta that bad boy.

  3. Alex

    I had written a huge reply in your mootools prime thread and I couldn’t get it to submit.
    Worst part is that I lost the text I wrote :(

  4. I have thought about having forums on my site too, but I was initially discouraged by having to maintain the forum software up to date, and fighting spammers. And nowadays I wonder whether it makes any sense to build any sort of “personal” forums, when sites like StackOverflow are so huge in terms of chances of your question being answered.

    What made you finally decide towards “in site” forums? Maybe controlling the content and keeping it “your own”? I’m genuinely curious :-)

  5. Are you using any wordpress plugin for forums. I see the similar forum on http://extratutorials.com/forums/

    Can you please tell me?

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