Jahr: 2004
-
Novell NetDrive: Webdav client for Windows
Harry Fuecks: „NetDrive is a free client, provided by Novell, to allow access to Webdav servers from Windows, by mapping a drive.“
-
George Bush as programming project leader
Andy Lester – George Bush as programming project leader: „If the war in Iraq was a programming project, Bush would need to be saying, regularly, „I know things aren’t going well, I know that you’ve had a lot of casualties on the team, but I believe we can get through this. Now, here’s what we’re…
-
Users care about data, not software
Nathan Willis – Users care about data, not software: „In working with graphics editors, desktop publishing apps, and Web-based content-management systems, I find almost none that can export to anything besides its native format, and none of them makes even that simple. Some developers clearly do understand the importance of exporting the data. Every new…
-
Drowned out by keywords
Edd Dumbill – Drowned out by keywords: „So here’s a case for the semantic web. It’s stupidly difficult to search for news of my hometown. I live in the beautiful city of York, UK. In most search oriented applications I cannot search for my city. Why? Because „New York“ always matches a search for „York“,…
-
Faceted Metadata Search
Search Tools has a nice article on Faceted Metadata Search: „Full text search wipes out the value of the metadata: a number 3 is just a number, not a size, price, product ID or other meaningful number, as it is in context of the tagged page or database record. Similarly, it’s hard to know whether…
-
Zebra
„Zebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (eg. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries. Zebra supports large databases (more than ten gigabytes of data, tens of millions of records). It…
-
PHP/JavaScript scriptserver
Great idea, but currently may render your browser unusable while waiting for the server to respond – Harry Fuecks‘ Crouching Javascript, Hidden PHP solution: „Let’s say you have a PHP class that looks something like; class Math { function add ($x, $y) { return $x $y; } } You can now use this from Javascript…
-
Hypertext ’96 Conference Keynote
Interesting hypertext/hypermedia look-back by Randall H. Trigg, Xerox Palo Alto Research Center – Hypermedia as Integration: Recollections, Reflections and Exhortations: „I had decided that hypertext links needed „types“ (really „labels“) that could distinguish in what way the link was serving either as a traversible connection, a structuring means, or an argument representation.“ „The great thing…
-
Replacing FileMaker with Free Software?
Slashdot discussion – Replacing FileMaker with Free Software?: jhealy1024 asks: „I’m looking for a way to replace our FileMaker DB solution with an open-source RDBMS. Problem is, FileMaker’s GUI and report design tools are pretty darn good, and I can’t find a suitable replacement. Anybody out there have a solution that doesn’t require me to…
-
Crouching Javascript, Hidden PHP
Harry Fuecks – Crouching Javascript, Hidden PHP [2]: „So how do we apply code generation, in a useful way, to pulling data from the server side into a page which is already loaded?“