Pebbling Club 🐧🪨

  • Unheap - A tidy repository of jQuery plugins
    Notes
    A tidy repository of jQuery plugins
    Unfurl
  • Chosen: A jQuery Plugin by Harvest to Tame Unwieldy Select Boxes
    Notes
    Chosen is a jQuery plugin that makes long, unwieldy select boxes much more user-friendly.
    Unfurl
  • DevDocs
    Notes
    DevDocs is an all-in-one API documentation reader for developers.
    Feed
    Unfurl
  • hColumns
    Notes
    hColumns is a jQuery plugin that looks like Mac OS X Finder's column view for the hierarchical data.
    Unfurl
  • You Really Should Log Client-Side Errors
    Notes
    Let's keep this short. Too few websites log JavaScript errors. Let's build a simple system to track client-side errors.
    Feed
    Unfurl
  • Arctext.js - Curving Text with CSS3 and jQuery | Codrops
    Notes
    While CSS3 allows us to rotate letters, it is quite complicated to arrange each letter along a curved path. Arctext.js is a jQuery plugin that let's you do exactly that. Based on Lettering.js, it calculates the right rotation of each letter and distributes the letters equally across the imaginary arc of the given radius.
    Feed
    Embed
    Unfurl
  • Tab Override | WJBryant.com
    Notes
    Tab Override is a plugin for WordPress and jQuery that allows tabs to be entered into textareas. In WordPress, it affects the HTML editor on admin pages. The WordPress plugin was originally written by Mathew Tinsley.
    Unfurl
  • Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better
    Notes
    Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
    Unfurl
  • zepto.js — the aerogel-weight mobile javascript framework
    Notes
    The goal: a 2-5k library that handles most basic drudge work with a nice API so you can concentrate on getting stuff done.
    Unfurl
  • jquery-appear - Project Hosting on Google Code
    Notes
    Mimics a custom "appear" event, which fires when an element scrolls into view or otherwise becomes visible to the user.
    Unfurl
  • Building Large-Scale jQuery Applications
    Notes
    "In this post we’ll be looking at ways you can put together a toolkit for large-scale jQuery application development by identifying the options you have available at the moment for dependency management, MVC with jQuery, templating, testing, minification and more."
    Feed
    Unfurl
  • jQuery Masonry · David DeSandro
    Notes
    "Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall."
    Unfurl
  • Pikachoose jQuery Image Gallery
    Notes
    "Pikachoose is a lightweight Jquery plugin that allows easy presentation of photos with options for slideshows, navigation buttons, and auto play. Pikachoose is designed to be easily installed, easy to setup, and well… all around easy. Creating an image gallery shouldn’t be a complex thing. I’ve created a new plugin that I’m packaging with PikaChoose called SliderJS. "
    Unfurl
  • Lazy Load Plugin for jQuery
    Notes
    "Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading."
    Unfurl
  • How to submit a fix to jQuery UI – The Easy Way « jQuery UI Blog
    Notes
    "Let’s walk through the easy way, where you don’t need to learn how to really use git. In another post, we’ll cover some best practices for contributing with git."
    Feed
    Embed
    Unfurl
  • SiteCrafting > Blog > $.delegate() and you
    Notes
    "jQuery 1.4.2 added a set of new functions: $.delegate() and $.undelegate(). $.delegate() is a hybrid between $.bind() and $.live(). Here is an example of how the three functions differ, and how to implement $.delegate() in existing code."
    Unfurl
  • Events/live - jQuery JavaScript Library
    Notes
    "When you bind a "live" event it will bind to all current and future elements on the page (using event delegation). For example if you bound a live click to all "li" elements on the page then added another li at a later time - that click event would continue to work for the new element (this is not the case with bind which must be re-bound on all new elements). "
    Unfurl
  • Underscore.js
    Notes
    "Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux."
    Unfurl
  • jQuery vs MooTools: Choosing Between Two Great JavaScript Frameworks
    Unfurl
  • Tagaholic - I Am Machine Tag And So Can You
    Feed
    Unfurl
  • husk.org. a flickr machine tag browser.
    Unfurl
  • Cornify easter egg with jQuery — Paul Irish - Javascript, front-end web development, and hackery
    Feed
    Unfurl
  • jQuery pageSlide - Halobrite
    Notes
    "jQuery pageSlide was inspired by the UI work of Aza Raskin. In his recent posts regarding concepts for Firefox Mobile and a mouse-based Ubiquity, Aza introduced the idea of sliding (or "throwing") content aside to reveal a secondary content pane."
    Unfurl
  • Improve your jQuery - 25 excellent tips
    Notes
    "I'd call myself an "intermediate" jQuery user and I thought some others out there could benefit from all the little tips, tricks and techniques I've learned over the past year. The article also ended up being a lot longer than I thought it was going to be so I'll start with a table of contents so you can skip to the bits you're interested in."
    Unfurl
  • Extending jQuery’s selector capabilities - James Padolsey
    Notes
    "I’m sure you all know that it’s possible to create plugins and extend various aspects of the jQuery JavaScript library but did you know you could also extend the capabilities of it’s selector engine?"
    Feed
    Unfurl
  • timeago: a jQuery plugin
    Notes
    "Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago")"
    Unfurl
  • Facebox 1.2
    Unfurl
  • Foo Hack » YUI’s “Module Pattern” vs. Prototype’s Class Function
    Notes
    Interesting perspective, with which I agree somewhat. Though, there's certainly something to be said for building a domain-specific language of convenience for DOM manipulation. "The more time someone spends building applications with a library like Prototype, the further they get from Javascript, and the more dependent they become on the library. By contrast, time spent using YUI tends to breed developers who are experts in Javascript, and that skill is far more useful than being an expert in a particular library."
    Unfurl
  • webdev.stephband.info
    Notes
    "Parallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way."
    Unfurl
  • jQuery PHP library
    Notes
    "jQuery-PHP is a PHP library that allows to tie jQerry with PHP most natural way. You don't need to think in terms of transmission, parsing and other boring staff. Now you have a bridge that brings DOM right onto your server :) and you can ealisy manipulate it in jQuerry-style way." This seems like one of the worst ideas - maybe it's just me, but "shortcuts" and other encapsulations of client-side JS within server-side code-generation in PHP / Ruby / Python / Perl / etc seems like one of the worst forms of magical obfuscation there is in webdev. Of course, I also feel the same way about most psuedo-ORM SQL / database abstractions.
    Unfurl
  • Home — chain.js — GitHub
    Notes
    "Chain.js is a jQuery plugin, providing data-binding capability that allows you to generate web contents automatically by binding your data to html."
    Unfurl
  • jQuery Sparklines
    Notes
    "This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript. "
    Unfurl
  • stanlemon.net : jgrowl
    Notes
    "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works."
    Unfurl
  • Creating accessible charts using canvas and jQuery | Filament Group, Inc., Boston, MA
    Notes
    "Data visualization in HTML has long been tricky to achieve. Past solutions have involved non-standard plugins, proprietary behavior, and static images. But this has changed with the recent growth in support for the new HTML Canvas element, which provides a native drawing API that can be addressed with simple Javascript. This article is a proof of concept for visualizing HTML table data with the canvas element."
    Unfurl
  • John Resig - I Learned Some Things About jQuery Today
    Notes
    "Maybe you should take some time to sit down and actually try to use and work with other libraries, because while you were out bashing and slandering us we were writing rock solid code, sharing, collaborating, and discussing the future of the web."
    Unfurl
  • MooTools An open apology to the authors of jQuery, Prototype and others
    Notes
    "Olmo is no longer a part of the Mootools development team."
    Unfurl
  • 24 ways: Unobtrusively Mapping Microformats with jQuery
    Notes
    "Fitting with the principles of unobtrusive JavaScript, we’ll start with a semantically marked up list of restaurants, then use JavaScript to add the map, look up the restaurant locations and plot them as markers."
    Unfurl
  • Dumble
    Notes
    "auto tumble your delicious links"
    Unfurl
  • jQuery for JavaScript programmers
    Notes
    "I’m going to try to explain why jQuery should be of interest to experienced programmers as well."
    Unfurl
  • jQuery Taconite Plugin
    Notes
    "The jQuery Taconite Plugin allows you to easily make multiple DOM updates using the results of a single AJAX call. It processes an XML command document that contain instructions for updating the DOM."
    Unfurl
  • jquery ^ 2
    Notes
    Not the sequel to jQuery, but a Ruby-esque domain-specific language demo for constructing jQuery calls.
    Unfurl
  • jQuery: Blog: jQuery 1.0
    Notes
    "Here's a fun fact. jQuery 1.0 has been released nearly one year after it was first conceived as a post in my weblog. Funny how those things work."
    Unfurl
  • jQuery: Discuss: Memory leaks forever
    Notes
    "Sorry, I'm just mesmerized by this code: [0,1,1,1,0][xml.readyState] that's seriously one of the coolest boolean ideas that I've seen."
    Unfurl