• Html5 Speech Synthesis Api Tips And Tricks

    The HTML5 Speech Synthesis API isn’t widely supported, but it is something cool to play with and can be useful. It is supported only in...

  • Passenger And Ngx_headers_more Module

    Installing Nginx and Phusion Passenger make a powerful combonation for hosting web applications. Nginx is very flexible and fast. Phusion Passenger is rock solid and...

  • Ruby Api Wrapper Using Virtus And Typhoeus

    This post will outline the process of building a backend Ruby API wrapper using Typhoeus and Virtus. As a project gets larger and more complex...

  • Switching To Sublime Text 2 Updated

    Since I wrote my original post on switching to Sublime Text 2 a lot has changed. The final version was released just a few weeks...

  • File Uploading Over Ajax Using Html5

    Using the HTML5 File API to upload files over AJAX is a great way to to add file upload capabilities and not resort to using...