Tagged Questions

6
votes
3answers
474 views

Can I use an open source framework in a project I plan to profit from?

I'm building a CMS on codeigniter. I'm modifying codeigniter in small ways to make it work with my ideas more seamlessly. But I wonder - are there any restrictions on how I can profit from it? I would ...
1
vote
1answer
40 views

automated checking of copyright and trademarks [closed]

My question isn't strictly coding, but that will be the next step once this concept is worked out. A company I'm a part of is selling custom t-shirts online. We've sold custom t-shirts manually for ...
0
votes
4answers
816 views

Regex to replace reg trademark

I need some help with regex: I got a html output and I need to wrap all the registration trademarks with a <sup></sup> I can not insert the <sup> tag in title and alt properties ...