var username = 'AhmedElGamil'; function Link(favico, link, title, sourceUrl, source) { this.favico = favico; this.link = link; this.title = title; this.sourceUrl = sourceUrl; this.source = source; } function Mashups() { links = new Array(); links[0] = new Link("/images/favicons/delicious.gif", "http://www.softwareqatest.com/qatweb1.html#LOAD", "Web Test Tools", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[1] = new Link("/images/favicons/delicious.gif", "http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions", "Lighttpd - Docs:ConfigurationOptions - lighty labs", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[2] = new Link("/images/favicons/delicious.gif", "http://www.mysqlperformanceblog.com/2008/06/17/lighttpd-as-reverse-proxy/", "Lighttpd as reverse proxy | MySQL Performance Blog", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[3] = new Link("/images/favicons/delicious.gif", "https://blog.misc.ephaone.org/archives/reverse_lighty.html", "Reverse proxy and rewrite with lighttpd", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[4] = new Link("/images/favicons/delicious.gif", "http://www.cyberciti.biz/tips/lighttpd-redirect-www-domaincom-to-domain-com.html", "Lighttpd Redirect www.domain.com Requests To domain.com Or Vice Versa", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[5] = new Link("/images/favicons/delicious.gif", "http://www.howtoforge.com/high-availability-storage-with-glusterfs-on-fedora-12-automatic-file-replication-mirror-across-two-storage-servers", "High-Availability Storage With GlusterFS On Fedora 12 - Automatic File Replication (Mirror) Across Two Storage Servers | HowtoForge - Linux Howtos and Tutorials", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[6] = new Link("/images/favicons/delicious.gif", "http://www.linux-masters.com/2010/02/centos-redhat-linux-install-keepalived.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JustAnotherLinuxLoverBlog+%28Just+Another+Linux+Lover+Blog%29", "CentOS / Redhat Linux: Install Keepalived To Provide IP Failover For Web Cluster - Just Another Linux Lover Blog", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); links[7] = new Link("/images/favicons/delicious.gif", "http://www.linux-masters.com/2010/02/centos-redhat-install-nginx-as-reverse.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+JustAnotherLinuxLoverBlog+%28Just+Another+Linux+Lover+Blog%29", "CentOS / Redhat: Install nginx As Reverse Proxy Load Balancer - Just Another Linux Lover Blog", "http://delicious.com/AhmedElGamil", "Delicious/AhmedElGamil"); return links; }