How to use a Custom Page as a Home Page in WordPress

This is one of the most wanted hacks that users want to know how to accomplish. First you need to learn how to create a custom page. You will need to duplicate your page.php or create a wordpress.php file and … Continue reading

solved: [warn] _default_ VirtualHost overlap on port 80, the first has precedence

Here I am using the Fedora 9 for this example. If you want to host many sites on one computer or machine. I added following lines to httpd.conf file(end of file). <VirtualHost  *:80> Options +FollowSymLinks ServerName example1.com DocumentRoot /var/www/html/example1 </ … Continue reading

Creating the multiple namespace JS library with classes

When I started the creating new namespace JS library I got very useful artile to read. http://pietschsoft.com/post/2007/07/Creating-Namespaces-in-JavaScript-is-actually-rather-simple.aspx In this article they covered lot of things ( namespace protection objective ) Here I am using the namespace manager code: Using this … Continue reading