473,834 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1749
"Andrew" <as***********@ nospam.onezero. org> wrote in news:b6c801c381 71
$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.WriteLi ne ("Isn't this horrible?");

}

}

instead of:

using System;

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

--
Jon Skeet - <sk***@pobox.co m>
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.co m> wrote in message
news:MP******** *************** *@news.microsof t.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.WriteLi ne ("Isn't this horrible?");

}

}

instead of:

using System;

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

--
Jon Skeet - <sk***@pobox.co m>
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.co m>
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.co m> a écrit dans le message de
news:MP******** *************** *@news.microsof t.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.WriteLi ne ("Isn't this horrible?");

}

}

instead of:

using System;

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

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

Jul 21 '05 #7

"Jon Skeet" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@news.microsof t.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.co m>
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

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

Similar topics

2
1595
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. So while conjoins, inner and outer joins et cetera ring some bells, I wouldn't know how to tell one from the other anymore, let alone put them to good use. So I decided to check for some good reading material that starts from scratch but quickly...
4
2548
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 scsi cd drive. I'm ok with the programming, i just need a jump start with aspi (or similar). Thanks in advance
5
1907
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 read and manipulate the files of a directory. I asked a question about configuring this wonderful and helpful interface, and all I got was hostile and stupid messages with absolutely no answer to my question. I just wanted to tell you that I...
7
10588
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 code: Dim strProfileInfo As String Dim ObjSession As New MAPI.Session
10
13810
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 received to a bitmap, to display it on the screen in DOS, mut i don't know how to do....can u give me some help or piece of advices? Thank you very much! Mark
6
17312
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 there is HTML-code, for example:
5
6468
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 (XMLMessageFormatter, ActiveXMessageFormatter, and BinaryMessageFormatter). All samples that I have found indicate use XMLMessageFormatter, but I am not sure I should use this because my message is text. Does anyone know how I should read these...
12
226
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 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...
2
1551
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 Connected Framework team here at Microsoft. Our team owns ASP.NET Web Services, .NET Remoting, WSE, the Windows Workflow Foundation and the Windows Communication Foundation. We are deeply committed to help you with any problems you may have with...
0
9799
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10793
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10510
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10548
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10219
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6954
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5794
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3978
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3081
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.