You are here:
Web Development.
Part of what I do is web development. Mostly freelance work and open-source projects, and mostly involving one or more of the following: the WordPress publishing ecosystem, web publishing platforms, open content markup and publishing, decentralized peer-to-peer communications, feed parsing and aggregation, PHP, and JavaScript. This page offers downloads, docs, and news and updates for some of my ongoing web development projects.
radgeek merged a pull request in radgeek/feedwordpress
…ed value is actually used
radgeek pushed to master in radgeek/feedwordpress
-
e6e88a0
Merge pull request #109 from kaldor/fix-use-of-explicitly-set-empty-s…
-
32b57aa
Support an explicitly set empty value for a post metavalue - whilst s…
- 1 more commits »
radgeek merged a pull request in radgeek/feedwordpress
There maybe a better way of fixing this, such as changing do_substitutions()
to return ['']
instead of null
for this case, but this fixes the probl…