Blog Articles - page 4
-
How I Use Flickr: For Backup
I’ve got a growing number of personal pictures and the collection is growing since 2003 … Pro accounts on Flickr have unlimited storage and can upload and access full-resolution pictures.
Read article → -
Why I Find Heroku Suboptimal
Heroku is great. It basically allows you to avoid growing-up. The deployment itself couldn’t be simpler, and when browsing their web interface for available add-ons, I feel like a child in a candy-store. But I’ve outgrown it.
Read article → -
Cross-Domain, Cross-Browser AJAX Requests
This article describes how to make cross-browser requests, in all browsers (including IExplorer 6), using web standards along with fallbacks and without using a proxy or JSONP (which is limited and awkward) – as long as you control the destination server, or if the destination server allows.
Read article → -
I hate NULL and all its variants!
How many times have you had a chain of methods like this (example showing BeautifulSoup in action) …
Read article → -
Introduction
FreeSWITCH is a free and open source application server for real-time communication, WebRTC, telecommunications, video and Voice over Internet Protocol. Let’s build a VoIP dialer with it.
Read article → -
Using the Best Tools in Programming: Not Really Doable
There's something that bothers me when it comes to starting a new project. You can't really use the best tool for a certain job, if that tool is not integrated with the rest of your platform. Let me explain.
Read article →