Archive for the ‘Web development’ Category

10 Principles of the PHP Masters

I found an article about 10 principles of the php masters. There is an interesting thing about the list however. Number 7 and 8 on the list will be impossible to follow at the same time for example.
The list is as follows:

Use PHP Only When You Need it – Rasmus Lerdorf
Use Many Tables [...]

March 17, 2009  Tags:   Posted in: Web development  Comments Closed

Social Medias – The New Way to Trade?

This friday I am going to a seminar on E-business with some great danish speakers on the subject. Most notable – I guess – is Martin Thorborg, known especially in Denmark for starting Jubii and SpamFighter. He will be speaking about “How to Make Big Bucks on Social Media” (losely translated by yours truly). A [...]

March 10, 2009  Tags: ,   Posted in: Business, Development, Web development  Comments Closed

Plugd – Dojo: the missing APIs

Just today, while reading about the release of the Dojo Toolkit 1.3 beta, I learned about the plugd addition to Dojo Toolkit. The author of plugd describes it this way.

The API’s found in plugd are loosely based on “my favorite bits of jQuery” … this is not meant to be a ‘compatibility shim’ of [...]

March 9, 2009  Tags: , ,   Posted in: Development, Web development  Comments Closed

Dojo Toolkit 1.3 Beta is Out

Alex Russel just (well a couple of days ago) anounced that the beta of the newest version of Dojo Toolkit is available. I’m looking forward to the actual release of this version, it seems very very fast.
Dojo has always (since I got around to learning about javascript frameworks anyway) been my favourite js-framework. Maybe [...]

March 9, 2009  Tags: ,   Posted in: Development, Web development  One Comment

SSO For Webapplications

As I have talked about several times, I am planning several saas projects in the future. The amount of ideas vastly surpasses the amount of time available to create these projects, but one of the things I can do until I (and possibly a small team of other people) decide to actually do any concrete [...]

March 9, 2009  Tags: , , ,   Posted in: Development, Web development  One Comment

PHPExcel and Google Docs Together

With the excellent PHPExcel library it is possible to write Excel data to Google Docs Spreadsheets. Maarten Balliauw has written a post about Saving a PHPExcel spreadsheet to Google Documents a method which uses the ZEND_GData module from Zend Framework.

March 8, 2009  Tags: , , ,   Posted in: Development, Web development  Comments Closed