Posted by: Stephen Gray on: 26 September, 2008
I’ve just made a change to a symfony project’s schema.yml file and tried to rebuild the model and came across this error message:
Unable to parse default value as date/time value: ‘0000-00-00 00:00:00′
Which was stopping the build. After looking at various places, it seems this is a problem with Creole, (propel’s DBAL).
Before PHP v5.2.4, you could [...]
Posted by: Stephen Gray on: 22 September, 2008
I’ve been working over the weekend on a site and I got to the part of writing the client side MVC using jQuery (because I love the idea now!).
I found out that jQuery has a nice little method for loading external scripts into the page at run time called getScript(). It basically gets the contents [...]
Posted by: Stephen Gray on: 17 September, 2008
I wrote a while ago about creating a client side MVC system in javascript.
Yesterday at one of the talks SproutCore was mentioned. I had a look today and it looks very promising. It’s a full framework designed to create full ‘thick client’ javascript applications. The core of it was written in Ruby and I haven’t [...]
Posted by: Stephen Gray on: 17 September, 2008
I had the fortune yesterday to attend the Google Developer Day 2008 in Wembley Stadium with a colleague from work.
We were told there were around 800 people there but with everyone sat down at the morning keynote meeting it didn’t seem like so many. Also, pretty much everyone there had an iPhone! Everywhere you looked [...]
Posted by: Stephen Gray on: 15 September, 2008
I just remembered that I had trouble finding out what I could access with this event handler function. Sure it was easy to find out when the event is dispatched, but how can I access the new field value edited by the user? How do I access the previous value?
So this is just a simple [...]