Archive for the ‘JavaScript’ Category

TiddlyWiki – a JavaScript only Wiki engine

Monday, April 20th, 2009

Today I stumbled upon a JavaScript Wiki engine called TiddlyWiki. It consists of a single HTML file using JQuery to modify itself. There's also a good documentation MediaWiki on tiddlywiki.org. TiddlyWiki has a plugin system where you can attach customization JavaScript allowing for various new features. It even provides an ...

Styling an input type=”file” using jQuery

Thursday, August 21st, 2008

During the last days I had to work on some forms that are using file upload inputs. I wondered how to make the file input fields look nicer (they are not affected very much by css) and found this appealing solution. Since the application needs JavaScript anyway, there was nothing ...