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 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 TechnologyOpen Garden, reaching Mesh Networking
Open Garden is a rather interesting app, that (sort of) implements Mesh Networking.<a href="{{< siteparam "mediaBucket" >}}/2013/03/opengarden_logo.jpg"><img class="size-thumbnail wp-image-1592 alignright" alt="opengarden_logo" src="{{< siteparam "mediaBucket" …Posted in TechnologyImpressions from Facebook Graph Search
Facebook Graph Search was just enabled on my Facebook account. The top my Facebook page kinda looks like Google now: <a href="{{< siteparam "mediaBucket" >}}/2013/03/snapshot6.png"><img class="alignnone size-full wp-image-1582" alt="facebook graph searchbar" src="{{< siteparam "mediaBucket" …Posted in Technology

