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
Daily Archives: February 11, 2011
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 …
Wildcard Subdomains in a Parent Folder
Wildcard Subdomains in a Parent Folder This is just a really easy way to keep adding new subdomains, or to add new domains automatically when DNS records are pointed at the server. Note that I have included FCGI here as well. If you want to just serve static files, strip out the FCGI config and …
open source social networking engine
Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications. Organizations with networks powered by Elgg include:
NoSQL databases
NoSQL DEFINITION: Next Generation Databases mostly addressing some of the points: being non-relational, distributed, open-source and horizontal scalable. The original intention has been modern web-scale databases. The movement began early 2009 and is growing rapidly. Often more characteristics apply as: schema-free, easy replication support, simple API, eventually consistent / BASE (not ACID), a huge data …
Jquery tablesorter
Javascript $(document).ready(function() { $(“table”) .tablesorter({widthFixed: true, widgets: [‘zebra’]}) .tablesorterPager({container: $(“#pager”)}); });