Archive for the ‘php’ Category

Free online dictionary

Thursday, July 29th, 2010

http://a32.me/dict/


It is web based, ajax, searches through 100M+ words very fast.

Source code is available on request. More details are here http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/

phpMyDict – Stardict web backend with PHP

Saturday, June 26th, 2010

Stardict is a popular open source dictionary program as well as file format for storing dictionaries. There are alternatives of StarDict, some of them better, some worse. But I never meet some WEB application to use dictionaries in StarDict format and interface through the web browser. I found this little interesting and created one…

(more…)

PHP logging using Javascript/HackerConsole

Wednesday, December 2nd, 2009

Every PHP developer faces script debug issues. Simple way of var_dump variable content to HTML is of course the simplest but not convenient. It crashes site design and is not suitable for large amount of data.

I’d like to advertise nice tool to solve this issue. HackerConsole by dkLab, it is simple, fast and easy to use.

(more…)