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 Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

  • By
    Page Visibility API

    One event that's always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When do they come back?

Incredible Demos

  • By
    Animated AJAX Record Deletion Using Dojo

    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 Dojo JavaScript. The PHP - Content & Header The following snippet goes at the...

  • By
    Build a Slick and Simple MooTools Accordion

    Last week I covered a smooth, subtle MooTools effect called Kwicks. Another great MooTools creation is the Accordion, which acts like...wait for it...an accordion! Now I've never been a huge Weird Al fan so this is as close to playing an accordion as...

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!