Posts Tagged ‘tutorial’

Get-the-image-link: Developing a simple WordPress Plugin

Get-the-image-link: Developing a simple WordPress Plugin

One of the really cool things about WordPress is that when you want to extend its functionality, more often-than-not, someone has already written a plugin for it. However, in my case, the available plugin didn’t do exactly what I wanted. So, I decided to write my first Wordpress plugin. Here I describe the basic but very important concepts that a novice plugin developer needs to learn. Continue reading

Tags: , , , , ,
Posted in Plugin :: 21 Comments »

PureMVC Console – Shines a light inside the MVC triad

PureMVC Console – Shines a light inside the MVC triad

I was checking the PureMVC website today and came across PureMVC Console developed by the good folks at Kap Lab. This is an absolutely invaluable tool to figure out in real-time what is going on inside the Flex PureMVC framework in a running application. Continue reading

Tags: , , , , , , ,
Posted in Debugging, Flex :: 4 Comments »