Webdesign

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…

13 years ago

Implementing SSL into webserver

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

14 years ago

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…

15 years ago

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…

15 years ago

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. #…

16 years ago

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…

16 years ago

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…

16 years ago

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…

17 years ago

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…

17 years ago

Automatic backup content from wordpress to another mirror site

This step only apply if you're using linux-based webhosting service. 1. Create a file to be run periodically in cpanel.…

17 years ago