RSS

Archive | Technology RSS feed for this section

Debugging with PhpED and DBG

20. January 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...

Word 2007 save as PDF

28. September 2007

0 Comments

I have Office 2007 and I have Adobe CS3 (on Vista). Adobe CS3 comes with Acrobat and Acrobat Distiller but I’ve not been able to get Word 2007 to play nicely with either so I can create PDFs from Word like I used to. I was about to sit down and fix the issue once and [...]

Continue reading...

CSS support in modern email clients

16. September 2007

1 Comment

Whatever your opinion about HTML emails if you are charged with writing them then you’ll definitely want to make sure that they are as consistent as possible across the board for desktop and webmail clients. Well, luckily for us the guys over at campaign monitor came up with a really useful guide drilling down into specific [...]

Continue reading...

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...

Come and work with me

30. July 2007

0 Comments

After recently passing the 1 year milestone I’ve decided to bite the bullet and take on a couple of extra resources at Siftware increasing the headcount to 5. The aim is to free me up to spend more time on managing this and other business interests. I don’t do this lightly as it’s a huge [...]

Continue reading...

New Symfony plugin: sfSimpleCMSPlugin

17. July 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...

Installing Windows Vista Ultimate x64 on a Mac Pro

30. June 2007

7 Comments

Here’s a simple how-to for installing Windows Vista Ultimate x64 on a Mac Pro. Get a Mac Pro. Mine is a 3 month old Quad core (2.66Ghz) Xeon with 4GB Ram and a number of SATA drives. Install bootcamp (I used beta 1.3) and burn the drivers CD Install Vista, I did mine to a spare SATA drive [...]

Continue reading...