RSS

Tag Archive | "javascript"

Google Developer Day 2007 (London)

Sunday, June 3, 2007

0 Comments

On Thursday I attended the Google Developer day 2007 event in London and overall I’d say it was worth the day out of the office.My headline excuse for going was that I’m working on a project that requires some Google Maps integration and as there was a 1.5 hours hands on workshop on it I [...]

Continue reading...

Superb Javascript lectures

Sunday, June 3, 2007

0 Comments

As someone doing more and more frontend development using javascript I’m trying to shore up my knowledge a bit. For example some of the shortcut syntax I wasn’t sure about and I knew I could do with more backgound on how the language deals with objects. With this is mind I’m half way through Douglas Crockfords [...]

Continue reading...

Mochikit Widgets

Monday, March 19, 2007

0 Comments

I’ve been using Mochikit extensively for some heavy interface development work that i’ve been doing recently. Well I needed a ’slider’ widget for sizing some elements on-the-fly and was hoping not to write my own. Luckily I stumbled across UI4Web which used Mochikit as a base and supplies out-of-the box a slider control, amongst others. I had [...]

Continue reading...

Symfony and AJAX

Sunday, November 19, 2006

2 Comments

I’ve been playing with the AJAX support in Symfony this weekend and I’m blown away by how easy it is. Today I put together a detailed/summary view switcher for a list of items coming from a database with a (script.aculo.us) fade in/out effect and I didn’t need to write one line of JavaScript. Now that’s what [...]

Continue reading...