29Jul/103

Free online dictionary

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/

Filed under: php, software 3 Comments
26Jun/109

phpMyDict – Stardict web backend with PHP

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...

2Dec/090

PHP logging using Javascript/HackerConsole

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.

Filed under: php Continue reading