Weekend Links – mooSlide, Spam-Proof Email Links, JSMiner, MooScroll, Twitter

By  on  

mooSlide Revamp for MooTools 1.2

mooSlide is a customizable MooTools-based slider that pops into the page whenever and wherever you'd like. Potentially very useful -- just make sure you aren't covering a bunch of content up (like the demo).

http://www.artviper.net/test/mooSlide2/index.html

Spam-Proof Email Links

MooTools core developer Michelle Steigewalt describes how she uses MooTools to prevent spambots from collecting emails from a website. Of course we all do this in one way or another -- is this better than your method?

http://msteigerwalt.com/articles/2008/07/21/Spamproof

JSMiner

Us programmers love games that make us think, like Minesweeper. JSMiner is a great translation to a web version. Kudos to this person -- seems like a loftly goal but they succeeded.

http://stcamp.net/jsminer/demo.html

MooScroll

MooScroll is an awesome class that allows you to create and style your own scrollbars. These scollbars can be used within any element on the page.

http://greengeckodesign.com/projects/mooscroll.aspx

9 Web Developers That Must Be Followed on Twitter

I've heard of all of the these people which made the list disappointing. I also don't know why you'd follow their Twitter profile instead of their website. Chris Coyier of CSS-Tricks made the list, which is cool. Look forward to seeing me on their next list: 9 MooTools Bloggers (All of Them).

http://nettuts.com/web-roundups/9-web-developers-that-must-be-followed-on-twitter/

Recent Features

  • By
    Being a Dev Dad

    I get asked loads of questions every day but I'm always surprised that they're rarely questions about code or even tech -- many of the questions I get are more about non-dev stuff like what my office is like, what software I use, and oftentimes...

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

Incredible Demos

  • By
    Introducing MooTools Dotter

    It's best practice to provide an indicator of some sort when performing an AJAX request or processing that takes place in the background. Since the dawn of AJAX, we've been using colorful spinners and imagery as indicators. While I enjoy those images, I am...

  • By
    MooTools Window Object Dumping

    Ever want to see all of the information stored within the window property of your browser? Here's your chance. The XHTML We need a wrapper DIV that we'll consider a console. The CSS I like making this look like a command-line console. The MooTools JavaScript Depending on what you have loaded...

Discussion

  1. Awesome!

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