Kategorie: Tim’s Weblog
-
haystack – the universal information client
Incredible – an RDF based Java application with a very generic architecture, drag&drop, e-mail and IM integration, customizable, … Very very high and specific system requirements, unfortunately. http://haystack.lcs.mit.edu/ http://www.xulplanet.com/cgi-bin/ndeakin/homeN.cgi?min=1&dd=02062003
-
JavaBeans conventions
A ZDNet article describes the conventions JavaBeans classes must conform to: class->getProperty class->setProperty class->isBoolProperty class->addEventListener class->removeEventListener Makes sense. That’s similar to what I’m already doing in my PHP classes.
-
Phrame
MVC (Model, View, Controller) / Model2-Framework for PHP – sounds good, but I couldn’t get it to work: http://phrame.sourceforge.net/ https://www.phparch.com/issuedata/2003/jun/sample.php
-
TypePad
A web-based administration interface that’s just plain beautiful: http://www.typepad.com/2003/05/some_frequently_aske.shtml
-
Microsoft Reader
Coming back to the Microsoft Reader after some time: It’s release 2.1 by now. There’s free tools for creating OEB files (Open eBook) from XHTML + CSS + images, and for converting those into .lit files! Microsoft Reader is the best solution I know for reading very long texts on the screen (PC or Pocket…
-
Infocalypse
„You could use Infocalypse as an online collaborative encyclopedia, a personal weblog, a technical support forum, or (with a little customization) even a shopping cart.“ (in PHP) http://wonko.com/infocalypse/
-
Publish this weblog?
… yes, but which tool to use? b2 http://cafelog.com/ bBlog http://www.bblog.com/ GeekLog http://geeklog.sourceforge.net/ MyPHPblog http://myphpblog.sourceforge.net/ Pivot http://www.pivotlog.net/
-
Jon Udell on The Diary of Samuel Pepys
This diary has great links to pages which represent persons, places or other entities – lots of similarities to Topic Maps. Jon Udell asks: „What CMS environment would make it easier for Phil to achieve this effect?“ Very good question. I think that would be a Topic Map-driven information system allowing for editing in Wiki…
-
Catviz
Some nice ideas in this PHP/MySQL-based content management framework: http://catviz.sourceforge.net/
-
Naked Objects
Nice Java idea – don’t code a GUI, just define your „Business Logic“ in classes, and the Naked Objects-Framework will create a generic GUI allowing for direct interaction with the classes‘ properties and methods: http://www.nakedobjects.org/introduction.html