Jahr: 2005
-
Optimizing PHP and Oracle
John Lim at Oracle Technology Network – Optimizing PHP and Oracle: „In this first installment in the DeployPHP Series, I’ll discuss this checklist for developing and deploying powerful and scalable PHP applications on Oracle: 1. Choose the right extension API. 2. Know when to fetch and hint. 3. Be smart about binding. 4. Use a…
-
PHP Security Briefing
Chris Shiflett has published nice slides summarizing his PHP Security Briefing [PDF].
-
Life After Ajax?
Micah Dubinko at XML.com – Life After Ajax?: „Working on a crossword puzzle with ink means two things: you find yourself more conservative, (You wait until you are fairly confident before committing to something.) and when you inevitably make a mistake anyway, it gets messy to patch things up. Software development is the same way.…
-
Why PHP Scales – A Cranky, Snarky Answer
George Schlossnagle – Why PHP Scales – A Cranky, Snarky Answer: „In every application I’ve ever worked on application performance was governed by the following factors, in rough order of their importance: stupid use of network resources stupid use of databases stupid algorithm design stupidly ignoring contention issues stupid language inefficiencies Notice how PHP being…
-
How do you design a remixable Web application?
Jon Udell – How do you design a remixable Web application?: „A website that wants to be remixable will deliver content as XML and behavior as script. These aspects can be, and will be, combined server-side for Web 1.0 clients, but Web 2.0 clients will increasingly be able to do this processing for themselves. So…
-
Backpack
From the Backpack Manifesto: „Some have called Backpack „a wiki with out the wacky.“ Others have called it „blogish.“ Others have said it’s a project management tool for all the little things in your life. Some say it’s a application that helps you get things done. Some have called it Basecamp’s little brother. Call it…
-
Sony products are too much trouble – The Queen
According to Macworld UK, „iPod user HRH Queen Elizabeth II has admitted she finds Sony products too difficult to use. Sony’s new CEO Howard Stringer recounted a luncheon with the Queen to Sony shareholders. He told them that the Queen had struggled with certain Sony products. According to Stringer the Queen told him: „I have…
-
Calling SOAP Servers from JS in Mozilla
Zachary Kessin at ONLamp.com: „This article shows how to set up a simple SOAP server in PHP and call it from JavaScript.“
-
What Developers Want
Murugan Pal at ONLamp.com – What Developers Want: „Irrespective of the language programmers choose for expressing solutions, their wants and needs are similar. They need to be productive and efficient, with technologies that do not get in the way but rather help them produce high-quality software. In this article, we share our top ten list…
-
Rails vs. PHP: MVC or view-centric?
David Megginson – Rails vs. PHP: MVC or view-centric?: „This week, I decided to try PHP and Ruby-on-Rails for prototyping web applications (I’d never used either before). […] So why did I like PHP so much better than Rails?“