27 September, 2005

St. Louis .NET User Group - Sept.

Last night was the St. Louis .NET User Group meeting. There where 50+ people in attendance. Brian Noyes gave an interesting presentation on 'Smart Client Deployment and Update with ClickOnce'. ClickOnce is a method of simplifying the process of deploying and updating a Smart Client or Windows Application. There is a wizard to help guide you through the process of deploying your custom app with ClickOnce. Once the application is built you have several options to deploy most of which involve sending the location of the update to the client. There are a few more options but Brian did not cover them because 80% of time people are deploying through the web or email.

Brain is an INETA speaker, Microsoft MVP and writer. If you get a chance to hear Brain speak take it.

21 September, 2005

Writely

Writely is a web based word processor. The program is currently in beta and being offered for free. Once the program moves out of beta there will be serveral pricing tiers. Writely has the power deal with Word documents. The process converts the Word document to HTML for editing and display. One of the interesting features is the collaboration tools. The document author has the power to add editors to the document.

Firefox 1.0.7

Firefox 1.0.7 has been released.

Changes include:
  • Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens
  • Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only)
  • Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement
  • Fix to restore InstallTrigger.getVersion() for Extension authors

Building A Refactoring Plug-In For VS.NET

I found an interesting article over on The Code Project website that talks about 'Building a Refactoring Plug-in for VS.NET' Stephan has done great job putting the article together. The plug-in framework that was put together is simple and straight forward. It looks like I am going to be spending some time with the code.

Changes Between .NET Framework Versions

Over at Got Dot Net there is a posting that describes changes between the different version of the .NET Framework. There are a lot of details here that .NET developer should check before they make the jump to Version 2.

Web Based Chat Program

Meebo.com is a web based chat program that can connect to AIM, ICQ, Yahoo! Messenger, Jabber, GTalk or MSN. The tool is in alpha developement so it is not a full featured as one would like but it is still cool.

Challenging myself to learn something new

I have recently set a big challenge for myself. I want to know about Machine Learning . To add to the challenge, I am trying out usin...