» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with component + Library

YPulse: Fades and Pulsations Library

Kent Johnson has released YPulse a simple open source wrapper for the YUI Animation library that makes creating highlight fades and pulsing button glows a bit easier.

You pulse away with something like:

JAVASCRIPT:
  1.  
  2. var pulser = new YAHOO.squarebits.YPulse(
  3.   ‘my-div’,
  4.   ‘backgroundColor’,
  5.   ‘#FFFFFF’, // starting
  6.   ‘#FFFF00′, // ending
  7.   0.75, // The number of seconds for the start-end transition
  8.   0.10, // The number of seconds to wait after completing the start-end transition
  9.   0.75, // The number of seconds for the end-start transition
  10.   0.75, // The number of seconds to wait after completing the end-start transition
  11.   YAHOO.util.Easing.easeBoth, // The YAHOO easing method to use for the start-end transition
  12.   YAHOO.util.Easing.easeBoth // The YAHOO easing method to use for the end-start transition
  13. );
  14.  

Ajax: Ajaxian

mootools

MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced<sep/>

mootools: del.icio.us/tag/mootools

Timeframe: Prototype date range component

Stephen Celis got tired of wiring together two date pickers for the common use case of grabbing a date range, so he created timeframe, which is "Click-draggable. Range-makeable. A better calendar."

Based on Prototype, you can whip up some code such as:

JAVASCRIPT:
  1.  
  2. new Timeframe('calendars', {
  3.             startfield: 'start',
  4.             endfield: 'end',
  5.             previousbutton: 'previous',
  6.             todaybutton: 'today',
  7.             nextbutton: 'next',
  8.             resetbutton: 'reset' });
  9.  

And then you get:

timeframe

Check out the live example to really see it at work.

Ajax: Ajaxian

JasperAssistant Report Designer for JasperReports - SWTJasperViewer

SWTJasperViewer is a JasperReports viewer component for SWT/JFace based applications and Eclipse plug-ins. The viewer is designed with reusability in mind so it can suit as many projects as possible.

jface: del.icio.us/tag/JFace

PDFsharp - A .NET library for processing PDF

PDFsharp is the Open Source library that easily creates PDF documents from any .NET language. The same drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer.

opensource: del.icio.us tag/opensource

Packito MooTools v1.1

Vyborny nastroj -- zada se URL s JS souborem, a vrati mi seznam komponent, ktere v MooTools potrebuju.

mootools: del.icio.us/tag/mootools

Soft Gems Homepage - Home

Home of Virtual TreeView. Also contains Virtual TreeView gallery with links to many interesting applications written using Virtual TreeView control. Also containts other components and sources.

opensource: del.icio.us tag/opensource

Photoshop Color Picker

John Dyer has seen other colour pickers but has come up with his own that mimics Photoshop:

Some pickers try to generate the entire color map in JavaScript by drawing a 256x256 grid made of div. This is very slow, which is why color pickers that go the JavaScript route often don't draw the entire map, but instead only 4x4 or 8x8 blocks.

Photoshop Color Picker

Ajax: Ajaxian

FlexBox

A directory of Adobe Flex components

RIA: del.icio.us/tag/RIA

Swift Mailer - A free feature-rich PHP Mailer

Swift is a fully OOP library for sending e-mails from PHP websites and applications. It does not rely on PHP's native mail() function. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently.

opensource: del.icio.us tag/opensource

flexmdi - Google Code

flexmdi is a robust, extensible Multiple Document Interface framework for Adobe Flex.

RIA: del.icio.us/tag/RIA

Page 1 | Next >>