Examples
These are examples from my old page some of them don't work very well anymore or require IE and Adobe SVG viewer. Unfortunately I don't have to time to update them for current browsers.
This client only works in batik(based viewers) with security setting 'Grant scripts access to all network' enabled. This is due to missing TCP sockets in SVG. The client is far from finished. It basically lets you connect to the #svg irc channel at irc.freenode.net and chat.
- !TextBox component written in SVG + JavaScript
This shows how to password protect and encrypt an SVG file using ARC4 algorithm. Decryption is done in JavaScript inside the viewer. No password is transmitted over the web. Here a larger file showing the limitation of JavaScript cryptography.
I created it as a tool for a course I was teaching there.
- dynamic loading of content.
This shows how to load a file in chunks with progress indication. It uses the HTTP1.1 Range header to retrieve all chunks of a file. Unfortunatly the getURL function can not set headers to be sent to the server so I used the IE's XMLHttp object instead. That means it only works in IE. Hopefully in the future there will be better nettworking support in SVG. The file will load it's source when you click on the load button and display it while loading.
A simple turtle engine. Type help into the textfield to get the comands known to the turtle. Have fun drawing.
Tutorials
A couple tutorials for SVG.
- Aqua style button tutorial.
- brushed metal effect tutorial
motjuvie
A simple and quick, yet powerfull SVG viewer. Features:
- fullscreen support
- always stay on top mode
- borderless view mode
- window translucency (WinXP/Win2000 only)
- transparency(WinXP/Win2000 only)
- scritping
- SVG1.2 sockets
- pageSet handling
- and more...
Motjuvie requires Adobe SVG viewer (ASV) to be installed.
SVG tools
A slideshow, presentations, ... generator and SVG file packaer for packing SVG files and all their referenced files into a single file with optional GZip compression.
- SVG-PDF embedd SVG in PDF files.
Handwriting Recognition
This is a handwriting recogintion written in JavaScript and SVG. It's pretty much just a proof of concept.
playground
My playground for all sorts of ideas and studies around SVG. Things that I try out and things that are not realy a project you will find here.
downloads
All the SVG related downloads available on my site.
An interactive Worldmap
This is an interactive worldmap where you can select counties you have visited. Enter an email address and a link to the page with your selection will be sent to a friend Click on the ? button to get more information on how to use it. My playground for all sorts of ideas and studies around SVG. Things that I try out and things that are not realy a project you will find here.