Search found 104 matches

by jasonb
Sun Aug 10, 2003 10:26 pm
Forum: Announcements and Suggestions
Topic: Upgraded to phpBB 2.0.6.
Replies: 0
Views: 17208

Upgraded to phpBB 2.0.6.

The board has been upgraded to phpBB 2.0.6. I had a frustrating time doing this because the method of upgrade was a bit different than what the documentation, or any posting, mentioned. Or, perhaps, there was an assumption that was never made explicit. Not only did the upgrade scripts have to be loc...
by jasonb
Fri Jun 20, 2003 8:36 am
Forum: Education, Technology, and Society
Topic: Account of why C++ is so much worse than C.
Replies: 1
Views: 25116

Yes, it turns out that the above actually was a hoax. There really is a Bjarne Stroustrup , and he really did develop the C++ programming language, but he never had that interview. I still don't know, however, who wrote the fake interview. Even despite the fact that it's a fake, it's still very funn...
by jasonb
Tue Jun 17, 2003 1:41 pm
Forum: Technical Support
Topic: HTML dropdown menus with menu items using onmouseover.
Replies: 0
Views: 17737

HTML dropdown menus with menu items using onmouseover.

I spent a good 6 hours searching for examples of simple HTML code that would generate a dropdown menu when you moved your mouse over a link. What I ended up with was either code that was tremendously complex, or code that only worked in IE. Finally, I posted a plea for help at the MozillaZine forums...
by jasonb
Mon Jun 16, 2003 11:01 am
Forum: Technical Support
Topic: HTML dropdown lists with items that go to a URL.
Replies: 0
Views: 17030

HTML dropdown lists with items that go to a URL.

This is the kind of thing you can do where you have a section of a site used for navigation and you want to select various pages that appear in another area of the screen. Following is some example code: <form name="jump"> Page <select name="page" onchange="location.href=jum...
by jasonb
Thu Jun 12, 2003 9:14 am
Forum: Technical Support
Topic: Centering a fixed-width table with CSS - Mozilla and IE.
Replies: 0
Views: 16709

Centering a fixed-width table with CSS - Mozilla and IE.

This one is a real pain. While Mozilla properly handles the "margin-[left/right]: auto" directive, IE ignores it completely. Similarly, using "text-align: center" works in IE (although with some additional complications) but not in Mozilla. Previously, I'd been using tables with ...
by jasonb
Fri Jun 06, 2003 8:46 am
Forum: Work In Progress
Topic: Do not ask questions about Dante's Inferno.
Replies: 0
Views: 25253

Do not ask questions about Dante's Inferno.

Please be advised that even though we use Dante's Divine Comedy as the theme for our company, we are not authorities on his life, his times, or his work. We have read his classic, and done some minor research into Dante's life, but that is the extent of our knowledge. As such, we regret that we cann...
by jasonb
Sat May 24, 2003 2:55 pm
Forum: Technical Support
Topic: Enable VCD and change region on NAD T531 DVD player.
Replies: 1
Views: 11191

And here's another trick! You can set the DVD playback region to be whatever you want - or make it multi-region so that it plays any/every DVD: Turn on the unit. Press "Pause" on the remote. Enter "314159" (display on the unit - not the TV - shows Code - -). Press desired region ...
by jasonb
Sat May 24, 2003 2:22 pm
Forum: Technical Support
Topic: Enable VCD and change region on NAD T531 DVD player.
Replies: 1
Views: 11191

Enable VCD and change region on NAD T531 DVD player.

Okay, so this isn't a computer Q&A. But nothing about this forum says that it has to be. Also, I only just found this out and am now finally able to create CDs of movies that I can play back via my DVD player and TV. I had to document the procedure for posterity. <grin> The T531 supports VCD pla...
by jasonb
Wed May 07, 2003 8:37 am
Forum: Announcements and Suggestions
Topic: New Ask Virgil discussion board.
Replies: 2
Views: 17039

I figured out that dynamic resizing issue. It had to do with wrapping the existing form code inside a "width=100%" table definition.

Also resolved an issue with the forums not refreshing properly.
by jasonb
Wed May 07, 2003 8:34 am
Forum: Technical Support
Topic: phpBB and Apache 2.0.45 refresh problem.
Replies: 0
Views: 18220

phpBB and Apache 2.0.45 refresh problem.

This seems to be a "hot topic" with phpBB. The issue being that the phpBB pages do not get refreshed with changes and you have to force a reload with your browser before you see the updated information. It all has to do with the browser caching information. Even though phpBB 2.0.4 claims t...
by jasonb
Wed Apr 23, 2003 2:25 pm
Forum: Technical Support
Topic: Do not ask questions about Dante's Inferno.
Replies: 0
Views: 18232

Do not ask questions about Dante's Inferno.

Please be advised that even though we use Dante's Divine Comedy as the theme for our company, we are not authorities on his life, his times, or his work. We have read his classic, and done some minor research into Dante's life, but that is the extent of our knowledge. As such, we regret that we cann...
by jasonb
Wed Apr 23, 2003 2:24 pm
Forum: Education, Technology, and Society
Topic: Do not ask questions about Dante's Inferno.
Replies: 0
Views: 16728

Do not ask questions about Dante's Inferno.

Please be advised that even though we use Dante's Divine Comedy as the theme for our company, we are not authorities on his life, his times, or his work. We have read his classic, and done some minor research into Dante's life, but that is the extent of our knowledge. As such, we regret that we cann...
by jasonb
Wed Apr 23, 2003 2:24 pm
Forum: Chat Room
Topic: Do not ask questions about Dante's Inferno.
Replies: 0
Views: 24981

Do not ask questions about Dante's Inferno.

Please be advised that even though we use Dante's Divine Comedy as the theme for our company, we are not authorities on his life, his times, or his work. We have read his classic, and done some minor research into Dante's life, but that is the extent of our knowledge. As such, we regret that we cann...
by jasonb
Wed Apr 23, 2003 2:22 pm
Forum: Announcements and Suggestions
Topic: Do not ask questions about Dante's Inferno.
Replies: 0
Views: 12961

Do not ask questions about Dante's Inferno.

Please be advised that even though we use Dante's Divine Comedy as the theme for our company, we are not authorities on his life, his times, or his work. We have read his classic, and done some minor research into Dante's life, but that is the extent of our knowledge. As such, we regret that we cann...
by jasonb
Wed Apr 23, 2003 10:46 am
Forum: Announcements and Suggestions
Topic: New Ask Virgil discussion board.
Replies: 2
Views: 17039

I've removed the section of code in the "new post" template that displays the emoticon panel, and I also got rid of the BBCode panel. I'm working on getting the Subject: and Message body: text areas to resize dynamically, rather than using a fixed width. In trying to figure this out, I've ...