Jahr: 2003
-
Tim Berners-Lee: Principles of Design
Tim Berners-Lee lists his principles of good design: „Again and again we fall back on the folklore of the principles of good design. Sometimes I need a URI for them so this is started as collection of them. I have written about some in many places. Principles such as simplicity and modularity are the stuff…
-
Java is the SUV of programming tools
Philip Greenspun: „A project done in Java will cost 5 times as much, take twice as long, and be harder to maintain than a project done in a scripting language such as PHP or Perl.“ Back in 2001, Paul Graham wrote a very nice related essay, Java’s Cover: „Over time, hackers develop a nose for…
-
Jakob Nielsen: Time to Make Tech Work
In his Alertbox, Jakob Nielsen lays out his visions on software development: „Just as Francis Fukuyama was wrong in predicting „the end of history,“ it would be wrong to predict the end of IT innovation. We still need some new features; hopefully they’ll emerge more slowly than in the past, and be more solidly designed…
-
Jakob Nielsen: Misconceptions About Usability
Alertbox: „Usability can save time by helping you quickly settle arguments in the development team. Most projects waste countless staff hours as highly paid people sit in meetings and argue over what users might want or what they might do under various circumstances. Instead of debating, find out.“
-
Computers are fast. Software can be.
Tim Bray: „Computers are amazingly, remarkably, unbelievably fast. When you’re executing compiled code that’s running around structures in memory (and they actually fit in memory), you can do stupendous quantities of computation with no perceptible delay. It’s easy to forget that now; there are so many layers of database and application server and virtual machine…
-
Smileys turn 21
Nice summary of the „Joke“ Conversation Thread in which the 🙂 Was Invented by Scott E Fahlman in September 1982…
-
Internet Explorer XMP JPEG display bug
Finally, someone else realises that there’s a nasty bug in Microsoft IE related to Adobe XMP as written by Photoshop 7. Steven Frank writes: „Windows versions of Internet Explorer, mostly 5.5 and 6.0 get thoroughly confused by a file that identifies itself as .jpg but contains XML. When you try to load one of these…
-
More pleasant surprises, please
Jon Udell: „Software should recognize our patterns and make our lives easier.“
-
Writing Socket Servers in PHP
Tutorials and examples: Zend.com: Writing Socket Servers in PHP Dev Shed – Socket Programming With PHP ONLamp.com: Introduction to Socket Programming with PHP Micah Lansing: MicahServer
-
Java trends: Scripting languages to the forefront
Let the Java experts talk about PHP: „You can be very clever with some scripting languages and do things you can’t do with regular Java,“ said Mukund Balasubramanian, CTO of Redwood City, CA-based Infravio, a Java and Web services integrator. „If you know how to use a good scripting language, you can save a lot…