[ EPU Foyer ] [ Lab and Grill ] [ Bonus Theater!! ] [ Rhetorical Questions ] [ CSRANTronix ] [ GNDN ] [ Subterranean Vault ] [ Discussion Forum ] [ Gun of the Week ]

Eyrie Productions, Unlimited

Subject: "font"     Previous Topic | Next Topic
Printer-friendly copy    
Conferences The Forum Itself Topic #102
Reading Topic #102
Gryphonadmin
Charter Member
19369 posts
Jan-27-18, 05:36 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
"font"
 
   LAST EDITED ON Jan-29-18 AT 04:36 PM (EST)
 
I got tired of looking at Verdana all the time, so I changed it to Calibri. I'm not sure I like it, not because Verdana is better than Calibri, but because it makes the scaling kind of weird. I might change it back. We'll see.

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top

  Subject     Author     Message Date     ID  
  RE: font SpottedKitty Jan-27-18 1
     RE: font Gryphonadmin Jan-27-18 2
         RE: font Gryphonadmin Jan-27-18 3
             RE: font SpottedKitty Jan-27-18 4
                 RE: font Gryphonadmin Jan-27-18 5
                     RE: font SpottedKitty Jan-28-18 6
         RE: font Peter Eng Jan-28-18 7
             RE: font Proginoskes Jan-28-18 8
                 RE: font SpottedKitty Jan-29-18 10
  RE: font Star Ranger4 Jan-28-18 9
     RE: font Sofaspud Jan-29-18 11
     RE: font MoonEyes Jan-29-18 12
         RE: font Gryphonadmin Jan-29-18 13
             RE: font Gryphonadmin Jan-29-18 14
                 RE: font SpottedKitty Jan-29-18 15
                 RE: font mdg1 Jan-29-18 16
                     RE: font pjmoyermoderator Jan-29-18 17
                     RE: font Gryphonadmin Jan-29-18 18
                         RE: font mdg1 Jan-29-18 19
                         RE: font Star Ranger4 Feb-01-18 29
  RE: font Kendra Kirai Jan-29-18 20
     RE: font Gryphonadmin Jan-29-18 21
         RE: font mdg1 Jan-29-18 22
             RE: font Kendra Kirai Jan-29-18 23
  RE: font NHO Jan-31-18 24
     RE: font Gryphonadmin Jan-31-18 26
         RE: font NHO Feb-01-18 28
  RE: font MoonEyes Jan-31-18 25
     RE: font Gryphonadmin Jan-31-18 27

Conferences | Topics | Previous Topic | Next Topic
SpottedKitty
Member since Jun-15-04
505 posts
Jan-27-18, 08:46 PM (EST)
Click to EMail SpottedKitty Click to send private message to SpottedKitty Click to view user profileClick to add this user to your buddy list  
1. "RE: font"
In response to message #0
 
   I suspect it isn't the scaling, it's the font itself; Calibri is smaller and more compact than Verdana.

Hmm... I've got so many extra fonts on my system, I can't remember if it's one of the standards; what do you think of Trebuchet? A little bit more compact than Verdana, but unlike Calibri, it isn't smaller. Entirely IMHO, but I consider it a bit more readable than either of them, too.

--
Unable to save the day: File is read-only.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-27-18, 09:24 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
2. "RE: font"
In response to message #1
 
   >I suspect it isn't the scaling, it's the font itself; Calibri is
>smaller and more compact than Verdana.

That shouldn't affect the vertical size, though, should it? I wouldn't have thought it would, since that's kind of how font sizes are calibrated. Then again, that's how it works in the real world; as I type it, it occurs to me that I don't actually know if that's true of HTML font scaling, since the settings for those are all arbitrary and at least partially browser-dependent. So perhaps my background in Actually Printed Things has led me astray once again.

How common is Trebuchet? Whatever it's set to needs to be something that is present on most user systems out there, since (unlike, for instance, the Adobe Typekit fonts embedded in the Gun of the Week pages by Dreamweaver) they are entirely client-side in this application. (That's why my first experiment used Calibri, which like Verdana is a stock Windows font, and is the default font in Microsoft Word, so presumably present on many Macs as well.) I mean, I could set it to Futura or Gill Sans, but I'm guessing that would only amuse, well, me. :)

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-27-18, 09:31 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
3. "RE: font"
In response to message #2
 
   Oh, it allows for nested font face specs (probably just passes the information in that form field to a <font face=" "> tag), so I can set it up so it fails through to Calibri if Trebuchet isn't found, anyway. And then Verdana after that. Can't actually test that without deleting fonts off my system, of course, but it doesn't throw me any error messages, anyway.

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
SpottedKitty
Member since Jun-15-04
505 posts
Jan-27-18, 09:56 PM (EST)
Click to EMail SpottedKitty Click to send private message to SpottedKitty Click to view user profileClick to add this user to your buddy list  
4. "RE: font"
In response to message #3
 
   Weird. Now I'm seeing the text in what I think is Times New Roman. Are you sure "font face" is the right tag? I have some old test HTML files with working fallback, where I used "font-family" with a separator in the font list of a comma and a space. It is an old file, though (from way back when I was learning HTML4), maybe "font-family" is deprecated these days?

--
Unable to save the day: File is read-only.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-27-18, 10:14 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
5. "RE: font"
In response to message #4
 
   LAST EDITED ON Jan-27-18 AT 10:15 PM (EST)
 
>Weird. Now I'm seeing the text in what I think is Times New Roman. Are
>you sure "font face" is the right tag?

I don't know if that's really what the DCForum admin form is doing; it was just speculation on my part. It has a set of form fields you plug the names of fonts you want to appear into, and those fields are all named "(something) font face", so I suspect font face= is what it's slotting them into on the backend, but I don't really know. Keep in mind that DCF predates the complete ubiquity of CSS, and the deprecation of a half-million things that used to be done with flags inside HTML tags and are now customarily done with CSS, by a couple of thousand Internet Years, so if there's a Best Practice for doing that kind of thing, it is almost certainly not what DCF is doing.

Not sure why it would have gone to Times (that didn't happen for me); I didn't have the list of possible fonts comma-delimited, which might have caused it to do something that confused your browser and made it fall back to the default. I just went back and added commas to the list, basically just to see what would happen. If it does something really terrible, I'll just set it all back to Verdana and forget I messed around with it.

Apologies if this is really super-annoying anybody. One of the many shortcomings of DCF is that it hasn't got a sandbox, you have to make these changes live and just see what happens.

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
SpottedKitty
Member since Jun-15-04
505 posts
Jan-28-18, 03:19 AM (EST)
Click to EMail SpottedKitty Click to send private message to SpottedKitty Click to view user profileClick to add this user to your buddy list  
6. "RE: font"
In response to message #5
 
   Looks like the comma-delimiting fixed it, the pages are coming out right now.

--
Unable to save the day: File is read-only.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Peter Eng
Charter Member
1485 posts
Jan-28-18, 03:36 AM (EST)
Click to EMail Peter%20Eng Click to send private message to Peter%20Eng Click to view user profileClick to add this user to your buddy list  
7. "RE: font"
In response to message #2
 
   >
>How common is Trebuchet?
>

I have Trebuchet MS on my machine, and I've never downloaded a font for it, so I'd go for "every Windows computer has it."

I can't get data for any other OS, though.

Peter Eng
--
Insert humorous comment here.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Proginoskes
Member since Dec-3-09
143 posts
Jan-28-18, 04:40 AM (EST)
Click to EMail Proginoskes Click to send private message to Proginoskes Click to view user profileClick to add this user to your buddy list  
8. "RE: font"
In response to message #7
 
   For Debian-based Linux distributions, the package ttf-mscorefonts-installer installs a number of Microsoft-copyrighted fonts, including Trebuchet. I don't have any actual statistics, but at a guess, around two-thirds of all Debian-based installations will have it.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
SpottedKitty
Member since Jun-15-04
505 posts
Jan-29-18, 03:31 AM (EST)
Click to EMail SpottedKitty Click to send private message to SpottedKitty Click to view user profileClick to add this user to your buddy list  
10. "RE: font"
In response to message #8
 
   Core Fonts, that's the term I was trying to think of. There used to be a Microsoft page with news, updates and Truetype file downloads, but I lost track of it many years ago in a site reshuffle. I wasn't sure if Trebuchet was part of that set.

--
Unable to save the day: File is read-only.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Star Ranger4
Charter Member
2221 posts
Jan-28-18, 10:35 PM (EST)
Click to EMail Star%20Ranger4 Click to send private message to Star%20Ranger4 Click to view user profileClick to add this user to your buddy list Click to send message via AOL IM  
9. "RE: font"
In response to message #0
 
   >I changed it Calibri.

Oh. THATS what happened. I thought I had suddenly broke something


Of COURSE you wernt expecting it!
No One expects the FANNISH INQUISITION!
RCW# 86


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Sofaspud
Member since Apr-7-06
261 posts
Jan-29-18, 04:28 PM (EST)
Click to EMail Sofaspud Click to send private message to Sofaspud Click to view user profileClick to add this user to your buddy list  
11. "RE: font"
In response to message #9
 
   >>I changed it Calibri.
>
>Oh. THATS what happened. I thought I had suddenly broke something

Right? Glad it turned out to not be me (or something wrong, for that matter).

For what it's worth, I think I approve of our new font overlords. I'm not sure but I suspect my only reluctance is just because of my advancing decrepitude and baked-in resistance to change.

--sofaspud
--


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
MoonEyes
Member since Jun-29-03
764 posts
Jan-29-18, 05:52 PM (EST)
Click to EMail MoonEyes Click to send private message to MoonEyes Click to view user profileClick to add this user to your buddy list  
12. "RE: font"
In response to message #9
 
   LAST EDITED ON Jan-29-18 AT 05:57 PM (EST)
 
You're not alone. And lord, does it look broken to me. Oh, well, not my forum. But ick in my opinion.
Primarily because I was much pleased when the font INCREASED in the forum, my eyes not being any too happy with much of anything, and so when this shrink to, what I think is, smaller than before? Not happiness with me. I also, honestly, think it's an ugly font, for some undefinable reason.

...!
Stoke Mandeville, Esq & The Victorian Ballsmiths
"Nobody Want Verdigris-Covered Balls!"


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-29-18, 06:16 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
13. "RE: font"
In response to message #12
 
   >Primarily because I was much pleased when the font INCREASED in the
>forum, my eyes not being any too happy with much of anything, and so
>when this shrink to, what I think is, smaller than before?

It shrank when I went to Calibri, but adding Trebuchet to the list seemed to fix that for me. Anyway, I can try bumping it up, though beyond a certain point it breaks the Forum layout to increase the font size on the backend. If it hits that ceiling, you'd probably be better off zooming in with your client instead. We'll see what happens.

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-29-18, 06:19 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
14. "RE: font"
In response to message #13
 
   OK, going up one size class across the board doesn't seem to have caused significant havoc (although it probably will make all of the posts with "font size=" tags in them look a little odd, since those settings aren't relative).

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
SpottedKitty
Member since Jun-15-04
505 posts
Jan-29-18, 06:42 PM (EST)
Click to EMail SpottedKitty Click to send private message to SpottedKitty Click to view user profileClick to add this user to your buddy list  
15. "RE: font"
In response to message #14
 
   Looks good. <thumbs up>

--
Unable to save the day: File is read-only.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
mdg1
Member since Aug-25-04
1194 posts
Jan-29-18, 07:01 PM (EST)
Click to EMail mdg1 Click to send private message to mdg1 Click to view user profileClick to add this user to your buddy list  
16. "RE: font"
In response to message #14
 
   It may not have broken anything, but it looks absolutely huge in my browser.

Mario


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
pjmoyermoderator
Charter Member
1745 posts
Jan-29-18, 07:11 PM (EST)
Click to EMail pjmoyer Click to send private message to pjmoyer Click to view user profileClick to add this user to your buddy list  
17. "RE: font"
In response to message #16
 
   Ditto on my tablet.






Philip J. Moyer
Contributing Writer, Editor and Artist (and Moderator) -- Eyrie Productions, Unlimited
CEO of MTS, High Poobah Of Artwork, and High Priest Of the Church Of Aerianne -- Magnetic Terrapin Studios
"Insert Pithy Comment Here"
Fandoms -- Fanart -- Fan Meta Discussions


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-29-18, 08:04 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
18. "RE: font"
In response to message #16
 
   >It may not have broken anything, but it looks absolutely huge in my
>browser.

There's only so much tweaking to be done from the forum config side; eventually someone, either on the bigger-fonts or the smaller-fonts side, is going to have to do it with browser adjustments instead. I like the changed-up font and I lean toward erring bigger for accessibility purposes, but if you guys really, really hate it, I'll change it back to the way it was before I started (which was, FTR, with already-mildly-upscaled Verdana).

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
mdg1
Member since Aug-25-04
1194 posts
Jan-29-18, 08:15 PM (EST)
Click to EMail mdg1 Click to send private message to mdg1 Click to view user profileClick to add this user to your buddy list  
19. "RE: font"
In response to message #18
 
   You don't have to change it on my account. But just FYI, this is what it looks like on my screen:

https://imgur.com/a/DgRsy

(Click on the image to expand)

Mario


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Star Ranger4
Charter Member
2221 posts
Feb-01-18, 11:43 AM (EST)
Click to EMail Star%20Ranger4 Click to send private message to Star%20Ranger4 Click to view user profileClick to add this user to your buddy list Click to send message via AOL IM  
29. "RE: font"
In response to message #18
 
   > I
>like the changed-up font and I lean toward erring bigger for
>accessibility purposes,

As an aging gamer/writer I DO totally love that assumption. For a while I'd been using the browser zoom function. As you said, though, at about the time you'd implemented this my old zoom started causing bad ww breaks and such.

But I don't need em with the new font & size combination.


Of COURSE you wernt expecting it!
No One expects the FANNISH INQUISITION!
RCW# 86


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Kendra Kirai
Member since May-22-16
123 posts
Jan-29-18, 09:15 PM (EST)
Click to EMail Kendra%20Kirai Click to send private message to Kendra%20Kirai Click to view user profileClick to add this user to your buddy list  
20. "RE: font"
In response to message #0
 
   LAST EDITED ON Jan-29-18 AT 09:28 PM (EST)
 
Oops, I just made a topic in the website board about this. I'll delete it right after I finish here.

On mobile, or at least my woefully out of date version of chrome on ipad, the topic and convergence links look the same except now they're ENORMOUS. I'm.....not a fan of this.

Edit to add my own pics:

https://cdn.discordapp.com/attachments/381517048401887253/407722326604382208/image.png=?

https://cdn.discordapp.com/attachments/381517048401887253/407722334468833280/image.png=?

.....I forget how to make it a link without making it load inline. Remove the =? On your own I guess unless somebody comes along to fix that...

Oh, additional edit: it's the same on my much more up to date iPad, too. The topic Links are enormous.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-29-18, 09:47 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
21. "RE: font"
In response to message #20
 
   LAST EDITED ON Jan-29-18 AT 09:47 PM (EST)
 
>On mobile, or at least my woefully out of date version of chrome on
>ipad, the topic and convergence links look the same except now they're
>ENORMOUS.

Well, that I can do a little bit about. Those sizes were set to one size bigger than everything else before, so when I incremented everything, they became size 5. Apparently on some browsers the font sizes don't scale evenly (i.e., 5 is bigger than 4 by a lot more than 4 is bigger than 3). So I've now set everything to 4 across the board.

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
mdg1
Member since Aug-25-04
1194 posts
Jan-29-18, 09:52 PM (EST)
Click to EMail mdg1 Click to send private message to mdg1 Click to view user profileClick to add this user to your buddy list  
22. "RE: font"
In response to message #21
 
   That's MUCH better.

Mario


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Kendra Kirai
Member since May-22-16
123 posts
Jan-29-18, 11:13 PM (EST)
Click to EMail Kendra%20Kirai Click to send private message to Kendra%20Kirai Click to view user profileClick to add this user to your buddy list  
23. "RE: font"
In response to message #22
 
   Holy COW is it ever, thanks Gryph.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
NHO
Member since Oct-5-16
54 posts
Jan-31-18, 05:08 AM (EST)
Click to EMail NHO Click to send private message to NHO Click to view user profileClick to add this user to your buddy list Click to send message via AOL IM  
24. "RE: font"
In response to message #0
 
   It looks like this for me.

Not sure how it ought to look at all, but I'm in nice exotic box right now...


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-31-18, 10:34 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
26. "RE: font"
In response to message #24
 
   How odd. That isn't any of the three fonts listed in the settings (which are all sans-serif).

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
NHO
Member since Oct-5-16
54 posts
Feb-01-18, 09:53 AM (EST)
Click to EMail NHO Click to send private message to NHO Click to view user profileClick to add this user to your buddy list Click to send message via AOL IM  
28. "RE: font"
In response to message #26
 
   It's because I set default font to Adobe Source something Pro. I think. On that machine. And, lacking the Microsoft ones, miracles happen.

This is on Windows 7.

In general, DCForum, CSS and general horror of fonts ensure that other people are not as likely to see the forum as you intent it them to see. T_T


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
MoonEyes
Member since Jun-29-03
764 posts
Jan-31-18, 08:09 PM (EST)
Click to EMail MoonEyes Click to send private message to MoonEyes Click to view user profileClick to add this user to your buddy list  
25. "RE: font"
In response to message #0
 
   Ok, something is rather peculiar here, because depending on where in the forum I am, the font looks different. This post, for instance, look different than Kendra's post in the "website" section. Now, I could understand if it looked different than it IS, as it were? That could be explained with cookies or cached or what-not. But different in different places of the same forum?


...!
Stoke Mandeville, Esq & The Victorian Ballsmiths
"Nobody Want Verdigris-Covered Balls!"


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top
Gryphonadmin
Charter Member
19369 posts
Jan-31-18, 10:38 PM (EST)
Click to EMail Gryphon Click to send private message to Gryphon Click to view user profileClick to add this user to your buddy list  
27. "RE: font"
In response to message #25
 
   >Ok, something is rather peculiar here, because depending on where in
>the forum I am, the font looks different. This post, for instance,
>look different than Kendra's post in the "website" section.

I think that has something to do with whether a topic has enough posts to go to threaded mode. I've noticed that if I open a threaded topic from before the change by clicking "View All", it opens in the old font, until and unless I click one of the individual posts; if I do that, then hit View All again, it reloads in the new one. I'm not certain why that is, but I suspect it probably has something to do with the semi-dynamic way DCForum generates the threaded vs. unthreaded topics.

tldr: dunno, probably more Backend Weirdness from our old friend DCF

--G.
-><-
Benjamin D. Hutchins, Co-Founder, Editor-in-Chief, & Forum Mod
Eyrie Productions, Unlimited http://www.eyrie-productions.com/
zgryphon at that email service Google has
Ceterum censeo Carthaginem esse delendam.


  Alert | IP Printer-friendly page | Edit | Reply | Reply With Quote | Top

Conferences | Topics | Previous Topic | Next Topic

[ YUM ] [ BIG ] [ ??!? ] [ RANT ] [ GNDN ] [ STORE ] [ FORUM ] GOTW ] [ VAULT ]

version 3.3 © 2001
Eyrie Productions, Unlimited
Benjamin D. Hutchins
E P U (Colour)