Tag Archives: php

regex PHP

Doing some playing around with the regex in LastRSS and was wondering what
“‘<$ti.*?>(.*?)</$ti>’si”
might mean… looks like it is treat newlines as whitespace and be insensitive to case. But I’ll have to test the sin out of it anyway. And I found a good PHP resource, as well as some good stuff on PHP regex.

Eclipse PDT : PHP development tools

Once you have installed any version of eclipse (I went with Europa 3.3, it comes in the openSuse software repositories), unfortunately the version doesn’t come with many plugins and installing PHP tools was a pain.
So I’m going with PDT all in one Eclipse 3.3. The PDT team seem to have dropped the ball with Eclipse […]

James project space

I’ve got a few projects that I need to get some traction on… and I thought several of them are worth sharing, remembering.
In the Java space:

Swing web UI with localisation
Swing web services with ageci security and hibernate
Java/JNI debugging

In the PHP space:

Articles template/formatting component for Joomla (and Grad Jobs website)
PHP C extensions
CakePHP 1.2 RC2 example application

And […]

Post views and flags of the world icons

Digression: My development and web 2.0 categories are often rather ambiguous. If the topic is wordpress, then the category I would choose is web 2.0. If the topic is PHP, then development. Obviously we often write Wordpress customisations in PHP…
Flags of the world icons from famfamfam.com are based on the ISO 3166-1 alpha-2 country codes.
I’m […]

Recent views widget

The recent views widget is really the post views plugin widget. I’d quite like to see the popular activity over the last week or month. But using the statistical plugins I have, that sort of information is a little difficult to grab.
But I am looking at a way to get the data I want from […]