473,785 Members | 2,761 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Posting Etiquitte?

I hear people say not to multipost, does these mean not to ask the same
question in another group or to submit the question to all the groups via
the same submission, with multiple newsgroups in the "send to" box? Just a
curious question from someone who has only googled and altavista'd since the
beginning of time.

Jeff
Nov 20 '05
62 3465
Hello,

"Fergus Cooney" <fi******@tesco .net> schrieb:
Fortunately Terry Pratchett's humour is timeless - you can
enjoy it in your sunset years.

Alternatively you could read a page or two a day when you go
and 'sit on the throne'. ;-)


I'll do that...

;-)))

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #31
Nak
> > Alternatively you could read a page or two a day when you go
and 'sit on the throne'. ;-)


I'll do that...


LOL!!! Try not to slash on the book though hey?

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Nov 20 '05 #32
Hi Charles,
I'm confused. Is cross-posting the act of sending the same question multiple
times, once to each of several groups, as distinct from sending the question
once only but to several groups?

Cross-posting is selecting several groups and sending the question once, as
Fergus suggested :-)

Cindy Meister

Nov 20 '05 #33
Hi Cindy

That being the case, it would seem that - so long as there are not too many
groups in the list - this could be useful where several groups overlap?

Charles
"Cindy Meister -WordMVP-" <Ci**********@s wissonline.ch> wrote in message
news:VA.0000857 f.00cbcd95@spee dy...
Hi Charles,
I'm confused. Is cross-posting the act of sending the same question multiple times, once to each of several groups, as distinct from sending the question once only but to several groups?
Cross-posting is selecting several groups and sending the question once,

as Fergus suggested :-)

Cindy Meister

Nov 20 '05 #34
Hello,

"Charles Law" <bl**@thingummy .com> schrieb:
That being the case, it would seem that - so long as there
are not too many groups in the list - this could be useful
where several groups overlap?


Yes -- X-posts _can_ be useful if the groups are related to the topic.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #35

"Jeff Brown" <no******@thist ime.com> wrote in message
news:0a******** *********@twist er.austin.rr.co m...
I hear people say not to multipost, does these mean not to ask the same
question in another group or to submit the question to all the groups via
the same submission, with multiple newsgroups in the "send to" box? Just a
curious question from someone who has only googled and altavista'd since the beginning of time.


Here's my standard reply to multi-posting (saved as a signature):
You have posted this question individually to multiple groups. This is
called Multiposting and it's BAD. Replies made in one group will not be
visible in the other groups, which may cause multiple people to respond to
your question with the same answer because they didn't know someone else had
already done it. This is a waste of time.

If you MUST post your message to multiple groups, post a single message and
select all the groups (or type their names manually, separated by commas) in
which you want it to be seen. This is called Crossposting and when used
properly it is GOOD.

Your question has been answered in another group. Which one? See the problem
with multiposting?
Nov 20 '05 #36
Cor
Hi Jeff,
Do you mean the same methode as sending spam, send it to as much adresses as
you know?
You never knows if there is someone is so stupid to answer you, yes a very
good method.
Cor
Nov 20 '05 #37
Hi Charles,
That being the case, it would seem that - so long as there are not too many
groups in the list - this could be useful where several groups overlap?

Yes, I agree with Herfried and the others on this. And have even found it
very informative, on occasion, as I often end up learning something from
someone posting in a group I normally don't visit :-)

Cindy Meister

Nov 20 '05 #38
Hi Charles,
That being the case, it would seem that - so long as there are not too many
groups in the list - this could be useful where several groups overlap?

Yes, I agree with Herfried and the others on this. And have even found it
very informative, on occasion, as I often end up learning something from
someone posting in a group I normally don't visit :-)

Cindy Meister

Nov 20 '05 #39
Nak
Hi people,

I'm having a bit of a brain storm at the minute and wouldn't mind some
personal opinions on some things.

To license my applications I have decided to make a license manager
service that holds application license files (RSA encrypted). When the
application launches the license manager is consulted as to whether the
application is *allowed* to run or not. The license file for that
particular application is held by the license manager which decrypts it and
responds as necessary.

Now what I wanted to do was make the license file simply an XML file
that contains some information, but it's what information it *should*
contain is what my main concern is, for example...

Obligatory information,

* Name
* Company

"Is this a 'Privacy invasion" information?"

* Contact details
* System information (To prevent the application from being used on more
than 1 system).

Hmmm, any ideas on this?

BTW, this is something that I may want to release for free, so some of
you may be interested in this, I'm certainly interested in making my
applications more secure with as little code as possible are you?

Nick.

--
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
"No matter. Whatever the outcome, you are changed."

Fergus - September 5th 2003
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Nov 20 '05 #40

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

Similar topics

145
6380
by: David MacQuigg | last post by:
Playing with Prothon today, I am fascinated by the idea of eliminating classes in Python. I'm trying to figure out what fundamental benefit there is to having classes. Is all this complexity unecessary? Here is an example of a Python class with all three types of methods (instance, static, and class methods). # Example from Ch.23, p.381-2 of Learning Python, 2nd ed. class Multi:
2
1849
by: Jonathan M. Rose | last post by:
I am looking for a script that I can sit on an HTML server (Linux, Apache, PHP/Perl/Python/Etc.) that will allow me to do the following things: 1) Post news articles that consists of (i) a title and (ii) a body. 2) Show the last X posts (or, better yet, just the last X titles) on a home page. 3) Show all posts on a "news" page. 4) When a news article is posted, email the news article (with the title being the email subject and the news...
21
4251
by: Davinder | last post by:
can anyone recommend a good tool to convert documents to HTML on the fly. I need to integrate this tool with a VB app so it must have an API. thanks in advance Davinder davinder@gujral.co.uk
12
3880
by: * ProteanThread * | last post by:
but depends upon the clique: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=954drf%24oca%241%40agate.berkeley.edu&rnum=2&prev=/groups%3Fq%3D%2522cross%2Bposting%2Bversus%2Bmulti%2Bposting%2522%26ie%3DUTF-8%26oe%3DUTF-8%26hl%3Den ...
54
6830
by: Brett Baisley | last post by:
Hello, I am trying to figure out how to change the default font-family and font-size. I tried adding this to the BODY section, but it didn't work. I tried to the P section, but they are not enclosed in <P> tags. They are just basic fonts. Can anyone help? Thanks!
33
2535
by: Philip Herlihy | last post by:
I'm creating a common navigation bar of text "buttons" using CSS. On each page, I want the corresponding button to be "inert" (no hover, etc) as a visual clue to where you are. I thought I'd include simple <p> tags, and style them the same way as the <a> tags, but I can't get it to work - I get different margins in each case. I've reduced the situation to the essentials here: http://philipherlihy.members.beeb.net/CssMargins/
3
2925
by: Roger Walter | last post by:
I have a .Net web page that is posting twice after the submit button is clicked once. How can that happen? I have turned tracing on and it writes two records to the trace log and posts twice. Is this possible? What can I do to stop this from happening?
44
2979
by: Bruce Wood | last post by:
This subject has come up several times in this group over the last year. Several people in this group seem to feel strongly about this topic. Rather than derail other threads with this discussion, I figured we could talk about it here. Since I'm leading off here, I'll state my opinion on the matter. I really don't care one way or the other. I use Google, and for all its faults, does do one thing right: it hides quoted text. So, I just...
27
1821
by: Alan T | last post by:
I am not sure which way to go: Want to learn C# but C# is implemented both in Windows desktop application and ASP.NET. I am not familiar with web programming, should I start with Windows app or ASP .NET?
0
9645
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
9481
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10336
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
10155
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
10095
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
8978
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7502
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6741
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();...
3
2881
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.