 | | September 30, 1999 - The open-source Project Midgard is an innovative PHP/Apache-based API for creating and maintaining Web sites. DevShed interviews its developers, Henri Bergius, Emiliano Heyns and Jukka Zitting, to discover the concept behind the code. Click here for full article. 20 comments. |
 | | NEW: The Brain Dump - Opinion and debate about issues affecting web developers. Please read and comment on today's dump. If you want to subm
it your Brain Dump for consideration in a future column, please email webmaster@devshed.com.
| | It's small. It's fast. It's thttpd! | | September 30, 1999 - Almost anyone who has used a computer for very long learns about bloat. From
operating systems to applications, one thing is sure: the new version will
take up more drive space than the last. And there are no guarantees that
the new version will be faster. In fact, the more bloated and
feature-ridden a software package becomes, the more cumbersome and sluggish
it is likely to become. Therefore when speed is critical, as it is on the Web,
sometimes a smaller, less-complex program is more desirable. So it is with web servers. 2 comments. |
 | | Pick of the Week: Phorum | | September 29, 1999 - Phorum is a web-based discussion board written in PHP. However, unlike most discussion boards, Phorum makes use of a MySQL or PostgreSQL database to manage the messages. This database support makes it easy for another developer to access the infor
mation easily and quickly. It also provides an interface which can be easily customized
If you want to try a disscussion forum with more flexiblity give Phorum a try. |
Write for DevShed
Have you written tutorials, examples or articles related to Open Source web development technologies? We want to talk to you. We're looking for new articles about Apache, PHP, MySQL, PostgreSQL, Zope, Java, graphic layout and hundreds of other topics. Ev
en if you haven't written before, we're always looking for new talent.
Email writers@devshed.com today!
Talking to Databases
in Roxen
- September 20, 1999 Learn how Roxen Challenger communicates with databases to create dynamic content. Because of Roxen's unique structure you will see that you don't have to be a programmer to query a database and prepare the output. 4 comments.
Developing a User Personalization System with PHP and Cookies
in PHP
- September 20, 1999 Making your site more appealing to repeat traffic is always a priority among web developers. However users of your site are likely to be coming to your site for different reasons. This tutorial will teach you how to use PHP and cookies to make your site more user-customizable and therefore more likely to attract repeat users.
25 comments.
Scanning Images for Web Use
in Graphics
- September 09, 1999 Take the mystery out of getting your images on the Web. This tutorial will teach you the basic information you'll need to scan graphics for Internet usage. 2 comments.
Getting Started with Java Servlets using Apache JServ
in JServ
- September 07, 1999 In the quest for more dynamic content, web server technologies have flourished. One particular solution to provide this dynamic content is Java Servlet technology. As a
replacement to the traditional CGI script approach, servlets give developers a powerful tool to create web enabled applications. Not only does the servlet solution give developers
the ease of using the Java language, it is also offers a more efficient solution in terms of CPU power. 17 comments.
Writing CGI Programs in Python
in Python
- August 25, 1999 And now for something completely different... Python has a very extensive, well documented and portable module library that provides a large variety of useful functions. The Internet-related collection is particularly impressive, with modules to deal with everything from parsing and retrieving URL's to retrieving mail from POP servers and everything in between. 9 comments.
An Introduction to Zope
in Zope
- August 03, 1999 Zope is a next-generation Open Source application server and
portal toolkit developed by
Digital Creations and a large active community of users.
It runs on nearly all UNIX platforms as well as Windows NT and
can be used with most popular web servers or its own built in
web server. Zope is written (and extensible with) Python, a powerful
object-oriented programming language, with performance sensitive
components written in C. 34 comments.
User-Contributed: PHP, Mysql, and Images
in PHP
- August 03, 1999 Often DevShed users write their own tutorials that they want to share with the world. See what tutorials users like youself have written...you can also use DevShed's comments feature to let the author's know how they can improve their tutorials. To submit your own article write webmaster@devshed.com. 36 comments.
Web Graphics Overview
in Graphics
- August 02, 1999 Currently there are three dominant file types found on the Internet: GIF, JPEG, and PNG. Learn how each can work to help us preserve image integrity, while
keeping files sizes minimal. Properly optimizing your graphics will make your site look more professional, and reduce the amount of time your visitors spend waiting for your pages to download. 12 comments.
Roxen Challenger Part 2 - Installation and Maintenance
in Roxen
- July 06, 1999 Roxen Challenger lets administrators easily handle many
virtual web servers with different sets of features for different needs. In
this second article on Roxen, Kai Voight explains how to install, configure
and optimize Roxen on a Unix platform. Topics covered include basic
installation, virtual servers, file systems, SSL support, modules, logfiles
and troubleshooting. 1 comments.
MySQL Table Joins
in MySQL
- July 06, 1999 One of the great characteristics of SQL (Structured Query Language) is the
fact that one
can develop, access and modify data across various tables. There are several
benefits to
this, including greater ease of manipulation, increased speed of access, and
reduced
data redundancy. In MySQL (as well as many other SQL languages), this is
accomplished via the join command.
18 comments.
|
 |
Tech News:
Hot Forum Topics
|