February 9th, 2010


Best programming IDEs in Ubuntu (php,javascript,css,python,java)

by Dragos, on April 20th, 2009  

Here are some of the IDEs that i have tried and I liked.
Geany – simple editor, loads fast, has interesting features like code completion, syntax highlighting. Works well with Python 3
NetBeans – very good IDE. I am using it currently to develop a sophisticated website. Works well wit large projects. Drawback: no word-wrapping feature.
CodeBlocks – [...]

Best Apache+MySQL+PHP+FTP web server package

by Dragos, on November 18th, 2008  

As any other web developer, before uploading something functional to a remote server, first of all i need to test my work on my computer, right? I’ve tried many packages like TopServer (not supported any more), STPServer, EasyPHP, but from all that i tried i stuck with Xampp.
XAMPP is an easy to install distribution of [...]

PHP MySQL search class script

by Dragos, on October 14th, 2008  

I am currently developing a website that needs a good script to search in the database. The basic MySQL function LIKE doesn’t return some good results and because i didn’t want to go deeper with mysql with its regex i started to create my own script to search in a mysql database, actually it is [...]