Author Archives: Kenny Katzgrau

Re: How to Find Good Developers

A little less than a month ago I made a podcast with John about how recruiters can find good developers. A small part of the podcast talked about reaching out to developers, and how adding something personal (ie, mentioning one of their projects) can really get some attention. In the past few days, I’ve gotten [...]

Posted in Jobs, Life, Offtopic | Tagged , | 1 Comment

CodeIgniter Reactor? What’s Going On?

A couple of weeks ago, Derek Jones of EllisLabs announced that the CodeIgniter Core would officially be branched so a community-driven version of the framework could be created. This new branch will be called CodeIgniter Reactor. The plan, which was clarified today, is focused on allowing a select group of CI engineers to actively commit [...]

Posted in CodeIgniter, PHP Development, Tools | 7 Comments

How to Find Good Developers

A comment on one of my favorite CodeFury posts, “How to Get a Job as a Programmer“, asks an interesting question. It was posted by Kyle Carter, the head of HR at Better Advertising. He posed the question, “how or where do I find good developers?” At the time that I’m writing this, the NYC [...]

Posted in Jobs, Life, Offtopic | 1 Comment

Social Networking, Mang. It’s Like the Internet All Over Again.

Brief but intense “holy shit” moments have been hitting me quite a bit in the last couple weeks. For the last 5 years, my social networking experience has largely consisted of Facebook, and I took it for granted as an application that was just really good at what it did. Maybe that’s even what Zuck [...]

Posted in Uncategorized | 5 Comments

A Better WordPress Search with WPSearch 2.0.2.0

I’m definitely not the type to evangelize something I don’t think is useful. Ask friends of mine, and they’ll likely tell you how I went through phases where I endlessly promoted things like Notepad++ for Windows, Netbeans IDE (PHP), Sequel Pro, Gnome-Do, Thinkpads, Macbooks, Toy Story 3, iPod Touches, and Visual Studio ’08. I just [...]

Posted in Gadgets, PHP Development, Search Engine Development, Tools, Wordpress Development | 2 Comments

The Best WordPress Search Plug-in: WPSearch 2

If you want to read about the background of the WPSearch Search plug-in for WordPress, read below. But if you just want the gist of this post, here it is: WPSearch is the best search plug-in for your WordPress blog. It is a stemming, stop-word blocking, fast, relevant, fulltext search for WordPress. There isn’t a [...]

Posted in PHP Development, Search Engine Development, Tools, Wordpress Development | 3 Comments

WPSearch 2 To Be Released At WordCamp!

After almost two years since the last major release of WPSearch, WPSearch 2 will be released this weekend at Wordcamp NYC. WPSearch 2 has been the highest rated search plug-in in the WordPress repository, with much thanks to the bug reporters, testers, and donations along the way. WPSearch 2 was built for WordPress 3, and [...]

Posted in Uncategorized | 1 Comment

Easy Reverse Routing with CodeIgniter

I really can’t stand hard-coding URLs in the views or controllers of my application — and I’m sure most other people can’t either. Here’s an extension for the CodeIgniter Router class that I wrote that gives you a nice way to write routes that are reversible and also have the ability to take parameters. <?php [...]

Posted in Uncategorized | 7 Comments

ajax-proxy: A PHP AJAX Proxy with Cookie Support

A common annoyance in the world of AJAX is the ol’ cross-domain request error. That is, a script sitting on domain1.example.com can’t make AJAX calls to domain2.example.com. This is in place for the sake of security, but sometimes developers have legitimate reasons to do so. A common workaround is writing a server-side script that will [...]

Posted in Uncategorized | 4 Comments

How To Get A Job As A Programmer

It seems that for the better part of my life, America’s economy has been in murky water. I was born into a Reagan economy (good), graduated to Bush Sr. (bad), did my time with Clinton (good), and started looking for jobs as a developer during Bush Jr.’s tenure (bad). And while I’ll abstain from the [...]

Posted in Jobs, Life, Offtopic | 13 Comments