Page Tagger 0.3.5 and Common-Utils
A new version of Page Tagger is now available. Grab it now from here or the WordPress plugin repository.
Also, I’ve put up a few Java classes I wrote a while back as a small library called Common-Utils. Included within are the following:
ArrayUtils– Utility methods to fill an array with a given value or check if it contains a given value.DynamicArray– A resizable “static” array for when you don’t quite need the full flexibility ofArrayList.NonMutableIterator– Wraps around a normalIteratorand disables use of theremovemethod.
-
Will L
-
ram
