Monday, November 21, 2005
New version 1.0.7 of the MySQL ADO.NET provider Connector/Net has been released.  From the press release:

MySQL Connector/Net 1.0.7, a new version of the fully-managed, ADO.Net provider for the MySQL database system has been released. This release is the latest production release of the 1.0 series and is suitable for use with any MySQL version including MySQL 4.1 or 5.0.
Continue...

The new version includes binaries for .NET 2.0, but they are simply compiles of the existing source code and do not take advantage of any new ADO.NET 2.0 features.

Download Connector/Net
Monday, November 21, 2005 1:05:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 

I've mentioned before about forwarding e-mail to Google GMail.  Here's a summary of the benefits and features.

  • Backup of all e-mail
  • Online, accessible from any computer with an Internet connection
  • Simple, easy-to-use interface
  • Searching for old e-mail is a snap
  • Spam filtering
  • POP3 access, so you can use any e-mail client (Outlook, Thunderbird, Eudora, etc.)
  • You can customize the Reply-To address so that other people never have to know you're using GMail.  Replies will still be sent to your regular address instead of GMail.
  • Over 2,600 MB of storage (as of today) and growing

I know there are many of my customers who could benefit from using GMail just for the spam filtering alone.  I used to provide spam filtering with my hosting, but it became too much of a hassle.  It only takes about 5 seconds for me to modify an account to start forwarding all e-mail to another address.

If you're one of the few people on the planet who doesn't already have a GMail account, let me know and I'll send you an invitation.

Monday, November 21, 2005 12:18:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Friday, November 18, 2005

One of the guys here at work was asking for a utility that would quickly show the size of each folder on his disk.  Josh did a search and came up with Folder Size for Windows.  This utility integrates with Windows Explorer and gives you more options (columns) when viewing the file system in Details view.  New columns that you can add to your display include:

  • Folder Size
  • Folder Size Sort (same as Folder Size but formatted to sort properly)
  • File Count
  • Folder Count
  • Sibling Count

Sizes are cached and updated automatically as things change on your system.  Plenty of other features to enhance performance.

Friday, November 18, 2005 8:56:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  | 
 Monday, November 14, 2005
Seth Godin (the bald marketing guru that writes about purple cows) has posted his take on Google Analytics, which is supposed to be a free web site tracking/analysis tool hosted by Google.  The site is currently undergoing some kind of "maintenance" so I haven't been able to check it out for myself yet.  More info here.  Very interesting... 
Monday, November 14, 2005 12:14:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Saturday, November 12, 2005
Perhaps a bit overdue, but I've added an About page to the site.  I've even included a few pictures.  Uh... enjoy... I guess.
Saturday, November 12, 2005 11:39:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [2]  | 

Part 2 in the MySQL series is now up.  This article is an introduction to MySQL stored procedures including the benefits of using stored procedures, creating stored procedures using MySQL Query Analyzer, and executing stored procedures from ASP.NET. 

Comments certainly welcome and appreciated!

Saturday, November 12, 2005 2:25:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Thursday, November 10, 2005

I forgot to mention in my previous post an important aspect of the Web Part Framework.  There is the concept of Web Part Zone controls that allow you to set up containers for Web Part controls or other specialized management features.  Specifically, there is a WebPartZone container class used for Web Part controls, an EditorZone used to change properties on selected Web Part control instances, a CatalogZone used to add new Web Parts to a page, and a ConnectionsZone that can be used to manage connections between Web Parts.

There are five Web Part display modes: Browse, Design, Catalog, Editor, and Connections.  Under Design mode, for example, users can drag and drop (IE) web parts around on the page.  Under Catalog display mode, the CatalogZone container is visible and users can choose from a list of available Web Part controls to add to one of the available WebPartZone containers on the page.

Web Parts Control Set Overview on MSDN

Thursday, November 10, 2005 5:37:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 

One of the best new features in ASP.NET 2.0 I have seen this week is the new Web Part Framework.  I assumed this was only for building SharePoint components.  Not at all.  This is a very rich tool set of components and controls that allow you to easily build a web portal application.  For example, you can allow users to:

  • Edit the layout of your page by dragging and dropping Web Parts around on the page
  • Add Web Part controls to a page (and restrict which controls are available to add)
  • Collapse/Minimize Web Parts
  • Remove/Hide Web Parts
  • All changes are automatically stored away in the Personalization framework so that they are remembered each time the user returns to your site

Adding the Web Part Framework to your site appears to be extremely easy.  There are some base classes you can implement for maximum functionality, but you don't have to.  You can take your existing User Controls and drop them on the page inside Web Part containers and the framework will automatically provide a wrapper around your controls.

Another great feature is that Web Parts can communicate with each other.  It is possible to allow a user to dynamically add a Web Part to a page and it automatically detect and consume data exposed by one or more other Web Parts on the page.

One thing to note: Not only is SharePoint not required, but Web Parts created in ASP.NET 2.0 are currently not compatible with the current version of SharePoint.  The next version of SharePoint will be based on the Web Part framework in ASP.NET 2.0, and there may be a service pack in the meantime to allow 2.0 Web Parts to be used.

Thursday, November 10, 2005 3:39:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, November 09, 2005

One of the cool new features in VS 2005 I’ve seen a couple of presenters use is Code Snippets.  Basically, it is a customizable code generation tool that allows you to type some quick short hand or alias, and VS 2005 will automatically expand it into a block of code.  For example, if you type “foreach” and press TAB a couple of times, you’ll get a new foreach block with customizable types and variable names.  You just have to see it for yourself.

There are a number of built-in Code Snippets (just do a help search in VS 2005), but you can also create your own.  As a matter of fact, someone has already started an online library of code snippets at GotCodeSnippets.net.  Also, there is a Code Snippet editor named Snippy (of course) that will help you build your own Code Snippets and add them to VS 2005.

Wednesday, November 09, 2005 5:13:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 

I finally got connected to the wireless access point provided at the ASP.NET DevConnections conference.  My hotel offers Internet access in the business center -- 30 minutes for $15!!!

(Note to self: If a hotel claims "high speed Internet," don't assume it's free, available in the room, or even available for purchase by the day at anything remotely resembling a reasonable price.)

This conference is awesome.  I don't know of any better way to put it.  The sessions have been outstanding with great speakers and quality coverage of the new .NET 2.0 and SQL Server 2005 features.  Very practical stuff.  I can't wait to start using ASP.NET 2.0 full-time.

More to come... (if I can get another wireless connection later...)

Wednesday, November 09, 2005 2:15:00 PM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [0]  | 
 Thursday, November 03, 2005

My first tutorial for ChristianASP.NET, "Using MySQL 5.0 with ASP.NET - Part 1" is now available.  My goal is introduce the latest MySQL open-source database, and how it's new features make it a powerful alternative to commercial databases.  Also, there are plenty of examples on the Web for using MySQL with PHP and the like, but not very many examples of using MySQL with ASP.NET.

Thursday, November 03, 2005 9:10:00 AM (Central Standard Time, UTC-06:00)  #    Disclaimer  |  Comments [1]  |