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.
At GitHub, radgeek merged a pull request in radgeek/feedwordpress
Recent code updates from Rad Geek at github.com:
Fixing the use of the filter `syndicated_item_updated`, so its return… #108…ed value is actually used
+1 -1
Check out the details at GitHub.com ...
At GitHub, radgeek pushed to master in radgeek/feedwordpress
Recent code updates from Rad Geek at github.com:
radgeek pushed to master in radgeek/feedwordpressAug 19, 2020 2 commits to master
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 »
Check out the details at GitHub.com ...
At GitHub, radgeek merged a pull request in radgeek/feedwordpress
Recent code updates from Rad Geek at github.com:
Fix use of explicitly set empty string post metavalue #109There maybe a better way of fixing this, such as changing
do_substitutions()
to return['']
instead ofnull
for this case, but this fixes the probl…+4 -1
Check out the details at GitHub.com ...