- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
It's a SunOS box. Do you really need to know the login?
(Actually, the version of SunOS it's running is - amusingly - too outdated to be vulnerable to the infamous telnet security hole.)
Admin
Fun?
Admin
I get it, the WTF is that people still have to check out physical paper books at a library!
captcha: vern...know wadda' mean, vern?
Admin
What I find more hilarious about this than anything else......
"Put it on a wooden table, take a picture...."
Admin
PCReservation's problems are due to a few things. One, you can change lots and lots of their prompts to whatever you want, so someone added the phone number thing. Secondly, do to the shoddy error handling (especially in LPT:One, damnation...) and some funny ideas about what "agile" development is, their developers probably don't have any better idea what prompts go where than the customers do.
As for this, if you don't require pin numbers but do allow session locking, then it does show a randomly generated pin as plaintext, which you will need to remember. They just don't change the top prompt if you supply your own.
Admin
Admin
You are both wrong. What's going on here? ASP only supports On Error Resume Next with an inline error handling statement after anything that could go wrong: If err.number <> 0 then X. It does not support On Error Goto FunctionName, it only supports On Error Goto 0 which turns error handling off and is not a real goto statement. The other thing it supports is setting up a custom 500;100 error handling page, and having code there to grab details from the ASPError object, but that is completely unrelated to On Error Goto FunctionName. What is it that you two are thinking of? Examples please.
Admin
You proved my point. That is NOT On Error Goto FunctionName which is what people were typing as sample VB6 code to handle this. Since it's not VB6, you cannot type On Error Goto MyJuryLetterErrorHandler or any such.
Did you NOTICE this code that I was responding to?
That is fine in VB6. It is IMPOSSIBLE in ASP. Which is why you should read what you're responding to before typing a response.
Also.... setting a currency variable to a variant - why? I guess I was assuming a certain level of competence that you would use a currency data type if you were in a language that supported it. But assuming you did, you would get the error at variable assignment, not when you called the formatting function which is what I stated, and has nothing to do with VB vs. C++ vs. C#, but much to do with any of those versus VBScript.
Admin
Anecdotal evidence: The terminal-type interface is way quicker for me than the web-based interfaces. I've timed myself against myself, and myself against other students using the library (looking over their shoulder). I'm about 5 times quicker, on average, to look up a title, using the terminal. Similar results for myself vs. myself as for myself vs. others. I'm only including others who show signs of being computer literate. The computer newbies take up to 30 times more, and often don't succeed even if the title they look for exists.
Admin
i actually met the guy at a book signing here in Launceston, Tasmania. He's very short with a light voice. Not that i have anything against short people, they are quite useful when stacked correctly.
The old card system catalogue is much better. However a combination of computer and librarian is good when it works properly and a functional controlled vocabulary is used instead of some cack-handed one.
signed
ex-Alexandria librarian (the one that got burned down a while back)
Admin
lol =D
Admin
What I think is The Real WTF (tm), which nobody has mentioned so far, is the fact that an ASP web application is in charge of preparing and printing (pressumably automatically) form letters to be sent by postal mail.
Do they have a scheduled job that calls iexplod^Hrer.exe with the URL to the ASP page?
Amazing!
Admin
The display of the PC Reservation screens and the choice of PIN is configurable by the library. Other choices and wording are possible. Many libraries require the user to choose a PIN other than his phone number for this reason. In some cases, advance reservations can be placed and this screen states the time and the PC that have been reserved. All software can be improved. This app has relieved library staff members from lots of complicated record and time keeping to give more personal service in other areas and still offer free Internet access to the public.
Admin
i can't understand why c# is called as c sharp and not c hash?
Admin
Admin