michaelfox + widget   26

jQuery Tag-it!
Simple and configurable tag editing widget with autocomplete support.
Source Bugs Docs Download
Source code is available at Github.
Actual jQuery UI widget.
The widget can be styled using Themeroller or any premade jQuery UI theme.
Degrades gracefully for browsers without JavaScript (see example).
javascript  jquery  plugin  tagging  tags  form  control  element  input  widget  jqueryui  autocomplete 
january 2012 by michaelfox
Remove onClick delay on webkit for iPhone | Matteo Spinelli's Cubiq.org
Developing on the webkit for iPhone I encountered a curious delay on onClick events. It seems that the click is triggered with about 300 milliseconds delay. While this is unnoticeable on a standard web page, it can be annoying on a web application. Fortunately the click event can be overridden thus eliminating the delay.
iphone  javascript  css  css3  html  widget  control  ios  ipad  plugins 
august 2010 by michaelfox
Rotating wheel for your iPhone webapps | Matteo Spinelli's Cubiq.org
In my last post I was suggesting to stop cloning the default Apple UI for web applications and start creating custom controls. This time I want to put my words in practice and present you with a rotating wheel select control, 150 lines of code all included (HTML+CSS+JS).
iphone  javascript  css  css3  html  widget  control  ios  ipad  plugin 
august 2010 by michaelfox
Introduction to Stateful Plugins and the Widget Factory
The jQuery UI Widget Factory is a separate component of the jQuery UI Library that provides an easy, object oriented way to create stateful jQuery plugins. Plugins created using the Widget Factory can be simple or very robust as evidenced by the official jQuery UI widgets, each of which are built on top of the Widget Factory. This article will first look briefly at why you might want to use the Widget Factory, then present an in depth walkthrough of creating a stateful plugin using the Factory.
by:dougneiner  javascript  jquery  jqueryui  widget  widgetfactory  stateful  state  storage  plugins  development  bestpractices 
june 2010 by michaelfox
Apple - Downloads - Dashboard Widgets - Regex Widget
An interactive widget for trying out regular expressions for JavaScript, and other languages (such as Sed, Ruby, or Perl). It has a simple user interface, case insensitive switch, global switch, and match index array view.
osx  regex  dashboard  widget 
april 2010 by michaelfox
Tips for Developing jQuery UI Widgets | Eric Hynds - Website Developer
I’m wrapping up my first jQuery UI widget (see multiselect on GitHub) and thought it would be useful to share some notes I took on the widget factory & widget development in general. I personally found development on the factory to be quite enjoyable; a lot of functionality is available right out the box (custom events, ability to change options after initialization) and idioms you might not otherwise consider, like widget destruction. Furthermore, it imposes a clean object-literal development structure with public and private methods, making it much easier to start a project or maintain other’s projects.
jquery  javascript  widget  plugin  ui  ux  interface  control  element  bestpractices  factory  widgets  jqueryui 
april 2010 by michaelfox
Building Your Own Widget Library with YUI » Yahoo! User Interface Blog
YAHOO.lang.extend(YAHOO.SATYAM.LoadingPanel, YAHOO.widget.Panel);
yui  javascript  widget  howto  yahoo  library 
may 2009 by michaelfox

Copy this bookmark:



description:


tags: