RSS

Archive | August, 2007

Setting PHP error reporting from a vhost or .htaccess

16. August 2007

1 Comment

Here on our dev servers we turn PHP error reporting full on so we get to know of any issues with our code well before it hits production (where errors are turned off). This does however cause problems with older legacy sites that generate reams of warning errors because the developers were slack and - [...]

Continue reading...

Symfony’s most popular plugins

15. August 2007

0 Comments

Francios a core member of the Symfony team recently blogged about the 20 most popular plugins of the Symfony project based upon page views. That list is: sfSimpleCMSPlugin sfGuardPlugin sfPropelActAsNestedSetBehaviorPlugin sfMediaLibraryPlugin sfSimpleBlogPlugin sfSimpleForumPlugin sfFeed2Plugin sfgWidgetsPlugin sfThumbnailPlugin sfUJSPlugin sfControlPanelPlugin sfFormValidationPlugin sfMogileFSPlugin sfLightboxPlugin sfCaptchaPlugin sfNiftyPlugin sfPrototypeWindowPlugin sfPropelLoadbalancerPlugin sfSavvyPlugin sfYzClientSideValidationPlugin I find it very interesting that the ’simple’ ones are all in the top 6 with the CMS one - which is very new - already taking up top spot. It [...]

Continue reading...

Workshops For Web People

14. August 2007

0 Comments

I recently got wind of a new workshop on The Multipack’s forum called Transcending CSS being presented by CSS don Andy Clarke of Britpack, and this book fame. Not sure what bribes they used to get him doing this but it’s definitely happening and I’ve already booked my place before they sell out. I also really [...]

Continue reading...

installing the Symfony plugin sfSimpleCMS

2. August 2007

7 Comments

I was recently asked if I’d sucessfully got the Symfony plugin sfSimpleCMS working and I’m afraid my answer was no. I had tried briefly when preparing for my talk, but something didn’t work and I carried on with other things. Being reminded of it and having an hour to kill before I head off to the [...]

Continue reading...