Jahr: 2003
-
Dion Almaer: Give your DB a break
Dion Almaer (focused on Java, but interesting nevertheless): „This article discusses how caching data in front of the database can give our DB a break, and allow for faster running, and more available applications. In particular, We will look at: What is clustering? Using a distributed cache Caching strategies Read-through / Write-behind caching Technologies that…
-
Mark Sigal: The inter-personal information manager (iPim)
Mark Sigal dreams of The inter-personal information manager: „One such tool that is needed I will call an inter-personal information manager (iPim). […] This iPim has seven key functions: search, save, organize, share, publish, play and transact. […] Ideally, the iPim can support traditional discussion-style threads, maintain associations between related content items (e.g., a product…
-
InfoWorld: Open source citizenship
Jon Udell’s question: „Is all take and no give the dirty little secret of the open source movement?“ „Flashline sells a repository-based software asset management system. He [CEO Charles Stack] told us that his customers indeed manage lots of open source assets in that repository. What they don’t do, though, is share their modifications to…
-
PHP Everywhere: Natural Born Killers of PHP
PHP Everywhere: „With any of the following natural born killers, one thoughtless line of code can result in a unbearable x100 times slowdown: SQL statements Regular expressions Network calls“
-
PHP & Parrot
PHP Everywhere lets us know that Thies Arntzen and Sterling Hughes are experimenting with PHP running in Perl 6’s Parrot VM (here’s a PDF of their slides). They say it’s FAST…
-
Jakob Nielsen: „About Us“
Jakob Nielsen talks about the „About Us“ page: „Saying who you are and what you do is basic politeness in any conversation. In business, it’s also good to establish credibility and respect by explaining your company’s origins, how you view your business, and how you relate to the community. The Web is very depersonalized, but…
-
Jon Udell: Apple’s Knowledge Navigator revisited
Jon Udell: „During my session at BloggerCon I referred to Apple’s famous Knowledge Navigator concept video. I first saw that video in 1988. Today I tracked down a copy and watched it again. It stands the test of time rather well! Certain elements of that vision are now routine — for example, Google found me…
-
JSRS Javascript Remote Scripting
Using the JSRS Javascript Remote Scripting library (or is it this one?), it seems to be very easy to make server requests from an HTML page without reloading it…
-
calabashmusic.com’s „main“ table
Jacob Singh has posted a great comment where he explains something that reminds me so much of Topic Maps, or what I’d love to use them for: „I use a table called main (bad name) which contains almost all peices of data in the site. Weird huh? but it’s great. A typical record will contain…
-
phpPatterns: The Front Controller and PHP
On phpPatterns, Harry Fuecks wrote a nice article (with interesting comments contributed by other developers) discussing what we PHP developers all have to decide on: What’s our website „architecture“? His conclusion: „The solution is very simple – have your Page Controller load the Intercepting filter and forget about Front Controllers, which are already being taken…