Weekend Links – iPhone Interface, mooVRotatingMenu, Digg Hacked, jQuery Scrolling, Prototip

By  on  

Create a Slick iPhone / Mobile Interface from any RSS Feed

Chris Coyier drops a sweet iPhone-like script for any RSS feed. Chris used SimplePie (PHP RSS API) and jQuery to create this hot page.

http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/

mooVRotatingMenu

The people that brought you MooPan bring you mooVRotatingMenu, a slick-as-hell animated element rotation script. Comes in horizontal and vertical flavors.

http://www.virtual-gadjo.com/mooVRotatingMenu.php

How I Hacked Digg

Dominic at Phoboslab discovered some insecure code at Digg, told them about the issues, and didn't hear back. What's a blogger to do? Write about it, of course. Oddly enough, Digg's Lead Architect was the first one to comment.

http://www.phoboslab.org/log/2008/06/how-i-hacked-digg

Load Content While Scrolling With jQuery

This article details how you can forget pagination and server up more content when the user hits the bottom of page. DZone employs this type of virtual pagination.

http://www.webresourcesdepot.com/load-content-while-scrolling-with-jquery/

Prototip 2 - Create Beautiful Tooltips with Ease

Prototip allows you to easily create both simple and complex tooltips using the Prototype JavaScript framework. The Prototip site also provides some sweet examples.

http://www.nickstakenburg.com/projects/prototip2/

Compress jQuery Even Further

In our never-ending battle to compress our JavaScript libraries, this article describes compressing jQuery even more.

http://brightscape.net/compress-jquery-even-further/

Recent Features

Incredible Demos

  • By
    MooTools: Set Style Per Media

    I'd bet one of the most used MooTools methods is the setStyle() method, which allows you to set CSS style declarations for an element. One of the limitations of MooTools' setStyle() method is that it sets the specific style for all medias.

  • By
    Six Degrees of Kevin Bacon Using MooTools 1.2

    As you can probably tell, I try to mix some fun in with my MooTools madness but I also try to make my examples as practical as possible. Well...this may not be one of those times. I love movies and useless movie trivia so naturally I'm...

Discussion

  1. Great story about digg.

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