How WordPress redirects URLs for renamed posts?

If your WordPress posts are indexed in major search engines (Google, Yahoo, Ask, Bing, Baidu, …) but from some reason … Continue reading

Posted in wordpress | 1 Comment

Tutorial: CSS website design using divs

Creating modern web pages using tables is obsolete now. One should use divs instead from several reasons(*): First, separating the … Continue reading

Posted in css | 1 Comment

Apache must own WordPress files and folders

Have you received the following dialog on your side? If you have WordPress files and folders are not owned by … Continue reading

Posted in wordpress | Leave a comment

PHPMyAdmin has a long name

You don’t like typing PHPMyAdmin long name when you access it via HTTP. Rename its folder under /var/www/html/phpmyadmin so something … Continue reading

Posted in linux | Leave a comment

Using NTFS on CentOS

To use NTFS on CentOS: 1. Enable support for RPMForge repo for your CentOS version from here: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge 2. Execute … Continue reading

Posted in linux | Leave a comment

Find and grep commands for searching

find command in linux searches for the files. Examples: Find files named core in or below the current directory find … Continue reading

Posted in linux | Leave a comment

WordPress problems troubleshooting

Here are outlined typical WordPress development problems and how to troubleshoot them. * Empty white screen in the dashboard * … Continue reading

Posted in wordpress | Leave a comment

Install Flash player plugin to your Firefox on CentOS linux

CentOS Firefox plugins are stored to this location /usr/lib/mozilla/plugins. These are files with .so extension. The process of adding a … Continue reading

Posted in linux | Leave a comment

Install latest version of Firefox on CentOS

CentOS 5 or 6 by default comes with Firefox 3.5. This is not very good, but there is hope. You … Continue reading

Posted in linux | Leave a comment

Using FSCapture from Linux

After switching to Linux OS I still have some Windows programs that I miss. The FSCapture program for instance. I … Continue reading

Posted in linux | 1 Comment

Rounded corners for almost all browsers

You need to have the CSS for rounders corners for every HTML element that support border radius. Here is the … Continue reading

Posted in css | Leave a comment

Opacity for all browsers – resolved

When you need to set opacity or transparency for a div, or any visual element in fact you can do … Continue reading

Posted in css | Leave a comment
1 | 2 | 3 | 4 | 5 | 6 | 7