Archive for the ‘PHP’ Category

Simple PHP pretty date time now!

Saturday, July 3rd, 2010

Sometimes I just wanna print a date and time in PHP quickly. I’m forever going off to …

How to Convert a Legacy Site over to Zend Framework - 1 Favour Refactoring over Rewriting

Tuesday, May 18th, 2010

Over the years, I have often been faced with the choice of whether to refactor or rewrite.

In …

Book Annotation - Pro PHP-GTK - Listing 6-3 - Five rows and Two columns would suffice

Tuesday, May 4th, 2010

I have been learning PHP-GTK. I was reading ‘Pro PHP-GTK’ a book by Scott Mattocks, published by …

Book Annotation - Pro PHP-GTK - Listing 5-8 - Gdk-WARNING **: gdkwindow-win32.c:1089: SetWindowLong failed

Monday, May 3rd, 2010

I have been learning PHP-GTK. I was reading ‘Pro PHP-GTK’ a book by Scott Mattocks, published by …

setting uposition() and move() values for multi screen PC’s

Sunday, May 2nd, 2010

Further to my last post about PHP-GTK and positioning an application on a screen…

I have …

Errata - Pro PHP-GTK - pg 71/72 - Call to undefined method Gdk::screen_width()

Sunday, May 2nd, 2010

I have been learning PHP-GTK. I was following Chapter 5 of the Pro PHP-GTK book by Scott …

Book Annotation - Pro PHP-GTK - pg 67 - Can a Gtk::WINDOW_POPUP be a top-level window?

Sunday, May 2nd, 2010

I have been learning PHP-GTK. I was reading Chapter 5 of the Pro PHP-GTK book by Scott …

Errata - Pro PHP-GTK page 58 - GtkEventBox does NOT block its children’s events

Saturday, May 1st, 2010

I have been learning PHP-GTK. I was following Chapter 4 of the Pro PHP-GTK book by Scott …

Gotcha: PHP-GTK connect_simple sends no children when ‘add’ signal is emitted

Friday, April 30th, 2010

I have been learning PHP-GTK. I was following Chapter 4 of the Pro PHP-GTK book by Scott …

Gotcha - In PHP Using foreach on an object that does NOT implement the iterator interface does NOT throw a notice or error

Monday, April 26th, 2010

In PHP Using foreach on an object that does NOT implement the iterator interface does NOT throw …