Posted in 2010/08/11 ¬ 12:52h.Peter
Lately I’ve been working on a site based on the Zend Framework. It’s been a good chance to get more intimate with ZF, learning the inner workings and quirks of the framework. Today I came across the question of how to do dependency injection for your controllers – I was looking for a way to [...]
Read the rest of this entry »
Posted in 2010/06/18 ¬ 20:22h.Peter
Once more I find myself spending lots of time not posting on the blog, a shame really. Basically I have way too many things going on right now, which naturally takes time away from writing about developing (or any other rant area). While that’s bad for this blog it’s great for me though. I do [...]
Read the rest of this entry »
Posted in 2010/05/23 ¬ 16:09h.Peter
It’s been a while since I did the last post (merge sort) in my sorting algorithms in PHP series (new readers start with Sorting algorithms: bubblesort) so I thought it about time that I add the next part. This time I’m going for heap sort. This algorithm has some similarities with merge sort, mainly the [...]
Read the rest of this entry »
Posted in 2010/04/29 ¬ 11:10h.Peter
A good friend of mine mentioned that SSH supports escape sequences – something I had never thought of. Or rather, something I had wished for every time I’d been faced with a dead SSH connection. Turns out, you can easily close any SSH connection (dead or alive) by issuing the following sequence: <CR>~. The CR [...]
Read the rest of this entry »
Posted in 2010/04/26 ¬ 13:00h.Peter
Aaaaaaaaaand … another tool put up for the general public to enjoy. This time it’s PLSEO, and it’s available at GitHub as per usual. It’s a collection of SEO tools written in PHP. Well, for now it’s a collection of one tool: some classes to query search engines to get position of a site given [...]
Read the rest of this entry »