gordonbrander + plugin 75
A RequireJS compatible plugin to provide shimming capabilities declaratively. — Gist
january 2012 by gordonbrander
@tbranyen: Created a plugin to help load non-AMD compatible code.
javascript
development
amd
requirejs
plugin
opensource
january 2012 by gordonbrander
Antiscroll
november 2011 by gordonbrander
A 1k script for cross-browser iOS-style scrollbars. Yes to this,
everywhere.
ios
web
design
development
javascript
opensource
plugin
from iphone
everywhere.
november 2011 by gordonbrander
hiive buzz: Accelerating ImpactJS With WebGL
november 2011 by gordonbrander
WebGL is hardware-accelerated (runs on the graphics card), whereas 2D canvas is not. Some kind soul wrote a library that layers the 2D canvas API on top of the WebGL context. Result: hardware accelerated 2D.
Even crazier: the Creatures and Castles developer implemented it as a plugin for Impact.
game
development
web
webgl
javascript
canvas
impactjs
plugin
opensource
performance
Even crazier: the Creatures and Castles developer implemented it as a plugin for Impact.
november 2011 by gordonbrander
stalactite : A jQuery plugin
november 2011 by gordonbrander
A plugin similar to Desandro's jQuery Masonry, but it stacks lazily, only organizing the things on screen as you scroll. Cool effect.
javascript
jquery
opensource
plugin
web
development
november 2011 by gordonbrander
Lazy Load Plugin for jQuery
november 2011 by gordonbrander
Delay load of images until you scroll to that area.
jquery
plugin
opensource
performance
november 2011 by gordonbrander
Popcorn.js | The HTML5 Media Framework
october 2011 by gordonbrander
A Mozilla project. A JavaScript plugin that makes it easy to cue custom content corresponding with video timelines. For example: show a Google map of a location shown in a video. Pretty clever. Potentially useful for journalists.
web
development
javascript
opensource
plugin
journalism
film
october 2011 by gordonbrander
WordPress › Markdown on Save « WordPress Plugins
august 2011 by gordonbrander
This plugin allows you to compose content in Markdown on a per-item basis. The markdown version is stored separately (in the post_content_formatted column), so you can deactivate this plugin and your posts won't spew out Markdown, because HTML is stored in the post_content, just like normal. This is also much faster than doing on-the-fly Markdown conversion on every page load.
markdown
wordpress
plugin
opensource
august 2011 by gordonbrander
jStat : a JavaScript statistical library
august 2011 by gordonbrander
A Javascript library that does essentially what R does.
javascript
jquery
plugin
library
statistics
journalism
data
visualization
opensource
august 2011 by gordonbrander
jQuery content slider carousel image slideshow | bxSlider
august 2011 by gordonbrander
Yet another jQuery carousel script. This one looks pretty solid.
- Uses the "long div with floats inside" approach (no FOUC)
- 25k minified
- Easing plugin compatible
- Configurable pan-by number
jquery
plugin
opensource
javascript
- Uses the "long div with floats inside" approach (no FOUC)
- 25k minified
- Easing plugin compatible
- Configurable pan-by number
august 2011 by gordonbrander
jRumble | A jQuery Plugin That Rumbles Elements
july 2011 by gordonbrander
A handy little script that buzzes or vibrates elements. Configurable. It would make a great way to say "error" politely.
jquery
animation
ui
javascript
opensource
plugin
july 2011 by gordonbrander
Chosen - a javascript select thingy
july 2011 by gordonbrander
The best javascript select thingy I've ever seen.
javascript
jquery
opensource
web
plugin
july 2011 by gordonbrander
IEWebGL - WebGL for Internet Explorer
july 2011 by gordonbrander
An installable plugin for IE that adds support for WebGL
webgl
3d
ie
bug
plugin
opensource
july 2011 by gordonbrander
GFX
june 2011 by gordonbrander
A jQuery plugin that gives you an API for CSS 3d transforms, plus some logic for cool transforms like cube roll. Great for iOS projects.
3d
animation
css
jquery
ios
plugin
opensource
javascript
june 2011 by gordonbrander
WordPress › Batcache « WordPress Plugins
may 2011 by gordonbrander
A more flexible cache using Memcached, where file-based caching is not practical.
cache
performance
wordpress
plugin
may 2011 by gordonbrander
ded/emile - GitHub
april 2011 by gordonbrander
A platform agnostic CSS animation plugin. It's basically an API to CSS animation that includes easing, and will use CSS3 animation when available.
css
javascript
animation
opensource
plugin
april 2011 by gordonbrander
ded/klass - GitHub
april 2011 by gordonbrander
Simple, tiny, tested and expressive classical inheritance in Javascript by Dustin Diaz. Also implements mixins. Nice!
javascript
development
plugin
opensource
april 2011 by gordonbrander
3n/ValidateSimple - GitHub
march 2011 by gordonbrander
Form validation in Mootools from the BankSimple guys.
javascript
mootools
plugin
opensource
march 2011 by gordonbrander
WordPress Jetpack
march 2011 by gordonbrander
Run WordPress.com-hosted plugins on your self-hosted blog. Clever idea.
wordpress
plugin
march 2011 by gordonbrander
Commentpress
march 2011 by gordonbrander
A WordPress theme and plugin pair that allow for paragraph-by-paragraph commenting for developing tech books.
wordpress
writing
collaboration
opensource
theme
plugin
book
march 2011 by gordonbrander
Amplify - A Component Library for jQuery
february 2011 by gordonbrander
jQuery-based abstraction layer for AJAX requests, local storage and pub/sub messaging.
javascript
jquery
api
plugin
february 2011 by gordonbrander
FireUnit: Firebug Unit Testing for Firefox
february 2011 by gordonbrander
Javascript unit testing for Firefox.
javascript
firefox
plugin
unittest
february 2011 by gordonbrander
Firebug
february 2011 by gordonbrander
Between this and the Webkit inspector, front-end development is golden.
css
firefox
development
javascript
plugin
toolbox
february 2011 by gordonbrander
et.js, Element Traversal for everyone
february 2011 by gordonbrander
Polyfill for the W3C element traversal API.
javascript
plugin
opensource
api
february 2011 by gordonbrander
BigText Makes Text Big
january 2011 by gordonbrander
jQuery plugin expands text's size to fit the width of the containing div. Cool for typographic poster-style work.
javascript
jquery
typography
design
plugin
opensource
january 2011 by gordonbrander
benbarnett/jQuery-Animate-Enhanced - GitHub
january 2011 by gordonbrander
Drop-in script that replaces jQuery animations with CSS3 transitions when supported and possible.
animation
jquery
design
development
opensource
plugin
javascript
january 2011 by gordonbrander
Multiple Post Thumbnails « WordPress Plugins
december 2010 by gordonbrander
Multiple featured images. Does what it says on the tin.
wordpress
plugin
opensource
december 2010 by gordonbrander
Lettering.js - A jQuery plugin for radical web typography.
october 2010 by gordonbrander
Fine-grain type control through a jQuery plugin: lettering.js wraps important letters in span elements with classes allowing you to kern, twist, color, whatever.
jquery
plugin
opensource
typography
design
development
javascript
october 2010 by gordonbrander
Lazy Load | jQuery Plugins
october 2010 by gordonbrander
Waits to load in off-screen images until you scroll to them. Makes longer pages feel snappy. You can also specify a load visual effect (like fade in).
jquery
plugin
opensource
ajax
development
javascript
october 2010 by gordonbrander
rickharris's StickyScroll
october 2010 by gordonbrander
A jQuery plugin to give an element fixed position with relation to the viewport, but anchored inside a containing element.
jquery
plugin
development
opensource
javascript
october 2010 by gordonbrander
Function Reference/wp localize script « WordPress Codex
october 2010 by gordonbrander
Localize variables within an enqueued script.
wordpress
plugin
theme
development
learn
october 2010 by gordonbrander
Use Google Libraries « WordPress Plugins
september 2010 by gordonbrander
Automagically swap out WordPress' jQuery/Dojo/Prototype/etc files for those on the Google CDN.
jquery
wordpress
javascript
plugin
opensource
performance
september 2010 by gordonbrander
JQuery Cycle Plugin
july 2010 by gordonbrander
Pretty reliable carousel-type plugin with support for navigation and some wild transition animations.
jquery
plugin
javascript
development
animation
july 2010 by gordonbrander
iPhone Passwords
july 2010 by gordonbrander
Run it on any ordinary input @type=password. The last letter typed will show its actual value so you're not typing blind.
jquery
plugin
opensource
usability
design
development
javascript
july 2010 by gordonbrander
WordPress Members Plugin
june 2010 by gordonbrander
Really full-featured plugin for managing roles and access in WordPress. Lets you edit and create roles, force login for your site (gatekeeping), set access to content based on role, wrap content in a role shortcode (hiding it from others), widgets, template tags, etc.
plugin
wordpress
cms
opensource
june 2010 by gordonbrander
Grunion Contact Form: WordPress Plugins
june 2010 by gordonbrander
Finally, out of the bazillions of contact forms out there for WordPress, a decent offering. It only took Automattic to create it. What's up with the name though?
Update: it sure could use a few more filters. Patch?
wordpress
plugin
opensource
Update: it sure could use a few more filters. Patch?
june 2010 by gordonbrander
wycats's jquery-offline at master - GitHub
may 2010 by gordonbrander
A jQuery plugin to facilitate conveniently working with local storage
jquery
cache
plugin
opensource
html
javascript
may 2010 by gordonbrander
Zotero
march 2010 by gordonbrander
"Zotero is a free, easy-to-use Firefox extension to help you collect, manage, cite, and share your research sources"
firefox
plugin
learn
school
opensource
march 2010 by gordonbrander
mwunsch's prism on GitHub
march 2010 by gordonbrander
A microformats parser for Ruby.
ruby
plugin
gem
microformat
library
development
opensource
march 2010 by gordonbrander
jScrollPane
february 2010 by gordonbrander
A jQuery plugin that allows you to replace default browser scrollbars. If the mousewheel plugin is present, it basically acts native.
javascript
jquery
plugin
web
design
february 2010 by gordonbrander
Uniform - Sexy forms with jQuery
february 2010 by gordonbrander
Non-obtrusive jQuery masking/replacement for standard form elements, allowing you to style them. An easy accessible way to style select, radio, etc.
design
ui
javascript
jquery
plugin
web
development
opensource
february 2010 by gordonbrander
jQuery sexyCycle
january 2010 by gordonbrander
Gorgeous carousel (demoed with images).
jquery
plugin
carousel
javascript
january 2010 by gordonbrander
jQuery Plugin Development Pattern
january 2010 by gordonbrander
What it says on the box.
development
javascript
jquery
plugin
learn
pattern
january 2010 by gordonbrander
OpenSearch « WordPress Plugins
december 2009 by gordonbrander
...someone has already done it. The OpenSearch plugin for WordPress
wordpress
plugin
opensource
api
search
december 2009 by gordonbrander
zen-coding
december 2009 by gordonbrander
Holy-crap cool tool for web development. Basic idea: write complex CSS selectors and hit tab to build out the structure in HTML. Plugins for lots of different editors, including Espresso and Textmate. Open source project on Google code.
Update: The textmate bundle has been updated.
css
html
textmate
plugin
opensource
Update: The textmate bundle has been updated.
december 2009 by gordonbrander
WordPress Regenerate Thumbnails Plugin
november 2009 by gordonbrander
Re-builds all of your thumbnails if the sizes change, so you don't have to re-upload them.
wordpress
image
plugin
opensource
november 2009 by gordonbrander
WordPress MU Domain Mapping « WordPress Plugins
november 2009 by gordonbrander
Allows you to map a blog to a custom domain.
wordpress
plugin
opensource
november 2009 by gordonbrander
Pinax v0.7.1 documentation
november 2009 by gordonbrander
...a bundle of common social network paradigms as Django Apps. It comes with an installer that will set up a virtualenv sandbox for you and download all supporting frameworks automatically.
python
plugin
django
framework
november 2009 by gordonbrander
Django's comments framework
november 2009 by gordonbrander
Semi-canonical with documentation.
django
python
plugin
november 2009 by gordonbrander
pip 0.5.1
october 2009 by gordonbrander
A package manager for python. Used well with virtual_env.
python
plugin
development
django
october 2009 by gordonbrander
jqTouch
october 2009 by gordonbrander
A jQuery plugin for touch mobile interface development.
javascript
jquery
plugin
opensource
mobile
development
ios
from iphone
october 2009 by gordonbrander
SlidePress: Integration for SlideShowPro and WordPress
august 2009 by gordonbrander
Looks fairly professional
slideshow
flash
wordpress
plugin
opensource
php
photo
tool
august 2009 by gordonbrander
LiveSurface Layered Image Templates
july 2009 by gordonbrander
Very clever Photoshop plugin for putting your artwork in a real life photo context (think billboards, etc).
photoshop
plugin
print
design
july 2009 by gordonbrander
jQuery Swipe
july 2009 by gordonbrander
iPhone-style swiping on any elements. Yes, please.
ui
jquery
javascript
plugin
ios
july 2009 by gordonbrander
jQuery Masonry
june 2009 by gordonbrander
Gapless vertical stacking of boxes through jQuery. The only thing you have to specify is width. Think spacecollective gallery.
grid
design
web
css
javascript
jquery
plugin
ui
layout
swiss
june 2009 by gordonbrander
VideoPress
may 2009 by gordonbrander
"Quick and easy HD video sharing from WordPress". WordPress enters the hosted video market.
publishing
opensource
wordpress
plugin
embed
blog
film
may 2009 by gordonbrander
Edit-in-place with contentEditable property
may 2009 by gordonbrander
A cross-browser jQuery plugin making use of HTML5's contentEditable property.
web
development
javascript
jquery
ui
plugin
edit
html
may 2009 by gordonbrander
Achieving Rounded Corners in Internet Explorer for jQuery UI with DD_roundies
april 2009 by gordonbrander
...using VML vector drawing on the fly.
ie
css
jquery
web
development
design
javascript
plugin
april 2009 by gordonbrander
Liquid Rescale GIMP plugin: Examples
february 2009 by gordonbrander
This has only recently been added to Photoshop: shrink or expand an image's proportions in a given direction and the plugin removes or adds pixels in the least noticeable areas, effectively letting you change aspect ratio by adding and removing trivial image content.
photoshop
opensource
gimp
*nix
plugin
design
photo
february 2009 by gordonbrander
DiSo Project
february 2009 by gordonbrander
Open social networks via WordPress plugins
wordpress
plugin
semantic
web
development
community
microformat
openid
opensource
february 2009 by gordonbrander
MobilePress - Enable The Mobile Web
january 2009 by gordonbrander
WordPress plugin by South African developer
wordpress
plugin
mobile
blog
opensource
ios
january 2009 by gordonbrander
WordPress Video Solution Framework
december 2008 by gordonbrander
WPMU plugin by Automattic for handling video content.
plugin
framework
media
web
development
wordpress
mu
newmedia
film
december 2008 by gordonbrander
Alex Payne: How I Use TextMate
december 2008 by gordonbrander
Links to useful bundles.
writing
textmate
mac
edit
plugin
code
development
learn
app
december 2008 by gordonbrander
Pods
december 2008 by gordonbrander
A plugin for Wordpress allowing complex content categorization (Tagline: turns wordpress into a full-fledged CMS). It has it's own domain. Looks pretty legit.
cms
wordpress
plugin
web
development
december 2008 by gordonbrander
AlternateSyntaxParser for MediaWiki
november 2008 by gordonbrander
Allows you to use a replacement syntax parser, like the markdown or textile library for your mediawiki install.
php
wiki
plugin
markdown
textile
november 2008 by gordonbrander
TXP IDE
june 2007 by gordonbrander
A plugin for one-click Textpattern template installation.
textpattern
plugin
template
design
development
june 2007 by gordonbrander
related tags
*nix ⊕ 3d ⊕ ajax ⊕ amd ⊕ animation ⊕ api ⊕ app ⊕ blog ⊕ book ⊕ bug ⊕ cache ⊕ canvas ⊕ carousel ⊕ chrome ⊕ cms ⊕ code ⊕ collaboration ⊕ community ⊕ css ⊕ data ⊕ design ⊕ development ⊕ django ⊕ edit ⊕ embed ⊕ film ⊕ firefox ⊕ flash ⊕ framework ⊕ free ⊕ game ⊕ gem ⊕ gimp ⊕ grid ⊕ html ⊕ ie ⊕ illustrator ⊕ image ⊕ impactjs ⊕ ios ⊕ javascript ⊕ journalism ⊕ jquery ⊕ layout ⊕ learn ⊕ library ⊕ mac ⊕ markdown ⊕ media ⊕ microformat ⊕ mobile ⊕ mootools ⊕ mu ⊕ newmedia ⊕ openid ⊕ opensource ⊕ pattern ⊕ performance ⊕ photo ⊕ photoshop ⊕ php ⊕ plugin ⊖ print ⊕ publishing ⊕ python ⊕ requirejs ⊕ ruby ⊕ school ⊕ search ⊕ semantic ⊕ slideshow ⊕ statistics ⊕ swiss ⊕ template ⊕ test ⊕ textile ⊕ textmate ⊕ textpattern ⊕ theme ⊕ tool ⊕ toolbox ⊕ typography ⊕ ui ⊕ unittest ⊕ usability ⊕ visualization ⊕ web ⊕ webgl ⊕ wiki ⊕ wordpress ⊕ writing ⊕Copy this bookmark: