The “Simple” Table Output

Click Here to Go to the Main Page

Why Is This Page So Slow?

This is because it contains five separate calls to the root server. Even though the data is small, each call has overhead. For this reason, it’s a good idea to limit the number of inline lists per page.

Live Examples

Since Version 1.5 of the BMLT, we have the ability to generate very simple tables of meetings from the BMLT root server. The idea is to create very simple, easily-styled displays of meetings without all the bells and whistles that the BMLT displays for its main, interactive searches. These four examples are all live queries to the root server (which is why this page took so long to load).

The Basics

Here is a very simple example:

Ronkonkoma, NY, USAIt's Casual by the Lake8:00 PMTuesdayHoly Cross Lutheran Church, 307 Hawkins AvenueC,D,St
Ronkonkoma, NY, USARecovery in Ronkonkoma7:30 PMWednesdayHoly Cross Lutheran Church, 307 Hawkins Ave. (@ Lakewood)O,BT,Pi,SD,BK
Ronkonkoma, NY, USA12 Steps To Serenity8:00 PMThursdayIslip Town Beach Pavilion, Rosevale Ave.C,D,St,WC
Lake Ronkonkoma, NY, USASteps by the Lake10:00 AMSaturdaySt. Mary's Episcopal Church, 315 Lake Shore RdO,BT,Rr,St,WC

These are the meetings that occur weekly in the town of Ronkonkoma, New York. This shows how this capability can be used to create extremely simple, narrowly-scoped lists that are a lot less intimidating to site visitors than the classic BMLT search. Clicking on the meeting name takes you to that meeting’s individual listing on the BMLT root server, and clicking on the address takes you to the Google Maps location of that meeting, allowing the visitor access to things like Street View and directions.

It can also be styled to better “mesh” with your site, using nothing but CSS. For example, let’s remove the nation, and display the table rows in alternating backgrounds:

Ronkonkoma, NY, USAIt's Casual by the Lake8:00 PMTuesdayHoly Cross Lutheran Church, 307 Hawkins AvenueC,D,St
Ronkonkoma, NY, USARecovery in Ronkonkoma7:30 PMWednesdayHoly Cross Lutheran Church, 307 Hawkins Ave. (@ Lakewood)O,BT,Pi,SD,BK
Ronkonkoma, NY, USA12 Steps To Serenity8:00 PMThursdayIslip Town Beach Pavilion, Rosevale Ave.C,D,St,WC
Lake Ronkonkoma, NY, USASteps by the Lake10:00 AMSaturdaySt. Mary's Episcopal Church, 315 Lake Shore RdO,BT,Rr,St,WC

Working With Block Elements

Meetings in Ronkonkoma, NY

Ronkonkoma, NY, USA
8:00 PM
Thursday
C,D,St,WC
Lake Ronkonkoma, NY, USA
10:00 AM
Saturday
O,BT,Rr,St,WC

The two examples above are demonstrations of the basic <table> element-based response. You can also get the response delivered in <div> element-based format, which can give you a lot more flexibility. On the right, is the block element-based response. We have removed the town completely, floated to the right, joined the time and weekday together, and have made the alternations more extreme:

Here is another example, with a “lighter” tone:

Meetings in Ronkonkoma, NY
Ronkonkoma, NY, USA
8:00 PM
Thursday
C,D,St,WC
Lake Ronkonkoma, NY, USA
10:00 AM
Saturday
O,BT,Rr,St,WC

As you can see, you can have multiple instances of these searches, with different parameters, on a single page (or even a post, in WordPress).

In the same manner as above, you can get the format code descriptions returned:

BBeginnersThis meeting is focused on the needs of new members of NA.
BLBi-LingualThis Meeting can be attended by speakers of English and another language.
BTBasic TextThis meeting is focused on discussion of the Basic Text of Narcotics Anonymous.
CClosedThis meeting is closed to non-addicts. You should attend only if you believe that you may have a problem with substance abuse.
CHClosed HolidaysThis meeting gathers in a facility that is usually closed on holidays.
CLCandlelightThis meeting is held by candlelight.
CSChildren under SupervisionWell-behaved, supervised children are welcome.
DDiscussionThis meeting invites participation by all attendees.
ESEspanolThis meeting can be attended by speakers of Spanish.
GLGay/Lesbian/TransgenderThis meeting is focused on the needs of gay, lesbian and transgender members of NA.
ILIllnessThis meeting is focused on the needs of NA members with chronic illness.
IPInformational PamphletThis meeting is focused on discussion of one or more Informational Pamphlets.
IWIt Works -How and WhyThis meeting is focused on discussion of the It Works -How and Why text.
JTJust for TodayThis meeting is focused on discussion of the Just For Today text.
MMenThis meeting is meant to be attended by men only.
NCNo ChildrenPlease do not bring children to this meeting.
OOpenThis meeting is open to addicts and non-addicts alike. All are welcome.
PiPitchThis meeting has a format that consists of each person who shares picking the next person.
RFRotating FormatThis meeting has a format that changes for each meeting.
RrRound RobinThis meeting has a fixed sharing order (usually a circle.)
SCSurveillance CamerasThis meeting is held in a facility that has surveillance cameras.
SDSpeaker/DiscussionThis meeting is lead by a speaker, then opened for participation by attendees.
SGStep Working GuideThis meeting is focused on discussion of the Step Working Guide text.
SLASLThis meeting provides an American Sign Language (ASL) interpreter for the deaf.
SmSmoking PermittedSmoking (of tobacco) is permitted at this meeting.
SoSpeaker OnlyThis meeting is a speaker-only meeting. Other attendees do not participate in the discussion.
StStepThis meeting is focused on discussion of the Twelve Steps of NA.
TiTimerThis meeting has sharing time limited by a timer.
ToTopicThis meeting is based upon a topic chosen by a speaker or by group conscience.
TrTraditionThis meeting is focused on discussion of the Twelve Traditions of NA.
TWTraditions WorkshopThis meeting engages in detailed discussion of one or more of the Twelve Traditions of N.A.
WWomenThis meeting is meant to be attended by women only.
WCWheelchairThis meeting is wheelchair accessible.
YPYoung PeopleThis meeting is focused on the needs of younger members of NA.
OEOpen-EndedNo fixed duration. The meeting continues until everyone present has had a chance to share.
BKBook StudyApproved N.A. Books
NSNo SmokingSmoking is not allowed at this meeting.
AgAgnosticIntended for people with varying degrees of Faith.
FDFive and DimeDiscussion of the Fifth Step and the Tenth Step
ABAsk-It-BasketA topic is chosen from suggestions placed into a basket.
MEMeditationThis meeting encourages its participants to engage in quiet meditation.
RARestricted AttendanceThis facility places restrictions on attendees.
QAQuestion and AnswerAttendees may ask questions and expect answers from Group members.
CWChildren WelcomeChildren are welcome at this meeting.
CPConceptsThis meeting is focused on discussion of the twelve concepts of NA.

In the next couple of pages, we’ll discuss how to work with the results of a search, and how to generate the search.

Leave a Reply