Most webmasters have started to learn HTML before they moved on to programming languages such as PHP. With PHP come databases like MySQL as the primary storage for project data. Many popular online applications, such as WordPress, use the PHP and MySQL combination to power sites online. You usually do not need to know PHP [...]
- Author: Melanie Gross
- Comments: 4
Set up the Perfect Wiki on a Windows PC
Most people know that a wiki is an internet-based environment for writers to collaborate and create articles that are easily linked. Media Wiki can be set up quickly with a fast installation. This covers all of the administrative tips and the PHP file insertions. Customize a Desktop design to use with applications and take it [...]
- Author: Martin Brinkmann
- Comments: 1
Typo3 Winstaller, Windows Typo3 Environment
Typo3 is a powerful Open Source content management system that runs on system that support recent versions of PHP and MySQL. Linux users usually do not have a problem installing PHP and MySQL on their systems, while Windows users may have troubles finding a solution to run them on their system. Typo3 Winstaller is a [...]
- Author: Jack Wallen
- Comments: 5
Manage your VirtualBox VMs via the web with phpVirtualBox
Generally speaking, if it is a web-based tool that starts with “php” (such as phpMyAdmin or phpLDAPadmin) you know that tool is going to make your administrative life a lot easier. Such is the case with a php-based tool created to help you manage all of your VirutalBox VMs from a single tool, from anywhere [...]
- Author: Jack Wallen
- Comments: 1
Incredibly simple MySQL administration with SQL Buddy
If you have a need to manage MySQL databases, you know that learning the syntax for the various MySQL tools can be a real nightmare. Fortunately there are tools out there that make this job far more easy. But of the web-based tools, which are easiest? You might have given phpMyAdmin a try, but found [...]
- Author: Martin Brinkmann
- Comments: 11
Weezo, Remote Access And Web Server For Windows
Weezo is remote access made easy. The server comes as a portable version or installer for the Windows operating system. It basically allows a user to configure remote access to files on a computer system and to run scripts on a web server at the same time. Here is how it works. Weezo will run [...]
- Author: Jack Wallen
- Comments: 3
How to install eGroupware
Quite some time ago I wrote an article that illustrated how eGroupware could serve as a legitimate Exchange replacement (see my article “eGroupware: Your Exchange replacement has arrived“). I very briefly skimmed over the process of installing this outstanding groupware tool. In this case, skimming will get you nowhere. Recently I revisited the installation of [...]
- Author: Jack Wallen
- Comments: 16
Enable mod_rewrite in a Ubuntu server
If you have done much work with Apache then most likely you have experienced a need for enabling the rewrite engine. If you are unfamiliar with the rewrite engine, you can think of it as a means for your web server to literally rewrite urls so they are easier for users to remember. So instead [...]
- Author: Jack Wallen
- Comments: 3
Apache troubleshooting tips
How many times have you installed a LAMP server only to find Apache doesn’t seem to want to run right? Or you install a new module only to see Apache try to download pages as file, instead of displaying them on screen? There are a hundred and one thousand things that can go wrong with [...]
