1. IT Mill Toolkit IT Mill Toolkit is an open-source framework, providing widgets and tools for the development of Rich Internet Applications (RIAs). Deliver web applications without worrying about incompatibilities of web browsers, DOM or JavaScript by using standard Java tools. 2. LivePipe UI LivePipe UI is a suite of high quality widgets and controls …
Tag Archives: jquery
Mega Drop Down Menus w/ CSS & jQuery
While in the process of redesigning 4wheelparts.com, I decided to explore new methods of working with our huge number of inventory and categories. I did some research and noticed a new trend for ecommerce sites in having what they call “mega drop down menus”. According to usability expert Jakob Nielson, mega drop down menus tested …
15 Calendar & Time Script With Ajax and Javascript
Ajax Calendar help users to choose one or more dates from a graphical calendar presented in a month interface. Flat Calendar Style, Pop Calendar Style, Fade Effect Calendar Style and more Style make great looking improvement to the user interface of your web application more http://php-ajax-code.blogspot.com/2007/07/15-calendar-time-script-with-ajax-and.html
ajax jquery jCarousel
jCarousel Riding carousels with jQuery Author: Jan Sorgalla Version: 0.2.4 (Changelog) Download: jcarousel.tar.gz or jcarousel.zip Licence: Dual licensed under the MIT and GPL licenses. http://sorgalla.com/projects/jcarousel/#Examples
jQuery Plugins and Demos
jQuery Plugins and Demos Plugins BlockUI Plugin (Updated 29-MAR-2010) Simulate synchronous ajax by blocking – not locking – the UI. Corner plugin (Updated 11-MAR-2010) Rounded corners without images. Plus lots of other corner adornments. Cycle Plugin (Updated 05-APR-2010) Image or text slideshows with numerous transition options. Feeds Plugin (Updated 11-MAY-2007) A jQuery wrapper for the …
Open a modal window from a Flash movie
AS1 / AS2 In the action of your flash button, you have to execute this code: getURL(“javascript:$.nyroModalManual({url:’YOUR URL’});”); AS3 In the action of your flash button, you have to execute this code: ExternalInterface.call(“$.nyroModalManual({url:’YOUR URL’})”); http://nyromodal.nyrodev.com/wiki/index.php/Open_a_modal_window_from_a_Flash_movie