473,379 Members | 1,317 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Reading these newsgroups

What do people use to read these newsgroups? I have been
using my web browser (IE) and pointing it
to "http://msdn.microsoft.com/newsgroups/". The
experience doing this has been pretty much awful. Is
there something better? I do not want to use Outlook -- I
do not trust it to refrain from opening executables.

If anyone is interested, some of the problems with using
IE with the MSDN newsgroups are as follows. The display
doesn't respect font sizes, so things overwrite each other
and don't fit. I have to scroll around constantly. 75%
of the screen is taken up by stuff other than the post I'm
reading, so even on a 1600x1200 display I have to scroll
even to read short messages. THe width of the new-post
box is so small that it can't handle more than about 40
characters in width. This box can't be resized. The
search function is constantly broken (right now it says
something like "System error! Contact system
administator!" whenever I try to search for anything. I
think it got confused after I switched newsgroups while I
was waiting for it to finish a search.
Jul 21 '05 #1
12 1713
"Andrew" <as***********@nospam.onezero.org> wrote in news:b6c801c38171
$9****************@phx.gbl:
What do people use to read these newsgroups?


Someone refered this reader to me a few months ago. I've been using it
since then.

http://xnews.newsguy.com/

--
Michael Lang, MCSD
Jul 21 '05 #2
Hi Andrew

The messages in these newsgroups are essentially the same as e-mails, so you
are right that IE is not the best tool for viewing them.

I use Outlook Express, as do many other people in these groups (I believe)
and have never had a problem with it opening attachments without my say-so.

I am also running ZoneAlarm and NAV, which occasionally remove what are
perceived to be 'unsafe' attachments, but that does not present a problem,
since it is not advisable to post attachments (at least not in the first
instance).

HTH

Charles
"Andrew" <as***********@nospam.onezero.org> wrote in message
news:b6****************************@phx.gbl...
What do people use to read these newsgroups? I have been
using my web browser (IE) and pointing it
to "http://msdn.microsoft.com/newsgroups/". The
experience doing this has been pretty much awful. Is
there something better? I do not want to use Outlook -- I
do not trust it to refrain from opening executables.

If anyone is interested, some of the problems with using
IE with the MSDN newsgroups are as follows. The display
doesn't respect font sizes, so things overwrite each other
and don't fit. I have to scroll around constantly. 75%
of the screen is taken up by stuff other than the post I'm
reading, so even on a 1600x1200 display I have to scroll
even to read short messages. THe width of the new-post
box is so small that it can't handle more than about 40
characters in width. This box can't be resized. The
search function is constantly broken (right now it says
something like "System error! Contact system
administator!" whenever I try to search for anything. I
think it got confused after I switched newsgroups while I
was waiting for it to finish a search.

Jul 21 '05 #3
Charles Law <bl**@thingummy.com> wrote:
I use Outlook Express, as do many other people in these groups (I believe)
and have never had a problem with it opening attachments without my say-so.


Note, however, that there are various reasons *not* to use OE as a
newsreader:

1) The way it positions the cursor encourages top-posting
2) Its sig-separator is broken
3) Without care, you end up posting code like this:

using System;
class Test

{

static void Main()

{

Console.WriteLine ("Isn't this horrible?");

}

}

instead of:

using System;

class Test
{
static void Main()
{
Console.WriteLine ("Ah, much better...");
}
}

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #4
I know what you mean about the formatting of code. I had always put that
down to the fact that I am pasting code from an IDE into a plain text
editor, but it is nevertheless annoying to have to go through it and
reformat it. I would have thought that nowadays people would be using RTF or
HTML for postings, but I assume there is a reason why not.

Charles
"Jon Skeet" <sk***@pobox.com> wrote in message
news:MP************************@news.microsoft.com ...
Charles Law <bl**@thingummy.com> wrote:
I use Outlook Express, as do many other people in these groups (I believe) and have never had a problem with it opening attachments without my
say-so.
Note, however, that there are various reasons *not* to use OE as a
newsreader:

1) The way it positions the cursor encourages top-posting
2) Its sig-separator is broken
3) Without care, you end up posting code like this:

using System;
class Test

{

static void Main()

{

Console.WriteLine ("Isn't this horrible?");

}

}

instead of:

using System;

class Test
{
static void Main()
{
Console.WriteLine ("Ah, much better...");
}
}

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #5
Charles Law <bl**@thingummy.com> wrote:
I know what you mean about the formatting of code. I had always put that
down to the fact that I am pasting code from an IDE into a plain text
editor
Nope - it's due to OE interpreting things incorrectly. The only trouble
I ever have when I post code is if I've got lines over 72 characters,
in which case I reformat them.
but it is nevertheless annoying to have to go through it and
reformat it. I would have thought that nowadays people would be using RTF or
HTML for postings, but I assume there is a reason why not.


There certainly is - HTML is unsuitable in various ways for news posts.
News could certainly be redesigned in a way which would make it more
suitable, but it's not currently a good idea, IMO. (If news were being
redesigned, however, there are many things of higher priority, and it's
quite possible that straight HTML posts wouldn't be the way to go
either.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #6
Which News viewer do you use?

José
"Jon Skeet" <sk***@pobox.com> a écrit dans le message de
news:MP************************@news.microsoft.com ...
Charles Law <bl**@thingummy.com> wrote:
I use Outlook Express, as do many other people in these groups (I believe) and have never had a problem with it opening attachments without my
say-so.
Note, however, that there are various reasons *not* to use OE as a
newsreader:

1) The way it positions the cursor encourages top-posting
2) Its sig-separator is broken
3) Without care, you end up posting code like this:

using System;
class Test

{

static void Main()

{

Console.WriteLine ("Isn't this horrible?");

}

}

instead of:

using System;

class Test
{
static void Main()
{
Console.WriteLine ("Ah, much better...");
}
}

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #7

"Jon Skeet" <sk***@pobox.com> wrote in message
news:MP************************@news.microsoft.com ...
Charles Law <bl**@thingummy.com> wrote:
I know what you mean about the formatting of code. I had always put that
down to the fact that I am pasting code from an IDE into a plain text
editor


Nope - it's due to OE interpreting things incorrectly. The only trouble
I ever have when I post code is if I've got lines over 72 characters,
in which case I reformat them.


In OE options it is possible to specify when to wrap lines - e.g. my
installation uses 80 characters limit. Also, when replying it might use
indenting with preceding characters - see also options. So, take care!

HTH
Alex
Jul 21 '05 #8
José Joye <jose.joye@__No_SPam__bluewin__maPS_oN__.ch> wrote:
Which News viewer do you use?


Gravity - it's now free, but I originally paid for it. Lovely bit of
software.

(Do a Google search for "Tom's Gravity Pages" to download it.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #9
What do people use to read these newsgroups?


Agent from http://www.forteinc.com

Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
Jul 21 '05 #10
It seems that it is not possible to get it anymore...
Site is down: www.microplanet.com

José

"Jon Skeet" <sk***@pobox.com> a écrit dans le message de
news:MP************************@news.microsoft.com ...
José Joye <jose.joye@__No_SPam__bluewin__maPS_oN__.ch> wrote:
Which News viewer do you use?


Gravity - it's now free, but I originally paid for it. Lovely bit of
software.

(Do a Google search for "Tom's Gravity Pages" to download it.)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #11
José Joye <jose.joye@__No_SPam__bluewin__maPS_oN__.ch> wrote:
It seems that it is not possible to get it anymore...
Site is down: www.microplanet.com


Microplanet's site is down, but did you try the Google search I
suggested? It works fine from here...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #12
hoops...
I missed the last part of your message ;-)
José

"Jon Skeet" <sk***@pobox.com> a écrit dans le message de
news:MP************************@news.microsoft.com ...
José Joye <jose.joye@__No_SPam__bluewin__maPS_oN__.ch> wrote:
It seems that it is not possible to get it anymore...
Site is down: www.microplanet.com


Microplanet's site is down, but did you try the Google search I
suggested? It works fine from here...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Pjotr Wedersteers | last post by:
Hello, I took quite elaborate SQL and SQL-admin courses at Oracle, but that was years ago. Have never since used SQL but for some extremely simple straightforward queries on single table db's....
4
by: Mark Krepka | last post by:
I'm trying to read the contents of a cd using VB.Net and would greatly appreciate a hand with this as I haven't done this sort of app before. I think i need to utilise aspi and have a pleaxtor...
5
by: perseus | last post by:
Well, As you all have seen, I received a host of messages that say that I should not post up here a question about BOOST. BOOST is a FREE interface that allows you, THE STANDARD C++ USERS, to...
7
by: jeff | last post by:
Hi. I am trying to read addresses from an Exchange 5.5 Global Address Book from an asp.net page. When the page executes the error "Collaboration Data Objects - ]" is generated. Here is the...
10
by: aceto | last post by:
Hi. I'm sorry for my bad english, but it's not my motherlanguage. I need to read data from a webcam and display the images on DOS . So, how can i show this images? i have to translate the data...
6
by: Hans Kamp | last post by:
Is it possible to write a function like the following: string ReadURL(string URL) { .... } The purpose is that it reads the URL (determined by the parameter) and returns the string in which...
5
by: Lee Zeitz | last post by:
Hello, I have a need to read messages from MSMQ (on the order of 350,000 messages per day) that have a body that is text-only (not in XML format). There are 3 message formats to select from...
12
by: Andrew | last post by:
What do people use to read these newsgroups? I have been using my web browser (IE) and pointing it to "http://msdn.microsoft.com/newsgroups/". The experience doing this has been pretty much...
2
by: Clemens Vasters | last post by:
"Is anybody from Microsoft reading this?" Well ... actually .... no .... welll ... maybe if you're really lucky. Let me explain ... My name is Clemens Vasters and I am a Program Manager on the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.