User Anders Pedersen - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T00:54:54Z http://stackoverflow.com/feeds/user/26265 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/889902/what-off-the-shelf-licensing-system-will-meet-my-needs 10 What off-the-shelf licensing system will meet my needs? Anders Pedersen 2009-05-20T19:52:56Z 2009-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#1192279 0 Answer by Anders Pedersen for How to build UIs like skype Anders Pedersen 2009-07-28T06:52:03Z 2009-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#666456 32 Answer by Anders Pedersen for Delphi 2010 Beta: What's on your wishlist? Anders Pedersen 2009-03-20T14:49:26Z 2009-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-library 0 Resizing user uploaded images in an ASP.NET project – Library? Anders Pedersen 2009-07-06T07:51:04Z 2009-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-delphi 1 How can I convert a Html file to a pdf file in Delphi Anders Pedersen 2009-06-04T12:56:22Z 2009-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#940862 0 Answer by Anders Pedersen for Third Party Email Senders Anders Pedersen 2009-06-02T17:36:33Z 2009-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#895729 0 Answer by Anders Pedersen for What off-the-shelf licensing system will meet my needs? Anders Pedersen 2009-05-21T23:12:01Z 2009-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#709615 0 Answer by Anders Pedersen for Best Shareware lock for Delphi Win32 Anders Pedersen 2009-04-02T13:03:45Z 2009-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#649683 1 Answer by Anders Pedersen for D2007 ClientDataset Anders Pedersen 2009-03-16T08:55:19Z 2009-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#527363 0 Answer by Anders Pedersen for IDE for PHP? Anders Pedersen 2009-02-09T07:44:01Z 2009-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#415993 5 Answer by Anders Pedersen for Where are all the Delphi Developers? Anders Pedersen 2009-01-06T10:05:26Z 2009-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#200206 0 Answer by Anders Pedersen for Coding magazines Anders Pedersen 2008-10-14T06:53:27Z 2008-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#890118 Comment by Anders Pedersen on What off-the-shelf licensing system will meet my needs? Anders Pedersen 2009-06-11T07:08:59Z 2009-06-11T07:08:59Z After 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-needs Comment by Anders Pedersen on What off-the-shelf licensing system will meet my needs? Anders Pedersen 2009-05-20T19:58:50Z 2009-05-20T19:58:50Z Tanks alot Will :-)