Category Archives: Development

telemeter-indicator

Proud to announce a simple but pretty useful tool that checks your Telenet Telemeter status and displays it in the indicator bar. It is specifically created as a debian package for Ubuntu. Website Launchpad If you want to use the … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Nexus One & Android Froyo, a step in the right direction

I have my Nexus_oneW for two weeks now, and although it crashed a few times (including a power reset) while extensively testing it, I must admit that I love it. The speed of this phone is just amazing. I cannot catch … Continue reading

Posted in Development, Hardware | Tagged , , , | Leave a comment

Scripting Security

I recently read an article about website security on phpfreakz which is in Dutch. The title is “Webprogrammer’s Hacking Guide” which is pretty self-explaining. The article discusses most common programming mistakes. Most of them can be avoided by seriously checking user … Continue reading

Posted in Development | Tagged , | Leave a comment

PHP Interfaces

I know php interfaces for quite some time, and they are a very usefull construction in PHP especially when working with multiple programmers on some big projects. I probably dont use it enough, and thats why I post it here, to remind … Continue reading

Posted in Development | Tagged | Leave a comment

Full text search

If you ever need a decent search engine, you have to use the full text search functionalities of MySQL. Query expansion is a nice feature that should be used on all search engines: Full-text search supports query expansion (and in … Continue reading

Posted in Development | Tagged | Leave a comment