This month the moderation team, all volunteers who help keep DaniWeb running smoothly for the benefit of everyone simply because they love being part of the community here, would like to ask for your help.
Help, that is, to help them make the best use of their time. In order to achieve this it would be really cool if members old and new could take a few minutes from their schedules and re-read the
community rules. New members are encouraged to check out the
Welcome Guide as well.
Spam, intentional or otherwise, and a lack of code tags are probably the biggest culprits when it comes to eating into moderator time, so let's look at those two in more detail.
A small minority of people join DaniWeb simply in order to promote their own services or products. These forum and blog spammers are a fact of life; every successful online site has to deal with them and we have implemented a number of strategies behind the scenes which filter out the vast majority of spam attempts, but inevitably some do get through. We thank our community for continuing to use the bad post reporting tool to inform us of any that they spot so that a duty moderator can deal with it pretty much any time day or night.
However, you can also help even more by thinking twice before posting something in the forums or blogs which might be considered advertising or self-promotion as these are not allowed under DaniWeb rules. While we encourage open and unbiased discussion, we do not allow members to refer to sites they own or are affiliated with outside of the
Business Exchange forums. Hiding your affiliation with a site or service and then recommending it in response to another members questioning is not allowed, nor is using a 'fake signature' whereby you add a URL after your name within a posting. You can, however, promote your own site without incurring the wrath of the DaniWeb moderators and administrators by using the proper signature facility which can be edited via the
Control Panel.
When it comes to code tags, these are covered in the 'keep it organized' section of the DaniWeb rule book. All we ask is that for easy readability you "always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags." Unfortunately, this is not something that everyone does and it is causing our volunteer moderators, especially those who look after the software development forums, all sorts of headaches as they have to jump in and clean up the code in order that other members will be able to read it and so help answer your questions. There really is no excuse for not taking the little bit of extra time to use code tags, doubly so considering that the Queen of DaniWeb has made it such a simple process.
Code tags, also known as code bbcode or code vBcode, are nothing more than wrapped around programming code in the editor window when typing out a post. They tell DaniWeb to output the code all nicely formatted, in a fixed-width (monospace) font, while preserving whitespace, so that it looks just like it would in your favorite code editor or IDE. Another advantage to using code tags is the Toggle Plain Text link, which puts the code into a textbox where it can easily be copied and pasted. This is very useful to quickly test out programming code that has been posted on DaniWeb while trying to debug errors. you can check out the full code tags FAQ
here.