izilla/jQuery-touchMenuHover - GitHub
february 2012 by 44sunsets
Allows ULs that open on li:hover to open on tap/click on mobile platforms such as Android, WP7 etc.
Safari on iOS is the only major mobile browser that opens child ULs when tapped; every other platform just follows the link. With this plugin, the click/tap event is intercepted allowing the menu to be opened. Tapping the link again will follow it. Tapping anywhere else on the document will close the menu.
mobile
ios
android
jquery
plugin
touch
hover
menu
open
close
show
hide
expand
collapse
mouseover
onhover
tap
ontap
Safari on iOS is the only major mobile browser that opens child ULs when tapped; every other platform just follows the link. With this plugin, the click/tap event is intercepted allowing the menu to be opened. Tapping the link again will follow it. Tapping anywhere else on the document will close the menu.
february 2012 by 44sunsets
Mosaic - Sliding Boxes and Captions jQuery Plugin
february 2012 by 44sunsets
So, what exactly does Mosaic do?
Automatically generates sliding boxes & captions
Allows slide & fade animations with custom directions
Preloads images within boxes
mosaic
sliding
boxes
box
slide
jquery
plugin
titles
captions
caption
title
fade
animation
animations
directions
Automatically generates sliding boxes & captions
Allows slide & fade animations with custom directions
Preloads images within boxes
february 2012 by 44sunsets
AutoSuggest jQuery Plugin | Drewwilson.com
november 2011 by 44sunsets
So I needed to add some auto-completing functionality to my project Build It With Me. I figured it would be easy to find a ready-made jQuery plugin to do the work for me. I was wrong.
Naturally I took it upon myself to solve this problem for all of you :) I created this plugin to be as general purpose as possible. As a result it ended up being vastly more customizable than any other jQuery auto-complete plugin. Not only that, I am using actual jQuery. For some reason all the other "jQuery" plugins don't really take advantage of the radness that is jQuery. Consequently, my plugin ended up being dramatically smaller in size (way less code). Just 7kb 8.8kb minified and only 6kb packed. Have fun with it!
AutoSuggest is a very lightweight jQuery plugin that makes auto-completing extremely easy.
javascript
jquery
plugin
autocomplete
autosuggest
auto
suggestions
suggestion
suggest
complete
autofill
js
webdev
Naturally I took it upon myself to solve this problem for all of you :) I created this plugin to be as general purpose as possible. As a result it ended up being vastly more customizable than any other jQuery auto-complete plugin. Not only that, I am using actual jQuery. For some reason all the other "jQuery" plugins don't really take advantage of the radness that is jQuery. Consequently, my plugin ended up being dramatically smaller in size (way less code). Just 7kb 8.8kb minified and only 6kb packed. Have fun with it!
AutoSuggest is a very lightweight jQuery plugin that makes auto-completing extremely easy.
november 2011 by 44sunsets
Timeglider jQuery Plugin/Widget
april 2011 by 44sunsets
Timeglider is a zooming, panning data-driven timeline — great for history projects, project planning, and much more. This Javascript/jQuery plugin is completely free & open-source [MIT]. Commercial solutions are under development which will complement the timeline viewer: authoring tools, databases, support plans, etc. Our code repository is at github.com/timeglider.
The timeline can be zoomed by dragging the vertical slider at right: up for zooming in (less time shown) and down for zooming out (more time shown). The mousewheel also works as a zoom controller. Any white area on the "stage" of the timeline can be dragged left and right, as can the blue "ruler" which marks out different units of time. Clicking on an event brings up a small modal window with a description and links if any are provided in the data.
In addition to being loaded from a JSON file (or JSON-formatted PHP, etc), Timeglider timelines can load directly from data you provide in an HTML table.
time
glider
timeline
timelines
jquery
plugin
javascript
webdev
opensource
mit
free
The timeline can be zoomed by dragging the vertical slider at right: up for zooming in (less time shown) and down for zooming out (more time shown). The mousewheel also works as a zoom controller. Any white area on the "stage" of the timeline can be dragged left and right, as can the blue "ruler" which marks out different units of time. Clicking on an event brings up a small modal window with a description and links if any are provided in the data.
In addition to being loaded from a JSON file (or JSON-formatted PHP, etc), Timeglider timelines can load directly from data you provide in an HTML table.
april 2011 by 44sunsets
FullCalendar - Full-sized Calendar jQuery Plugin
march 2011 by 44sunsets
FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for user-triggered events (like clicking or dragging an event). It is open source and dual licensed under the MIT or GPL Version 2 licenses.
js
javascript
jquery
calendar
month
week
day
daily
weekly
monthly
view
google
googlecalendar
plugin
ajax
march 2011 by 44sunsets
imgAreaSelect - image selection/cropping jQuery plugin - odyniec.net
september 2010 by 44sunsets
imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such as photo notes (like those on Flickr).
image
area
select
selection
plugin
jquery
javascript
rectangular
cropping
photo
tag
tagging
tags
flickr
september 2010 by 44sunsets
jPlayer : the CSS styleable jQuery audio player plugin
september 2010 by 44sunsets
jPlayer is a jQuery plugin that allows you to:
play and control audio files in your webpage
create and style an audio player using just HTML and CSS
add sound effects to your jQuery projects
support more devices using HTML5
All of this with HTML5 <audio> support for compliant browsers that allow mp3 or ogg format, while supporting other browsers using mp3 format with no visible Flash
jplayer
jquery
javascript
html5
audio
playback
player
script
js
sound
mp3
ogg
flash
fallback
plugin
plugins
webdev
css
play and control audio files in your webpage
create and style an audio player using just HTML and CSS
add sound effects to your jQuery projects
support more devices using HTML5
All of this with HTML5 <audio> support for compliant browsers that allow mp3 or ogg format, while supporting other browsers using mp3 format with no visible Flash
september 2010 by 44sunsets
CrossSlide
august 2010 by 44sunsets
CrossSlide is a jQuery plugin implementing in 2kB1 of Javascript code some common slide-show animations, traditionally only available via Adobe Flash™ or other proprietary plugins. CrossSlide builds upon jQuery's animation facility, so it is as portable across browsers as jQuery itself (that is, a lot!)
jquery
cross
sliding
kenburns
ken
burns
effect
fading
fade
crossfading
animation
gallery
slideshow
javascript
image
images
crossslide
plugin
august 2010 by 44sunsets
jQuery idleTimer plugin « Paul Irish
july 2010 by 44sunsets
There are a few cases where you want to know if the user is idle. Namely:
* You want to preload more assets
* You want to grab their attention to pull them back
* You want close their banking session after 5 minutes of inactivity. (Jerk!)
* You want the site to sneak off the screen and see if they notice ;-)
Nick Zakas wrote a script for YUI3 to handle these cases. His writeup has a great description of the architecture approach he took to the script.
In my jQuery adaptation, I did a few different things:
1. Leveraged event namespaces for easy unbinding
2. Considered mousewheel as activity, in addition to keyboard and mouse movement.
3. Gave it a bit more jQuery-ish of an API
jquery
javascript
idle
idletimer
settimeout
timeout
page
keyboard
mouse
event
plugin
timer
activity
* You want to preload more assets
* You want to grab their attention to pull them back
* You want close their banking session after 5 minutes of inactivity. (Jerk!)
* You want the site to sneak off the screen and see if they notice ;-)
Nick Zakas wrote a script for YUI3 to handle these cases. His writeup has a great description of the architecture approach he took to the script.
In my jQuery adaptation, I did a few different things:
1. Leveraged event namespaces for easy unbinding
2. Considered mousewheel as activity, in addition to keyboard and mouse movement.
3. Gave it a bit more jQuery-ish of an API
july 2010 by 44sunsets
Nivo Slider - The Most Awesome jQuery Image Slider
april 2010 by 44sunsets
16 unique transition effects
Simple clean & valid markup
Loads of settings to tweak
Built in directional and control navigation
Packed version only weighs 15kb
Supports linking images
Keyboard Navigation
HTML Captions
Free to use and abuse under the MIT license
Browser Support
Nivo Slider has been tested in the following browsers:
Internet Explorer v7+
Firefox v3+
Google Chrome v4+
Safari v4+
Opera v10+
webdev
web
design
development
javascript
jquery
image
images
slider
scroller
slideshow
script
gallery
transition
effects
imageslider
nivo
plugin
carousel
js
photo
Simple clean & valid markup
Loads of settings to tweak
Built in directional and control navigation
Packed version only weighs 15kb
Supports linking images
Keyboard Navigation
HTML Captions
Free to use and abuse under the MIT license
Browser Support
Nivo Slider has been tested in the following browsers:
Internet Explorer v7+
Firefox v3+
Google Chrome v4+
Safari v4+
Opera v10+
april 2010 by 44sunsets
Meerkat - A jQuery Plugin
december 2009 by 44sunsets
Meerkat, depending on the options you have set, will slide or fade in from the top or bottom of the browser window and remain in its fixed position while the rest of the page will scroll normally. You have a choice of providing a close option which will simply close Meerkat until the page has been reloaded, or a dontShow option, which will close Meerkat until the browser session has ended, or for a set amount of days, depending on the options you have defined.
jquery
plugin
js
javascript
webdev
meerkat
sliding
top
bottom
popup
message
box
messagebox
fading
fade
slide
slider
fixed
alert
news
urgent
cookie
cookies
december 2009 by 44sunsets
Feetnotes: A Plugin for Expression Engine
november 2009 by 44sunsets
Feetnotes is a plugin for Expression Engine. It was written by Brent C. Wilson.
Feetnotes allows the user to embed footnotes within EE weblog entries (and elsewhere). The plugin parses the footnotes, automatically numbers them, and displays them in an ordered list.
ee
expressionengine
plugin
footnotes
feenotes
footnote
Feetnotes allows the user to embed footnotes within EE weblog entries (and elsewhere). The plugin parses the footnotes, automatically numbers them, and displays them in an ordered list.
november 2009 by 44sunsets
Superfish - Suckerfish on 'roids
november 2009 by 44sunsets
Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds the following much-sought-after enhancements:
jquery
suckerfish
dropdown
dropdowns
menu
menus
javascript
hover
timed
delay
timeout
onmouseout
mouseout
js
webdev
web
design
development
css
plugin
dropdownmenu
november 2009 by 44sunsets
Building a pop menu, 5+ levels deep. | ExpressionEngine Community Forums
july 2009 by 44sunsets
I’ve been working recently on an upcoming site build that’s going to be very content heavy and have content up to 5 levels deep. After toying around with various addons, I decided to stick with the native EE Pages Module, and Mark Huots Nested Pages plugin.
The immediate concern with this route is that the Nested Pages plugin outputs all pages under a node that you specify, and I want a ‘pop’ menu, where the nav opens and closes depending where you are in the hierarchy.
After modifying the plugin (adding one line of code), I’m happy to have a fully dynamic pop menu, controlled by the Pages Module.
Recipe:
First off, I added the ability for Mark’s plugin to allow the {pnm_page_uri} variable so we can run some conditionals.
Find line 273 of the plugin (on 1.1.9 anyway)
$variables['page_url'] = $FNS->create_url($page_path, 1, 0);
and insert this line directly after
$variables['page_uri'] = $page_path;
now we have {pnm_page_uri} available within the plugin.
iain
mark
huot
markhuot
nested
pages
plugin
ee
expressionengine
hierarchy
menu
menus
expand
local
localised
node
loop
The immediate concern with this route is that the Nested Pages plugin outputs all pages under a node that you specify, and I want a ‘pop’ menu, where the nav opens and closes depending where you are in the hierarchy.
After modifying the plugin (adding one line of code), I’m happy to have a fully dynamic pop menu, controlled by the Pages Module.
Recipe:
First off, I added the ability for Mark’s plugin to allow the {pnm_page_uri} variable so we can run some conditionals.
Find line 273 of the plugin (on 1.1.9 anyway)
$variables['page_url'] = $FNS->create_url($page_path, 1, 0);
and insert this line directly after
$variables['page_uri'] = $page_path;
now we have {pnm_page_uri} available within the plugin.
july 2009 by 44sunsets
Gallery Categoree | ExpressionEngine Community Forums
july 2008 by 44sunsets
This plugin, for use with the photo gallery module, has two main purposes: 1) to parse the URL so that you can use the category name instead of the category id 2) retrieve category information, such as total files, sub categories, etc
imported
Bookmarks
EE
expressionengine
category
photo
gallery
module
plugin
parse
URL
title
name
id
info
information
july 2008 by 44sunsets
Superfish - Suckerfish on 'roids
january 2008 by 44sunsets
Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds the following much-sought-after enhancements:
imported
Bookmarks
JS
superfish
CSS
web
design
JavaScript
accessible
graceful
degradation
gracefully
suckerfish
dropdown
menu
hover
delayed
mouseout
animation
jQuery
plugin
progressive
enhancement
vertical
horizontal
january 2008 by 44sunsets
HTML Strip plugin not stripping tags in imported feed | ExpressionEngine Community Forums
december 2007 by 44sunsets
I seem to be having a problem with the HTML Strip plugin. I’m not sure where the problem lies, but I am trying to use it in conjunction with the Magpie plugin to remove HTML from a feed I want displayed on my blog (the feed is the linklist in the …
imported
Bookmarks
EE
ExpressionEngine
parse
order
inward
plugin
not
taking
effect
working
strip
html
p
tags
december 2007 by 44sunsets
jCarousel Lite
october 2007 by 44sunsets
jCarousel Lite is a jQuery plugin that carries you on a carousel ride filled with images and HTML content. Put simply, you can navigate images and/or HTML in a carousel-style widget. It is super light weight, at about 2 KB in size, yet very flexib…
imported
Bookmarks
jCarousel
jQuery
plugin
image
HTML
carousel
scroller
scrolling
light
weight
compact
lite
javascript
october 2007 by 44sunsets
XStandard: free standards-compliant XHTML WYSIWYG editor
september 2007 by 44sunsets
XStandard is the leading standards-compliant plug-in WYSIWYG editor for desktop applications and browser-based content management systems (IE/Firefox/Safari/Opera). The editor generates clean XHTML Strict or 1.1, and uses CSS for formatting, to…
imported
Bookmarks
XStandard
standards
compliant
valid
XHTML
WYSIWYG
editor
editing
cross
browser
plugin
Firefox
Safari
Opera
IE
strict
september 2007 by 44sunsets
HDR photo software & plugin - Tone Mapping, Exposure Blending & HDR Imaging for photography
july 2006 by 44sunsets
If you have ever photographed a high contrast scene, you know that selecting the correct exposure will not avoid blown out highlights and flat shadows. Photomatix Pro offers two ways to solve this problem: › Exposure Blending: Merge differently exposed
HDR
high
dynamic
range
photo
photos
photography
software
plugin
Photoshop
Windows
Mac
OS
X
july 2006 by 44sunsets
deconcept › Internet Explorer Eolas changes and the Flash plugin
june 2006 by 44sunsets
Internet Explorer Eolas changes and the Flash plugin Filed under: * flash * javascript * usability * quicktime * flashobject @ 2:30 pm Microsoft recently announced (again) that they will be changing the way Internet Explorer handles plugins (more info her
web
design
Javascript
Flash
plugin
embedded
objects
Eolas
lawsuit
IE6
Internet
Explorer
patch
changes
hack
june 2006 by 44sunsets
Dr Dave » Spam Karma 2.2
june 2006 by 44sunsets
Spam Karma 2 (SK2) is an anti-spam plugin for the WordPress blogging platform. It is meant to stop all forms of automated Blog spam effortlessly, while remaining as unobtrusive as possible to regular commenters. Spam Karma 2 is the proud successor to Spam
word
press
spam
karma
plugin
filter
comment
comments
blog
blogging
blocker
wordpress
june 2006 by 44sunsets
Textpattern Support Forum / Plug-in: zem_contact_reborn
february 2006 by 44sunsets
zem_contact_reborn_4.0.3.16.txt zem_contact_lang_4.0.3.02.txt pap_contact_cleaner v0.1.txt
zem_contact
textpattern
email
contact
form
mailer
formmail
mailto
plugin
february 2006 by 44sunsets
related tags
accessible ⊕ activity ⊕ ajax ⊕ alert ⊕ android ⊕ animated ⊕ animation ⊕ animations ⊕ area ⊕ audio ⊕ auto ⊕ autocomplete ⊕ autofill ⊕ autosuggest ⊕ blocker ⊕ blocks ⊕ blog ⊕ blogging ⊕ book ⊕ Bookmarks ⊕ bottom ⊕ box ⊕ boxes ⊕ browser ⊕ burns ⊕ calendar ⊕ caption ⊕ captions ⊕ carousel ⊕ category ⊕ changes ⊕ circle ⊕ circular ⊕ close ⊕ collapse ⊕ comment ⊕ comments ⊕ compact ⊕ complete ⊕ compliant ⊕ contact ⊕ cookie ⊕ cookies ⊕ cropping ⊕ cross ⊕ crossfading ⊕ crossslide ⊕ css ⊕ curtain ⊕ daily ⊕ day ⊕ degradation ⊕ delay ⊕ delayed ⊕ design ⊕ development ⊕ diagonal ⊕ directions ⊕ dropdown ⊕ dropdownmenu ⊕ dropdowns ⊕ dropping ⊕ dynamic ⊕ editing ⊕ editor ⊕ ee ⊕ effect ⊕ effects ⊕ email ⊕ embedded ⊕ enhancement ⊕ Eolas ⊕ event ⊕ expand ⊕ Explorer ⊕ expressionengine ⊕ fade ⊕ fading ⊕ fallback ⊕ feenotes ⊕ filter ⊕ Firefox ⊕ fixed ⊕ flash ⊕ flickr ⊕ flip ⊕ flipper ⊕ flipping ⊕ footnote ⊕ footnotes ⊕ fork ⊕ form ⊕ formmail ⊕ free ⊕ gallery ⊕ glider ⊕ google ⊕ googlecalendar ⊕ graceful ⊕ gracefully ⊕ hack ⊕ HDR ⊕ hide ⊕ hierarchy ⊕ high ⊕ horizontal ⊕ hover ⊕ html ⊕ html5 ⊕ huot ⊕ iain ⊕ id ⊕ idle ⊕ idletimer ⊕ IE ⊕ IE6 ⊕ image ⊕ images ⊕ imageslider ⊕ imported ⊕ impress.js ⊕ info ⊕ information ⊕ Internet ⊕ inward ⊕ ios ⊕ javascript ⊕ jCarousel ⊕ jmpress ⊕ jplayer ⊕ jquery ⊕ js ⊕ karma ⊕ ken ⊕ kenburns ⊕ keyboard ⊕ lawsuit ⊕ light ⊕ lite ⊕ local ⊕ localised ⊕ loop ⊕ Mac ⊕ mailer ⊕ mailto ⊕ mark ⊕ markhuot ⊕ meerkat ⊕ menu ⊕ menus ⊕ message ⊕ messagebox ⊕ mit ⊕ mobile ⊕ module ⊕ month ⊕ monthly ⊕ mosaic ⊕ mouse ⊕ mouseout ⊕ mouseover ⊕ mp3 ⊕ name ⊕ nested ⊕ news ⊕ nivo ⊕ node ⊕ not ⊕ objects ⊕ ogg ⊕ onhover ⊕ onmouseout ⊕ ontap ⊕ open ⊕ opensource ⊕ Opera ⊕ order ⊕ OS ⊕ p ⊕ page ⊕ pageflipping ⊕ pages ⊕ pageturner ⊕ parse ⊕ patch ⊕ phones ⊕ photo ⊕ photography ⊕ photos ⊕ Photoshop ⊕ playback ⊕ player ⊕ plugin ⊖ plugins ⊕ popup ⊕ press ⊕ progressive ⊕ range ⊕ rectangular ⊕ round ⊕ roundtable ⊕ Safari ⊕ script ⊕ scroller ⊕ scrolling ⊕ search ⊕ select ⊕ selection ⊕ settimeout ⊕ show ⊕ slide ⊕ slider ⊕ slideshow ⊕ sliding ⊕ smartphones ⊕ software ⊕ sound ⊕ spam ⊕ standards ⊕ strict ⊕ strip ⊕ suckerfish ⊕ suggest ⊕ suggestion ⊕ suggestions ⊕ superfish ⊕ tablets ⊕ tag ⊕ tagging ⊕ tags ⊕ taking ⊕ tap ⊕ textpattern ⊕ time ⊕ timed ⊕ timeline ⊕ timelines ⊕ timeout ⊕ timer ⊕ title ⊕ titles ⊕ tooltip ⊕ tooltips ⊕ top ⊕ touch ⊕ transition ⊕ turn ⊕ turner ⊕ turning ⊕ twitter ⊕ unique ⊕ urgent ⊕ URL ⊕ valid ⊕ vertical ⊕ view ⊕ web ⊕ webdesign ⊕ webdev ⊕ week ⊕ weekly ⊕ weight ⊕ winding ⊕ Windows ⊕ word ⊕ wordpress ⊕ working ⊕ WYSIWYG ⊕ X ⊕ XHTML ⊕ XStandard ⊕ zem_contact ⊕Copy this bookmark: