User Anders Pedersen - Stack Overflowmost recent 30 from stackoverflow.com2009-12-15T00:54:54Zhttp://stackoverflow.com/feeds/user/26265http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needs10What off-the-shelf licensing system will meet my needs?Anders Pedersen2009-05-20T19:52:56Z2009-11-24T07:16:26Z
<p>I'm looking for an off-the-shelf license system for desktop software.</p>
<p>After some research on the net -- and of course here on StackOverflow -- I haven't found one the suits our needs. I have a couple of must-have features and some would-be-nice features:</p>
<p>Must have: </p>
<ul>
<li>Encrypted unlock key</li>
<li>Possibility to automate the unlock
key generation on my website </li>
<li>User info in key so that I can show
name and company in an about box and
perhaps in reports</li>
</ul>
<p>Nice to have:</p>
<ul>
<li>License managing tools</li>
<li>Online activation</li>
<li>Nice upgrade possibilities to a
version with concurrent license model
and subscription model </li>
</ul>
<p>I have looked at <a href="http://www.mancosoftware.com/licensing/index.htm" rel="nofollow">Manco</a>, but I find them difficult to work with and the documentation is minimal. Further, I couldn't get the name in the key. Also, the automatic generation of a key on my website has to be done with an application web service, but I would rather program against a DLL.</p>
<p>Next I looked at <a href="http://www.xheo.com/" rel="nofollow">xheo</a>. It is easier to use and the documentation is better, but the price is substantially higher and here you can only get the user name in the license file that you then have to provide together with the unlock key. </p>
<p>Could anyone share their experiences on what you are using and how it is working for you?</p>
http://stackoverflow.com/questions/1192123/how-to-build-uis-like-skype/1192279#11922790Answer by Anders Pedersen for How to build UIs like skypeAnders Pedersen2009-07-28T06:52:03Z2009-07-28T06:52:03Z<p>To my acknowledge Skype is build with Delphi an a set of third party tools, so it for sure can be done without WPF.
Take a look at the components from DevExpress or TMS. </p>
http://stackoverflow.com/questions/665143/delphi-2010-beta-whats-on-your-wishlist/666456#66645632Answer by Anders Pedersen for Delphi 2010 Beta: What's on your wishlist?Anders Pedersen2009-03-20T14:49:26Z2009-07-15T14:09:05Z<p>Source code formatter, SVN integration</p>
http://stackoverflow.com/questions/1085854/resizing-user-uploaded-images-in-an-asp-net-project-library0Resizing user uploaded images in an ASP.NET project – Library?Anders Pedersen2009-07-06T07:51:04Z2009-07-06T12:55:52Z
<p>In a rather simple ASP.NET application where the user can upload a image, mostly from his digital camera. I have to resize it to a workable size for the web and a thumbnail.
What is here the best practice for? Is there a library that I in a simple way can implement without installing something on the web server.</p>
http://stackoverflow.com/questions/950399/how-can-i-convert-a-html-file-to-a-pdf-file-in-delphi1How can I convert a Html file to a pdf file in DelphiAnders Pedersen2009-06-04T12:56:22Z2009-06-05T08:06:27Z
<p>Which library or component can do this in a easy way and not too expensive.</p>
<p>Edit:
Oeps: I should have informed you that it is web app. and we can't rely on the the user have PDF driver installed.</p>
http://stackoverflow.com/questions/916440/third-party-email-senders/940862#9408620Answer by Anders Pedersen for Third Party Email SendersAnders Pedersen2009-06-02T17:36:33Z2009-06-02T17:36:33Z<p>Mike</p>
<p>I think you have to look at what kind of mails your are sending from your application.
If it's only the mail with a password when user signing up for a website, or is occasional sending a reminder from a desktop application, then stick with your business ISP and there SMTP server. Just write your own mailer using the System.Net.Mail.</p>
<p>At the other hand are you mass mailing thousands of people regularly then you have to be concerned about at least two things:</p>
<ol>
<li>Not getting your URL blacklisted.</li>
<li>The percentage delivered mails</li>
</ol>
<p>And just those two things a professional mailing provider can do much better than any one else. On top of that the provider gives you a lot other benefits, so as reports, click through rates, etc.
I'm using <a href="http://www.aweber.com" rel="nofollow">www.Aweber.com</a> for my own business and have so for years with great satisfaction. For a client I have implemented the service from <a href="http://www.getresponse.com/" rel="nofollow">www.Getresponse.com</a> and they are also great.</p>
<p>I believe those two are the best of the trade, used by a lot of marketing people and Getresponse I know have a api you can program against.</p>
<p>And if you want to support me - here are my affiliate links:</p>
<p><a href="http://www.aweber.com/?213642" rel="nofollow">www.Aweber.com</a></p>
<p><a href="http://www.getresponse.com/index/ap3000" rel="nofollow">www.Getresponse.com</a></p>
http://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needs/895729#8957290Answer by Anders Pedersen for What off-the-shelf licensing system will meet my needs?Anders Pedersen2009-05-21T23:12:01Z2009-05-21T23:12:01Z<p>@Magnus Johansson</p>
<p>I have looked at Infralutions ILS System, but as far as I could see they don't support online key generation? (license server) O have I missed some thing?</p>
http://stackoverflow.com/questions/706958/best-shareware-lock-for-delphi-win32/709615#7096150Answer by Anders Pedersen for Best Shareware lock for Delphi Win32Anders Pedersen2009-04-02T13:03:45Z2009-04-02T13:03:45Z<p>I also not believe that it's worth to spend a lot of time and energy in a tecnical protection, the people who want steal your software wil doe it anyway. </p>
<p>Peldi Guilizzoni from Balsamiq have a nice blog post over this subject:</p>
<p><a href="http://www.balsamiq.com/blog/?p=382" rel="nofollow">http://www.balsamiq.com/blog/?p=382</a></p>
http://stackoverflow.com/questions/649583/d2007-clientdataset/649683#6496831Answer by Anders Pedersen for D2007 ClientDatasetAnders Pedersen2009-03-16T08:55:19Z2009-03-16T08:55:19Z<p>Yes you can.
That said I nearly always use non data aware components in combinations with a clientDataSet and a Dataprovider. This way I have full manual controle over the data when i have tu write them back to the disconenected database.
I like this way of working specialy when I have complex SQL with a lot of joins etc.</p>
http://stackoverflow.com/questions/527232/ide-for-php/527363#5273630Answer by Anders Pedersen for IDE for PHP?Anders Pedersen2009-02-09T07:44:01Z2009-02-09T07:44:01Z<p>I do PHP sometime on the side - And I use Delphi for PHP - <a href="http://www.codegear.com/products/delphi/php" rel="nofollow">http://www.codegear.com/products/delphi/php</a> - And I'm very happy with it.</p>
http://stackoverflow.com/questions/369903/where-are-all-the-delphi-developers/415993#4159935Answer by Anders Pedersen for Where are all the Delphi Developers?Anders Pedersen2009-01-06T10:05:26Z2009-01-06T10:05:26Z<p>For the Dutch language there is very active forum here:</p>
<p><a href="http://www.nldelphi.com" rel="nofollow">www.NLDelphi.com</a></p>
http://stackoverflow.com/questions/40346/coding-magazines/200206#2002060Answer by Anders Pedersen for Coding magazinesAnders Pedersen2008-10-14T06:53:27Z2008-10-14T06:53:27Z<p>For Delphi delvelopers "Blaise" international magazine - <a href="http://www.blaisepascal.eu/" rel="nofollow">www.blaisepascal.eu</a></p>
http://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needs/890118#890118Comment by Anders Pedersen on What off-the-shelf licensing system will meet my needs?Anders Pedersen2009-06-11T07:08:59Z2009-06-11T07:08:59ZAfter some research I choose the Infralution solutions for its nice features for reasonable price, and that they also have the source code included.
They where also very responsive on questions by mail.http://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needsComment by Anders Pedersen on What off-the-shelf licensing system will meet my needs?Anders Pedersen2009-05-20T19:58:50Z2009-05-20T19:58:50ZTanks alot Will :-)