Kategorie: Tim’s Weblog

  • Don’t Be Afraid to Drop the SOAP

    Sam Tregar – Don’t Be Afraid to Drop the SOAP: „The best candidates for SOAP applications are lightweight network applications without significant performance requirements. If your application doesn’t absolutely require network interaction, or if it will deal with large amounts of data then you should avoid SOAP.“

  • 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…

  • 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“,…

  • 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…

  • 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…

  • 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…

  • 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…

  • 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?“