Why I hate OSS
Ok if you don't know I'm a programmer. I work in .NET mostly doing asp.net in C# and some vb.net stuff. My company has this project where we need some rich text capability in a web browser. So we look around and decide on the Free Text Box . We download the code, it inserts into the project with little work, and works great out of the box. A bit later on we need to make some changes to it. Turns out we need to remove problem html out of the text of the box before it saves to the DB. Try the standard javascript tricks document.getclientid sutff, no go. Google some answers and try the results, no go. I spend a ton of time pouring over the properties, yada yada yada and nothing. Finally I find one property that might, might do the trick. I then spend time changing all the controls in the project to use this property correctly. Typical OSS shit, no documentation from the creators, online help says RTFM n00b!!, well there is no manual dickhead. At least when I buy somet...