liminality.org
Liminality... the space in between | Updates
http://www.liminality.org/updates
This page acts as both an online history of Liminality, so I can keep track of how the site has grown, and (more importantly, at least for you) as a quick way to learn more about what’s new on the site (journal entries are not considered updates, since they are dated and on the front page anyway). It is amazing how long it has been since the last “update.” This one is a small one—basically I made a few changes to the About. I have a new Imagery gallery up today, The Namdaemun Tragedy. Although I haven...
students.benjarriola.com
BenjArriola Students: Getting Started with PHP - Part 1: Installation.
http://students.benjarriola.com/2004/08/getting-started-with-php-part-1_30.html
Website for my students at Informatics and for all my other previous students at De La Salle university. This will serve two purposes. 1. As a get-together website for my students. and 2. As a educational tool for my current students where I will post news, pointers, download links and all other information that may help in the study of your current courses. Monday, August 30, 2004. Getting Started with PHP - Part 1: Installation. 1) PHP Manual Installation. 2) PHP Windows Installer. PHP has many extensi...
b.onob.jp
Windows上に手軽にApache、MySQL、PHP等の環境が一気にインストール出来るソフト集:学校では教えてくれないパソコンのこと-onoblog
http://b.onob.jp/archives/2005/09/windowsapachemy_1.php
Laquo; Internet Explorer 6の修復. Movable Type 3.2 とSqlite ». Mercury Mail Transport System for Win32 and NetWare Systems v3.32. WEB-DAV mod auth mysql. Http:/ www.apachefriends.org/en/xampp.html. Http:/ sourceforge.net/project/showfiles.php? Apache 2.0.50. MySQL 4.0.20. Perl 5.8.3. FileZilla FTP Server 1.2.9. PhpMyAdmin 2.5.7. OpenSSL 0.9.7d. SQLite 3.0.1 and more . Apache 2.0.54;. PHP 50.4;. MySQL 4.1.12a;. ActivePerl 5.8.7.813;. PhpMyAdmin 2.6.3-rc1;. Http:/ www.uniformserver.com/. Apache 1.3.26.
dmsproject.blogspot.com
DmS Notes 'n Blurbs: March 2005
http://dmsproject.blogspot.com/2005_03_01_archive.html
DmS Notes 'n Blurbs. The notes of an inmate of the OzonesAsylum, a writer at the GurusNetwork and a fiddler of PHP. Thursday, March 24, 2005. Finally, it's up :). 16'th march we released the project I've been managing for the last months, a complete rewrite of what's probably the biggest poker community around today. 100% OOP/PHP multi-tier architecture, a super sweet db-design that purrs like a cat with 100 selects/sec and 15-20 inserts/updates/deletes/sec. Links to this post. Thursday, March 03, 2005.
phpnerds.com
Securing PHP Files using HTTP Authentication > Introduction
http://www.phpnerds.com/article/securing-php-files-using-http-authentication
Securing PHP Files using HTTP Authentication. By Peter McNulty : 15-01-2005. It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. The latter of these is what we are going to concentrate on in this article. Function. Simple create a PHP page with the following code:. Look at the Server API.