There are 151 articles categorized as "Development"
on April 14, 2011. in Development, Programming. A 3 minute read.
Today I came across on a little “gotcha” when using the translated route segments in a multilanguage web site and thought about sharing the dirty little hack I used to get around it.
Continue reading A hack for Zend Framework's translated route segments...
on April 12, 2011. in Blablabla, Development. A 1 minute read.
DORS/CLUC is a conference about GNU/Linux and everything open source which takes place in Zagreb, Croatia, on May 16-18. I sent two talk proposals and both got accepted! Yey! The first talk will about PHPPlaneta.net, the story behind it, the ideas, the plans… The second talk will be an introduction to Zend Framework. I know, zf2 is right behind the corner with all it’s PHP5.3 goodness, but we are still, and unfortunately will be for a while, stuck with hosting providers running php5.2.
Continue reading Speaking at DORS/CLUC 2011...
on April 10, 2011. in Development, Software. A 1 minute read.
I was just installing APC on an Ubuntu server (what else to do on a Sunday morning?) with the standard set of commands:
Continue reading pecl install apc fails on Ubuntu...
on March 27, 2011. in Development, Software. A 2 minute read.
As I’m currently in the progress of installing FreeBSD on my first machine (out of 4), writing the process down for future reference sounds like a pretty good idea :)
Continue reading Installing FreeBSD 8.2...
on March 15, 2011. in Development. A 4 minute read.
As I said a few days (weeks?) ago, I’ve decided to learn dojo and not by just doing random examples, but by changing the whole administration panel for phpplaneta.net to use dojo and the Zend_Dojo_* components. Maybe it’ll become a bit more usable and prettier :)
Continue reading Multiple Dojo tooltips on page load...
on March 15, 2011. in Blablabla, Development. A 1 minute read.
Apparently there’s this new movement in the PHP community, "Ideas of March", where we all pledge that we will blog more about PHP and web dev and the community in general. So here I am, doing the same :)
Continue reading Ideas of March...
on January 11, 2011. in Development. A 1 minute read.
This is just a quick reminder for myself. Should really remember this one. Changes permissions on folders|files only.
Continue reading Change permissions on folders/files only...
on December 27, 2010. in Development, Programming. A 2 minute read.
Last night I was pondering how nice would it be to have a tool of some sort, that would simply spit out what version of PHP does my app require. Something like: here are my .php files, what PHP version and/or extensions do I need for it? First I thought about jumping right in and writing it myself, but hey, this kind of a tool sounds way to useful not to be written already! After a bit of a googling there it was: PHP_CompatInfo. A nice PEAR package that can tell me everything I want about my code and even a bit more.
Continue reading A real gem - PHP_CompatInfo...
on November 09, 2010. in Development, Programming. A 2 minute read.
While working on ape I had a problem with figuring out how to properly connect a signal to a slot, where the signal is emitted by a QTreeView widget. As this is not my first app with python and pyqt, I was doing something like (this is, btw, the “old style”):
Continue reading Connecting signals and slots with PyQt - the new style...
on November 06, 2010. in Development, Programming. A 2 minute read.
A week ago I started working on a simple editor/IDE for PHP called ape. That’s my weak try on creating a reverse acronym as ape stands for - ape is a PHP editor. This is kind of an introductory post into the whole developing process of it, as my intention is to blog about it a bit more :)
Continue reading ape is a PHP editor...