Al mijn internet activiteiten heb ik ondergebracht in mijn eenmanszaak Prostech. Deze activiteiten omvatten met name webhosting en website beheer, waarbij de inkomsten uit dit website beheer voor 90% Google Adsense inkomsten zijn.
Category: Web Development
How to prevent comment spam in Coppermine
In the Coppermine photo album on one of my websites I suddenly got a lot of comment spam. The causes are obvious. I’m allowing non-registered users to post comments on popular web photo album software.
Search Engine Friendly URL for Joomla with suPHP
After migrating some Joomla-sites from an old server to my new webserver with suPHP the search engine friendly urls didn’t work anymore. The main problem was that the layout was disappeared for all sites other than the main site. In the source code of such a page I found that all CSS files had a… Continue reading Search Engine Friendly URL for Joomla with suPHP
Who do you share a server with?
If you own a website then probably you’re sharing a server with a lot of other websites. Most websites are hosted on shared servers with hundreds of other websites. Thinking about this may result in asking some questions to yourself:
How to enter a link between the pages in WordPress
I’ve got a nice menu on the right with pages and (post) categories. I regard my Coppermine photo album as fixed content of my website and therefore as a page. But how to add this as a page in WordPress?Â
How to protect Coppermine against SPAM
Coppermine is a great photo album. Unfortunately the scum of the world sends their spam to the most often used packages like Coppermine. I also started receiving spam on a Coppermine installation on one of my websites. I found a good solution in the Captcha plugin, prepared for Coppermin by Abbas Ali. After installing this,… Continue reading How to protect Coppermine against SPAM
How to create a sitemap in WordPress
For your WordPress blog 2 types of Sitemaps are relevant. The first is the XML sitemap used by Google. The second is an ordinary sitemap for your visitors, which might also be used by Google by the way. But how to add them? Here’s howto.
How to remove the » from the title bar in WordPress
Within WordPress the title is created dynamically. Personally I don’t like the » (“& raquo ;”without changes). I’ve got the feeling that Google and other search engines don’t like them. But it’s hard to remove them. The format of the title can be changed in the theme files, but not the ». Here’s howto.
How to redirect using PHP
Sometimes you want an url to be directed to another location. As php is the major webbuilding language, here’s howto redirect with PHP. 1 Create an index.php file with the following content: < ? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.new-url.com" ); ?> 2 Save it on the location that needs to be… Continue reading How to redirect using PHP
How to activate RSS feeds in WordPress
I’ve been looking how to generate a RSS feed in my WordPress weblog and found out that WordPress already created it for me! All I needed to do was create a weblink to http:/ [mydomain] /wp-feed.php. Et voila! RSS Feed