Click here to Skip to main content
16,010,394 members
Home / Discussions / Spam and Abuse Watch
   

Spam and Abuse Watch

This board allows members to report the accounts of spammers and others who abuse the forums in order to give other members the chance to vote to close the offending account.

 
AnswerRe: What the heck is going on? Pin
Sean Ewington5-May-20 6:50
staffSean Ewington5-May-20 6:50 
GeneralRe: What the heck is going on? Pin
MSBassSinger5-May-20 8:30
professionalMSBassSinger5-May-20 8:30 
GeneralRe: What the heck is going on? Pin
Sean Ewington5-May-20 8:58
staffSean Ewington5-May-20 8:58 
GeneralRe: What the heck is going on? Pin
MSBassSinger5-May-20 10:59
professionalMSBassSinger5-May-20 10:59 
GeneralRe: What the heck is going on? Pin
Sean Ewington5-May-20 11:15
staffSean Ewington5-May-20 11:15 
GeneralRe: What the heck is going on? Pin
MSBassSinger5-May-20 11:17
professionalMSBassSinger5-May-20 11:17 
GeneralRe: What the heck is going on? Pin
Nelek5-May-20 12:52
protectorNelek5-May-20 12:52 
GeneralRe: What the heck is going on? Pin
Sean Ewington6-May-20 5:01
staffSean Ewington6-May-20 5:01 
Certainly. In a previous comment I suggested altering your article to: Discussing the code, How it works, What you learned, and add a link to the full source code.

As a starting point, here’s an example article from one of our top authors:
http://www.codeproject.com/Articles/225692/Html5-WebWorkers-experiment

His primary goal is to demonstrate “Using HTML5 WebWorkers and a custom jQuery plug-in to create a Flickr image wall.” He treats the reader like a beginner. He defines jQuery, explains what WebWorkers are, then gets into why he wanted to create a jQuery plugin. Each progressive section of the article expands on his topic, thoroughly explains the code, explains the limitations he chose in his scope, discusses how each element to his plug-in works, provides numerous code examples, and most importantly, gives a source code download at the top for the reader should they need it.

Drilling down a bit more specifically:

Discussing the Code / How it Works

In Version 4 of your article you have a discussion of Extension Methods, for example, showing certain extension methods and explaining their role in the whole. This is good stuff.

However, using the HTML5 WebWorkers article as an example, there is a step you can go beyond just to listing methods and explaining what each method does. For example, in the HTML5 WebWorkers article there is a section on Custom jQuery Plug-in. He displays the code for the jQuery plugin, and says, "The jQuery plug-in that I wrote does a pretty simple job. It is applied to a specific element, where the jQuery plug-in would accept an array of search terms. For each of the search terms, a new WebWorker is spawned that will do an AJAX Flickr search for images that match that search term. For each WebWorker spawned, my custom jQuery plug-in will hook up to both the onMessage()/onError events from the newly spawned WebWorker. When the WebWorker completes, the WebWorker calls back into the jQuery plug-in, at which point an image wall is created," which basically summarizes how the plugin works. It gives a larger picture of the code he's working on, so there's more to learn from it.

What You Learned

In Version 4 of your article you mostly explain Methods and Functions and Properties. It's not absolutely essential, but it does colour the difference between an article that is focused on teaching, and an article that mostly seeks to share a tool. Going back to an example in the HTML5 WebWorkers article, there is a section that reads:

"OK, so we have the ability to run threads, but unfortunately, we have no threading objects to ensure the communication of these threads, and ensure that there is thread safe access to shared data structures. Seems quite a big oversight. What it does mean is that your WebWorker and its related message handler within the host must pretty much be self contained and not access any shared data structures. I fell into this trap with the code within this article where I was populating a common array, until I realised that this was probably not that smart, and I then moved the array to be scoped locally to the WebWorker, and then it was all OK."

This is valuable in that people using the article as a learning resource can use this experience themselves. Maybe they have experienced similar things, or thought also along the way to populate a common array. Now they know not to do that.
Thanks,
Sean Ewington
CodeProject

AnswerRe: What the heck is going on? Pin
ZurdoDev5-May-20 7:23
professionalZurdoDev5-May-20 7:23 
GeneralRe: What the heck is going on? Pin
MSBassSinger5-May-20 8:30
professionalMSBassSinger5-May-20 8:30 
AnswerRe: What the heck is going on? Pin
Nelek5-May-20 7:59
protectorNelek5-May-20 7:59 
GeneralRe: What the heck is going on? Pin
MSBassSinger5-May-20 8:23
professionalMSBassSinger5-May-20 8:23 
GeneralRe: What the heck is going on? PinPopular
Nelek5-May-20 9:27
protectorNelek5-May-20 9:27 
GeneralIna.R is a spammer - gone Pin
PIEBALDconsult5-May-20 5:07
mvePIEBALDconsult5-May-20 5:07 
GeneralSpammer in moderation - layarfilm21 Pin
CHill605-May-20 3:37
mveCHill605-May-20 3:37 
GeneralRe: Spammer in moderation - layarfilm21 - Gone Pin
jeron15-May-20 4:21
jeron15-May-20 4:21 
GeneralIndian Railways Exams (Govtjob) Pin
Peter_in_27805-May-20 3:17
professionalPeter_in_27805-May-20 3:17 
GeneralRe: Indian Railways Exams (Govtjob) - Gone Pin
jeron15-May-20 4:21
jeron15-May-20 4:21 
GeneralCertification consulting (Member 14822503) Pin
Jörgen Andersson5-May-20 1:36
professionalJörgen Andersson5-May-20 1:36 
GeneralRe: Certification consulting (Member 14822503): gone Pin
Greg Utas6-May-20 0:27
professionalGreg Utas6-May-20 0:27 
GeneralSpam would-be article (T*anPoker) Pin
Richard Deeming5-May-20 1:02
mveRichard Deeming5-May-20 1:02 
GeneralRe: Spam would-be article (T*anPoker) - Gone Pin
jeron15-May-20 4:22
jeron15-May-20 4:22 
GeneralSpammer in moderation - amazin82 Pin
CHill605-May-20 0:05
mveCHill605-May-20 0:05 
GeneralRe: Spammer in moderation - amazin82 - Gone Pin
jeron15-May-20 4:22
jeron15-May-20 4:22 
GeneralSAOTD (ammended) Pin
phil.o4-May-20 23:52
professionalphil.o4-May-20 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.