You are currently browsing tools

Browse archive...

← Back to Homepage

http://vis4.net/blog/2010/08/piwik-browser-stats-visualization/ thumbnail image

Hierarchical Pie Visualization for Piwik Browsers Stats

After writing down my latest ideas for better Piwik visualizations, I just couldn't wait to see them in action. Since the Open Flash Chart library doesn't support multi-level pie charts I decided to create the visualization from scratch. The initial version (0.1) took me about two hours coding. In the ...

View Hierarchical Pie Visualization for Piwik Browsers Stats

http://vis4.net/blog/2010/07/piwik-maps/ thumbnail image

Map Visualization For Piwik Web Analytics

If you're using Piwik, the open source web analytics tool, then you probably already missed a map visualization of your visitors location, which is a standard feature of all major web analytics tools. As I really like the idea of ...

View Map Visualization For Piwik Web Analytics

http://vis4.net/blog/2010/05/as3-hyphenation/ thumbnail image

Hyphenation in ActionScript

There are a lot of nice text features in the new flash text layout framework but obviosly there is still one important feature missing: Hyphenation. Until today, there is no native hyphenation support in the flashplayer. I decided to fill this gap by porting the Hyphenator.js library by Mathias Nater to ActionScript. In this post I'll demonstrate text hyphenation in flash.

View Hyphenation in ActionScript

http://vis4.net/blog/2010/04/as3-proj/ thumbnail image

Map Projection in ActionScript

Today I want to introduce as3-proj, an actionscript port of the java map projection library by Jerry Huxtable, which is itself an partial port of the PROJ.4 library. It's basically a huge set of over sixty ...

View Map Projection in ActionScript

A Sprite Full Of Country Flag Icons

Most people already know about the wonderful and free flag icon set from famfamfam. They are used in many websites and software projects around the world and beautified countless country selection boxes. Today I had to create such beautiful country ...

View A Sprite Full Of Country Flag Icons

Selected Map Projections in ActionScript

Update: I strongly recommend the use of as3-proj instead, which includes far more map projections and lots of other features. Something you definitely need if you're planning to create some geospatial visualizations from scratch is map projection. Map projection means the conversion of sphere coordinates (basically pairs of latitude and longitude values) to 2D-screen coordinates. While this is very easy for smaller regions like single countries things are getting complicated if you want to display the whole world.

View Selected Map Projections in ActionScript

Capturing Video from Flash Movies with ActionScript

I recently had the problem to store a flash animation into a video file. I first tried some tools I found in the net, but they all run into problems because my flash movie doesn't integrate the MovieClip timeline. Tools like swf2avi are stopping the conversion after the first ...

View Capturing Video from Flash Movies with ActionScript

Polygon Operations in ActionScript

Polygons play a major role in a lot of visualization applications. Beside of the possibility of drawing polygons, there is neither an explicit presentation of polygon data nor are common polygon operations supported in ActionScript. As far as I know there is no simple solution available that solves the following geometrical problems for simple 2D polygons, so I wrote one.

View Polygon Operations in ActionScript

Noch mehr Sprach-Definitionen für LaTeX-Listings

Nachdem ich im letzten Eintrag meine JavaScript-Definition für LaTeX-Listings veröffentlicht habe, sollen nun auch die restlichen, in meiner Studienarbeit verwendeten Sprachen nicht fehlen. HTML5 \lstdefinelanguage{HTML5} {morekeywords={a, abbr, address, area, article, aside, audio, b, base, bb, bdo, blockquote, body, br, button, canvas, caption, cite, code, col, colgroup, command, datagrid, datalist, ...

View Noch mehr Sprach-Definitionen für LaTeX-Listings

JavaScript Quelltexte in LaTeX

Nur für den Fall, dass das noch jemand irgendwann mal braucht ;-) Mit der folgenden LaTeX-Anweisung kann man für per Listings eingebundene Quelltexte die Sprache JavaScript hinzufügen:

View JavaScript Quelltexte in LaTeX

Color Space Transformations in ActionScript

Here is a small actionscript3 class for converting colors between different color spaces like RGB, HSV, HSL and HSB. You can input and output the colors either as integer or string value or as serperated color components (e.g. hue, saturation and lightness). The class has no other dependencies. API /* * ...

View Color Space Transformations in ActionScript

PerceptualColor – Farbraumtransformationen in AS3

PerceptualColor ist eine ActionScript3-Klasse, die zwischen den Farbräumen RGB, HSV, HSL und HSI umrechnen kann. RGB-Farben können dabei sowohl als Integer (zb. 0xFF0000), Hexadezimalzahl (z.B. "#FF0000") oder komponentenweise (R: 255, G:0, B:0) ein- und ausgegeben werden. Die Klasse hat keine weiteren Vorraussetzungen und läuft ab Flashplayer 9.

View PerceptualColor – Farbraumtransformationen in AS3

FolioGrid - a Premium Wordpress Theme by FrogsThemes.com