RE: vb code?
- From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Thu, 26 Mar 2009 21:20:22 -0400
Yes I am the head coder on what was one of the first Commercial muds on the
internet. It started out with the original Diku team back in 1987 on a Dec
alpha machine and grew into what is now the VME which stands for the
Valhalla mud engine. At the height of muds we had 98 people on a night
steady and a database of 36,000 players. We still have a few VME business
muds out there and Valhalla still stands on its own.
Ken
-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Tyler
Littlefield
Sent: Thursday, March 26, 2009 8:23 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: vb code?
game server?
Thanks,
Tyler Littlefield
Web: tysdomain.com
email: tyler@xxxxxxxxxxxxx
My programs don't have bugs, they're called randomly added features.
----- Original Message -----
From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Thursday, March 26, 2009 5:48 PM
Subject: RE: vb code?
>
>
> Well I like it so much I cross compiled my game server into XP and now
> Vista
> so that I could code using visual studio but my production game server
> runs
> in linux.
>
> Ken
>
> -----Original Message-----
> From: programmingblind-bounce@xxxxxxxxxxxxx
> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Tyler
> Littlefield
> Sent: Thursday, March 26, 2009 7:22 PM
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Re: vb code?
>
> I love intelisence, wish there were something like that for linux that I
> could use.
>
>
> Thanks,
> Tyler Littlefield
> Web: tysdomain.com
> email: tyler@xxxxxxxxxxxxx
> My programs don't have bugs, they're called randomly added features.
>
> ----- Original Message -----
> From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
> To: <programmingblind@xxxxxxxxxxxxx>
> Sent: Thursday, March 26, 2009 5:20 PM
> Subject: RE: vb code?
>
>
>>
>>
>> Actually one thing about the IDE that if you're going to work in multiple
>> languages just cannot be done in anything else is the intelesense. Once
>> you
>> get used to it there is no going back. It gives you a leg up on speed
>> when
>> I first learned c and c++ I had to memorize every little method in every
>> class and every function in every library. That or have files and files
>> of
>> reference texts that I could search through using grep. When I took up
>> VB
>> and C# in Visual Studio I didn't have to know anything about the language
>> and I very quickly could write software because the intelesence pretty
>> much
>> popped up everything I needed as long as I knew something about
>> programming
>> and could type my variable name and put a dot after it. Not to mention
>> the
>> fact that if your coding in an interface it creates all the method stubs
>> for
>> you which really goes a long way in not letting you make a lot of
>> beginner
>> typeos.
>>
>> So while I started out and still do code with out the IDE it sure is nice
>> to
>> relax and let the IDE do a lot of the work when I can.
>>
>> Ken
>>
>> -----Original Message-----
>> From: programmingblind-bounce@xxxxxxxxxxxxx
>> [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jared Wright
>> Sent: Thursday, March 26, 2009 7:48 PM
>> To: programmingblind@xxxxxxxxxxxxx
>> Subject: Re: vb code?
>>
>> Rick is certainly entitled to his thoughts on the issue, but for the
>> sake of hearing the other side I'll say that I get along just fine
>> without the IDE. Now I'm sure the situations scale a little higher than
>> the ones I'm in at the moment, but certainly I've done work on fairly
>> complex, team-based software development projects using the .net
>> framework. It's all about finding the environment that is comfortable to
>> your personal nuances and habits, I think. The IDE may be an option for
>> some, but I must disagree with its being a necessity.
>>
>> Jared
>>
>> On 3/26/2009 1:57 PM, Ricks Place wrote:
>>> Hi Alex:
>>> Did you set up your IDE for working with a Screen Reader and make use
>>> of the JAWS Scripts?
>>> If you are going to do any real programming you will need to work in
>>> an IDE. There is just too much complexity and too many lines of code
>>> to work in a Text Editor for anything but a small demo project.
>>> How are you going to handle any Interop or SDK technicals? What about
>>> DataBase, DataSets and Forms or Pages if you want to work on the net?
>>> Are you going to wire up all the web.config or app.config settings by
>>> hand?
>>> If you want to play around a little your plan is fine. If you are
>>> going to work on any real projects or do any work at an educational
>>> institution you need to learn how to make the IDE work to your
>>> satisfaction. That can be done.
>>> Rick USA
>>> __________
>>> View the list's information and change your settings at
>>> http://www.freelists.org/list/programmingblind
>>>
>>
>> __________
>> View the list's information and change your settings at
>> http://www.freelists.org/list/programmingblind
>>
>> __________
>> View the list's information and change your settings at
>> http://www.freelists.org/list/programmingblind
>>
>
> __________
> View the list's information and change your settings at
> http://www.freelists.org/list/programmingblind
>
> __________
> View the list's information and change your settings at
> http://www.freelists.org/list/programmingblind
>
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
Other related posts:
- » vb code? - Alex Hall
- » Re: vb code? - Chris Hallsworth
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » Re: vb code? - Alex Hall
- » RE: vb code? - Alex Hall
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » Re: vb code? - Chris Hallsworth
- » Re: vb code? - Alex Hall
- » Re: vb code? - Bob J.
- » Re: vb code? - Ricks Place
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Alex Hall
- » Re: vb code? - Alex Hall
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Tim Lawrence
- » Re: vb code? - Bob J.
- » Re: vb code? - Tim Lawrence
- » Re: vb code? - Ricks Place
- » Re: vb code? - Alex Hall
- » Re: vb code? - Ricks Place
- » Re: vb code? - Ricks Place
- » Re: vb code? - Jared Wright
- » RE: vb code? - Ken Perry
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Ken Perry
- » Re: vb code? - Ricks Place
- » Re: vb code? - Ricks Place
- » Re: vb code? - Tyler Littlefield
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Ken Perry
- » RE: vb code? - Ken Perry
- » Re: vb code? - Tyler Littlefield
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Sina Bahram
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Sina Bahram
- » RE: vb code? - Juan Hernandez
- » Re: vb code? - Jared Wright
- » Re: vb code? - Chris Hallsworth
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » Re: vb code? - Jared Wright
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » Re: vb code? - Ricks Place
- » Re: vb code? - Ricks Place
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » RE: vb code? - Homme, James
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Sina Bahram
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » Re: vb code? - The Elf
- » Re: vb code? - The Elf
- » Re: vb code? - The Elf
- » Re: vb code? - Ricks Place
- » Re: vb code? - niran
- » Re: vb code? - Ricks Place
- » Re: vb code? - niran
- » Re: vb code? - Tyler Littlefield
- » Re: vb code? - Ricks Place
- » Re: vb code? - Ricks Place
- » Re: vb code? - niran
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Trouble
- » RE: vb code? - Ken Perry
- » Re: vb code? - Tyler Littlefield
- » RE: vb code? - Jamal Mazrui
- » Re: vb code? - The Elf
- » RE: vb code? - DaShiell, Jude T. CIV NAVAIR 1490, 1, 26
- » re: vb code? - Tyler Littlefield
- » RE: vb code? - Homme, James
- » Re: vb code? - Jamal Mazrui
- » Re: vb code? - Ricks Place
- » Re: vb code? - The Elf
- » Re: vb code? - The Elf