RSS

Tag Archive | "symfony"

Debugging with PhpED and DBG

Sunday, January 20, 2008

0 Comments

As long-term PhpED user I’ve always been well aware that I was not making the most of some of the more powerful features of my IDE, particularly the debugging capabilities. Well this week I finally got debugging set-up properly and as per most of my other blog posts I’m listing what I did here for [...]

Continue reading...

Symfony’s most popular plugins

Wednesday, August 15, 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...

installing the Symfony plugin sfSimpleCMS

Thursday, August 2, 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...

A Pragmatic Look At Symfony

Sunday, July 29, 2007

8 Comments

On Thursday I presented to around 30 developers attending the July Bristol Skillswap at Bristol’s Watershed. It was my first ever public speaking gig (if you ignore some sales presentations) and I’m delighted by how well it went. The talk was a ten minute powerpoint introduction and then 45 mins of live coding - this was [...]

Continue reading...

New Symfony plugin: sfSimpleCMSPlugin

Tuesday, July 17, 2007

1 Comment

Preparing for my talk I was on the Symfony wiki and came across this: This plugin allows you to add a simple Content Management System (CMS) to your symfony application with the following features: * Uses Javascript and Ajax to provide a neat user experience * Edit zones in pages * Edit page URL (you can use / in [...]

Continue reading...

A Symfony talk at Bristol Skillswap

Monday, July 16, 2007

2 Comments

So it’s public now, I’ll be doing a stand-up talk on Symfony for Bristol Skillswap on the 26th July in the Watershed.

Continue reading...

Symfony book released and codebase tagged 1.0 RC1

Wednesday, January 31, 2007

0 Comments

Symfony, the PHP5 framework that I’ve firmly adopted at work for any new bespoke projects went to version 1.0 RC1 this week. Symfony is great, not just because it allows developers like me to get on and build complex, easily maintainable apps but also because the documentation is superb. When I picked it up 5 months ago [...]

Continue reading...

Symfony job going

Wednesday, January 17, 2007

2 Comments

Sensio, Fabien Potencier’s company yesterday announced a great sounding job right up there in the ticks all the boxes category: Whether you currently live in the US or in Poland, if you know symfony well enough, we’re interested. The positions are in Paris, France, and we are willing to do the necessary paperwork and look for [...]

Continue reading...

Symfony and AJAX

Sunday, November 19, 2006

2 Comments

I’ve been playing with the AJAX support in Symfony this weekend and I’m blown away by how easy it is. Today I put together a detailed/summary view switcher for a list of items coming from a database with a (script.aculo.us) fade in/out effect and I didn’t need to write one line of JavaScript. Now that’s what [...]

Continue reading...