-
Hebrew Date v1.0.1
Based on an idea I “borrowed” from Jacob Fresco, I’ve added the ability to insert the current Hebrew Date (with sunset correction!) anywhere in a theme. Simply add <?php if (function_exists(‘hebrewDateCurrent’)) { hebrewDateCurrent();} ?> to a theme. The code can be downloaded Hebrew Dates release page under the Software section. The code needs some major […]
-
Hebrew Date 1.0.0 Released
As you may have seen earlier, I’d picked up development of the Hebrew Date plugin from KosherJava. Today, I’m officially releasing version 1.0.0. Much of the logic is rewritten, but most of the credit goes to KosherJava! To install, download the plugin (from here),activate, and enjoy! There are lots of fun config options under the […]
-
Serial Port Data Logging
I recently needed an application to save data from a serial port to a text file. Although most terminal emulators like ProComm can handle this, it’s quite a lot of overhead for such a simple task. I came up with the following solution, which works for Windows only (b/c 90% of the interesting code is […]
-
Even more changes to Hebrew Dates!
Latest changes: Lots of code cleanup. Easier to add languages (I’d like to add an academic spelling as well) Support for full names (Marcheshvan, Menachem Av) XHTML 1.1 compliant! (span rtl) Screenshot of the current configuration page:
-
More Hebrew Dates Updates
I’ve added a few more things to the Hebrew Dates plugin patches I mentioned earlier: Configuration screen shows when an update was performed, option of showing Hebrew (or transliterated) only, Gregorian – Hebrew, or Hebrew – Gregorian, and some general code cleanup …