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 30, 2010. in Programming. A 1 minute read.
While hacking on ape, I came to a situation where I need to pass some arguments to a custom defined slot. The slot is being called from different signals, one where the argument is passed by PyQt itself and a second one where I need to programmatically pass the argument to the slot.
Continue reading Passing arguments to custom slots in PyQt...
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...
on November 05, 2010. in Development. A 1 minute read.
This post is more of a reminder for myself. Anywayz, a little bash script that backups a database, gzipit and deletes all backups older than 3 days.
Continue reading Backup script for mysql...
on October 16, 2010. in Development, Places on the web, Programming. A 2 minute read.
This week on Wednesday, finally one of my pet projects has hit the Internets! PHPPlaneta.net is alive!
Continue reading A regional PHP community website...
on July 20, 2010. in Development, Programming. A 1 minute read.
OK, here’s a quicky one from the office :P
Continue reading Loading custom module plugins...
As I said 2 weeks earlier, I decided to move my stuff over to linode. Well, I did it. Kinda.
Continue reading Moved...
on June 27, 2010. in Blablabla. A 1 minute read.
Just a little heads up to all of you who stumble upon this place: I’ll be moving servers and stuff in the coming month to linode and most likely there’ll be some downtimes and fuckups so just thought to let you all know (this sounds like there’s someone reading this blog at all, heh).
Continue reading I'll be moving soon......
on April 27, 2010. in Development, Software. A 1 minute read.
I’m using Netbeans as my main IDE for PHP and Python projects for over a year now, yet only now I have stumbled upon this feature - creating filters for tasks that show up in the “Tasks” window (Ctrl+6 shortcut to show/hide the window).
Continue reading Quick Netbeans tip - task filters...