Entries Categorized as 'PHP'

A few people I follow on Twitter (and who else should *I* follow?)

Date May 5, 2008

I’ve been asked a couple time recently for a list of ‘web’ people that would be useful to follow.  Here’s a partial list of some people off the top of my head.  If you’re not on the list, and I follow you, and you’d like to be, just add yourself and what sort of stuff [...]

WebDevRadio podcast series - Interview with Brian Moon on scaling LAMP

Date May 3, 2008

This is the last in my MySQL conference series.  Brian Moon, author of Phorum and Sr Developer at Dealnews.com, sat down and gave a recap of his two presentations.  We have here nearly a full hour of his insights in to PHP/MySQL scalability, both with an app like Phorum and a more complex environment like [...]

New jobs board at jobs.webdevradio.com

Date April 29, 2008

I’ve been meaning to do this some time, and finally found the time to do it - jobs.webdevradio.com is up and functional (though quite empty at this point!) One of the things I mentioned on my podcast (webdevradio.com) one more than one occasion is that I tend to attract recruiters. Rather than just [...]

New WebDevRadio podcast up - SilverStripe CMS interview

Date April 26, 2008

SilverStripe is a PHP5-based CMS from down under (New Zealand!).  I had a chance to meet with Sigurd Magnusson, one of the project’s founders, and discuss the project’s history, current status as an open source project (BSD-licensed), and where it’s heading.  Have a listen!
 Did you like this post? Buy me a hot chocolate!

Continuous Integration with phpUnderControl

Date April 26, 2008

I’ve put together a small page with some notes which have helped me during my recent set up of phpUnderControl.  I will probably add more to the list in the coming weeks, but these are a couple stumbling blocks I hit the past few days.  If you’re not using phpUnderControl, you owe it to yourself [...]

My project checklist - what are yours?

Date April 23, 2008

I’ve been taking on a lot of small projects lately, and have been noticing the same problems over and over.  I’ve seen these for years, but I’ve dealt with far more projects in a short time than I ever did in the past.
The checklist below wouldn’t necessarily determine if I’d take a project or not, [...]

WebDevRadio podcast - Symfony Project at MySQL User Conference

Date April 21, 2008

I had a chance to catch up with the Symfony guys at the MySQL User Conference a few days ago.  We get some background on the Symfony project, and a glimpse as to where things are going in the near future.
This was my first ‘from the floor’ recording - I think the levels are *OK*, [...]

Watching OBM presentation

Date April 16, 2008

The KickFire people stayed too long in the room before OBM, so I think they’re having to cut short the presentation - there were some display problems too which took some time.  Given that, the presentation has been good, if a bit rushed so far.  OBM has been developed in France for the past 10 [...]

New Magento module for manufacturers

Date April 16, 2008

A new module for Magento was put out in to early release today.  The module provides “made to order” functionality for ecommerce shops which need to provide custom ordering capabilities for ‘just in time’ manufacturing. From the module author:

The MTO module allows users to enter in specific dimensions in for any product and that [...]

Joe Stump @ MySQL

Date April 15, 2008

Listening to Joe Stump from Digg.com talk about SOA and MySQL and some PHP.  One key thing he’s repeating is using a service layer to access data asynchronously.  His advice right now is to group data requests at the top of a user request, do them asynchronously, and then use the data in the rendering [...]