
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
A new free flash mp3 player has been released by Reality Software (Toronto, Canada). The component allows you to play music on your website. The application is very easy to install. Download it from the website and put it into your web directory. The component will automaticly scan your folders for .mp3 files.
A new flash image gallery has been released by Andrey Markin (Reality Software). This free application allows you to create a slideshow on your website. Easy installation, automatic slideshow generation, customizable design and other cool features. The application has been tested by the author and it’s quite recommendable.
Open your joomla database with the PhpMyAdmin. Update the table jos_users:
Look for user “admin”, in most cases with the id 62. Edit the password field and type in:
21232f297a57a5a743894a0e4a801fc3
in Joomla >= 1.0.13 type in:
af9083d4b82dbc0745b124db3b3cf15d:M0WuLowO4rtRTddG
Unfortunately, the favorite wordpress theme carrington-blog displays the comments in a reverse order. By default, the newes comment is shown at bottom. If you want to display the newest comment on top of list, you have to follow these instructions:
Open the file themes/carrington-blog/comments/comments-default.php
By using the carrington wordpress theme 1.3, you will have some problems to display comments on pages. Comments are working fine on posts, but on pages you will never see a comment although you’ve enabled it.
To solve the problem, just change the following line:
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.
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 [...]
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 [...]
