rahji.com

Main menu:

Site search

Categories

My Other Sites

People

Places

Stuff from the 'scripting' category

Going from Perl to php

I wrote this cross-reference a while back for people who know how to program using Perl and are looking for some of the familiar Perl functions in the php language. When I originally write it, we were stuck with php 3 so I just reworked the list to include some of the functions that were [...]

Compressing URLs to make them shorter

This one time, I thought maybe I’d try compressing URLs to make the query strings shorter.

Creating a SELECT list of states with php

I’m posting this short chunk of php code that might save you a few minutes. It creates a list of US states in an HTML or XHTML SELECT list. Download the zip file here.

Boilerplate template for Javascript

Here’s a template for adding javascript code to an HTML page. It might save you 30 seconds someday.