Welcome to VBWebDev.Net!

This is my home on the web for development related things.  I develop mostly on the Microsoft platforms, including Microsoft Access, SQL Server 2005, and Visual Studio.Net (inc. Windows Forms and ASP.Net 2.0).  I have extensive experience with Classic ASP and Visual Basic 6.0 as well. 

This site is a place for me to share what I learn as a developer.  Rather than be in a blog format like everyone else, I organize my material by subject.  I may put up a full length article, or just a short how-to, or bullet list of things I have found of interest.  You can find all this content in the menu to the left in the articles section.  Also, take a look at the topic pages to find other fun things.

If you are interested in contacting me for software development or database work please go here: San Diego Data Pro.

What's New at VBWebDev.net

04/23/2008
Access Developer Extensions and Runtime

The Access 2007 run time is available if you need it. It's in the Developer Extensions, which also includes a Package wizard which is supposed to make .msi installers for your Access project. The extensions also have a source code component that allows you to check in Access objects into Source Safe or something. There was a similar control in Access 2003 that worked so-so.
Access Developer Extensions and Runtime

04/23/2008
Continuous forms for .Net Winforms!

One of the huge deficiencies in the Winforms area was the ability to design something that works like the continuous forms in Access. FINALLY they have addressed this! In the new VB.Net powerpack, there's a control that gives you a continuous forms capability for your Windows forms apps.
PowerPack

There's a video link in the upper right corner of the page that introduces it. Here is a short video on how to use it: Video

03/11/2008
Adventures in Access 2007

I am finally doing an Access project, from scratch in Access 2007. Since there is so much new, I thought I would make an ongoing article here to document new features, quirks, bugs, and stupid things as I find out about them. My goal is to update the article as I go, so you might want to re-read it once in awhile.

02/23/2008
Silverlight 2.0 Announcement

If you haven't already seen this, here is a link to Scott Guthrie's blog entry announcing Silverlight 2.0. What, 2.0 already? Basically they renamed the 1.1 version to 2.0 since there is so much new functionality. The part that excites me the most is they are including user input controls (textbox, checkbox etc.)! This was a huge missing piece in 1.0, and their inclusion means we can develop real interactive user interfaces in a Silverlight environment. More to come on this. Oh and, the beta release will be a 'go live' release which means you can build and deploy production apps with it.

10/11/2007
A Chance to Influence the Direction of Access

Microsoft is officially asking for feedback on Access! This posting was recently put up on the Access Team Blog at Microsoft:

A great opportunity has just come up for you folks to get some feedback into the Access dev process. Dany Hoter, one of our product planners who is studying the Access business, is interested in talking to Access developers to understand better the kind of solutions they create. He would also love to discuss your thoughts on the competitive landscape of data tracking and application building, especially any insights you may have on the world of web applications and services. If you are interested in participating, please feel free to send mail: Dany.Hoter@microsoft.com

This is a great opportunity. And it's kind of like voting; you can't complain if you don't participate.
The original blog post is here.

09/13/2007
Fractals in Silverlight

Now that Silverlight is released to production, you can do some really serious applications :) Well I decided to do a decidedly non-serious app that calculates and displays a fractal image. All in good fun, but I did learn a few things about Silverlight along the way. See the article and demo here.

08/18/2007
It's All About Silverlight!

I can't resist getting on the Silverlight bandwagon. It's still a new, unproven technology, but its fun and relatively easy to work with. And even non graphics developers can turn out some snazzy eye-candy. But in my first article, I'm not focusing on eye-candy, but rather practical matters of displaying dynamic data from a SQL Server database in Silverlight 1.0RC. Check it Out!

07/02/2007
RSS Feed with SQL Server 2005

Why write a bunch of procedural code, or worse, XSLT to create an RSS feed for your web site? Use the power of SQL Server 2005 to create RSS XML directly from your article data. New article here.

05/13/2007
New Access Articles

There are three new Access articles to start off that section, a couple on linking SQL Server tables in Access, and on code error handling. Check them out!