Author Archives: Kenny Katzgrau

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 | 14 Comments

USTORE.js: Cross-Browser Local and Session Storage Made Easy

I tend to get so wrapped up in the server-side portion of web applications, I probably don’t keep tabs on front-end tips and tricks as well I should. Luckily I work with some of the best client-side developers I’ve ever met over at HUGE, and I generally get exposed to new front-end marvels whether I [...]

Posted in Uncategorized | Leave a comment

How To Get Your NYC Teacher Certification Fingerprints For Your TEACH Account

This post is somewhat of a sequel to my previous post, How To Get Livescan Fingerprints in NYC. Since that entry was oriented specifically towards getting Livescan fingerprints, I wanted to cover the larger issue at hand: The reason so many people are in this dilemma, and how to get out of it. Read this article [...]

Posted in Uncategorized | 26 Comments

How To Get Livescan Fingerprints In NYC

It’s obvious that this is a tech blog, and this isn’t a tech-oriented post. But I know there are a lot of people who are in the same situation as I was yesterday. Update: How To Get Your NYC Teacher Certification Fingerprints For Your TEACH Account My girlfriend needed to get her fingerprints taken so [...]

Posted in Uncategorized | Tagged , , , , , , , , , , , , | 8 Comments

My Honest Consumer Opinion of the iPad: Who Cares?

I can’t speak for the whole of technology consumers when I say that the Apple iPad, which debuted a few days ago in Apple’s Keynote, doesn’t seem terribly interesting. I’ll admit that I tend to roll on gut instinct when gauging the success of a potential product. I’ve done it as both a member of [...]

Posted in Uncategorized | 6 Comments

MiFi – An Aircard Alternative for Linux, Mac & Windows

I intend to finish my previous post about fixing up caching in CodeIgniter, but I wanted to write a blurb about a device that I just picked up today — the MiFi. I thought I should mention some of the highlights of the product, some points that weren’t immediately apparent when I was researching it, [...]

Posted in Gadgets, Life | Leave a comment