Ideal Science
sitemap

Archive for the 'Developer Journal' Category

Visual Build Professional.

Thursday, November 29th, 2007

I’ve been searching for a really easy way to automate putting together builds of Ideal BB.NET.  Putting together a build usually takes about a day to do and has a lot of small steps.  For example:

    1. Do a clean release build in visual studio
    2. Copy the files to a new directory
    3. Clean out the web.config files
    4. Remove read-only on the files
    5. Remove custom avatars and uploaded files
    6. Run codeveil on the DLL’s to obfuscate them
    7. Create directories for each of the builds CORP, LITE, etc..
    8. Run SQL DIFF on the new database and create upgrade scripts
    9. Zip up each release folder
    10. Copy the files up to the web server.

Using Visual Build Professional, I’ve automated almost all of this so that I can press a button, relax with a cup of coffee and watch everything automatically put together.   Its really easy to use and works very well.  Visual Build Professional.

Ideal BB.NET 3.1.7 progress report.

Thursday, October 25th, 2007

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.

Subscription issues in Ideal BB.NET 3.1.6.

Friday, September 7th, 2007

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.

Coding Asp.net apps on a Macintosh.

Friday, April 6th, 2007

I’ve been a developer for more than 15 years now and I’ve always used a Windows box to write software.  I started out at Compaq Computer Corp writing device drivers in C in the mid 90’s on Windows NT, then Win32/MFC apps in Windows 2000 and finally .NET applications in Windows XP.  Today, I’m writing .NET apps on a Mac.

Well, I’m not being totally honest, it is true that I’m using a MacPro running OSX to write software, but I’m still running Windows XP through Parallels, the virtualization software for OSX.  You might wonder why I’d prefer this setup to just running Windows XP natively, and I’ve got a few answers that will shed some light on the subject.

First, easy backups.  My parallels hard drive is a single file approximately 60gb in size.  When I’m ready to back it up, I just copy that one file to either tape, or in my case, a network backup drive which gets backed up to tape.  This makes backing up so simple.

Second, unlimited system restores without worrying about whether or not the software will correctly restore me.  If I’m about to install new software and I’m unsure about compatibility or if I just want to test something out, I can make a duplicate copy of my Parallels hard drive and then boot it up, try it out and if I don’t like it, just delete it.  No need to use system restore software to bring my machine back to some previous configuration.

Third, I can easily move the file between computers.  Lets say I want to bring my development environment on the road with me.  I can just copy the Parallels hard drive file to my laptop and boom, I’ve got everything i need.  When I’m done using it on the road, I copy it back to my MacPro and I’ve got everything exactly the way I left it after I was done using it on my trip.

There are a lot of other reasons why I prefer this configuration.  For example, there are Macintosh applications that in my opinion work better than their Windows counter parts.  Now I get the best of both worlds.  I also find OSX much more stable than Windows.  I get uptimes of several weeks rather than several days.  I also find that I need to reboot Windows pretty often (with security updates and the sort) so its nice to be productive while Windows is rebooting.  I can surf the web and do other Mac tasks while Windows is doing its thing.  Lastly, Parallels has an option called Coherence which lets you run your Windows programs right along side your Mac programs instead of using a Window.  This is pretty neat and makes me very productive.

I’ve been working in this way for about two months now and I’m very pleased.  My Windows apps run very quickly on a MacPro with two Dual Core 3.0Ghz processors and 4gb of Ram.  While this is an expensive setup, I’d recommend to most Windows developers.

 

  © 1999-2008 Ideal Science, Inc.