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
 
 

With my latest gig sending me back into the .NET world, I have been busy migrating quite a few of my tools and experience to play nice with ASP.NET sites. One of my favorite open-source tools that is gaining popularity in .NET is jQuery. For several years now, I have been using jQuery heavily to provide rich interaction on websites. When faced with the basic UpdatePanel in ASP.NET, I was presented with a challenge. I wanted a solution that would automatically call jQuery so that new content was properly parsed and updated.

 
 

In my two most recent posts, Always Learning and Coders at Work, I talked about my personal and professional need to keep learning. My most recent addition to my development arsenal has been Python. Why I considered learning the language a success, I didn't really feel that it a significant amount of new materials and features. As a result, I have chosen to dive into the functional programming language Erlang.

 
 

The book, Coders at Work was published at a very ideal time for me. I was pretty comfortable with my progress towards learning Python last year, and have been looking around for another language to start tooling around with on my computers. The book seemed like a good opportunity to get a peak into the minds of a select group of coders and see what they might have to say on the matter.

 
 

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.

 
 

One of the more interesting challenges I have faced with Wordpress is offering custom pages. These could be pages such taking a survey, asking a question, or suggesting a topic. Previously, I had gone about coding these kinds of pages by just sticking the php file in the web root.