Skip to main content.

Current Forum Topics

Topic Replies Views Last Poster
22981jmouse888
01218squirrelschool
11729CalBear92
01141lila30
11796Justin
December 15th, 2003

Turning a Mac Into a Fax Server

HiveLogic is host to a quick-and-dirty tutorial on Turning a Mac Into a Fax Server. Using your phone company’s distinctive ring service and any Mac capable of running Panther, your Mac will automatically detect and receive fax calls and (optionally) send them to you via email. [Note: It appears this link is no longer active.]

Posted at 11:39 AM PST with these tags:

Comments Off

December 9th, 2003

Setting Environment Variables in Panther

When installing and using UNIX software on Mac OS X, one must often set environment variables. Sometimes these only need be set temporarily, and other times these variables should be set whenever a Terminal login session is started. Environment variables were previously set in Jaguar’s tcsh default shell using syntax such as:

setenv DBI_USER postgres

Panther includes bash as its default shell and uses the following syntax:

export DBI_USER=postgres

To set these at login session startup, take a look at these tips from OSXFAQ.

Posted at 11:15 PM PST with these tags: ,

1 Comment »

December 8th, 2003

PHP Syntax Checking in BBEdit

John Gruber has a handy tutorial on setting up PHP syntax checking in BBEdit over at Daring Fireball. While this provides only basic PHP syntax checking, it’s better than no check at all.

Posted at 3:00 AM PST with these tags: ,

Comments Off

December 2nd, 2003

Fix for Impending IE Incompatibility with QuickTime, Flash

Flash animations, QuickTime movies, and Java applets have been seamlessly integrated alongside web content for many years. But the next Windows version of MS Internet Explorer, due in 2004, breaks that seamlessness by prompting the user before downloading each active content element (i.e., anything placed using object, embed, and applet tags). Thankfully, Ronald Northrip has written a $15 shareware application called IEWebFix that will scan and modify HTML, XHTML, XML, ASP, JSP, PHP, and CFM files to get around IE’s new behavior. For those curious about the details, Apple’s Developer Connection has more information about preparing sites for these impending changes.

Posted at 3:30 AM PST with these tags: ,

Comments Off

December 1st, 2003

Python-Based Wiki ‘’MoinMoin'’ Updated

MoinMoin, a Wiki application written in Python, has been updated to version 1.1. The first update since version 1.0 was released 18 months ago, MoinMoin 1.1 includes access control lists (ACL), a new diff interface, a slew of new configuration options (like user-definable smileys), and numerous other changes.

Read the rest of this entry »

Posted at 12:17 AM PST with these tags: ,

Comments Off