Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 5

This project provides a usable color-picker that can be embedded in iOS apps. Its source has been downloaded hundreds of times and used in several production iPhone and iPad apps. Extending work from Vevent described in http://www.v-vent.com/blog/?p=27

5.0
 
  0 reviews  |  10 users  |  2,618 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

MochaUI is a web applications user interface library built on the Mootools javascript framework. Canvas tag graphics are used for much of the Mocha GUI components. IE8 RC1 CompatibilityAs of r426 in the SVN, all of the MochaUI demos should now be compatible with IE8 RC1 in both the ... [More] "IE=7" and "IE=8" X-UA-Compatible modes. As long as it isn't too far off in the future, sometime after the final release of IE8 I will probably release MochaUI 1.0. So if you want to get your sites IE8 compatible before that time please get the code from the SVN. UsesWeb Applications Web Desktops Web Sites Widgets Standalone Windows, Modal Dialogs and Wizards FeaturesLayoutHorizontally and vertically fluid layout module with columns and panels. Optional toolbars. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Toolboxes can be inserted in the toolbars. WindowsThe windows and their drop shadows are drawn with the canvas element. Windows can be focused, dragged, resized, collapsed/expanded, maximized/restored, minimized/restored and closed. Windows are resizable in 8 directions. Adjustable rounded corner radius. Adjustable shadow blur. Windows can have tabs and toolbars. Dynamically create new windows on demand and load their content with innerHTML, XHR, or an iFrame. The ability to create multiple new windows from a single Json data request. Create modal and notification dialog windows. Dynamically update window content. GeneralMinimal HTML markup required. Tested in Firefox 3, Internet Explorer 6 & 7, Safari 3, and Opera 9.5. Validates as XHTML 1.0 Strict if you use no target attributes in your anchors and validates as XHTML 1.0 Transitional if you do. Featured Sites Using MochaUICorbis Stock Photography Career Day by Chase Wilson of Echo::Factory Featured Application Using MochaUIPork.Generator More Sites using MochaUISoundseller Universal Curve Change LogNext ReleaseThemes Split panels and windows Bezier Path Animation IE8 RC1 Compatibility v0.9.5 9/07/2008Added a horizontally and vertically fluid layout module with columns and panels. Columns and panels can be collapsed, expanded, and resized. Panels can be tabbed. Panel content can be loaded with innerHTML, XHR, or an iFrame. Added toolboxes which can be inserted in the toolbars. Added a second toolbar to the windows so you can now have top and bottom toolbars. Added a simple file tree plugin. v0.9 6/11/2008Windows are resizable in 8-directions Adjustable drop-shadow width Gauges (round windows) Sortable dock Tabbed windows Windows can now be collapsed by double-clicking on their titlebars Overhauled code structure to make it more modular Added more window options and events v0.8 3/13/2008Added functionality for creating multiple new windows from a single Json data request Added animated canvas loading icon to xhr and iframe load methods onContentLoaded now works with iframes Added styling options which can be set globally and for individual windows Added global effects option which toggles most of the window transition effects Now you can set individual windows to be draggable, resizable, closable, maximizable, or minimizable, overriding the global settings (Joel Lindau) Added closeAll() method which closes all windows at once Added more examples Fixed scrollbar bug in Firefox 2 on the Mac. Scrollbars no longer bleed through windows that are above them Made speed optimizations (Joel Lindau) v0.7 r22 12/11/2007Iframes now resize when you resize a window Fixed it so that if the desktop toolbars are removed the rest of the code still works Modal windows can now be used standalone without any Mocha UI html markup Removed the inline javascript from the example html Added optional autohide to the dock (Scott F. Frederick) Added the following options to new windows: onContentLoaded, onFocus, onResize, onMinimize, onMaximize, onClose and onCloseComplete (Joel Lindau) Added screens/workspaces (Joel Lindau) Pulled the slider function out of the core class Code optimizations v0.7 - 12/03/2007Added minimize functionality (Scott F. Frederick) Added mouseover "title" to close, maximize, and minimize buttons (Scott F. Frederick) Added onmouseover "title" to minimized window buttons displaying full header title (Scott F. Frederick) The close, maximize, and minimize buttons are now individually optional Added several options for setting the properties and style of new windows Added additional ajax and iframe support Reconfigured how the core class is loaded so it is easier to access the class methods Added optional toolbars to the "desktop" Added modal dialog windows Code optimizations v0.6 - 11/26/2007Fixed the IE6 select issue Added a couple more class options Minor code optimizations v0.5 - 11/17/2007Initial release [Less]

4.0
   
  0 reviews  |  3 users  |  17,352 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

jscolor is a JavaScript component extending standard form controls of a smooth color picker dialog. All you need to pickerize your text fields is to include script jscolor.js into your HTML page and turn all related INPUT elements into INPUT CLASS="color"

4.0
   
  0 reviews  |  2 users  |  0 current contributors
 
 

Visit the new JFXtras Community Site to checkout JavaFX Samples, Links, and Resources to help you code better! 2010 - Check out the JFXtras 0.6 Preview Release on the downloads page. Official release coming very soon! 6/22/2009 - The Official JFXtras Core 0.5 Release, which is compatible with ... [More] JavaFX 1.2, is now available. See my blog entry for the full details: http://steveonjava.com/2009/06/22/jfxtras-0-5-release-announcement/ 6/15/2009 - The JFXtras Core 0.5 Beta 2 Release is now available. There are still a few issues to fix before its an official release as it turns out. This updated beta jar fixes JDK 1.5 issues with WindowHelper, among other things. 6/07/2009 - JFXtras Core 0.5 Beta for JavaFX 1.2 now available for download. 4/13/2009 - JFXtras Core 0.4 has now been released. Highlights include: JFXTras has been split into 3 separate modules: Core, Samples, and Test New ScrollBar/View class. New Resizable layouts: ResizableCustomNode.fx, ResizableImageView.fx, ResizableMediaView.fx, ResizableHBox.fx, ResizableVBox.fx, and updates to ResizableRectangle.fx Added in an ImageFix class that fixes backgroundLoading defects. Added in ImageUtil with helper methods for working with images. Some new shapes New Border component New reflection accelerator class New JSON->Object converter New layout Constraints system Updates to the Grid Defect fixes for Shapes, Dialog, and others. 2/17/09 - JFXtras version 0.3 is officially released. The new features are the highly anticipated MigLayout, and JavaFX 1.1 compatibility. In fact JavaFX 1.1 is required for this version, and vice versa, since the binaries are not backwards compatible. 1/23/09 - JFXtras version 0.2 is released! This includes a new library of custom shapes via integration with the jSilhouette Project as well as updates to the Grid and Test packages. Read more about the release on the following blogs: http://steveonjava.com/2009/01/23/jfxtras-02-release-shapes-shapes-and-more/ http://learnjavafx.typepad.com/weblog/2009/01/jfxtras-02-released-featuring-extra-shapes-for-javafx.html http://www.jroller.com/aalmiray/entry/jsilhouette_0_3_released Also, thanks to Jim Weaver you can view the shapes demo online: 12/30/08 - I pushed out a quick 0.1.1 update that fixes the packaging structure to match the JavaFX APIs. Specifically, the layout and shape packages moved under org.jfxtras.scene. Thanks to Dean Iverson for pointing this out! 12/29/08 - JFXtras version 0.1 is released! Please check the downloads section for source and binaries, and the Javadoc for questions about the API. 12/07 - Posted a snapshot jar built against the JavaFX 1.0 Release The purpose of the JFXtra project is to create a package of essential add-ons and utilities for the JavaFX Script language that fill in gaps that application developers need. Volunteers and contributions are very welcome! Please join the mailing list! The 0.1 release includes the following capabilities that augment what JavaFX 1.0 provides: Dialogs - The JFXtra Dialog provides a drop-in replacement for a Stage that will pop-up a real Java Dialog. This includes support for an owner window, modality, alwaysOnTop, the ability to hide the taskbar icon, and many other features. Layouts - The JFXtra Grid provides an advanced layout container that can be used for JavaFX nodes and wrapped swing components. Testing - JFXtras provides a declarative Unit Testing facility that allows you to write JavaFX tests in the JavaFX language. It is modeled after best-of-class behavior-driven and fluent testing patterns to make tests easier to read and maintain. Asynchronous Worker - Working on the theory that developers deserve their share of rope, JFXtras provides an asynchronous worker wrapper that allows you to execute pure JavaFX code on a background thread. JFXtras Grid in Action Future releases will include the following as well: Serialization - JavaFX has a powerful declarative model and reflection capabilities, but no standard serialization to and from XML. Graphing and Charting - JFXtras will provide the advanced graphing and charting capabilities required to build compelling visual user interfaces for business applications Components - A wide variety of quality JavaFX-based components will be provided (such as sliders, tables, etc.). Project values: Language - While we value existing Java libraries and components, we prefer 100% native JavaFX code where possible. Quality - We put our reputation behind everything we release with thorough testing and documentation. Community - We are real developers building real applications on JavaFX, and will prioritize the needs of the community over everything else. Note about compatibility: The JavaFX language is still in its early stages and there may be cases where a future release breaks or replaces certain functionality. We commit to provide patches and updates as necessary to protect your investment in this library. [Less]

0
 
  0 reviews  |  2 users  |  6,306 lines of code  |  11 current contributors  |  Analyzed almost 2 years ago
 
 

Plugin allows you to make links and forms within a remotely loaded content change only the container they have been loaded in (a tab, dialog or any other kind of widget) in an easy way. This allows you to easily introduce submitting and validating forms in a dialog, page through search results in ... [More] a tab etc. This tiny (1 KB minified) plugin is a great addition and has been tested with jQuery UI widgets and jqModal plugin - several examples are given in the demonstration. The only requirements are jQuery 1.3 and jQuery Form plugin (only if you are using form hijacking). [Less]

0
 
  0 reviews  |  1 user  |  1,073 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

The InputDialog is a customizable webform dialog that collects data from a user via a popup window or DHTML layer programmatically on the client. The dialog is invoked by a standard HTML button or custom image button and it returns the collected data back to a hidden or visible

0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

SimpleModal is a lightweight jQuery plugin that provides a simple interface to create a modal dialog. The goal of SimpleModal is to provide developers with a cross-browser overlay and container that will be populated with content provided to SimpleModal. See ... [More] http://www.ericmmartin.com/projects/simplemodal for more details. On Twitter: http://twitter.com/simplemodal [Less]

5.0
 
  0 reviews  |  1 user  |  3,820 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

Please see the new sbopkg home page for information.

5.0
 
  0 reviews  |  1 user  |  5,281 lines of code  |  2 current contributors  |  Analyzed 10 days ago
 
 

code and collected data for emotion twenty questions (emo20q)

5.0
 
  0 reviews  |  1 user  |  15,454 lines of code  |  3 current contributors  |  Analyzed 2 days ago
 
 

SPEECH ENABLING DIALOG: BUILDING A SIMPLE SPEECH 'GUI' Voice-dialog is a speech version of the widely used ncurses widget library, dialog. In this project, dialog has been voice enabled to work with popular speech synthesis engines such as Festival, Flite and eSpeak. The goal of the ... [More] project is to instrument intelligent speech rendering into each of the native curses-based widgets of dialog. All the components of dialog have been speech enabled except for tailbox. Michael Gorse's Emacspeak eflite server provided the original model for building a threaded speech control subsystem. The quality of the interface still needs to be tuned to improve usability. Also work needs to be done to reduce certain artifacts of speech generation such as popping between audio segments and anomolies in waveform shaping when increasing voice speed. However, the work so far provides enough interface power to satisfy the requirements of certain real-life installation, configuration, and information scripts. Examples include the dialog-based configuration and help scripts of the lnx-bbc Linux rescue distribution. Once voice-dialog is launched with one of the supported widgets, the following speech-enabled audio control commands are available: Control-A V will toggle volume control. Control-A S will toggle speed control. Control-A P will toggle pitch control. Control-A R will refresh the voice screen. Control-A H will announce a help message. Plus ('+') will increment volume, speed, or pitch depending on mode. Minus ('-') will decrement volume, speed, or pitch depending on mode. If a .voice-dialogrc configuration file has been found in the user's home directory, then any new values given to the speech settings will be saved. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.