X

Webdesign

Redirect homepage with .htaccess

To temporarily redirect the whole website under a folder to a new domain. Using .htaccess, it can be done with…

Suppressing HTTPd warning message using PHP

I bumped into an error with the thumbnail generator for some Joomla library. Each of the images generated would not…

Implementing SSL into webserver

Last year, I moved over my DNS server to new provider. The previous one just being taken over by new…

Adding multiple superuser for MoinMoin wiki in wikiconfig.py

By default there is only one superuser for MoinMoin wiki. If want to add multiple superuser inside the wikiconfig.py can…

XML beautify using perl XML::Writer

There are code that we generate somehow having the whole data merged into just ONE long line. And end-user complained…

Apache Tips : How to force redirect old domain to new domain

Change the definition of Override in /etc/httpd/conf/httpd.conf # # AllowOverride controls what directives may be placed in .htaccess files. #…

PHP tips : how to sort and reverse sort an array

Let's say you had an array as following : $time = array ("0600", "0000", "1200", "1800"); but you wanted it…

Google Web Toolkit on Eclipse and CentOS 5.4

Google had developed a development toolkit for building web application and optimizing complex web-based application. Guess what? It was meant…

How to use SHA1 or MD5 encrypted in user password into MySQL table

Well, there have been a fuss around the globe regarding the user data. And how well we had done to…

Changing the plugin file to utilize wordpress 2.8 optimization

Wordpress 2.8 has been released few days ago. It come with some sort of optimization.. as many had complaint regarding…