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!Posted in TechnologyEmmet 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.Posted in TechnologyNever 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 catch E_WARNING errors with a handler, but I don't like that).Posted in TechnologyDropbox - source control for lazy developers
Sometimes when I start a new project, the work is pretty intense.
The first few weeks usually involve major changes to the directory structure.Posted in TechnologyUsing HTTrack to Test Crawlers
Websites are very dynamic these days.
Sometimes, crawlers that worked yesterday, don't seem to work today.Posted in Technology