How to set up EC2 Linux Web Server (Master) Posted on January 14, 2013

This is my procedure for setting up a master EC2 web server. This post assumes you have experience in the linux environment. Continue reading

On Site Regular Expression Builder Posted on January 10, 2013

So today you’re just not in the mood to dig through source code trying to figure out the perfect set of tags to build your regexp; you just did a 12 hour straight coding session, your brain is dead. It’s time to take data mining to the next level. Continue reading

MKN develops widget solution for StockBrokers Posted on January 21, 2012

In collaboration with the awesome team at StockBrokers.com (SB), we’ve delivered a widget solution that allows SB to share its brokerage data. Continue reading

Artificial Time Intelligence aka Brain Time Posted on January 21, 2012

Ever wonder how Siri for the iPhone works? I’m not talking about how the server works or how the voice recognition works. I’m talking about it’s ability to understand your requests. Continue reading

PHP Sessions and Cookies Posted on January 10, 2012

PHP Sessions and PHP Cookies both use cookies. People tend to think that they both work the same way, but they don’t. Continue reading

MKN provides HTML5 audio solution to Ah.fm Posted on November 17, 2011

600 – 1,200 listeners a day, 24,000 likes, 14,100 tweets, 500+ embedded widgets… The Afterhours.fm radio player has quite the recognition.     The player was originally built by myself several years ago as a flash AS2 experiment. To date, … Continue reading

Ubuntu mail via gmail smtp Posted on November 17, 2011

Very useful for anyone looking to connect their ubuntu postfix into gmail’s smtp. Continue reading

Setting up MongoDB on Ubuntu 11 Posted on October 25, 2011

So you want Mongo 2.0 or greater on Ubuntu 10,11, or greater… Well you’ve come to the right place. Here’s how you do it. Continue reading

Javascript For In Loop Posted on October 25, 2011

This seems to be a popular question in the JS world: When do you use the for in loop vs for loop? Continue reading

LAMP – Where to start Posted on October 24, 2011

You’ve either read something about a LAMP stack developer or you know what it is already, but now you want to start at it. Continue reading