Posts tagged Development

Using Phing for building PHP projects

I’ve firstly used Phing (PHP derivate of Apache Ant) for building one of my PHP projects so here are my experiences. Firstly,  the project self consists from source files of a tiny PHP library and from the set of WordPress plug-ins (uses that tiny library) and from the Phing build I expected these tasks: merge [...]

PHP support for Geany’s Classbuilder plugin

Update: Enrico Tröger just submitted the patch so from now this change is included in Geany sources. I started working on feature request #2972547. With a new notebook which I got in my new work (PHP developer in Pears Health Cyber) I started using Geany editor. I’m mainly using it for PHP development and because [...]

Styling XUL elements

I allways have a troubles with styling XUL elements and without DOM Inspector it could be even worse. Today I’ve tried to style <button type=“menu“/> and it also was a hard work but result is pretty good: As you see I have two types of menu buttons – with label and without – the most [...]