In this post, I discuss the details of how to use my admin module. Hopefully this covers all the stuff you need to know; if not, let me know in the comments. I'm just one guy, so it may be quicker to ask on the Kohana forums for…


Damn Facebook documentation! I finally managed to piece together a better picture - after first getting all that info in the previous posts (part 1, part 2) - about how registration and login can be handled. Basically, you can't use the registration tool unless you really want to…


After some time with node.js I recently decided to move to nginx + php-fpm + node.js for my future servers. Here we will be installing: Nginx as a fast HTTP server with reverse proxy to node.js php-fpm for running PHP scripts. The php-fpm (PHP FastCGI sapi) is built into…


In part 2 of my Facebook login tutorial, I will discuss implementing Facebook registration (see also: part 1 and part 3). My design goals are to allow users to have either their own, separate account on the site or to link their account with Facebook. The design goals are: User…


Here are my notes from learning node.js over the winter vacation. You can think of this post as asking me what resources did you find helpful in learning node.js? There is a lot of node.js stuff out there, but few posts on what is noteworthy, popular or…