JavaScript / JavaScript

Some articles about my jsComponents and other JavaScript related stuff.

News

2012-09-12 CanvasXPress, Less

  • A interesting Javascript library for rendering graphics and statistical issues. http://www.canvasxpress.org/
  • LESS - the dynamic stylesheet language: LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (Chrome, Safari, Firefox) and server-side, with Node.js and Rhino http://www.lesscss.org
  • jeasyui: jQuery EasyUI framework help you build your web page easily. easyui is a collection of user-interface plugin based on jQuery. easyui provides essential functionality for building modem, interactive, javascript applications. using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup. complete framework for HTML5 web page.http://www.jeasyui.com/

2011-05-13 jsComponents

2008-07-01 jsComponents

some improvements due to suggestions of R. Westenkirchner http://www.linkmatrix.de http://www.dgroth.de/jsComponents

2008-04-20 jsComponents

new release with dynamic content widget: http://www.dgroth.de/jsComponents/

2006-11-27 jsComponents

jsComponents - ein Framework für den Webentwickler more ...

2006-10-19 Tooltips für die Webseite mit dem XMLHttpRequest

Soll eine Webseite über das reine Bereitstellen von Informationen hinausgehen und auf vielfältige Weise vom Nutzer Interaktivität erfordern so ist es von Vorteil wenn Hilfetexte für die einzelnen Bedienelemente vorhanden sind. In diesem Artikel wird ein Tooltip-System vorgestellt welches alle Tips für den Webauftritt in einer XML-Datei speichert more ...

2006-08-07 Webgui mit HTML

Erweiterte Benutzeroberflächen für den Webbrowser mit HTML: Probleme mit der Standard-Benutzerschnittstelle more ...

GUI

Using XML for the declaration of Graphical User Interfaces (GUI) has become a standard over the last years. Interface languages like XUL and XAML are widly used in various programming languages. I was recently using the thinlet toolkit for Java-programs.

Examples of those applications are my webhelp-applications like the online Tcl-Tk 8.4 man pages and the selfhtml documentation.

That also HTML can be used as a markup language for creation of user interfaces I described recently in an online article at www.selfhtml.de.

The article "Erweiterte Benutzeroberflächen für den Webbrowser mit HTML" has appeared in german language here.