New Langauge added to App Engine - PHP
A few new things were introduced on Google I/O yesterday.
Slugifying German string with Python
I'm working on this project that has some German titles, and a lot of irregularities inside them (question marks, underscores, etc.) Because I have to refer the object (in this case product) by some sort of understandable name, I've decided to slugify the title (basically turn …
Running Django under a Shared Hosting Environment
I've been developing with Django on my local machine, and I was wondering if there was a way for me to deploy it on a shared hosting server, after playing around with it for a few hours, it actually works!
Emmet is an awesome web developer's plugin
I've recently came across a nice little plugin called Emmet.This plugin is basically an awesome Snippets style plugin, that lets you generate some highly customizable HTML templates in seconds.
Never trust file_get_contents without error catching
The function file_get_contents could get uncomfortable when it comes to error handling.The best (if you could call it that) way to handle errors from this function is to suppress the error while calling the function, and checking if the result is false (of course one could always …

