Click here to Skip to main content
15,913,685 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: My Article was deleted - before it was published. Pin
Sean Ewington29-Dec-14 13:52
staffSean Ewington29-Dec-14 13:52 
GeneralRe: My Article was deleted - before it was published. Pin
Bledar Birbo29-Dec-14 18:30
professionalBledar Birbo29-Dec-14 18:30 
GeneralRe: My Article was deleted - before it was published. Pin
Nelek30-Dec-14 0:08
protectorNelek30-Dec-14 0:08 
QuestionNot sure how I feel about this Pin
Leslie Sanford22-Dec-14 1:20
Leslie Sanford22-Dec-14 1:20 
AnswerRe: Not sure how I feel about this Pin
Kornfeld Eliyahu Peter22-Dec-14 1:26
professionalKornfeld Eliyahu Peter22-Dec-14 1:26 
AnswerRe: Not sure how I feel about this Pin
Pete O'Hanlon22-Dec-14 1:30
mvePete O'Hanlon22-Dec-14 1:30 
QuestionCP article as blog post... Pin
Kornfeld Eliyahu Peter22-Dec-14 0:48
professionalKornfeld Eliyahu Peter22-Dec-14 0:48 
AnswerRe: CP article as blog post... Pin
Jochen Arndt22-Dec-14 1:12
professionalJochen Arndt22-Dec-14 1:12 
GeneralRe: CP article as blog post... Pin
Kornfeld Eliyahu Peter22-Dec-14 1:19
professionalKornfeld Eliyahu Peter22-Dec-14 1:19 
GeneralRe: CP article as blog post... Pin
Jochen Arndt22-Dec-14 1:23
professionalJochen Arndt22-Dec-14 1:23 
AnswerRe: CP article as blog post... Pin
Sean Ewington22-Dec-14 4:18
staffSean Ewington22-Dec-14 4:18 
QuestionHow to deal with it Pin
Thanks787215-Dec-14 22:51
professionalThanks787215-Dec-14 22:51 
AnswerRe: How to deal with it Pin
Richard Deeming16-Dec-14 1:56
mveRichard Deeming16-Dec-14 1:56 
GeneralRe: How to deal with it Pin
Thanks787216-Dec-14 2:08
professionalThanks787216-Dec-14 2:08 
GeneralRe: How to deal with it Pin
Pete O'Hanlon16-Dec-14 6:58
mvePete O'Hanlon16-Dec-14 6:58 
AnswerRe: How to deal with it Pin
Pete O'Hanlon16-Dec-14 4:21
mvePete O'Hanlon16-Dec-14 4:21 
GeneralRe: How to deal with it Pin
Thanks787216-Dec-14 6:12
professionalThanks787216-Dec-14 6:12 
GeneralRe: How to deal with it Pin
Pete O'Hanlon16-Dec-14 6:39
mvePete O'Hanlon16-Dec-14 6:39 
QuestionCan some Editor have a look on this one? Pin
Nelek15-Dec-14 21:32
protectorNelek15-Dec-14 21:32 
AnswerRe: Can some Editor have a look on this one? Pin
Sean Ewington16-Dec-14 4:05
staffSean Ewington16-Dec-14 4:05 
QuestionI'm not sure... Pin
Kornfeld Eliyahu Peter13-Dec-14 9:20
professionalKornfeld Eliyahu Peter13-Dec-14 9:20 
GeneralRe: I'm not sure... Pin
PIEBALDconsult13-Dec-14 9:27
mvePIEBALDconsult13-Dec-14 9:27 
Questionethics of using a modified open-source library as part of an article ? Pin
BillWoodruff13-Dec-14 3:39
professionalBillWoodruff13-Dec-14 3:39 
Partly inspired by the frequent QA questions involving validating user-entry in various formats, I've been planning to write an article on how to create a WinForms sub-classed TextBox that lets you specify characters to be filtered out, substituted for, or transformed into, in a very "high-level" way, and I'm at the point now where I'm satisfied the code is "ripe."

I thought it would "icing on the cake" to create a Visual Studio design-time data editor for the filter/substitute/transform rules.

There is an open-source library for implementing a design-time (PropertyGrid usable) editor for a generic Dictionary. It was last updated over two years ago, and there's no sign of any recent activity (except an "Issue" I just reported) for the same period of time. It has a NuGet install, and, while the source code is no longer directly downloadable, it's all on the CodePlex site, and can be copied.

So, I got busy and successfully modified the source so the library could work inside a sub-classed WinForm Control (the fact it would not work in such a context is what my "Issue" report was about).

Now, of course, I hope that the author of the library might respond, and then I could ask his permission to include the library in the code sample for the article, and also get a better understanding of what prevented it from working in a sub-classed Control; ideally, the author would change the behavior so the reader of the article could just get the library from his CodePlex site.

But, what if the author does not respond ? The library is licensed with the GNU LGPL 2.1 Public License. While this license states:

"you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things."

I'm not at all informed about the legal/ethical dimensions and requirements for distributing a modified open-source library like this, and, frankly, I don't really want devote bandwidth to that.

I probably could write a design time editor from "scratch," but I'd rather be doing other things.

Appreciate your wise advice, and counsel.

thanks, Bill
«OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. »  Alan Kay's clarification on what he meant by the term "Object" in "Object-Oriented Programming."

AnswerRe: ethics of using a modified open-source library as part of an article ? Pin
Jochen Arndt13-Dec-14 4:33
professionalJochen Arndt13-Dec-14 4:33 
GeneralRe: ethics of using a modified open-source library as part of an article ? Pin
BillWoodruff13-Dec-14 16:08
professionalBillWoodruff13-Dec-14 16:08 

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.