Posterous
jetztgradnet is using Posterous to post everything online. Shouldn't you?
Jetztgradnet-eule_thumb
 

Links

Grafico graphing library

Grafico is a graphing library based on Raphaël and Prototype.js.

Grafico's basic principles are to provide good, clean looking graphs inspired by work of Stephen Few and Edward Tufte, while still being flexible to implement and providing numerous api options to tweak the look of the graphs..

Some key things Grafico has:

  • Flexible ranges Grafico select the best range to display your data at
  • Hover options display additional information such as the value when hovering over charts
  • Mean lines A single line that display the mean.
  • Watermarks Use an image as a watermark over your graphs
License: MIT

http://grafico.kilianvalkhof.com/

Filed under  //   charts   graph   javascript   ui   web  
Posted February 15, 2010 by email 
// 0 Comments

Plupload: Advanced Multiple File Uploader


Plupload v1.0

Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.

http://www.plupload.com/

Filed under  //   javascript   jquery   ui   upload   web  
Posted February 4, 2010 by email 
// 0 Comments

28 Rich Data Visualization Tools

List of 28 Rich Data Visualization Tools

http://www.insideria.com/2009/12/28-rich-data-visualization-too.html

Filed under  //   charts   flash   flex   java   javascript   ui   web  
Posted December 15, 2009 by email 
// 0 Comments

dygraphs: Javascript graph library

The dygraphs JavaScript library produces produces interactive, zoomable charts of time series.

Features
- Plots time series without using an external server or Flash
- Supports multiple data series
- Supports error bands around data series
- Displays values on mouseover
- Interactive zoom
- Adjustable averaging period
- Customizable click-through actions
- Compatible with the Google Visualization API

Demo
For a gallery and documentation, see http://danvk.org/dygraphs/

 

Code at Github: http://github.com/danvk/dygraphs

Filed under  //   charts   graph   javascript   ui   web  
Posted December 10, 2009 by email 
// 0 Comments

Easy CSS Framework (based on JQuery)

Easy is a CSS/HTML/JavaScript framework started as a personal project and then grew into something more. The idea behind it is to reduce the amount of time spent on setting up the basic master HTML template by reusing the same coding techniques.


Main features include:

Rock-solid base HTML structure and predefined basic CSS styles for both screen and print.

Built-in set of interactive functions, no need for a single line of JavaScript.

Library of HTML content blocks that can be easily used and reused.

Basic file organization and possibility of expanding the library with your own code.

License: Creative Commons Attribution 3.0 Unported license

http://easyframework.com/

Filed under  //   css   javascript   jquery   ui   web  
Posted December 8, 2009 by email 
// 0 Comments

Highcharts: charting library written in pure JavaScript

Highcharts is a charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application. Highcharts currently supports line, spline, area, areaspline, column, bar, pie and scatter chart types.

http://www.highcharts.com/

Filed under  //   charts   javascript   ui   visualization   web  
Posted December 3, 2009 by email 
// 0 Comments

gRaphaël-JavaScript Library

gRaphaël's goal is to help you create stunning charts on your website. It is based on Raphaël graphics library.

http://g.raphaeljs.com/

Filed under  //   charts   javascript   ui   web  
Posted October 9, 2009 by email 
// 0 Comments

Mac-Like JavaScript Apps: Cappucino, Atlas

Cappucino (http://objective-j.org/)
Cappuccino is an open source application framework for developing applications that look and feel like the desktop software users are familiar with.

Cappuccino is built on top of standard web technologies like JavaScript, and it implements most of the familiar APIs from GNUstep and Apple's Cocoa frameworks. When you program in Cappuccino, you don't need to concern yourself with the complexities of traditional web technologies like HTML, CSS, or even the DOM. The unpleasantries of building complex cross browser applications are abstracted away for you.

Cappuccino was implemented using a new programming language called Objective-J, which is modelled after Objective-C and built entirely on top of JavaScript. Programs written in Objective-J are interpreted in the client, so no compilation or plugins are required. Objective-J is released alongside Cappuccino in this project and under the LGPL.

280Slides: Presentation Application build using Cappucino
http://280slides.com/

280Atlas: Applicatiopn Designer for Cappucino-based apps


http://280atlas.com/
http://carsonified.com/blog/web-apps/introducing-atlas-a-visual-development-tool-for-creating-web-apps/

280North: Company behind Cappuccino, Atlas, 280Slides
http://280north.com/

Filed under  //   javascript   mac   objective-c   objective-j   webapps  
Posted October 7, 2009 by email 
// 0 Comments

Raphaël-JavaScript Library

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.

Raphaël uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël's goal is to provide an adapter that will make drawing vector art compatible cross-browser and easy.

Raphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.

http://raphaeljs.com/


Filed under  //   charts   javascript   ui   web  
Posted October 6, 2009 by email 
// 0 Comments

15+ Blogs To Follow For jQuery Lovers

jQuery, being one of the most popular & powerful JavaScript frameworks around, is offering a slick experience to users at every level.

Its website is a huge resource of documentation, examples & tutorials for anyone who is into it.

Besides the documentation jQuery offers, following other jQuery users is a great way to learn more & get inspired to discover new ways for taking advantage of this library.

Here are 15+ blogs to follow for jQuery fans that frequently create jQuery-oriented content:

http://www.webresourcesdepot.com/15-blogs-to-follow-for-jquery-lovers/

Filed under  //   javascript   jqeury  
Posted September 29, 2009 by email 
// 0 Comments