Tagged Questions

2
votes
4answers
160 views

Difference between MIT/BSD and CC-BY licenses

MIT/BSD licenses basically say: Hey, use the stuff, but don't claim it's yours. CC-By license (without nc and the such, just the plain cc-by) says: Hey, use the stuff, but don't claim it's yours. …
0
votes
2answers
22 views

Descendent-or-self in InfoPath

I want to use XPath code in an InfoPath form to sum the data in field12 when field11 is equal to IT. I tried using the following code, but it doesn't work. …
0
votes
1answer
35 views

Need Help In configuring CruiseControl for Java Projects

I am new to Crusie control. I have java projects that should be automated. So could anyone please let me know how to configure CC for java projects. Any kind of information regarding this is …
2
votes
4answers
422 views

Writing CC (The Creative Commons logo) in HTML

Hello, How do I write the CC logo in HTML, is there something like © which gives ©? CC stands for Creative Commons. Thanks.