
This is a blog about linux, software engineering and internet stuff. Browse around to see my work and latest web projects or follow my thoughts... Read more »
LATEST PROJECT: Snaggies.de
If you operate an e-commerce web projekt, like an e-shop – you will like these icons. I have found this great collection of business icons in the web. It contains shopping carts, credit cards and currencies.
You’re going to plan the next web 2.0 project? Don’t invest to much time, I’ve found an online creator that will do this automaticly for you. You can define all your typical web 2.0 specifications. The tool will create a XHTML/CSS layout. You also need some venture capital? – Not a problem, you can also [...]
By using this free flash mp3 player, everyone is able to integrate an mp3 player into a website. On the download website, you can also find a code generator, which allows you to define different colors for the player.
The player is open source an can be used for free.
Last days, I was looking for some nice icons to use on a website. I’ve found 1000+ free tiny small mini icons which I don’t want to hold back.
CyStats is one of the most favorite statistic plugins for wordpress. It’s quite fast and supports several API functions. One of these functions is called getMostVisited, which displays the most popular posts.
In the past, this function must be coded manually inside sidebar.php. I’ve already written an article about line break problems and how to integrate [...]
Since december 2008, the DENIC provides an authinfo for domain transfers. This method is known from a lot top level domains. Befor december, the DENIC provided an asynchronous transfer method, which doesn’t need an authinfo.
Firstly, the registration agency allows to use both methods parallel. But the authinfo method is much more secure. It decreases the [...]
CyStats is one of the most and best statistic plugins for wordpress. I use this plugin in my wordpress blog too.
I noticed that this API function shows unpublished posts in sidebar too, which is mostly not wanted. To avoid this, I’ve changed a little inside the CyStats core.
Open the file: wp-content/plugins/cystats/includes/template-functions.php and do the programming [...]
A cms without using any kind of sql databases like mysql? … is this technology suggestive? Well, in some cases it could be beneficial.
Why a cms without db could make sense, please feel free to comment some more possible reasons:
very less changes of content
no mysql support in hosting plan
no skills in db administration
Below some screenshots [...]
CyStats is one of the most popular statistic modules for wordpress. Inside this blog, I’ve also used CyStats and the API function “getMostVisited()” to show most popular posts on sidebar.
To show most popular posts, you need to call the getMostVisited() function in your sidebar.php. If you do so, you will get some trouble with linebreaks, [...]
It’s very helpful to use the mysql authentification for proftpd. Especially if you manage a quite number of users. So you’re able to use a central database which manages the accounts.
