
►
From YouTube: Web Development Special Interest Group - 5/19/2022
Description
00:19:54 Lucas Gass: li[class^="flipster-item-future-"]
00:20:52 Lucas Gass: https://www.geeksforgeeks.org/wildcard-selectors-and-in-css-for-classes/
00:24:20 Jason (SEKLS): grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
00:24:27 Jason (SEKLS): https://css-tricks.com/a-responsive-grid-layout-with-no-media-queries/
00:45:36 George Williams: https://wiki.koha-community.org/wiki/JQuery_Library#Circulation_rules_modifications_3.0
00:59:45 Barbara Johnson: https://koha-us.org/events/conferences/kohacon22/
A
Oh
welcome
everybody
to
the
may
2022
koha
us
web
website.
B
So
I've
been
working
on
sort
of
a
grid
display
of
covers
for
our
front
page,
and
I
first
did
that
with
a
third-party
library
thing
for
libraries
widget
that
we've
used
for
a
long
time,
and
then
I
decided
to
try
and
break
cover
flow
into
a
grid
which
I
have
accomplished
cool.
So
let
me
find.
B
Okay,
do
you
see
it
yes,
okay,
so
this
is
actually
using
cover
flow,
and
I.
B
B
B
B
B
C
B
D
B
See
if
we
can
figure
that
out,
I
think
I
tried
flex
once
and
I
ended
up
staying
with
prid.
D
Okay,
so
what
I'm
doing
is,
are
you
familiar
with
those
like
the
parameters
we
can
add
now
to
either
opec
or
staff
client
that
disable
syspref
opec
css.
D
Yeah
yeah
me
too.
I
am
looking
at
yours
now
with
that
on
and
I
don't
see
grid
being
added,
so
I
think
that
your
css
is
adding
grid,
which
is
fine
and.
D
Grid
has
a
lot
of
nice
options
for
changing
the
number
of
rows,
the
number
of
columns
and
and
how
that
all
works
in
your
css.
So
you
can
probably,
as
you
screen
size
down
just
do
like
some
simple,
immediate,
like
media
queries
and
change.
The
number
of
columns
change
the
number
of
rows
stuff
like
that.
I
think
just
grid
grid
template
rows
and
good
template.
Columns
are
the
two
main
ones
and
I
think,
there's
a
lot
of
parts
of
grid
that
I'm
actually
don't
know
anything
about.
But.
D
That
might
be
your
path
forward,
which
is
the
non-bootstrap
way.
I
guess
I
don't
see
what's
wrong
with
that,
though,
in
this
situation.
B
D
Yeah-
and
I
see
that
like
that,
that
error
thing
it
that
the
x
doesn't
like
something,
but
it
also
sometimes
that
actually
might
be
a
fine
property,
and
this
editor
just
gets
mad
because
it
doesn't
understand
certain
newer,
css
stuff.
Sometimes.
D
B
D
So
I
mean
basically
like
your
class
at
a
class.
Your
classes
are
exactly
the
same,
except
for
the
number
right.
So
let
me
see
if
I
can
just
write
a
little
like
quasi-css
in
the
chat.
So
if
I'm
not
going
to
write
that
all
out
but
just
say
if
it
was
like.
D
D
So
putting
that
in
the
zoom
chat,
so
it's
what
that
is
saying
is
like
is,
if
you
have
a
list
and
the
class,
the
the
the
carrot
equals
starts
with
starts
with
flipster
item
future
dash.
That's
all
you
have
to
put,
and
it's
going
to
get
everything
that
starts
with
that.
So
that
will
get
every.
B
B
B
D
And
just
if
you
look
like
I'm,
just
google
searching
something
like
this.
D
B
Cool,
well,
that's
what
I've
been
working
on
and-
and
so
I
also
had
to
change
up
the
cover
flow
report
a
little
bit
because
I
wanted
it
to
show.
B
I
wanted
to
show
my
most
recent
titles
as
they're
cataloged
and
not
do
that
really
totally
random
display.
I
wanted
to
have
some
predictability,
so
I
changed
that
up
a
little
too,
but
it's
it's
starting
to
look
like
something
so
I'll
I'll
use
those
things
and
see
what
else
I
can
fix
about
it.
It.
D
I
would
also
say,
with
your
in
your
cover
flow
config,
you
put
your
auto
play.
You
just
set
to
a
really
big
number
at
this
moment.
That's
what
I
did
and
I'm
not
sure,
I'm
pretty
sure
you
can
just
say
auto,
play
false.
B
B
A
I
was
poking
around
you
might
try
this
in
your
general
template
columns
rule
there.
A
A
So
that's
right
under
where
you
had
changed
it
to
grid
in
your
css.
You
had
a
grid
template
columns
right
that
one
that
was
like
aired
out,
so
I
put
it
there.
I
swapped
this
in
for
that,
and
I
think
it
may
have
worked.
D
And
if
you
all
right,
if
you're
smart
enough
with
grid
and
I'm
I'm
I'm
not,
I
think
you
can
figure
out
a
way
to
do
all
this
without
any
css.
Quick
media
queries.
A
A
D
E
E
On
I
was
on
vacation
for
over
a
week,
and
I've
been
really
busy
and
I
haven't
done
a
damn
thing
lately
about
the
most
interesting
thing.
I've
done
is
I've.
I've
been
modifying
notices
so
and
that
hasn't
really
had
a
lot
to
do
with
anything.
Mostly
I
got
rid
of.
I
wrote
some
sql
to
figure
out
which
notices
were
exact
duplicates
of
each
other,
and
then
I
deleted,
like
700
800
notices
that
were
all
duplicates
in
our
system,
so.
E
A
A
I
haven't
put
in
any
proposals
yet
still
figuring
that
out
so
yeah
I
don't
know
so.
A
This
is
my
website,
so
this
is
the
course
reserves
nav
menu
that
I've
swapped
out
for
displays
and
the
up
here
I
swapped
it
out
for
this
place.
Basically,
anything
that
said
displays,
or
course,
reserves
was
changed
to
displays
you
go
into
it.
I
didn't
change
the
urls.
I
did
find
some
code
that
did
that,
but
I
didn't
I
figured
that
was
too
going
too
far,
but
everywhere
else
breadcrumbs
headings.
All
that
says
display
the
buttons
I
the.
A
What
I
mostly
found
with
this
was
that
it
was
the
course
reserves
module
was
too
much
I
it
was
more
than
I
possibly
needed,
so
I
took
away
a
lot
of.
I
took
away
some
of
the
buttons
that
pointed
to
some
of
the
pages
that
I
didn't
need
and
basically
we're
just
using
the
batch.
So
this
is
adding
a
new
display,
we're
just
using
the
batch
remove
items
feature
and
the
batch
add
items
feature.
I
think.
There's
a
single
single
item
add
option
too.
A
That
does
the
same
thing,
so
I
tried
to
simplify
it
as
much
as
possible
and
then,
of
course,
there
are
lots
of
fields
in
the
course
reserves
that
we
don't
need
like
instructor
and
if
students,
I
think,
there's
a
lot
of
things
that
I
adapted
so
the
jquery
is
expensive
and,
like
I
said
it's
mostly
just
relabeling,
I
do.
Since
we
are
consortium,
I
did
go
ahead
and
store
the
the
logged
in
library
code
and
logged
in
branch
branch
name
as
variable
so
that
I
could
leverage
those
in
different
places.
A
A
So
I
added
that
filter
and
then,
when
you
create
a
display,
I've
pre-filled
the
logged
in
library
here
and
I
went
through
a
lot
of
like
trial
and
error,
trying
to
figure
out
what
to
make
what
so
like
what
to
use
for
which
field,
and
course,
reserves
fit
best
with
library.
And
that
was
mainly
determined
by
where
it
displays.
A
A
So
if
I
go
over
here
the
I
wanted
to
make
sure
that
what
I
was
putting
in
those
course
reserve
fields
was
showing
up
in
this
column,
because
some
do
and
some
don't
and
you
can
kind
of
pick
through
the
code
and
see
the
choices
that
were
made
and
scroll
through
this.
So
this
is
just
changing
the
menu
link
and
the
home
page
link
the
table
header
in
here.
So
not
here
here.
A
So
this
changes
the
table
header
here
and
then
I
have
like
a
pseudo
permission
setup
so
that
I
can
have
people
test
it
without
everybody.
Seeing
it
and
all
that's
doing
is
hiding
the
links
to
get
to
it
unless
the
the
usernames
are
in
this.
A
A
Changing
titles
links
buttons
headings,
and
this
this
is
where
you
can
see
where
I
kind
of
picked
my
field
so
department.
I
changed
to
type
section.
I
changed
to
area
of
the
library
and
term.
I
changed
the
library
because
of
what,
where
those
three
things
display
in
the
record,
this
is
the
code
that
limits
that
table
by
logged
in
branch.
A
Oh,
I
also
added
a
button
here
for
a
report
since
we're
using
this
all
a
lot
for
new
items
we
want.
I
wanted
to
make
sure
there
was
a
report
that
could
be
run
to
show
how
long
something's
been
on
the
display
so
that
they
can
go
in
and
run
the
report
and
see.
Oh,
these
have
been
on
there
more
than
a
month.
A
I
need
to
for
more
than
six
months
or
whatever
the
library
uses
at
their
standard,
so
they
can
run
a
list
of
those
things,
go,
pull
them
and
then
batch
remove
them
from
the
display
and
another
like
the
greatest
thing
about
this,
I
think,
is
the
fact
that
it
it
reverts
the
it
gives
you
temporary
settings
that
then
revert
back
so
right
now,
when
they're
managing
these
things,
they're
getting
catalogued
directly
into
the
new
location
and
then
when
they
take
it
off
the
new
shelf
they
go.
A
I
have
to
go
into
the
cataloging
side
of
things
and
put
it
in
the
final
location,
but
with
this
module
we
can
catalog
it
in
its
final
resting
place
and
then
all
the
the
circuit
staff
has
to
do
is
remove
it
from
the
display
to
get
it
back.
To
that,
which
is
great.
It
means
that
we
can.
We
don't
have
to
give
cataloging
access
to
the
front
desk
if
they
want
to
manage
these
sort
of
displays.
A
I've
also,
we
had
a
use
case
where
the
item
type
is
different
for
new
items,
so
I've
got
some
libraries
that
circulate
those
for
a
shorter
amount
of
time,
and
I've
also
got
this
whole
new
item
sharing
thing.
So
we
had
a
lot
of
like
things
to
test
there,
but
it
seems
to
all
work
pretty
well
because
the
item
whenever
you
change
one
of
these
things,
it
becomes
sort
of
like
the
thing
associated
with
the
item.
A
So
if
I
change
this
to
to
new
shorter,
that's
its
item
type
until
it
gets
out
of
the
display-
and
I
transitioned
new
shorter
to
shorter
automatically
with
the
automatic
items
modification
tool-
and
I
wanted
to
make
sure
that
still
works,
because
that's
kind
of
what
keeps
our
new
sharing
stuff
in
line,
which
it
does
so
that's
perfect
for
our
use
case
the
let's
see
what
else
so
that
added
the
report
button
and
then
on
the
individual
pages,
there
was
a
little
more
massaging
relabeling
just
anywhere.
A
A
I
think
it's
that
it's
commented
out
for
whatever
reason,
so
I
don't
know-
maybe
not
necessary,
but
always
nice
to
have
extra
things
to
grab
onto
and
then,
like
I
said
instructors,
we
didn't
need
that
we're
not
using
public
notes
for
this.
We're
not
using
number
of
students,
it
does
have
an
enable
disable
toggle,
but
that's
not
really
necessary
either
in
our
our
use
case.
So
I
just
kind
of
watered
down
what
was
there.
A
So
that's
it
there's
some
there's.
Some
wording
that
I
had
to
change
to
the
mentioned
course
reserves.
So
when
you're
adding
things
it
says
any
existing
course
reserves
and
I
just
made
a
different
note
there
and
I
also
I
limited
to
what
shelving
locations
could
be
used
so
we're
only
using
it
if
we're
temporarily
moving
into
new
or
temporarily
moving
into
display.
A
So
this
line
of
code
just
removes
everything
else:
that's
an
option
because
we've
got
hundreds
of
shelf
locations
just
to
try
and
reduce
the
amount
of
errors.
That
might
happen,
and
I
do
default
it
to
new
just
for
convenience
sake.
So
when
you
go
to
add
items,
this
is
pre-checked
and
defaulted
to
new.
A
A
It's
the
same
sort
of
deal,
so
it's
showing
it's
in
the
new
dvds
of
blu-rays
at
iowa,
public
library.
It
also
shows,
if
you
put
in
the
area
of
the
library,
if
you
fill
in
this
field,
it'll
show
that
too.
So
you
can
direct
the
patrons
to
the
area
of
the
library.
A
It
doesn't
keep
the
the
permanent,
ongoing
and
temporary
season.
Well,
this
drop
down
is
just
for
internal
tracking,
so
that
doesn't
display
it
may
display
on
the
actual
course
or
display
display
here
yeah.
So
we
do
list
it
here.
The
type
of
display
it
is
so
for,
like
seasonal
display,
some
reading
displays
whatever
random
display
they
make
topical.
We
call
those
temporary
and
then
for
the
the
new
shelf
is
never
going
anywhere,
so
that's
a
permanent.
A
So
just
so,
we
have
something
to
distinguish
with
and
something
can
use
to
run
reports
on
and
that
one
is
set
up
that
one
was
picked
specifically
because
it
is
a
authorized
value
already.
So
there's
some
authorized
value
set
up
involved
as
well
to
to
use
it
and
yeah.
So
this
is
what
it
looks
like
on
the
the
patron
side
of
things.
A
Again,
it
just
shows
all
the
same
information,
and
if
you
back
up
a
level,
then
you
can
see
all
the
available
displays
so
patrons
have
a
way
to
virtually
access
what's
physically
there.
A
Another
sort
of
great
perk
of
this
is
we
can
set
up
a
report
for
these
things
and
then
feed
that
out
to
like
the
bookshelves,
plugin
or
whatever,
so
they
can
have
a
forever
synchronized
list
on
their
website
of
what's
on
their
new
shelf
or
if
they
want
to
set
up
like
a
virtual
display
next
to
their
new
shelf,
so
that
when
things
are
checked
out,
people
can
still
see
a
cycling
list
of
what
they've
got
available.
A
So
that's
another
bonus
of
having
a
displays,
module
and
the
opex
stuff
is
a
lot
less
code.
I.
A
A
So
I
think
that's
it.
Oh
the
other
great
thing
about
this
is
like.
If
they
set
up
a
temporary
display,
all
they
have
to
do
is
hit
delete
display
when
the
display's
over
and
it
just
it,
fixes
everything.
It's
a
one
button
solution.
They
don't
have
to
scan
everything
in
so
there's
a
lot
of
a
lot
less
clicks
and
a
lot
more
convenience
added
to
front
desk
staff
on
that.
A
A
So,
like
we've
got
some
libraries
that
use
short
barcodes
and
when
you
check
it
in,
we
have
it
prefix
their
organization
code,
which
is
not
standard
coha,
but
that
doesn't
work
in
the
course
or
service
module.
So
I
have
a
ticket
open
on
that.
A
E
A
E
B
A
Typically,
those
those
things
get
a
new
sticker
and
then
so
there's
some
physical
stuff
going
on
with
it
as
well
and
when
they
pull
it
off
the
shelf,
they
take
the
new
sticker
off.
I
don't
know
if
every
library
does
it
that
way,
that's
just
how
we
do
it
here,
yeah.
B
We're
we're
currently
doing
the
changing
of
the
location
back
to
its
normal.
You
know,
location
and
removing
the
sticker.
I
know
marcy
at
mckinney
worked
on
something
to
eliminate
the
new
stickers
completely.
A
E
I
guess
there
is
one
thing
that
I
it's
not
anything
that
I've
done
recently.
It's
something
that
I
did
like
in
2014
that
I
rewrite
for
each
version
of
coha
is
the
the
two
videos
that
christopher-
and
I
did
last
thursday
and
a
week
from
today
are
on
the
circulation
rules,
modifications,
and
I
think
everybody
here
has
seen
that,
but
I'm
not
sure,
but
I
can
I'm
not
sure.
If
I
have
yeah
you
might
not
have
you
can
see
koha
now
right.
E
Yes,
so
I've
got
this
is
I
originally
did
this
when
I
was
in
layton
county
and
then
I
did
a
presentation
on
it
at
the
coeur
d'alene
conference,
but
the
videos
that
we're
doing
right
now
or
how
to
add
these?
You
know
collapsible
columns
in
the
circulation
rules
and
put
a
button
over
here
to
show
it
full
width
and
I've
also
got
well.
If
you
hover
over
a
column,
it
highlights
it
to
to
make
it
easier
to
follow
across
the
screen.
E
E
Wiki
at
that
address,
so
I
know
that
I
think
bob
has
something
similar
than
colorado
yeah.
That's
it's
a
little.
It's
a
little
bit
different.
E
And
so
that's
what
last
week's
video
from
koha
us
was
about,
and
it's
big
it's
enough,
jquery
that
it's
in
two
parts,
so
I
actually
have
three
monitors.
I
have
one
two
and
three,
and
if
you
don't,
if
I,
if
I
don't
have
anything
that
makes
this
the
table
more
compact,
it
actually
takes
more
than
two
full
screens,
and
so
that's
kind
of
my
was
my
goal
yeah.
This
is
what
bob's.
D
D
No,
that's
one
thing
I
I
I
put
those
in
as
like.
I
get
the
index
from
the
name
of
the
column
so
like
if
the
column's
called
daze
mode
like
find
the
column
called
daze
mode,
get
its
index
and
apply
it.
That
way
say
that
if
columns
change
but
that
I
didn't
do
so,
I
should
look
at.
I
should
steal
that
code.
So
I
can,
if,
if
you
want
I'll,
send
you
that
code,
george
and
you
that'd
be
awesome,
adapt
it.
E
I
think
I
right
now.
I
have
a
list
of
all
the
all
the
possible
columns,
so
I
can
stick
a
new
one
in
there
whenever
whatever
one's
added
so
but
it's
not
really
new,
but
it's
something
that
I
re,
I
uploaded
the
most
current
version
of
it
to
the
wiki
right
before
we
did
those
two
videos.
B
When
we
started
using
that
after
you
first
showed
it
george
and
it's
super
helpful
and
we're
only
one
library,
yeah
and
it's
it's
still
useful
to
be
able
to
get
rid
of
stuff
that
you
know
you
don't
want
to
always
see
and
I
have
trouble
with
scrolling,
and
so
we
also
just
it's
really
for
my
benefit,
because
I'm
really
the
only
one
that
deals
with
with
the
circles
with
the
surf
rules.
But
I
went
ahead
and
made
different
sections
that
were
like
to
me.
B
E
I'll
check
it
out,
I
think
my
library,
with
the
most
circulation
rules
is
bonner,
springs
and
I
think
they
have
about
70.
A
I
did.
When
I
first
started.
We
had
a
kind
of
a
big
clean
out
where
we
changed
all
the
item
types
because
they
were
like
not
great.
They
were
like
14
d
d,
1,
r,
7,
dollar,
sign
or
whatever
I
don't
know
what
they
were,
but
they
were.
They
were
like
coded,
so
that
it
was
had
the
cert
time
coded
into
it.
So
we
brought
that
back
down
into
just
like
you
know
a
book
circulates
this
way
at
this
library
and
a
book
circulates
this
way
at
this
library.
A
So
I
had
to
go
through
and
like
redo
them
all
at
that
point,
but
over
time
they've
magically
expanded.
Even
though
I
thought
I
was
the
only
one
really
managing
them.
Some
of
my
libraries
still
have
some
pretty
bloated
rose
tables
so.
E
Yeah
at
the
beginning
of
the
pandemic,
when
things
needed
to
circulate
for
different
times,
we
needed
to
to
stop
shipping
things
through
the
courier.
E
I
have
a
lot
of
problems
managing
it,
because
there
were
so
many
so
many
rules
that
could
have
been
all
items,
all
categories
that
there
had
been
specific
rules
written
that
duplicated.
The
existing
rules
like
there
were
you
know
in
one
library,
would
have
separate
rules
that
were
identical
for
each
patron
category,
and
so
I
had
to
do
a
lot
of
that
clean
up
and
I'm
sure
that
that
was
I'm
sure
that
that
was
left
over
from
like
2008
2009.
E
D
E
D
E
One
of
the
first
things
that
I
one
of
the
things
that
I
encountered
not
at
this
job,
because
I'm
the
only
one
that
has
access
to
the
circles,
but
when
I
was
at
valnet
and
there's
like
four
different
people
that
had
access
to
the
circ
rules
and
invariably
somebody
would
call-
and
they
say
I
accidentally
cloned
all
my
rules
to
another
library.
How
do
I
get
the
old
ones
back?
A
Problem
that
only
happened
once
at
my
my
consortium
before
that
button
disappeared
forever.
So
I
want
that
for
the
transfer
cost
matrix
too
can
we
can
we
do
that
there
too?
That's
the
worst
thing
to
edit
in
the
history
of
things
to
edit.
D
A
It
just
sucks
you
have
to
like
click
the
box
and
then
uncheck
the
box
and
then
type
in
it
for
every
single
box,
and
it's
better
now
before
there
was
a
bug
with
it
where
like.
If
the
library
was
closed
that
day
and
you
made
a
change
on
another
library,
then
it
would
permanently
close
the
library
that
was
closed
on
that
day
and
that
bug
got
fixed.
A
E
A
So
typically,
I
don't
do
anything
with
that.
I
mean
it
would
be
handy
if
I
could
zero
those
out
when
the
library
is
closed,
but
typically
I
just
hide
all
their
items
in
the
opac
and
turn
off
their
their
ability
to
place
holds,
but
that
yeah,
that's
another
thing
that
I
would
love
to
see
it's
more
fleshed
out
is
the
closing
libraries
like
if
there
was
a
central
place
where
we
could
change
the
settings
for
a
library.
A
I
think
we've
talked
about
it
that
at
the
consortium
before,
but
it's
I
always
forget
to
do
something
either
forget
to
unhide
their
stuff
in
the
opaque
and
then
a
month
later,
they're
like.
Why
can't
my
people
see
my
items
or
I'd
forget
to
turn
their
holds
back
on
that
one's
usually
figured
out
faster?
A
They
need
their
holds,
but
it's
like
seven
different
places,
we're
making
changes
when
somebody
needs
to
shut
down,
which
it
wasn't
a
big
deal
before
code,
but
now
it
seems
like
it's
happening
every
other
week
and
not
covert
related
like
I've
got.
I
have
a
library
that's
currently
closed
because
they
box
up
all
their
books
is
to
move
across
the
street
and
then
I've
got.
I
had
two
libraries
that
had
mold
problems
so
bad
that
they've
been
shut
down
for
several
months,
so
we
solve
that
need
even
when
it's
not
pandemic
related.
A
I'm
I'm
on
on
a
tangent
and
a
rant.
E
I
I
don't
have
it
on
on
the
necklace
coho,
but
I
did
write
some
jquery
when
I
was
at
valnet
and
we
actually
used
the
circulation
transportation
cost
matrix
to
click
on
a
row
and
have
it
move
to
the
top
like
with
my
circulation
rule
stuff.
So
that
that
way
it
would
be
right
there
and
you
didn't
have
to
scroll
up
and
down
to
see.
You
know
which
column
you
were
in,
and
I
had
another
one
that
you
would.
E
That
would
add
a
button
that
would
unlock
all
of
the
all
of
the
input
boxes
in
a
row.
If
you
clicked
on
the
the
input
box-
and
I
think.
A
I
was
trying
that
one
and
I
had
something
blew
up
and
I
never
went
back
like
it
would
just
spin
indefinitely.
I've
also
got
like
for
my
transfer
cost
matrix,
there's,
maybe
like
five
varieties
of
libraries
like
they
usually
share
the
cost
values
between
the
different
libraries
yeah.
So
I
could
I
thought
about
setting
it
up,
so
I
could
pre-fill
a
row
with
like
the
whatever
category
they're
in
like
one
through
five
or
whatever,
so
I
yeah
there
are
ways
I
could
make
it
better,
but
I.
A
I
will
say:
I've
been
bashing
it,
but
it
is
great
for
us
because
we,
it
gives
us
a
lot
more
control
over
how
the
holes
flow,
so
we
were
able
since
we're
different
than
knuckles.
We
have
a
collection,
that's
housed
in
the
the
public
library
up
front,
so
we
always
want
those
the
holes
to
go
to
us
first,
so
the
the
cost
matrix
lets
it.
A
Let
that
happen,
and
we
can
kind
of
direct
the
flow
to
the
larger
libraries
and
reduce
the
burden
on
the
smaller
libraries
with
it
so
as
much
pain
it
causes
to
edit.
It's
definitely
been
worthwhile
for
us.
E
And
you
know,
I
would
say
it
made
a
huge
difference
in
valid,
because
there,
the
courier
was
a
lot
more
complicated
than
it
is
here.
There
were
different
loops
and
different
ways
that
you
know
I
I
had
it
worked
out
to
where
there
were
different
values
based
on
where
you
were
in
the
in
the
loop
and
which
loop
you
were
on
and
whether
things
were
going
from
one
loop
to
another
loop
or
you
know
some.
Some
items
had
to
cross
five
different
loops
of
drivers,
so.
A
A
It's
not
that
complex,
but
I
do
factor
all
that
stuff
in
because
I've
got
like
we.
We've
got
four
different
career
routes
going
in
our
area
and
then
I
factor
in
how
many
days
are
open
and
how
many
days
a
week
they
get
courier.
So
all
that
plays
in
so
that
things
can
get
to
the
patrons
faster.
That's
the
ultimate
goal.
E
E
A
B
I'm
putting
the
link
for
quahog
on
in
the
chat
it's
september,
20th
through
23rd
in
lawrence
kansas,
and
this
will
take
you
to
the
link
on
the
kaha
us
website
and
there
is
a
link
for
proposals
so
think
about
something
you
could
present
and
I
think
we're
taking
proposal
entries
through
june
3rd.
I
believe.
A
E
So
hannah
is
here
from
celina
yeah
is:
are
you
guys
planning
on
sending
people
to
the
koha
conference
from
from
central.
C
A
B
A
A
We
do
have
a
quahog
explorers
group,
that's
the
keg
they're
generally
non-alcoholic,
unfortunately,
but
we
try
to
have
those
twice
a
year
which
and
they're
just
the
kansas
users
group.
Usually
we
have
one
this
time
of
year
and
then
one
at
kla,
so
yeah.
E
E
There
is
hannah.
There
is
a
mailing
list
just
for
kansas,
coho
users.
If
you
send
me
an
email
at
george
nichols.org,
I
can
add
you
to
that
mailing
list.