Yahoo Forum Archive
This is an archive of the MEFA Yahoo Group, which was shut down by Yahoo in 2019. The archive can be sorted by month and by topic ID. You can use your browser to search by keyword within the month or topic you have open.
Jan | Feb | Mar | Apr | May | Jun | Jul | Aug | Sep | Oct | Nov | Dec | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 | - | - | - | 182 | 1042 | 655 | 89 | 25 | 263 | 362 | 316 | 285 |
2005 | 189 | 56 | 107 | 538 | 347 | 446 | 97 | 276 | 194 | 358 | 565 | 136 |
2006 | 231 | 66 | 27 | 76 | 117 | 139 | 127 | 56 | 67 | 66 | 159 | 79 |
2007 | 20 | 25 | 7 | - | 29 | 72 | 99 | 143 | 3 | 185 | 83 | 103 |
2008 | 56 | 13 | 3 | 54 | 240 | 141 | 274 | 77 | 51 | 60 | 90 | 106 |
2009 | 28 | 3 | - | 39 | 194 | 101 | 72 | 27 | 22 | 15 | 36 | 24 |
2010 | 67 | - | 1 | 4 | 103 | 138 | 129 | 32 | 13 | 16 | 3 | 30 |
2011 | 1 | - | 17 | 2 | 6 | 25 | 90 | 61 | 32 | 7 | 5 | 8 |
2012 | 30 | - | - | - | 8 | 122 | 76 | - | - | - | - | - |
2013 | - | - | - | - | - | - | - | - | - | - | - | - |
2014 | - | - | - | - | - | - | - | - | - | 1 | - | 2 |
2015 | - | - | - | - | - | - | - | - | - | - | - | - |
2016 | - | - | - | - | - | - | - | - | - | - | - | - |
2017 | - | - | - | - | - | - | - | - | - | - | - | - |
2018 | - | - | - | - | - | - | - | - | - | - | - | - |
2019 | - | - | - | - | - | - | - | - | - | 1 | - | - |
Hello all,
I've read some of the requests from yesterday's digest (2:26 am on
5/1), and sent Ainae some updates.
First, there's now a filter on the user's reviews. You can choose
draft, tentative, final, all, or (tentative and final), and it will
only show you stories that you have reviewed that fit those status
choices.
Second, I fixed a sorting issue. There are 3 or 4 stories for which the
titles are a direct quote, and start with quotation marks. These were
sorting at the beginning of the list. I figured out how to make them
sort correctly. There were also a couple with spaces at the beginning
of the title. These looked right, but didn't sort right. I edited them
and fixed it. One of the 'quote title' stories had 'curly quotes.' I
had to change those to straight quotes. If you use " or ', simple
straight single or double quotes, it will now sort properly.
Third, in response to the request for a 'letter of the alphabet'
selector:
I won't do that, because it's a lot of work.
What I did instead was created a method for searching the start of the
author or title, rather than just anywhere. It was much easier, believe
me, and should give you the same functionality without too much extra
work.
If you put a '%' at the end of a search string (on the usersBrowse and
storiesBrowse pages only), it will search for entries STARTING with
your string. 'M%' searches for authors and/or titles starting with 'm'.
'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
Case is and has always been ignored.
Since you can sort by ID, author, or title, I decided that the search
should go by whichever you're sorting by. By default, it searches
author, title, and summary. If you're sorting by author, and search for
'm%', it will only show you authors starting with 'm'. This makes sense
to me as a desired behavior. If it is sorted by ID, it will show titles
and authors starting with 'm'.
The same basic behavior works on the members/authors page, but with
nickname/email address, except that there's no way to sort by email
address, so 'm%' will always get nicknames and email addresses starting
with 'm'.
By the way, if you all want, I can change the default sorting behavior
on the stories page. It now sorts by ID, which is essentially
nomination order.
1) Would sorting by author make more sense as a default?
2) Would people wonder why those numbers were there and not sorted
properly?
3) Would it bother anyone but my wife (Elana) to have this list of
unsorted numbers on the page?
Warning: When Ainae loads these updates, there are new strings, so you
may need to reload the language file (link found at top of every page).
As you may have noticed, I can choose to modify the behavior of the
site at any time. There are some things that don't make sense to change
(like things that require big changes to the data structure), because
there's danger of corrupting the database, and there are also these
1000+ stories that use the current data structure, but things like
sorting, filtering, or what data to show, and what column to put it in,
where I'm not editing data, just showing it, are relatively safe to
change. The worst case scenario has us reverting to the previous
version.
My time is somewhat limited, but within reason, just make the
suggestions, and I'll see if I can do them. I'll try to check the
database and update it when I do something, but I can't guarantee that
I will always do that. I do read the MEFAwards and MEFAStaff lists, in
digest mode, but wouldn't mind getting direct emails if you don't want
to bother the whole list with some of this stuff.
If there are any geeks out there who want to discuss geeky details,
feel free to write, too.
Later,
Anthony
I've read some of the requests from yesterday's digest (2:26 am on
5/1), and sent Ainae some updates.
First, there's now a filter on the user's reviews. You can choose
draft, tentative, final, all, or (tentative and final), and it will
only show you stories that you have reviewed that fit those status
choices.
Second, I fixed a sorting issue. There are 3 or 4 stories for which the
titles are a direct quote, and start with quotation marks. These were
sorting at the beginning of the list. I figured out how to make them
sort correctly. There were also a couple with spaces at the beginning
of the title. These looked right, but didn't sort right. I edited them
and fixed it. One of the 'quote title' stories had 'curly quotes.' I
had to change those to straight quotes. If you use " or ', simple
straight single or double quotes, it will now sort properly.
Third, in response to the request for a 'letter of the alphabet'
selector:
I won't do that, because it's a lot of work.
What I did instead was created a method for searching the start of the
author or title, rather than just anywhere. It was much easier, believe
me, and should give you the same functionality without too much extra
work.
If you put a '%' at the end of a search string (on the usersBrowse and
storiesBrowse pages only), it will search for entries STARTING with
your string. 'M%' searches for authors and/or titles starting with 'm'.
'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
Case is and has always been ignored.
Since you can sort by ID, author, or title, I decided that the search
should go by whichever you're sorting by. By default, it searches
author, title, and summary. If you're sorting by author, and search for
'm%', it will only show you authors starting with 'm'. This makes sense
to me as a desired behavior. If it is sorted by ID, it will show titles
and authors starting with 'm'.
The same basic behavior works on the members/authors page, but with
nickname/email address, except that there's no way to sort by email
address, so 'm%' will always get nicknames and email addresses starting
with 'm'.
By the way, if you all want, I can change the default sorting behavior
on the stories page. It now sorts by ID, which is essentially
nomination order.
1) Would sorting by author make more sense as a default?
2) Would people wonder why those numbers were there and not sorted
properly?
3) Would it bother anyone but my wife (Elana) to have this list of
unsorted numbers on the page?
Warning: When Ainae loads these updates, there are new strings, so you
may need to reload the language file (link found at top of every page).
As you may have noticed, I can choose to modify the behavior of the
site at any time. There are some things that don't make sense to change
(like things that require big changes to the data structure), because
there's danger of corrupting the database, and there are also these
1000+ stories that use the current data structure, but things like
sorting, filtering, or what data to show, and what column to put it in,
where I'm not editing data, just showing it, are relatively safe to
change. The worst case scenario has us reverting to the previous
version.
My time is somewhat limited, but within reason, just make the
suggestions, and I'll see if I can do them. I'll try to check the
database and update it when I do something, but I can't guarantee that
I will always do that. I do read the MEFAwards and MEFAStaff lists, in
digest mode, but wouldn't mind getting direct emails if you don't want
to bother the whole list with some of this stuff.
If there are any geeks out there who want to discuss geeky details,
feel free to write, too.
Later,
Anthony
Here's a little geeky detail: Thank you! This fits the bill nicely, and I
appreciate your quick response!
- Barbara
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
appreciate your quick response!
- Barbara
>From: Anthony Holder <aaholder@swbell.net>_________________________________________________________________
>
>Hello all,
>
>Third, in response to the request for a 'letter of the alphabet'
>selector:
>I won't do that, because it's a lot of work.
>
>What I did instead was created a method for searching the start of the
>author or title, rather than just anywhere. It was much easier, believe
>me, and should give you the same functionality without too much extra
>work.
>
>Later,
>Anthony
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
*Stares in awe at all the new geeky goodness*
Anthony! You are sort of like Santa Claus!!!
*Smooch*!
Ariel
www.bagendwest.net
-----Original Message-----
From: MEFAwards@yahoogroups.com [mailto:MEFAwards@yahoogroups.com] On
Behalf Of Anthony Holder
Sent: Monday, May 02, 2005 2:15 AM
To: MEFAwards@yahoogroups.com
Subject: [MEFAwards] Requests Granted
Hello all,
I've read some of the requests from yesterday's digest (2:26 am on
5/1), and sent Ainae some updates.
First, there's now a filter on the user's reviews. You can choose
draft, tentative, final, all, or (tentative and final), and it will
only show you stories that you have reviewed that fit those status
choices.
Second, I fixed a sorting issue. There are 3 or 4 stories for which the
titles are a direct quote, and start with quotation marks. These were
sorting at the beginning of the list. I figured out how to make them
sort correctly. There were also a couple with spaces at the beginning
of the title. These looked right, but didn't sort right. I edited them
and fixed it. One of the 'quote title' stories had 'curly quotes.' I
had to change those to straight quotes. If you use " or ', simple
straight single or double quotes, it will now sort properly.
Third, in response to the request for a 'letter of the alphabet'
selector:
I won't do that, because it's a lot of work.
What I did instead was created a method for searching the start of the
author or title, rather than just anywhere. It was much easier, believe
me, and should give you the same functionality without too much extra
work.
If you put a '%' at the end of a search string (on the usersBrowse and
storiesBrowse pages only), it will search for entries STARTING with
your string. 'M%' searches for authors and/or titles starting with 'm'.
'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
Case is and has always been ignored.
Since you can sort by ID, author, or title, I decided that the search
should go by whichever you're sorting by. By default, it searches
author, title, and summary. If you're sorting by author, and search for
'm%', it will only show you authors starting with 'm'. This makes sense
to me as a desired behavior. If it is sorted by ID, it will show titles
and authors starting with 'm'.
The same basic behavior works on the members/authors page, but with
nickname/email address, except that there's no way to sort by email
address, so 'm%' will always get nicknames and email addresses starting
with 'm'.
By the way, if you all want, I can change the default sorting behavior
on the stories page. It now sorts by ID, which is essentially
nomination order.
1) Would sorting by author make more sense as a default?
2) Would people wonder why those numbers were there and not sorted
properly?
3) Would it bother anyone but my wife (Elana) to have this list of
unsorted numbers on the page?
Warning: When Ainae loads these updates, there are new strings, so you
may need to reload the language file (link found at top of every page).
As you may have noticed, I can choose to modify the behavior of the
site at any time. There are some things that don't make sense to change
(like things that require big changes to the data structure), because
there's danger of corrupting the database, and there are also these
1000+ stories that use the current data structure, but things like
sorting, filtering, or what data to show, and what column to put it in,
where I'm not editing data, just showing it, are relatively safe to
change. The worst case scenario has us reverting to the previous
version.
My time is somewhat limited, but within reason, just make the
suggestions, and I'll see if I can do them. I'll try to check the
database and update it when I do something, but I can't guarantee that
I will always do that. I do read the MEFAwards and MEFAStaff lists, in
digest mode, but wouldn't mind getting direct emails if you don't want
to bother the whole list with some of this stuff.
If there are any geeks out there who want to discuss geeky details,
feel free to write, too.
Later,
Anthony
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/MEFAwards/
* To unsubscribe from this group, send an email to:
MEFAwards-unsubscribe@yahoogroups.com
<mailto:MEFAwards-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
Anthony! You are sort of like Santa Claus!!!
*Smooch*!
Ariel
www.bagendwest.net
-----Original Message-----
From: MEFAwards@yahoogroups.com [mailto:MEFAwards@yahoogroups.com] On
Behalf Of Anthony Holder
Sent: Monday, May 02, 2005 2:15 AM
To: MEFAwards@yahoogroups.com
Subject: [MEFAwards] Requests Granted
Hello all,
I've read some of the requests from yesterday's digest (2:26 am on
5/1), and sent Ainae some updates.
First, there's now a filter on the user's reviews. You can choose
draft, tentative, final, all, or (tentative and final), and it will
only show you stories that you have reviewed that fit those status
choices.
Second, I fixed a sorting issue. There are 3 or 4 stories for which the
titles are a direct quote, and start with quotation marks. These were
sorting at the beginning of the list. I figured out how to make them
sort correctly. There were also a couple with spaces at the beginning
of the title. These looked right, but didn't sort right. I edited them
and fixed it. One of the 'quote title' stories had 'curly quotes.' I
had to change those to straight quotes. If you use " or ', simple
straight single or double quotes, it will now sort properly.
Third, in response to the request for a 'letter of the alphabet'
selector:
I won't do that, because it's a lot of work.
What I did instead was created a method for searching the start of the
author or title, rather than just anywhere. It was much easier, believe
me, and should give you the same functionality without too much extra
work.
If you put a '%' at the end of a search string (on the usersBrowse and
storiesBrowse pages only), it will search for entries STARTING with
your string. 'M%' searches for authors and/or titles starting with 'm'.
'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
Case is and has always been ignored.
Since you can sort by ID, author, or title, I decided that the search
should go by whichever you're sorting by. By default, it searches
author, title, and summary. If you're sorting by author, and search for
'm%', it will only show you authors starting with 'm'. This makes sense
to me as a desired behavior. If it is sorted by ID, it will show titles
and authors starting with 'm'.
The same basic behavior works on the members/authors page, but with
nickname/email address, except that there's no way to sort by email
address, so 'm%' will always get nicknames and email addresses starting
with 'm'.
By the way, if you all want, I can change the default sorting behavior
on the stories page. It now sorts by ID, which is essentially
nomination order.
1) Would sorting by author make more sense as a default?
2) Would people wonder why those numbers were there and not sorted
properly?
3) Would it bother anyone but my wife (Elana) to have this list of
unsorted numbers on the page?
Warning: When Ainae loads these updates, there are new strings, so you
may need to reload the language file (link found at top of every page).
As you may have noticed, I can choose to modify the behavior of the
site at any time. There are some things that don't make sense to change
(like things that require big changes to the data structure), because
there's danger of corrupting the database, and there are also these
1000+ stories that use the current data structure, but things like
sorting, filtering, or what data to show, and what column to put it in,
where I'm not editing data, just showing it, are relatively safe to
change. The worst case scenario has us reverting to the previous
version.
My time is somewhat limited, but within reason, just make the
suggestions, and I'll see if I can do them. I'll try to check the
database and update it when I do something, but I can't guarantee that
I will always do that. I do read the MEFAwards and MEFAStaff lists, in
digest mode, but wouldn't mind getting direct emails if you don't want
to bother the whole list with some of this stuff.
If there are any geeks out there who want to discuss geeky details,
feel free to write, too.
Later,
Anthony
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/MEFAwards/
* To unsubscribe from this group, send an email to:
MEFAwards-unsubscribe@yahoogroups.com
<mailto:MEFAwards-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of
<http://docs.yahoo.com/info/terms/> Service.
[Non-text portions of this message have been removed]
Msg# 4130
Re: Requests Granted Posted by MarigoldCotton@aol.com May 02, 2005 - 8:43:17 Topic ID# 4126Thank you Anthony, for all of your hard work!
Mari
Marigold's Red Book
http://marigoldsredbook.crickhollow.net/
Marigold's Recommendations Page
http://www.geocities.com/marigoldsrecommendations/
Marigold's Live Journal
http://www.livejournal.com/users/marigoldg/
Tales of The Red Book
http://www.livejournal.com/users/talesofredbook/
There, peeping among the cloud-wrack above a dark tor high up in the mountains, Sam saw a white star twinkle for awhile. The beauty of it smote his heart, as he looked up out of the forsaken land, and hope returned to him. For like a shaft, clear and cold, the thought pierced him that in the end the Shadow was only a small and passing thing: there was light and high beauty for ever beyond its reach.
Sam, in Mordor, RoTK
Mari
>Hello all,--
>
>I've read some of the requests from yesterday's digest (2:26 am on
>5/1), and sent Ainae some updates.
>
>First, there's now a filter on the user's reviews. You can choose
>draft, tentative, final, all, or (tentative and final), and it will
>only show you stories that you have reviewed that fit those status
>choices.
>
>Second, I fixed a sorting issue. There are 3 or 4 stories for which the
>titles are a direct quote, and start with quotation marks. These were
>sorting at the beginning of the list. I figured out how to make them
>sort correctly. There were also a couple with spaces at the beginning
>of the title. These looked right, but didn't sort right. I edited them
>and fixed it. One of the 'quote title' stories had 'curly quotes.' I
>had to change those to straight quotes. If you use " or ', simple
>straight single or double quotes, it will now sort properly.
>
>Third, in response to the request for a 'letter of the alphabet'
>selector:
>I won't do that, because it's a lot of work.
>
>What I did instead was created a method for searching the start of the
>author or title, rather than just anywhere. It was much easier, believe
>me, and should give you the same functionality without too much extra
>work.
>
>If you put a '%' at the end of a search string (on the usersBrowse and
>storiesBrowse pages only), it will search for entries STARTING with
>your string. 'M%' searches for authors and/or titles starting with 'm'.
>'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
>Case is and has always been ignored.
>
>Since you can sort by ID, author, or title, I decided that the search
>should go by whichever you're sorting by. By default, it searches
>author, title, and summary. If you're sorting by author, and search for
>'m%', it will only show you authors starting with 'm'. This makes sense
>to me as a desired behavior. If it is sorted by ID, it will show titles
>and authors starting with 'm'.
>
>The same basic behavior works on the members/authors page, but with
>nickname/email address, except that there's no way to sort by email
>address, so 'm%' will always get nicknames and email addresses starting
>with 'm'.
>
>By the way, if you all want, I can change the default sorting behavior
>on the stories page. It now sorts by ID, which is essentially
>nomination order.
>1) Would sorting by author make more sense as a default?
>2) Would people wonder why those numbers were there and not sorted
>properly?
>3) Would it bother anyone but my wife (Elana) to have this list of
>unsorted numbers on the page?
>
>Warning: When Ainae loads these updates, there are new strings, so you
>may need to reload the language file (link found at top of every page).
>
>As you may have noticed, I can choose to modify the behavior of the
>site at any time. There are some things that don't make sense to change
>(like things that require big changes to the data structure), because
>there's danger of corrupting the database, and there are also these
>1000+ stories that use the current data structure, but things like
>sorting, filtering, or what data to show, and what column to put it in,
>where I'm not editing data, just showing it, are relatively safe to
>change. The worst case scenario has us reverting to the previous
>version.
>
>My time is somewhat limited, but within reason, just make the
>suggestions, and I'll see if I can do them. I'll try to check the
>database and update it when I do something, but I can't guarantee that
>I will always do that. I do read the MEFAwards and MEFAStaff lists, in
>digest mode, but wouldn't mind getting direct emails if you don't want
>to bother the whole list with some of this stuff.
>
>If there are any geeks out there who want to discuss geeky details,
>feel free to write, too.
>
>Later,
>Anthony
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
Marigold's Red Book
http://marigoldsredbook.crickhollow.net/
Marigold's Recommendations Page
http://www.geocities.com/marigoldsrecommendations/
Marigold's Live Journal
http://www.livejournal.com/users/marigoldg/
Tales of The Red Book
http://www.livejournal.com/users/talesofredbook/
There, peeping among the cloud-wrack above a dark tor high up in the mountains, Sam saw a white star twinkle for awhile. The beauty of it smote his heart, as he looked up out of the forsaken land, and hope returned to him. For like a shaft, clear and cold, the thought pierced him that in the end the Shadow was only a small and passing thing: there was light and high beauty for ever beyond its reach.
Sam, in Mordor, RoTK
I have run that update. So click Reload Language File when you login.
--Ainaechoiriel
MEFA Admin and Founder
"This evil cannot be concealed by the power of the Elves," Elrond said, "for
it is Windows-compatible, and freeware at that." --H.F.
http://gabrielle.sytes.net/mefa The Middle-Earth Fanfiction Awards
Blog: http://www.ainaechoiriel.blogspot.com
--Ainaechoiriel
MEFA Admin and Founder
"This evil cannot be concealed by the power of the Elves," Elrond said, "for
it is Windows-compatible, and freeware at that." --H.F.
http://gabrielle.sytes.net/mefa The Middle-Earth Fanfiction Awards
Blog: http://www.ainaechoiriel.blogspot.com
> -----Original Message-----
> From: MEFAwards@yahoogroups.com
> [mailto:MEFAwards@yahoogroups.com] On Behalf Of Anthony Holder
> Sent: Monday, May 02, 2005 1:15 AM
> To: MEFAwards@yahoogroups.com
> Subject: [MEFAwards] Requests Granted
>
> Hello all,
>
> I've read some of the requests from yesterday's digest (2:26
> am on 5/1), and sent Ainae some updates.
>
> First, there's now a filter on the user's reviews. You can
> choose draft, tentative, final, all, or (tentative and
> final), and it will only show you stories that you have
> reviewed that fit those status choices.
>
> Second, I fixed a sorting issue. There are 3 or 4 stories for
> which the titles are a direct quote, and start with quotation
> marks. These were sorting at the beginning of the list. I
> figured out how to make them sort correctly. There were also
> a couple with spaces at the beginning of the title. These
> looked right, but didn't sort right. I edited them and fixed
> it. One of the 'quote title' stories had 'curly quotes.' I
> had to change those to straight quotes. If you use " or ',
> simple straight single or double quotes, it will now sort properly.
>
> Third, in response to the request for a 'letter of the alphabet'
> selector:
> I won't do that, because it's a lot of work.
>
> What I did instead was created a method for searching the
> start of the author or title, rather than just anywhere. It
> was much easier, believe me, and should give you the same
> functionality without too much extra work.
>
> If you put a '%' at the end of a search string (on the
> usersBrowse and storiesBrowse pages only), it will search for
> entries STARTING with your string. 'M%' searches for authors
> and/or titles starting with 'm'.
> 'aRaG%' searches for anything starting with 'arag' (e.g. 'Aragorn').
> Case is and has always been ignored.
>
> Since you can sort by ID, author, or title, I decided that
> the search should go by whichever you're sorting by. By
> default, it searches author, title, and summary. If you're
> sorting by author, and search for 'm%', it will only show you
> authors starting with 'm'. This makes sense to me as a
> desired behavior. If it is sorted by ID, it will show titles
> and authors starting with 'm'.
>
> The same basic behavior works on the members/authors page,
> but with nickname/email address, except that there's no way
> to sort by email address, so 'm%' will always get nicknames
> and email addresses starting with 'm'.
>
> By the way, if you all want, I can change the default sorting
> behavior on the stories page. It now sorts by ID, which is
> essentially nomination order.
> 1) Would sorting by author make more sense as a default?
> 2) Would people wonder why those numbers were there and not
> sorted properly?
> 3) Would it bother anyone but my wife (Elana) to have this
> list of unsorted numbers on the page?
>
> Warning: When Ainae loads these updates, there are new
> strings, so you may need to reload the language file (link
> found at top of every page).
>
> As you may have noticed, I can choose to modify the behavior
> of the site at any time. There are some things that don't
> make sense to change (like things that require big changes to
> the data structure), because there's danger of corrupting the
> database, and there are also these
> 1000+ stories that use the current data structure, but things like
> sorting, filtering, or what data to show, and what column to
> put it in, where I'm not editing data, just showing it, are
> relatively safe to change. The worst case scenario has us
> reverting to the previous version.
>
> My time is somewhat limited, but within reason, just make the
> suggestions, and I'll see if I can do them. I'll try to check
> the database and update it when I do something, but I can't
> guarantee that I will always do that. I do read the MEFAwards
> and MEFAStaff lists, in digest mode, but wouldn't mind
> getting direct emails if you don't want to bother the whole
> list with some of this stuff.
>
> If there are any geeks out there who want to discuss geeky
> details, feel free to write, too.
>
> Later,
> Anthony
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> --------------------~--> What would our lives be like without
> music, dance, and theater?
> Donate or volunteer in the arts today at Network for Good!
> http://us.click.yahoo.com/pkgkPB/SOnJAA/Zx0JAA/wx3olB/TM
> --------------------------------------------------------------
> ------~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
I second that!
Thanks, Anthony!
Werecat
--- Ariel <lgreenaw@kcnet.org> wrote:
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Thanks, Anthony!
Werecat
--- Ariel <lgreenaw@kcnet.org> wrote:
> *Stares in awe at all the new geeky goodness*__________________________________________________
>
>
>
> Anthony! You are sort of like Santa Claus!!!
>
>
>
> *Smooch*!
>
>
>
> Ariel
>
> www.bagendwest.net
>
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
If you have any questions about the archive, or would like to report a technical problem, please contact Aranel (former MEFA Tech Support and current Keeper of the Archive) at araneltook@mefawards.org or at the MEFA Archive group..