Send us your brain! Let us do the thinking for you.
 
One of the most apparent aspects of both my professional and personal life is that I am always learning. As my friends and family can tell you, I constantly have my nose in something and am very eager to share what I just learned. As I have written about what I have learned here, I have realized that I have been holding back on something important: how do I choose what I want to learn next.
 
 
This is great, thanks so much for posting. I was having problems using the wp_enqueue_script('media-upload'); - I was getting the properly sized editor but my custom

Tom, Two other reasons besides mod_php quickly come to mind on why I use prefork apache--mod_perl and mod_python. The solution of using NGINX as a

Hi, Thanks for a good article. I realize most people use apache prefork because of thread safety issues with worker (or more likely because that's how

Thanks for sharing this! I have been needing some way to search through authors (that I store in custom fields) for along time, and

The media-upload script needs to be called before wordpress starts sending content to the browser. By the time it starts parsing banner.php, it is
 
 
Tag: Apache
 
 

I have been using my mod_python Mako handler for several months now in my personal projects. For the most part, I have been very happy with Mako and am finding it extremely useful. One issue I have had to wrap my head around has been the inability to halt template execution cleanly. A common practice in many a website has been to flush the current output buffer, display the required authentication information with a form or a redirect, and then end the request—making authentication required on a page of content.

Tags: , , ,
 
 

Once again, my Wordpress friends had to hit me up for some help. These are the same friends that I helped with a Custom Field Search Plugin. They have been maintaining a community site, SuccessNet Online™, and an email mailing list of several hundred thousand participants for Business Networking International.

Tags: , , ,
 
 

I have been using the mod_python handler to parse Mako templates for about a month now in a personal project. As I have done more and more development on my project, I have naturally encountered shortcomings and errors in my handler.

Tags: , , , ,
 
 

One of my personal goals this Winter has been to learn and start using Python. Learning new languages and putting them to use is something I try to do about every year. Like so many others out there, messing around with Perl in college really has had an impact on my professional career. Being a professional web developer who uses Perl—especially through Apache/mod_perl—it was only natural that I began looking at building out a small site using mod_python. Little did I understand how much of a minefield I was stepping into!

Tags: , , ,