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
    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...

  • By
    Interview with a Pornhub Web Developer

    Regardless of your stance on pornography, it would be impossible to deny the massive impact the adult website industry has had on pushing the web forward. From pushing the browser's video limits to pushing ads through WebSocket so ad blockers don't detect them, you have...

Incredible Demos

  • By
    CSS Vertical Centering

    Front-end developing is beautiful, and it's getting prettier by the day. Nowadays we got so many concepts, methodologies, good practices and whatnot to make our work stand out from the rest. Javascript (along with its countless third party libraries) and CSS have grown so big, helping...

  • By
    Morphing Elements Using MooTools and CSS

    Morphing an element between CSS classes is another great trick the MooTools JavaScript library enables you to do. Morphing isn't the most practical use of MooTools, but it's still a trick at your disposal. Step 1: The XHTML The block of content that will change is...

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!