Für Ende des Monats soll die Umsetzung des jQuery Projekt, das für den Einsatz auf mobilen Geräten optimierte jQuery Mobile in der Version 1.0 vorgestellt werden. Die zur Zeit dritte Betaversion scheint somit die letzte vor dem Final Release. Nach jQuery Mobile 1.0 überlegt man bereits auf CSS-Animationen, anstelle von Keyframe Trasitions zu setzen.
Filed under: Framework, JavaScript, News | Comment (0)
Article tags: JavaScript, jQuery, News
Das AJAX Framework qooxdoo liegt in zwei neuen Versionen vor.
qooxdoo 1.4.2 ist das Bugfix-Release der Version 1.4
qooxdoo 1.5 ist das neue minor Release mit zusätzlichen Neuerungen, wie Web Fonts und der Feature Configuration Editor
Neu ist auch die Unterstützung des JavaScript-Frameworks Node.js.
Support has been improved for popular JavaScript runtimes. This includes server-side and/or DOM-less environments like Node.js, Rhino or HTML5 WebWorkers. Besides pre-built qooxdoo packages, a skeleton is included for creating qooxdoo apps targeting those environments specifically.
Filed under: AJax, Framework | Comment (0)
Article tags: AJax, JavaScript, News, qooxdoo
Ist zwar nicht mehr so ganz aktuell, aber ich habs nicht eher geschafft. Alle Änderungen und Bugfix gibt es unter dem Link zu lesen.
Hier der Link zum jQuerry Blog
Filed under: JavaScript | Comment (0)
Article tags: JavaScript, jQuery
auf der Seite learn.appendto gibt es eine Reihe von kostenlosen modular aufgebauten Video Tutorials. Wer bereits über Vorkenntnisse verfügt, kann so leicht zu dem ihn interessanten Abschnitten springen. Eine Registrierung zum Nutzen der Tutorials ist nicht erforderlich.
Learn at your own pace with on-demand content
You only need 10 minutes to catch a free screencast. Go interactive and write some code on lunch. Review your progress and decide what to learn next.
Our course material is on-demand so you can learn whatever you want.
Filed under: JavaScript | Comment (0)
Article tags: Grundlagen, JavaScript, jQuery, Tutorial
Mit den Arbeiten am PDF-Betrachter für Firefox 5 wurde seitens Mozilla begonnen. Im Gegensatz zu anderen PDF-Readern soll der PDF Reader komplett auf offenen Webtechniken basieren. Anders als der Google Chrome wird Mozilla mit dem pdf.js die Fähigkeiten des Browsers (HTML 5 und JavaScript) nutzen
The traditional approach to rendering PDFs in a browser is to use a native-code plugin, either Adobe’s own PDF Reader or other commercial renderers, or some open source alternative (e.g. poppler). From a security perspective, this enlarges the trusted code base, and because of that Google’s Chrome browser goes through quite some pain to sandbox the PDF renderer to avoid code injection attacks. An HTML5-based implementation is completely immune to this class of problems.
Weitere Infos und den Projektstatus
Filed under: News | Comment (0)
Article tags: Browser, Firefox
Die Methoden document.cookie, document.write, onmouseover und window.eval gehören nach Meinung von Google zu den “Bad Practices”. Derartige Methoden können für Angriffe auf den Browser missbraucht werden und sollten aus Sicherheitsgründen nicht verwendet werden.
Versiertere Anwender die betreffenden Aufrufe im JavaScript über den “Invasive Mode” der Erweiterung abfangen, die Daten manipulieren und anschließend die Ausführung fortsetzen.
Die Chrome-Erweiterung DOM Snitch soll dabei Entwicklern beim Verbessern ihres JavaScript-Code helfen. DOM Snitch untersucht dazu Skripte auf Funktionen, die das Document Object Model zur Laufzeit manipulieren können.
Filed under: JavaScript | Comment (0)
Article tags: Google, JavaScript, Sicherheit, Tools
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:
Filed under: Framework, News | Comment (0)
Eine neue Javascript-Engine im Opera 10.52 für den Mac soll die Performance erhöhen. Die Norwegegische Softwareschmiede Opera hat seinen Browser für Mac OS X in Version 10.52 veröffentlicht. Die neue Javascript-Engine “Carakan” soll für einen mächtigen Geschwindigkeits-Boost sorgen. Nach Angaben der Opera Entwickler
Unsere neue JavaScript-Engine ist bis zu 7 Mal schneller.
The new Opera browser for Mac is now more than ten times faster, according to speed comparisons between Opera 10.52 and Opera 10.10. With a powerful new feature set tailored for Mac computers, Opera delivers a much improved user experience. Download Opera for Mac at www.opera.com.
The new Opera is designed with Mac in mind. This version boasts an improved user interface, Cocoa integration, multi-touch trackpad gestures and Growl support. This, combined with the unprecedented speed from the new JavaScript engine, Carakan, and the new graphic library, Vega, provides a faster and smoother browsing experience. The new Opera also features the latest in Web standards, including leading SVG support and HTML 5 video.
Filed under: Allgemeines, Internet, 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 which provides access to raw pixel data, thereby opening up for more advanced image effects. This is where the “experimental” part comes into play. Canvas is only supported by some browsers and unfortunately Internet Explorer is not one of them. It is however well supported in both Firefox and Opera and support for Safari only just arrived with the recent Safari 4 (beta) release. Chrome currently works in the dev channel. A few of the effects have been simulated in IE using the age old proprietary filters. While these filters are much faster than their Canvas friends, they are few and limited. Hopefully we will one day have real Canvas on IE as well.
Download the Pixastic library from the Pixastic page
visit the Pixastic editor

Pixastic Farbeditor
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 den Charts.

dygraphs JavaScript Visualization Library
Filed under: Framework | Comment (1)
Article tags: Framework, JavaScript, Library