|
Nov 16th
2007
|
by Josh Kerr
|
I probably wrote over 1000 lines of code over the past few weeks preparing for the release of Ideal BB.NET 3.1.7. This build is mostly a bug fix build, but it also adds a new licensing system which will not only make it easier for us to license the product, but make it a lot easier for you to install and upgrade the product.
With the 3.1.7 release will be a new version of the Ideal Science web site which will allow you to manage your serial numbers and maintainence contracts.
Lastly, the 3.1.7 release is going to be ready for some big new featues that we’ve got planned. Which features get implemented first depends on the answers we get from the recently published questionaire. I’m hoping the reply by email wins, because that is a feature that I’m excited about creating. I’ve got some great ideas for it.
Posted in ASP.NET, Coding, Ideal BB.NET | No Comments »
Ideal Science welcomes you to our new feature survey for Ideal BB.Net. Please take a minute to complete all 10 questions as your opinion matters to us. We utilize your feedback to improve our products and services. Click here to take this survey. We will choose one person by random drawing to win an 8GB IPOD Nano. Because of the small number of people given this survey, your chances are very high to be the IPOD winner!
Posted in Ideal BB.NET, Ideal Science | No Comments »
|
Oct 25th
2007
|
by Josh Kerr
|
I’m almost done with Ideal BB.NET 3.1.7. There are a few outstanding bugs that I’ve fixed, but I’m still needing some more time for testing. This new build is more of a bug fix build rather than a feature build. It removes a lot of the legacy 1.1 stuff and adds more efficient ASP.NET 2.0 code.
I do have a lot of neat features planned for the 3.1.8 build. Among them is a rating system for rating posts and users which will also incorporate a mechanism to search based on those ratings.
Lastly is a better profile system for users that includes buddy lists and some nice AJAX mouse hovers to view profiles of members without needing to open a new page.
I’m hoping to have 3.1.7 wrapped up in the next two weeks.
Posted in ASP.NET, Coding, Developer Journal, Ideal BB.NET | No Comments »
|
Sep 21st
2007
|
by Josh Kerr
|
Ideal BB.NET uses Xheo Software’s Licensing 3.x product to secure the DLL’s and allow us to limit the feature set on each copy of the software. This has worked out fairly well for us but it does have some annoying issues which cause our customers to complain. For example, when you purchase our software, you have to wait for us to build and send you new license files. These files must be placed in the /bin folder for both Ideal BB and Ideal Admin. Thats a lot of work for one piece of software.
Now Xheo has a new product called DeployLX which would allow us to change the way we license our products. Instead of using a separate license file for each customer, we can now deploy with a serial number. So when you purchase one of our products you’ll get a serial number which will unlock it and allow you to get the full feature set. When you need more features (like more boards) we’ll send you a new serial number.
This serial number can be stored in the web.config, registry or a file on your HD. For now we’ll probably just use the web.config since it allow portability between a dev box and a production box.
We are experiencing several problems with this system as it caused quite a hit on our performance. Xheo’s technical support says that their products shouldn’t cause that kind of a hit, but I’m not so sure. We’re trying to work with them to get these issues resolved, but they’ve been less than helpful. Hopefully we’ll be able to resolve it soon so we can get 3.1.7 out the door. I’ll keep you updated.
Posted in ASP.NET, Announcements, Coding, Ideal BB.NET, Rant | No Comments »
|
Sep 7th
2007
|
by Josh Kerr
|
One customer reported that they were having some issues with the subscription feature on Ideal BB.NET version 3.1.6. Specifically they said that if they had multiple people subscribed to a single topic and a new reply was added to that topic, multiple emails would be sent out to those subscribed users.
Are any of you experiencing this issue?
I’ve been doing a lot of thinking about subscriptions lately and I think there needs to be a daily digest option where all emails can be sent out in a digest format. A feature like this would require a SQL job or some kind of Windows service to periodically send out those kinds of emails. Is this a feature that you folks would be interested in?
[UPDATE]
We did in fact have a bug in subscriptions which I just fixed for the next release. If you are having this problem and need a quick fix, send me an email and I’ll shoot you over the fix.
Posted in ASP.NET, Coding, Developer Journal, Ideal BB.NET, Issues | No Comments »