Jahr: 2003
-
Blogs, homepages and privacy
Andy Oram points to a fascinating Swedish court decision: „Mrs Lindqvist also described the work done by her colleagues and their hobbies in mildly humorous terms. In several cases their family circumstances, their telephone number and other information were given. She also mentioned that one of her colleagues had injured her foot and was working…
-
Connecting XUL Applications with PHP
phpPatterns: „So, you have looked at XUL and think it’s pretty cool stuff. But, you hate programming with javascript and are stuggling to leverage the power of your favorite scripting language, PHP. There are ways around this, but the minefield of the Gecko security model is a little to much work to figure out. Well,…
-
The unpublished book on Microsoft insecurity
Jason Coombs on Bugtraq: „I wrote an information security book last year under contract with Microsoft Press. The book was never published — among other things it explains truthfully the poor security condition of Windows and offers detailed instructions and advice for defending against Microsoft’s bad business practices and incorrect security decisions. URLs for the…
-
Mining message metadata
Jon Udell: „Point-to-point integration is out; event-driven communication across a common message bus is in. When you build a system this way, message queues are the first and best way to take the pulse of its real-time state.“
-
Clay Shirky on The Semantic Web
Clay Shirky does a great job explaining why the Semantic Web is a myth: „Descriptions of the Semantic Web exhibit an inversion of trivial and hard issues because the core goal does as well. The Semantic Web takes for granted that many important aspects of the world can be specified in an unambiguous and universally…
-
SOAP vs. REST
What’s the right way to design/structure a Web Service? These two articles show the limitations of SOAP: Hao He explains why SOAP is not SOA. And Paul Prescod promotes REST… „[REST] applies the principles of the Web to transaction-oriented services, rather than publishing-oriented sites. When we apply the strategy in the real world, we do…
-
PHP Coding Standards
I like Fredrik Kristiansen’s PHP Coding Standard better than the PEAR one, but we’re actually conforming to none of them…
-
Web Services Without SOAP
Adam Trachtenberg at ONLamp.com: „Therefore, REST advocates claim, there’s no need to layer the increasingly complicated SOAP specification on top of these fundamental tools. […] There may be some community support for this philosophy. While SOAP gets all the press, there are signs REST is the Web service that people actually use. Since Amazon.com has…
-
PHPCon coverage
Brian Goldfarb from Microsoft liked attending PHPCon, and John Coggeshall wonders why Microsoft might care about PHP. And David Sklar thinks there’s a Virtual Machine War going on between Parrot and CLR, especially now that Thies and Sterling started talking PHP/Parrot…
-
Profiling PHP’s Performance using APD
PHP Freaks reprints a Linux Journal article on Profiling with APD.