[Official] Beginner Programming Rules & Etiquette
#1
The following rules & etiquette should be followed in this section:
  • Use [code] tags when sharing code.
  • Do not ask users to download your code, always post sources.
  • Exercise caution when building binaries or running code if you don't know what it does.
  • Check your code for personally identifiable information before sharing it publicly.
  • Remove metadata from images before sharing.
  • This is a beginner forum, our advanced forums are private, apply for access.

We hope that by following these rules, you will remain safe when using this section.
Report



// $(".author_avatar img").error(function () { $(this).unbind("error").closest('.author_avatar').remove(); });