Thursday, December 02, 2004

My co-worker picked up the new Treo 650 yesterday.  Wow.  I think I would much prefer a Windows Mobile smartphone, but this is one cool toy.  I took a picture of my office with its built-in camera and mailed it to myself.

The Treo 650 supports Exchange ActiveSync, which we plan to set up soon.  You can read more about this feature here and here.

Thursday, December 02, 2004 11:09:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Wednesday, December 01, 2004

ComponentArt has released the WebUI 2.1 Beta, which includes enhancements to all their controls and three new ASP.NET controls: TabStrip, MultiPage and SiteMap.  Check out the announcement here.

Wednesday, December 01, 2004 9:13:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Tuesday, November 16, 2004
I've decided to try Firefox as my default browser for a while.  I like the idea of tabbed browsing since it keeps my task bar uncluttered, but I'm so used to Alt-Tab to switch between windows that I might get frustrated with it (you can use Ctrl-Tab to cycle through tabs, by the way).  I believe Firefox users will enjoy a period of rest from spyware until the scum who develop the stuff decide to focus their energy on exploiting other browsers like Firefox and Opera.  However, that may depend on how successful Firefox is in gaining a significant share of the browser market.

One of the first things I noticed was that the menus on my Web sites didn't work quite the same in Firefox.  Instead of the mouse pointer turning into a hand when placed over the menu, it would look like the I-beam used to select text.  Apparently, in CSS you must use the following, and the order does matter.

.someCssClass { cursor: pointer; cursor: hand; }

Firefox recognizes "pointer" where IE uses "hand."  If you reverse the order, then IE won't work correctly.
Tuesday, November 16, 2004 8:42:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Friday, November 12, 2004

John Dyer announced last night FreeTextBox 3.0 RC.  Although the traditional functionality of the WYSIWYG editor will continue to be free, apparently there are some new features that will require a license.  Pricing details haven't been announced yet. 

I don't disagree with John's position on this.  I think he deserves to be well compensated for all the hard work he has put into this control.  I donated to version 2.0 a while back to show my appreciation for his contributions to the .NET community.  Not to lay a guilt trip on you, but if you use his control, I believe you should donate, too.

Friday, November 12, 2004 10:39:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 

EggHeadCafe is offering free icons from Lokas Software

Here's a sample:

Thanks go to Jon Galloway for the tip.

Friday, November 12, 2004 10:25:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Monday, November 08, 2004

Looks like today is the day for posting product update news.  Matt Hawley has released Unleash It 2.3, with an impressive set of new features.  The coolest new feature by far is the support for managed plugins, which can be used to perform custom actions before, during and after your project deployment.  One of the included plugins gives you the ability to retrieve project files from a SourceGear Vault project before deployment. 

Quality merchandise at a reasonable price.

Monday, November 08, 2004 12:58:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 

Can't wait to get me grubby paws on the latest FreeTextBox WYSIWYG editor :)  I've been waiting for the image gallery feature for a LONG time.  Version 3.0 release candidate is due out this week!

Monday, November 08, 2004 12:50:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
I mentioned in a previous blog (especially in the comments) how impressed I was with ComponentArt's application framework.  I could see how much easier it would be for them to develop new products using this framework.  With ideas floating around in their product forums, I concluded that a ComponentArt subscription would be a strategic investment for my company.  Now that they have announced three new products and slew of awesome enhancements to existing products, I'm convinced I made the right decision.  I continue to be amazed with their products and their support.  I highly recommend you take a look at their demos and check them out for yourself.
Monday, November 08, 2004 9:19:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Friday, October 08, 2004

It occurred to me on the way to work this morning that it had been at least a year since I started this Web site.  I had to look up the anniversary date.  Isn't that just like a man? ;) 

On September 16, 2003 I registered ChristianASP.NET and on September 24, 2003 I ordered this dedicated server for the purpose of providing Christian-based Web hosting and resources to the .NET developer community.  I haven't met every goal for this Web site yet.  However, I am still as excited, if not more so, than one year ago about the possibilities and future for this site. 

I would like to sincerely thank all of my "customers" who host their Web sites with me, as well as my handful of frequent visitors, for their encouragement and support.

I would like to start writing articles or perhaps start an open source project, as time permits.  If you have any ideas or suggestions on what I could focus on next to make this site a better resource, please let me know!

God bless,
David

Friday, October 08, 2004 6:28:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Friday, September 10, 2004

Formerly named "WebDeploy," Matt Hawley's Unleash It is a free VS.NET 2003 add-in and stand-alone utility that makes deploying ASP.NET projects a breeze.  You can choose to deploy files to a folder, use FTP, or create a Zip file.  I've only used the Zip file option so far, so I can't comment on the FTP or folder deployment.  Unleash It uses file masks and excluded folder masks, giving you great control over what files get deployed.  The latest version allows you to create multiple "profiles," giving you the ability to deploy a project to multiple locations at once.  Unleash It also supports pre-deployment and post-deployment commands, letting you run a script, batch file or executable prior to and after deployment.

The UI is very clean and professional.  However, it took me a while to figure out how to configure a profile using the stand-alone interface.  You must go to Files -> Profiles -> Profile Configuration..., and then choose the profile to edit.  In VS.NET 2003, you only have to go to Tools -> Unleash It -> Configure Unleash It.

Once your deployment profile is set, using the add-in could not be any easier.  From within VS.NET, you simply right-click on your Web project and choose Deploy Project.  You have the option to change the destination (directory, FTP, Zip) and the file masks to use.  Next, click Deploy and you're done.

There's some room to improve, but I give it 4.5 stars.  Definitely a keeper.

Friday, September 10, 2004 7:08:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [2]  | 
 Thursday, September 09, 2004

I have been using ComponentArt's TreeView tree control for about a month, and it blows away every tree control I have used in the past.  Not only is it visually stunning, but the object model is a joy to work with.  It is very easy to customize and control. 

  • Cross-browser support -- not just down-level rendering, but true pixel-perfect rendering in all major browsers!
  • Load on demand
  • Extremely powerful and detailed CSS support
  • Client- and server-side events
  • Just... plain... slick

I use the control in a skinnable, template-based portal framework where all Server and User controls are loaded dynamically.  Other controls I have used require work-arounds to get images and resources to map correctly.  ComponentArt's TreeView has worked flawlessly.

Documentation is outstanding, and they provide a suite of examples that cover just about everything you can do with the control.  Whenever I had questions, ComponentArt's support forum either had the answer or was very quick to respond to my posts.

ComponentArt's TreeView definitely gets 5 out of 5 stars.  Check out the online demos and be amazed.

I've also been using ComponentArt's Menu control, which is every bit as awesome.  I plan to post a review for it, as well.

Thursday, September 09, 2004 11:05:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [9]  |