Overview WebDAV stands for Web-based Distributed Authoring and Versioning. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers. For more information on WebDAV, consult the FAQsection at their site.
Daily Archives: January 31, 2012
multiple background images using CSS
Is it possible to have two background images? For instance, I’d like to have one image repeat across the top (repeat-x), and another repeat across the entire page (repeat), where the one across the entire page is behind the one which repeats across the top.
How can I make a redirect page in jQuery/JavaScript?
jQuery is not necessary, and window.location.replace(…) will best simulate an HTTP redirect.
PHP 5.4 Features
PHP 5.4 Features PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development.