Tag Archives | PHP

Debugging with PhpED and DBG

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 buy cheap cialis 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 [...]

Continue Reading

A Blank WordPress Theme

I’ve just uploaded a blank WordPress theme called Naked that I built to assist those (like myself in the past) who have canadian phamracy no prescription a need to quickly roll-out a WordPress theme with a custom look and feel but may not necessarily have the time to start from scratch. It is purposely very [...]

Continue Reading

Symfony’s most popular plugins

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’ [...]

Continue Reading

Come and work with me

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

Symfony job going

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

Continue Reading

Remote PHP debugging

After 8 or so years of being a professional web developer I today finally cracked using a debugger with PHP. I’ve been a long suffering PHPEdit user from since it was open source and into having to pay (twice) for a licence. Unfortunately I started getting very irritated by some annoying and performance degrading bugs [...]

Continue Reading

Emulating PHP’s substr() with Smarty [sort of]

Today I had a requirement to strip off the first 9 digits from a string from within a Smarty template. The system using Smarty is *totally* locked down so no access to plugins or using php functions as modifiers so I could not simply do $string=substr($string,9); or even {assign var=”shorterThing” value=$thing|substr:9} In the end I [...]

Continue Reading

Midlands interweb groups

I've only been living in the midlands for a few months now but have already found two promising groups: The Multi Pack and PHP West Midlands. Multipack seems to be a bit more designery but they are organised, have a great website and put on meet-ups. It seems that some of the organisers are also [...]

Continue Reading