This article outlines the general features commonly found in various different Internet forum An Internet forum, or message board, is an online discussion site. It originated as the modern equivalent of a traditional bulletin board, and a technological evolution of the dialup bulletin board system. From a technological standpoint, forums or boards are web applications managing user-generated content software packages.
Contents |
Subarticles
This article is a comparison of some of the major features of the various Internet forum software packages currently available. This page highlights major features that the manager of a forum might want and should expect to be commonly available in different forum software. The subarticles below provide more detailed comparisons of specific software packages within categories defined by the software's architecture (ASP, PHP, etc). For detailed comparisons of forum packages from the different architecture classifications, please see one or more of the links listed below or one of the web sites listed under External Links.
- Comparison of forums written in ASP and ASP.NET Categories: Internet forum software | Software comparisons
- Comparison of forums written in PHP Categories: Internet forum software | Software comparisons
- Comparison of forums written in other languages Categories: Internet forum software | Software comparisons
Note: These comparisons do not include remotely hosted services (such as Lefora, Proboards ProBoards is a free remotely hosted message board service that facilitates online discussions by allowing people to create their own online communities or ZetaBoards ZetaBoards is a forum software and website created by Zathyus Networks. ZetaBoards is free to set-up and run. According to its terms of service, ZetaBoards states that they do not restrict forums based on the number of posts, topics, or members, or bandwidth, and have never deleted forums for inactivity) which use their own proprietary software, rather than offering a package for download In computer networks, to download means to receive data to a local system from a remote system, or to initiate such a data transfer. Examples of a remote system from which a download might be performed include a webserver, FTP server, email server, or other similar systems. A download can mean either any file that is offered for downloading or which webmasters A webmaster , also called a web architect, web developer, site author, website administrator, or (informally) webmeister, sometimes heard in tongue-in-cheek feminine form web mistress, is a person responsible for maintaining a website(s). The duties of the webmaster may include ensuring that the web servers, hardware and software are operating can host by themselves.
Feature explanation
Below is a brief explanation for each of the features compared in the subarticles. For a forum to qualify for a feature, the functionality must be available out of the box Items, functionalities, or features provided out of the box are those that do not require any additional installations, plug-ins, expansion packs, or products. In addition to being used for tangible products, the phrase is often used in a less literal sense for software, which may not be distributed in an actual box but offer certain functions &, not as an add-on, plugin In computing, a plug-in is a set of software components that adds specific capabilities to a larger software application. If supported, plug-ins enable customizing the functionality of an application. For example, plug-ins are commonly used in web browsers to play video, scan for viruses, and display new file types. The image on the right is a, etc.
Flat vs. threaded
- A flat forum is one where each message is added onto the end of the discussion, with no set relation to any prior messages (other than being on the same discussion topic — except in case of Off-Topic A contribution is on-topic if it is within the bounds of the current discussion and off-topic if not. The terms are normally used in the context of mailing lists, discussion groups, discussion forums, bulletin boards, newsgroups, and wikis posting). But, there is normally a feature to 'quote' another person's post, to allow reference back to other posts.
- A threaded Conversation threading is a feature used by many email clients, popularized especially by Gmail, Google's web email service to keep conversations together. It is also used by bulletin boards, newsgroups, or Internet forums in which the software aids the user by visually grouping messages. Messages are usually grouped visually in a hierarchy by forum is one where users can specify their message is a reply to an existing message. Threaded forums can display relationships between message topics and associated replies. Flat (non-threaded) forums, don't provide users a mechanism to indicate their message is a reply to an existing message.
There are two subtypes of Threaded forums. A threaded forum can be either a fully threaded forum or a semi-threaded forum. A semi-threaded forum allows users to specify their message is a reply to a specific message topic. A fully threaded forum allows users to specify their message is a direct reply to a message topic or that their message is a reply to another reply within a message thread. A fully threaded forum, shows the relationship of replies to replies, unlike a semi-threaded forum which only shows the relationship between message topics and its replies.
Forums can support one or more of these 3 basic formats, i.e., Fully Threaded, Semi-Threaded, or Flat (non-threaded).
Duplicate thread prevention
Google has introduced a new concept in Google Groups Google Groups is a service from Google that supports discussion groups, including many Usenet newsgroups, based on common interests. Membership in Google Groups is free of charge and many groups are anonymous. Users can find discussion groups related to their interests and participate in threaded conversations, either through a web interface or by to reduce redundant threads and therefore helping moderation of forums. The idea comes from the fact that many users do not bother to search a forum and directly create new threads to seek an answer to a question. When the user types a new thread subject it brings up similar threads automatically on the side. This helps keep the number of redundant threads (or the overall forum pollution) to a lower level as users that neglect to search for a topic and are posting a thread may find the answer to their question as they are creating the new thread. In essence it's a search combined with creating a thread. Instead of having to search the forum, and then creating a thread if there is no satisfying answer, this duplicate thread prevention allows the user to go and seek the answer to a topic. In Google Groups this feature likely uses AJAX Ajax is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in type interface and only draws from the subject field of the thread to find similar threads.[citation needed]
User-selectable themes
Most forums provide an option for the forum owner to customise the look and feel. Some forums also allow the administrator to create multiple styles or themes, and allow the user to choose which one they wish to view. Themes may simply be a different set of colours and graphics, or they may involve a different layout to the forum, such as one optimised for small-screen devices A mobile browser, also called a microbrowser, minibrowser or wireless internet browser , is a web browser designed for use on a mobile device such as a mobile phone or PDA. Mobile browsers are optimized so as to display Web content most effectively for small screens on portable devices. Mobile browser software must be small and efficient to.
Calendar
Some forums provide calendar functionality for storing events and appointments, either per-user or as a forum-wide shared calendar.
Image attachments
Most forums provide the option for a user to upload an image along with a message posting. This is usually accompanied by a space limit (eg: 1MB per user) to prevent users from filling up the forum host's webspace. Some forums also allow other types of file to be uploaded. Some allow links to an image hosting site such as Photobucket for images to be placed in posts.
One major usability issue is whether images can be uploaded to a forum and displayed inline in message postings easily (or at all). The presence of "image attachment uploading" does not imply that in-message display of images within the flow of message text is possible (or if possible, easy to achieve).
Unread message tracking
Unread message tracking refers to the way that is used by forum software to track and display messages that have not yet been read by the current user. This can be one of the following:
- Session — when a user's session starts, this method relies on the user's "last visit time" to display all messages created since that date as unread. Everything that was posted before "last visit time" is considered "read" regardless of whether the user has actually seen it or not. Until the user's session expires, this method properly tracks read/unread messages, starting with messages that were selected as "unread" when the user's session started. This method is broadly used, due to the simplicity and speed benefits of only storing and checking against a single database value.
- Full — forum software which properly tracks what messages have been read or unread by each user, regardless of user session expiration. Some forum software also allows the user to 'mark as unread', so that they can come back to a message later.
See also
- Comparison of Internet forum software (ASP) Categories: Internet forum software | Software comparisons
- Comparison of internet forum software (other) Categories: Internet forum software | Software comparisons
- Comparison of Internet forum software (PHP) Categories: Internet forum software | Software comparisons
External links
- Online Forums Software
- How To Create a Message Board For Your Website
- Online Comparison of Forum Software at Forummatrix.org
- Forum Software Reviews, Live Demonstrations and Features Matrix
- Forum Software Discussions at The Admin Zone
- The largest Message Boards and Forums on the web. Forum software used is listed.
| The Wikibook The Computer Revolution/Communication has a page on the topic of Online Forums |
Categories: Software comparisons | Internet forum software
65px x 60px | 10.30kB
[source page]
A computer nerd whose also a psychic astrologer
support
Fri, 12 Mar 2010 11:42:06 GM
The combination of high-resolution wide 10.1 (25.6 cm) screen and easy-to-type Isolation Keyboard assures comfortable operation while WAN connectivity helps you enjoy the . Internet. both inside and outside the house. ... . Software. Installed S/ W Adobe Reader Easy Battery Manager Easy Display Manger Easy Network Manager Microsoft Works Easy Resolution Manager Easy SpeedUp Manager Microsoft Office Home & Student (60 days trial) Samsung Support Center Samsung Update Plus ...

