Kategorie: Tim’s Weblog
-
The WorldWideWeb browser
Tim Berners-Lee on the world’s first web browser: „The first web browser – or browser-editor rather – was called WorldWideWeb as, after all, when it was written in 1990 it was the only way to see the web. Much later it was renamed Nexus in order to save confusion between the program and the abstract…
-
MVC in PHP
revjim.net tells us how to write better code in PHP: „Writing good, clean PHP code isn’t hard. One just needs a few simple guidelines.“ He’s explaining his approach to using Model/View/Controller architecture in a PHP application. (Not very well written, in my opinion – writing good, clean tutorials IS hard…)
-
The XML Handbook, Fifth Edition
I want one of those: Charles F. Goldfarb’s XML Handbook, Fifth Edition Take a look at the sample chapters The XML usage spectrum (PDF) and XML for machines (PDF), they’re nice to read.
-
German city reveals Linux migration tactics
ZDNet UK has a fun article on Schwäbisch Hall’s migration from Windows to Linux: „Once the migration was completed, though, there were concerns that the open-source software would be harder to use than Windows. Again, Schwäbisch Hall had a solution. „We put the chairwoman of our workers‘ council on stage in front of all the…
-
Leveraging RSS at Disney
Timothy Appnel lets us know that Walt Disney Company is using RSS for internal communication: „Internally, we are also leveraging RSS as a means of collaboration and communication for our software engineering teams. All engineers maintain blogs and use NewsAggregators to track tasks, projects, and new technology. In addition, we are tracking changes on our…
-
Writing man-pages
Peter Seebach on Linux.com: What you need to know to write man pages Guido Socher: Writing man-pages
-
Six tips for better RSS feeds
Gene Smith: „RSS and XML-based content syndication are really taking off. News organizations (like the NY Times) and business are increasingly using RSS to syndicate their content. RSS is also becoming the spam-free alternative to email newsletters. Most RSS feeds are automagically generated from a content management system. As more feeds spring up, and more…
-
PHP/Apache performance tuning
PHP Everywhere has a long article pointing to lots of resources on the topic: Tuning Apache and PHP for Speed on Unix. ONLamp.com’s shorter article is Introducing LAMP Tuning Techniques.
-
Linux Documentation: What’s There and What’s Needed
Andy Oram has written a nice article on Linux Documentation which is also a good read when thinking about how to document your own software…