Skip to content

Tag Archives: AOP

Another Tabbed Interface

15-May-07

This is a rather belated post and is sort of a continuation of my last post about Aspect Oriented Programming. I’ve made yet another tabbed interface widgety thing (like the ‘tubes needs another one) that uses AOP to add additonal features. A tabbed interface widget provided a nice problem for me to experiment with AOP. [...]

JS Fun

25-Mar-07

For the last few months I've been playing around with different design patterns and methodologies in Javascript. I've been looking at the Composite pattern and also Aspects Oriented Programming (AOP).
AOP is a way of changing the behaviour of existing code without modifying it. It does this by providing, what AOP calls, advice at certain [...]