NHRC About this Web Page



 

 
The NHRC Web Tree

Web Tree

NHRC web pages are grouped into seven major subjects to make it easy to find information. Some have sub-pages, which each link back to their major page. The blue boxes at the top and bottom of each major page are hotlinks to all major pages.

Return to NHRC Homepage.

History of the NHRC Web Page - The first North Hills Radio Club web page was put together in December 1995 on NS Net by Carl Schultz, WF6J. Carl and the NHRC were proud of this achievement which provided well organized links to many Ham-related pages.

Plans were made in March 1998 to move to Compudigital Industries' web server with the new URL, k6is.org. However, Carl was unable to continue. A search for a new Webmaster was not immediately successful.

A new Webmaster, Les Cobb, W6TEE, agreed in October 1998 to complete the new site, with the Board's agreement that the new pages would be mostly about the Club, reducing the size and work. The new pages were put up during November 1998, borrowing some text and graphics from the old pages.

The web pages were moved in January 2007 to another server, running Red Hat Linux and Apache, courtesy Mark Stennett, NA6M.


NHRC Mail Groups - NHRC-Board started on QTH.NET in 2002 for the Board and K6IS started on Yahoo in 2004 for members. Moderator for both groups is the duty of the Webmaster who assigns other Moderators. Members interested in Camping, Caravaning and Mobile should also join Mobileer on QTH.NET.
About the Webmaster - Les, W6TEE, first licensed General Class in 1952, with that call. Now holds Extra Class license. Wrote HF Mobile column for Worldradio magazine for 10 years until 2009. Besides this web page, writes all or part of web pages for himself and the Mt. Vaca Radio Club. NHRC President 2009-10.
Mobile Web, Inserting Meeting and Activity information - Described later in the following paragraphs on SSI.
How did we insert date and time into the text? - We also used related features on these pages that aren't as noticeable. These are Server Side Includes (SSI) and must be supported by your web server before they will work on your pages.

The server scans all files named with a .shtml or .html-ssi extension to look for comment tags containing SSI commands. It then inserts the text resulting from the command at that point in the file sent to the browser. All that you can see by viewing the code presented to the browser is the date-time etc. as if it were part of the text.

We use some of the following SSI commands. Not all are implemented on all SSI servers:

<!--#include file="mast.htm" --> This inserts the named file at this point in the text. This file contains just the blue page link buttons at the top of the page. This way we don't have to repeat the page links on every page. What is more important, we don't have to change every page when a link changes. The included file does not have to be a .shtml or .html-ssi, but the file including it, or any of these commands, does.

<!--#config timefmt="%A, %B %d, %Y, %I:%M %p" --> The date-time format for any following tags. This one now reads Saturday, February 04, 2012, 12:11 AM. We show the time zone for the time displayed, which is that of the server, not necessarily PST.
FormatOutput FormatOutput FormatOutput
%cSat Feb 4 00:11:22 2012 %x02/04/12 %X00:11:22
%BFebruary %bFeb %m02
%ASaturday %aSat %d04
%Y2012 %y12   
%H00 %M11 %S22
%I12 %pAM %ZCST

<!--#echo var="DATE_LOCAL" --> This is inserted in the text where the date-time is to appear. Don't forget leading and trailing spaces.

<!--#totcnt--> <!--#lastzero--> These are the counter and counter start date commands, used as:
You are visitor number <!--#totcnt--> since <!--#lastzero-->. We first reconfigure the timefmt to just month, day, and year.
(These are the only functions used before 2007 that do not work with our present server.)

<!--#include file="foot.htm" --> This is our "include" for the bottom of the page. It repeats the link buttons, shows the club address, e-mail addresses, and copyright. This saves repetition and minimizes typos when making changes.

<!--#echo var="LAST_MODIFIED" --> This is at the very bottom of the page to show the last web page change. We first reconfigure the timefmt to month, day, year, and time.

Mobile Web, Inserting Meeting and Activity information - <!--#include file="mlist.htm" --> This inserts easily changed information on current meeting dates and programs into the Meetings page. An identical command in the Activities page calls alist.htm with current activities. Both of these commands are combined in the NHRC Mobile Web page to provide an easy to load and read text-only web page for mobile phones and PDAs with only the most basic browsers and slow-speed connections. The information is always identical to the regular pages. The NHRC Mobile web page is at www.k6is.org/m/ A recent session to read this page cost $0.05 US.


North Hills Radio Club, Inc.
PO Box 417370
Sacramento, CA 95841-7370
E-mail: k6isarrl.net

© 1995-2012 North Hills Radio Club, Inc. All Rights Reserved

Updated Wed Dec 15 22:31:46 2010 by Les Cobb, W6TEE.