| View previous topic :: View next topic |
| Author |
Message |
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
Posted: Tue Jun 22, 2004 2:47 pm A dictionary |
|
|
|
| Have you ever come across a good cyberspeak dictionary? I think it would be helpfull to have a link to a good online glossary to cover all of the little questions that crop up when we talk about the big questions? I imagine there are many people who dont know what ASP, Perl or PHP are. And what about the definition of a HTTP server or a POP server?. And what the hell is WYSIWYG or a shebang line? |
|
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
|
eXcentra
Joined: 12 May 2004 Posts: 91
|
|
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
Posted: Sat Jun 26, 2004 4:07 am |
|
|
|
I know that. It was a hypothetical question. The point was to demonstrate that some people, myself included, use technical terms without realizing that not everybody understands them. It would be nice to have a resource readily available for someone to look up an unfamiliar term.
But thanks for posting the answer to the WYSIWYG response. Everyboy benefits! |
|
DCCS - The Apprentice

Joined: 12 Jul 2004 Posts: 68 Location: DC
|
Posted: Thu Aug 05, 2004 6:12 am |
|
|
|
yeah, that's probably true. however that could be taken care of with good strong FAQ threads though. but for the most part, most people are posting in threads of a subject that would require you to know some of the technical speak. though, since I'm new to code, I don't know what a shebang line is . would it execute file williamhung.exe ? |
|
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
Posted: Thu Aug 05, 2004 7:09 am |
|
|
|
The shebang line is the first line in a perl script. It tells the computers involved that it is a perl script and also where to find the perl programs and modules on the hosting servers.
Here is a typical, simple shebang line -
It is called a shebang line because it starts with "#" (a sharp) and then a "!" (a bang) which was tranlated into "shebang". |
|
DCCS - The Apprentice

Joined: 12 Jul 2004 Posts: 68 Location: DC
|
Posted: Thu Aug 05, 2004 7:22 am |
|
|
|
| oh alright, gotcha. I have another question, only it won't apply or fit under the "suggestions" section. here's the question, and just reply by pm. Why is perl a usual discredited or scoffed at language? I know programmers who do indeed make fun of those who use it. it may just be a nerd thing, so I duno if you've heard of this or not. just curious if you had ever come across it. |
|
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
Posted: Thu Aug 05, 2004 7:36 am |
|
|
|
I would assume that it is because it's not as "cool" as some of the other scripting languages. It is simply a lot of narrow minded people who prefer one discipline over another. Perl is a perfectly functional, easy to learn language.
Perhaps the C++ or PHP code writers are feeling a little superior. I personally have no time for elitists! |
|
DCCS - The Apprentice

Joined: 12 Jul 2004 Posts: 68 Location: DC
|
Posted: Thu Aug 05, 2004 7:52 am |
|
|
|
haha. I see. I assumed so. but let's not be too harsh on C++ now, I'm very interested in it  |
|
Major Payne

Joined: 16 Jul 2004 Posts: 9 Location: MS
|
Posted: Thu Aug 05, 2004 8:47 pm Re: A dictionary |
|
|
|
| mjpliv wrote: |
| Have you ever come across a good cyberspeak dictionary? I think it would be helpfull to have a link to a good online glossary to cover all of the little questions that crop up when we talk about the big questions? I imagine there are many people who dont know what ASP, Perl or PHP are. And what about the definition of a HTTP server or a POP server?. And what the hell is WYSIWYG or a shebang line? |
Try this site for your definitions.
http://www.computerhope.com/jargon.htm
Use the Definition Search function. Worked on the ones you listed above which I used for a trial run. Has exact matches and gave me more info than what I wanted to know.  |
|
mjpliv

Joined: 11 May 2004 Posts: 402 Location: Nova Scotia
|
Posted: Fri Aug 06, 2004 3:07 am |
|
|
|
Thanks Major Payne!
Excellent resource - should be in everybody's favorites! |
|
|