Committed to Code

Ajax file manager. Can be plugged into FCKeditor or TinyMCE, or used standalone.

some features are:
- drag-and-drop file management
- thumbnails, image manipulation
- syntax-highlighted text editing
- tagging and searching
- media-player plugins (mp3, avi, etc)

Code Analysis


News

what’s up!

Short run-down of what I’m doing lately: nothing.

Less short: I’m trying to get work out the door, get a good run at some personal projects, pass grade 2 piano, get organised, and generally improve my lot.

None of this is working. I think the “get organised” bit is the most important, as it will help the [...]


multiple file uploads using HTML5

As a response to a reported bug where Chrome was taking ages to load up a flash multiple-file uploader, I’ve updated KFM to use HTML5’s multiple-file input box where possible.

To do this, first create the element:

var ... [More] input=document.createElement('input');
input.type='file'; // use old-style JavaScript method to make sure all browsers respect it
input.name='kfm_file';

Notice [...] [Less]


kfm2: example widget

As an example of a front-end widget, I’ve whipped up a demo of file-tree navigation using the excellent jsTree widget.

here is the demo

You can see from the source how short it is – all it does is load up the jsTree library (and jQuery), then it connects directly to KFM2 to get data about the [...]


kfm2: plugin management

I know, I promised this last week – I’m afraid I’ve been up to my eyes in work and just exhausted at home, so all I can do is apologise.

Anyway, I’ve put together the basics enough that there is one single plugin, which gets a directory listing, and echoes it to the screen in JSON.

You [...]


KFM2 has begun. requesting ideas of sample plugins to develop

As ye all know now, KFM1.x is finished. I’m not interested in struggling with it anymore. I’ve started a new project which will exceed KFM1.x’s capabilities.

The main problem with 1.x was that it was monolithic – there was one single ... [More] codebase, which encompassed both the server-side and the client-side. The client-side code was useless without [...] [Less]


Read all KFM - Kae's File Manager articles…

Edit RSS feeds.