WebDAV Server is up and running!
I’m really excited about WebDAV! It just works! This is a tutorial I wrote:
https://andres.jaimes.net/setting-up-a-webdav-server/
Some minor issues are pending, but I’ll keep you posted.
Happy new year!!!
I’m really excited about WebDAV! It just works! This is a tutorial I wrote:
https://andres.jaimes.net/setting-up-a-webdav-server/
Some minor issues are pending, but I’ll keep you posted.
Happy new year!!!
Do you want to install a WevDAV server? This article is for you.
WebDAV is a protocol that lets you read and write files on the web almost as if you were accessing local files. You can create folders and files, as well as rename them, …
This seems like the neverending story, and because I’m tired of it I want to share my understanding:
The following are some nice quotes I’ve got from fortune cookies or my mind:
Have you ever tried to access an Oracle database from PHP? Well, if you are a newbie (like me) this is a great manual that will take you from PHP compilation to XML generated results:
Download: The Underground PHP and Oracle Manual
By Christopher …
This is a small but useful example:
<?php
$c = oci_connect('hr', 'hr', '//localhost/XE');
$s = oci_parse($c, 'select city from locations');
oci_execute($s);
while ($res = …
Among others, this new release of Ubuntu features:
Ajax Hacks takes you step by step through an 80 tips journey going from the very basics – how to GET or POST – to advanced topics like performance tuning, caching and web services interaction.

AJAX Hacks by Bruce Perry
ISBN: 0-596-10169-4
Two days ago, while surfing a gov’s page, I got stuck at the very last step of a report generator. I right clicked the page, looked for a link and see the problem: an tag with a classid parameter. That object referenced a PDF file. And because the …!-->
I just downloaded it and have to tell you it works great.