So yeah, what’s the greatest disadvantage of using ajax calls in javascript? you must send your request to the same domain. That can be sometimes a pain in the ass. The same goes for my javascript REST API client for Opsview. I wanted to host my code on another server to keep de load to [...]
After moving our Opsview server to a “real” server (before it was a virtual machine, begging for more RAM), I started experimenting with the REST API of Opsview. First in PHP. Was fun but I wanted to load the data dynamically in javascript. So, I wrote a javascript client class for the Opsview REST API. It works [...]
So yeah, what’s the greatest disadvantage of using ajax calls in javascript? you must send your request to the same domain. That can be sometimes a pain in the ass. The same goes for my javascript REST API client for Opsview. I wanted to host my code on another server to keep de load to [...]
After moving our Opsview server to a “real” server (before it was a virtual machine, begging for more RAM), I started experimenting with the REST API of Opsview. First in PHP. Was fun but I wanted to load the data dynamically in javascript. So, I wrote a javascript client class for the Opsview REST API. It works [...]
I use this script often to debug my php applications & scripts where console output/ web browser output can’t be done (like debugging ajax signals). This logging function has the following features: Custom log location: define the relative path for your logfile. Make sure the path is writable for the webserver user (under ubuntu this [...]
I recently bought myself a magic mouse. In the first place to use it with my MacBook Air (such a sweet laptop!) but why shouldn’t I use it on my ubuntu pc?
What the hell is Handrbrake Server ? Handbrake server wants to be a server version of the popular Handbrake application for video conversion. It allows to read video files from shares or uploaded files and converts these files to itunes compatible formats for you to enjoy. But why? Because there is a need for this. [...]
Last night I was searching around for a good ftp server with good access control,quota support and logging and stumbled upon ProFTPD. ProFTPD is a advanced ftp server that is extendible with modules and the config is pretty straight forward (markup us equal to that from apache.conf). I also found a good web ui for [...]
First of all, Happy freakin’ new year! I hope that 2011 as some awesome suprises for you,a good health, and other stuff you’re wishing for Second, For this new year i’ve got some new years resolutions I would like to talk about.
Whenever I’m at a customer for work, I sometimes need to know the public ip. I always went with a browser to checkip.dyndns.org to get the current public ip of the customer. lauching the browser, typing in the website url.. takes time. I always have my terminal window open, so I tought, can’t we script [...]
Whenever I need do download a torrent, I go to isohunt. Isohunt is a torrent site that catalogs a wide range of torrent sites all in one place. And they have a public API. Also, I’ve always wanted to test out jQuery Mobile, It’s a universal theming/javascript platform/class that works with a wide range of [...]