php example

Content Security Policy introduction - Evert Pot

Planet PHP  Mon, 08/09/2010 - 04:13

I blogged about Content Security Policy about 2 year ago when it was still called 'Site Security Policy'.

It started as a specification and an add-on, and turned into a patch a bit later. Finally it made it into Firefox 4 beta 1.

I think CSP is the next web security revolution, so make yourself aware of how it works and the implications.


 

Architexa Blog: Simplifying Dependency Injection

PHPDeveloper.org  Mon, 04/19/2010 - 11:58

Dependency injection is becoming a more and more popular topic among developers, but for someone just starting out with it, a lot of the sites out there explaining it can be confusing.

On the Architexa blog there's a dead simple explanation of DI and what it's good for (warning: it's not a PHP example, but it translates over).


 

NETTUTS.com: A Deeper Look at mod_rewrite for Apache

PHPDeveloper.org  Wed, 09/16/2009 - 09:43

This new tutorial from NETTUTS.com (by Joseph Pecoraro) takes a more detailed look at the mod_rewrite module for Apache and shows how it can work with PHP to grab information directly from the URL.


 

Chris Jones' Blog: Inserting and Updating Oracle XMLType columns...

PHPDeveloper.org  Mon, 07/13/2009 - 07:14

All of you Oracle users out there might want to check out this recent post from Chris Jones, especially if you've been using the XMLType columns in your tables.


 

Timothy Boronczyk's Blog: Currying in PHP

PHPDeveloper.org  Fri, 07/10/2009 - 12:33

Timothy Boronczyk has posted about an interesting concept you could use in your applications - currying (made possible in PHP 5.3.x and above):