by Kevin Schroeder | 2:31 pm

Synapses, Volume 1

That word is a combination of synopsis and synapse.  Technically it’s the plural of synapse but in my case it’s intended to be a combination of the two words since I’m combining short commentary

  READ ARTICLE
986 words ()
by Kevin Schroeder | 12:07 pm

The IBM i Programmer’s Guide to PHP… second edition?

Yep!  PHP is still making strides on the IBM i and people are loving it.  But with the world’s premier book for PHP on the i Series developer now several years old it is

  READ ARTICLE
240 words ()
by Kevin Schroeder | 5:23 pm

Magento, ESI, Varnish and performance

I have been doing a little playing with Magento over the past couple of days.  I’ve been helping out Ebay/Magento by delivering some of their performance training over the past few months.  I’m by

  READ ARTICLE
792 words ()
by Kevin Schroeder | 11:35 am

Looking for some interesting work

So, if you remember from one of my earlier posts I had decided to stop working on mobile applications.  There were a number of things that I learned from the experience, many of which

  READ ARTICLE
727 words ()
by Kevin Schroeder | 9:38 am

Setting max_input_time (with data!)

I asked a question on Twitter on why some of the recommend max_input_time settings seem to be ridiculously large.  Some of the defaults I’ve seen have been upwards of 60 seconds.  However, after thinking

  READ ARTICLE
702 words ()
by Kevin Schroeder | 4:30 pm

undefined reference to `__sync_add_and_fetch_4′ when compiling Redis

I’m intending to play around with Redis a little over the next few days.  I’ve been wanting to do this for a long time and I may have found a reason for me to

  READ ARTICLE
165 words ()
by Kevin Schroeder | 12:12 pm

How to use PHP with MySQL (without SQL Injection vulnerabilities)

Chris Dale recently posted a horrifying article on his blog.  It is called “Why it’s easy being a hacker – A SQL injection case study“.  The most horrifying part of the post was that

  READ ARTICLE
1616 words ()
by Kevin Schroeder | 2:40 pm

Why is FastCGI /w Nginx so much faster than Apache /w mod_php?

I have a new post on using Jetty with PHP-FPM that, if you think this is interesting, you should check that one out. (this post has a sister post on Apache’s event MPM compared to

  READ ARTICLE
742 words ()
by Kevin Schroeder | 11:18 am

You gotta know when to fold ’em

As much as I dislike country music Kenny Rogers sure got it right there.  I left Zend around May of last year, continuing work through June and did some sporadic work on ZendCon 2012 until it

  READ ARTICLE
3255 words ()
by Kevin Schroeder | 4:17 pm

Webview orientation with Phonegap

I was having this really weird problem in PhoneGap where when the orientation would change the webview would not resize to fit the whole screen.  Turns out that the meta viewport tag was causing

  READ ARTICLE
145 words ()