Archive for November, 2006

Learn japanese using PHP!

I’ve developed a small PHP script that can act as your own personal hiragana and katakana tutor. What it does is simply displaying a number of random romaji like “n go ho yu do wo pe hi chi ko” and then you simply write the answers on a paper. If you do not know the correct kana just press “Answers” and you’ll get them!

Try the Kana Tutor!
Get the source!

Ajax.InPlaceSelect updated

Thanks to Jay Buffing the Ajax.InPlaceSelect is now updated. The selected value is sometimes tainted with whitespace making the default selected value to fail. But Jay added a regexp to remove that.

Read more about Ajax.InPlaceSelect and download it here

Posted in General | Comments (1)

Ajax.InPlaceDateTimeSelect

I’ve written an extension for script.aculo.us. It’s a simple inPlaceEditor for date & time fields. I creates one select box for each: Year, month, day, hour and minute.

Go to the project page for Ajax.InPlaceDateTimeSelect

Posted in General | No Comments