What is it? Another In-Place Editor is a jQuery plugin that turns any element or group of elements into an Ajax in-place editor using only one line of code. It’s written using the jQuery Library, which is available free at http://jquery.com. I saw this on Flickr a while back and I thought it was really …
Monthly Archives: February 2011
Spoken-Phonetic Alphabet
This alphabet started in the military, but is now used throughout the English speaking world by pilots and tele-operators to work out which letter is being said when you are talking. For example if I wanted to say, ADPTE, which would be much clearer than I could say Alpha, Delta, Papa, Tango, Echo
Nivo Slider Slideshow Jquery
Usage To use the Nivo Slider you have to include the following in your page: jQuery Nivo Slider script Nivo Slider CSS
How-To setup a wildcard DNS record for dynamic subdomains in Plesk 8
This tutorial describes how to setup a wildcard DNS record in Plesk 8 using Bind and Apache. This allows you to use *.domain.com to access your www.domain.com (http://www.domain.com) website. For example, any of the following would be automatically redirected to www.domain.com (http://www.domain.com) test.domain.com john.domain.com jane.domain.com bugs.domain.com
Nginx
Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server.Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx now hosts nearly 7.50% (20.5M) of all domains worldwide. Nginx is known for its high performance, stability, rich feature set, simple configuration, and …