Die Entwickler der Javascript-Bibliothek ExtJS veröffentlichen die Final Beta der Version 3.2 und beseitigen damit Fehler und fügen einige neue Funktionen hinzu.
While the beta announcement covers most of the details of the new release, a few additional changes made their way in between then and now:
Ext.ux.SliderTip has been incorporated into the library [...]
Filed under: Framework, News | Comment (0)
Pixastic is an experimental (beta) Image Processing Library which allows you to perform a variety of operations on images using just a bit of JavaScript. The effects supported out of the box include desaturation/greyscale, invert, flipping, brightness/contrast adjustment, hue/saturation, emboss, blur, and many more.
Pixastic works by utilizing the HTML5 Canvas element [...]
Filed under: Framework, JavaScript | Comment (0)
ist eine weitere Open-Source JavaScript Library zur Visualisierung von Daten nach einer Zeitlinie.
dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them
Ein besondere Feature der Library ist die Zoom Funktion in [...]
Filed under: Framework | Comment (1)
The short story
Here’s the recipe: MooTools modules Native, Class, and Class.Extras (24k uncompressed); jQuery; and Class.Mutatotors.jQuery. Write a MooTools Class and use jQuery for the DOM.
Class.Mutatotors.jQuery
This mutator automatically extends the jQuery object with the class, so you can use conventional jQuery syntax to instantiate and control the class.
Filed under: Framework, JavaScript | Comment (0)
Ein schönes jQuerry Plugin gibt es bei workshop.rs. Mit dem jqIsoText lassen sich Texte mit einem pseudo-isometrischen Effekt darstellen. Das Plugin funktionier mit Safari 2+, Internet Explorer 6+, Firefox 2+, Google Chrome 3+, Opera 9+.
Filed under: Allgemeines, Framework, JavaScript | Comment (0)
jQuery 1.4.2 is now out! This is the second minor release on top of jQuery 1.4, fixing some outstanding bugs from the 1.4 release and landing some nice improvements.
I would like to thank the following people that provided patches for this release: Ben Alman, Justin Meyer, Neeraj Singh, and Noah Sloan.
Downloading
As usual, [...]
Filed under: Framework | Comment (1)
diesmal von David Walsh mit den Themen:
Moodit
Moodoco
MultiSelect
Mif.Tree
Hier geht es zum Artikel
Filed under: Framework | Comment (0)
Das jQuery MultiSelect Plugin von Developed by Eric Hynds ist ein Multi Select Plugin für jQuery mit unterschiedlichen Design-Themen. Das Plugin ist Multi – Browser Fähig und unterstüzt sogar den Internet Explorer 6 von Microsoft.
Features
Full ThemeRoller support.
Optgroup support with clickable labels.
Optional header with check all / uncheck all / close links.
Degrades gracefully.
Keyboard support (albeit, somewhat [...]
Filed under: Framework, JavaScript | Comment (0)
Die neue Version des beliebten JavaScript Frameworks Mootools ist released. Mit der neuen Version 1.2.4.3 wurde etwa 50 Bugs behoben
Keyboard:
Added some support for just pressing ‘shift’, ‘control’, or ‘alt’
Added a bunch of keycodes for Mac compatibility
Keyboard.Extras:
Support for “shortcuts” which are keyboard entries that have names and descriptions.
Also provides methods for listing all the active shortcuts [...]
Filed under: Framework | Comment (0)
Im IBM Developerwork gibt es einen interesannten Vergleich der fünf JavaScript Frameworks Prototype, jQuery, YUI, ExtJS und MooTools. Der Autor Joe Lennon vergleicht grundlegende Features der Frameworks in einer Tabelle miteinander. Verglichen werden
Browser Compatibility
Core Features
Ajax Support
DOM Manipulation
DOM Traversal
Event Handling
JSON
Selectors
UX/UI Enhancements
Accordion
Animation
Auto Completion
Browser History
Calendar
Charting
Drag and Drop
Grids
Progress Bar
Resizing
Rich Text Editor
Slider
Tabs
Themes
Tree Views
Dem Autor sind zwar ein paar kleiner Schnipser, [...]
Filed under: AJax, Framework, JavaScript | Comment (0)