Tag Archives: php

Building Joomla 1.0.x component

There are a few resources making the Joomla source code easier to browse…
Joomla-Tipps produced using Doxygen, includes reference graphs. Which were particularly useful in working out where I should be looking for this save action! Unfortunately the notes are in German… but the Joomla source comments are still in English…
Digression: Do people think that language […]

Getting a dev environment running quickly

It can be a real pain getting everything together, especially when upgrading software, or moving around. Today I am faced with this problem. My old development environment is dead; I have one day to get a new environment running and do some useful work. I’d also like to catch up with a friend for coffee, […]

Top commentators

As you can see - presuming it still exists when you visit - I am displaying the top commentators. This Wordpress plugin is supplied by Nate Sanden and includes modifications to provide a widget by Karol Krizka.
I have edited the widget to fit the template styles; and I have removed an extra function that looks […]

Building an interactive website using CakePHP - Part 1

Step 0:
For starters, I am following the example - building a blog using CakePHP in the CakePHP Manual. From there I’ll make it do what I want, but I’ll also want to add other functionality. That will likely take a while, so you’ll have to wait. Part 1 covers the development done on day […]

Social butterflies part 2

In my earlier blog post Social butterflies, I had difficulty getting the sociable plugin. I’m not sure why the site wouldn’t load then, as it happily loads now. Anyhow, I’ve activated the sociable plugin, instead of my own.. with a couple of changes, and it is very easy to add new social bookmarks to the […]