|
|
|
|
4D Sites |
|
|
|
|
|
The 4D product range includes 4th Dimension, a cross-platform, single-user and client-server database development environment and deployment tool, 4D Webstar and 4D Mail, a complete webserver and mail server solution for MacOS X and MacOS X Server and 4D Business Kit, a complete cross-platform, Multi-Store, e-Commerce solution. |
|
|
|
|
|
4D UK Ltd - UK Home page with links to international distributor's. |
|
|
4DToday.com - 3rd Party resource for 4D developers. |
|
|
Planet4D Magazine - Magazine for 4D Developers available in English and French editions. |
|
|
Dimensions - Journal for 4D Developers available in English. |
|
|
Island Data - Website of David Adams contain lots of useful information and articles. |
|
|
mitchenall.com - for freeware 4D components and plugins and other consultancy services. |
|
|
E-Node - European providers of 3rd Party tools for 4th Dimension. |
|
|
|
|
|
|
|
|
|
|
|
Database Tools |
|
|
|
|
|
During the course of our work we use a number of database tools. Here's a selection of our favourites. |
|
|
|
|
|
PostgreSQL Database Server - One of our prefered database tools, PostgreSQL is a powerful, open-source database server, which with the advent of version 8.0 can even be installed easily on Windows. Most Unix and Linux platforms are supported, and it runs great on our Apple Xserve G5 Servers. |
|
|
mySQL Database Server - A pretty good open-source database which runs on most platforms, but lacks the power of the more grown up PostgreSQL. Great for some solutions, not so useful in others. |
|
|
Aqua Data Studio - A fantastic GUI database query and administration tool which runs on MacOS X, Linux and Windows and works with a multitude of back-ends (e.g. Oracle, MS SQL Server, PostgreSQL, DB/2, mySQL, Informix, etc.). Free for education and learning purpose, but still extremely cheap for commercial use and well worth buying the licence. |
|
|
CocoaMySQL - A MySQL GUI for MacOS X. Well worth downloading if you're working with mySQL from a Mac. |
|
|
YourSQL - Another MacOS X based GUI for mySQL. |
|
|
phpPgAdmin - Manage your PostgreSQL databases via a web interface. |
|
|
phpMyAdmin - Manage your mySQL databases via a web interface. Standingwave Linux-based, virtual host customers already have this installed and ready to use. |
|
|
|
|
| |
|
|
|
|
PHP Sites |
|
|
|
|
|
We use PHP extensively in our web-based projects and it is installed on all our Apache based virtual servers. PHP's use range of functions, easy to learn syntax and object-oriented features allow developers to build everything from small personal pages to large-scale enterprise solutions and is completely open-source. |
|
|
|
|
|
PHP Home Page |
|
|
PEAR Home Page - PEAR provides a structured library of open-sourced code for PHP users along with PHP Foundation Classes and PHP Extension Code Library. |
|
|
Smarty Template Engine - We used Smarty extensively, including in the generation of this website, and can wholeheartedly recommend that others use it too. |
|
|
PHP Class Repository - repository for open-source PHP classes and code modules. |
|
|
PHP Patterns - This website is aimed at applying Software Design Patterns to PHP and contains some interesting articles. |
|
|
PHPEdit - A great Windows-based, open-source IDE for writing PHP applications with integral debugger/profiler. |
|
|
WebMonkey PHP Articles - A pretty good selection of articles about PHP (over languages also covered). |
|
|
PHP Builder - A website dedicated to the PHP programming language. Lots of articles and sample code. |
|
|
|
|
|
|
|
|
|
|
|
Apache Sites |
|
|
|
|
|
Apache is the most popular webserver on the internet and runs well on Linux, Unix, MacOS X and Win32 platforms. We provide Apache virtual hosting on both Win32 and Linux platforms. |
|
|
|
|
|
Apache Web-Server Home Page - To find all the documentation, source and binary versions of the server. |
|
|
OpenSA.org - The OpenSA Webserver is a free build of Apache for the Win32 platform. It includes support for mod_PHP, PEAR and a few other useful modules and comes with an easy to use Windows Installer based installation. |
|
|
PHP Home Edition - This is another simple Apache installation for Microsoft Windows, which also includes mySQL and PHP. |
|
|
Apache URL Rewriting Guide - The mod_rewrite module for Apache is extremely useful and one that we use a lot to allow us to be more flexible with our URLs and back-end scripting. This guide tells you practically everything you need to know about it. |
|
|
|
|
|