SecretGeek has some fun with something that always drives me nuts when watching shows like CSI…
Boston Area Jobs from Chris Pels website
Chris Pels has a Jobs category on his blog. Chris runs the Boston.NET user group, so he has a lot of good Boston area jobs listed. I am going to add this feed to the VTdotNET website as well.
What makes a good conference session and what makes a bad training session?
Great post by Rick Strahl on what makes a good conference session.
And another one by Avonelle Lovhaug and what makes a bad (even if it’s free) training session.
Visual FoxPro .NEXT (“Europa”) beta is online
Once upon a time I was a FoxPro developer and I still have many roots in that community, so I’m happy to post this great news for my FoxPro friends.
The “Europa” beta (VFP 9.0) is now online for download.
Many VS.NET users don’t realize how much we owe many of the data tools that we have to the experience of FoxPro.
Knowing what you want and GETTING it too!
Kate Gregory has two fantastic posts about knowing what you want and getting it. Kate has a lot of incredibly valuable experience not only as a programmer, but as a consultant and a business person. I have been fortunate enough to have Kate be somewhat of a mentor to me and have learned some of these gems from her in the past. At the Women In I.T. luncheon at TechEd, many more people were able to benefit from Kate’s insights as well as those of the other incredible panelists.
Kate is now sharing some of these thoughts in her weblog.
A better way to store user preferences in .NET apps?
It is definitely a conundrum. Do you use the registry? (easy as pie to code to, with lots of potential security and other issues) Do you leverage Isolated Storage? (a very secure way to write and read local files in managed code, but designed for files – which means a lot of coding to get info in and out.)
I started out with the easy way I was already familiar with – the registry. Then when I got bit with my first registry permission problem, I learned how to use Isolated Storage and had to code up all of the file stream, read line, write line business which is a PIA (though I suppose I could create an xml file, store it in isolated storage, open it up in a datarow and grab what I need). So I was happy to see what looks like an awesome article in this month’s MSDN Mag (as of this writing – most of the articles are not online yet) called “User Preferences: Manage User Settings in Your .NET App with a Custom Preferences API” by Ray Djajadinata. I have read enough of the article so far to recognize all of the same walls I have encountered with this, so I look forward to digging further in to read about how Ray has solved this problem.
Tablet PC Developer Tour to arrive in Boston on Wednesday
This is a half day free seminar from the Microsoft Tablet Team and the Leszynski Group that is targetted to developers. It hits Boston this Wednesday, June 9th.
The sessions focus on core features of the Tablet SDK and will be code and API intensive.
Date: Wednesday, June 9 2004, Start Time: 1:45 PM, End Time: 5:00 PM
Tremont Hotel 275 Tremont Street, Boston, Massachusetts 02116, Room: Empire Room
Here is the description of the event
The Microsoft Tablet PC Developer Tour
The Tablet PC is a next-generation PC—the evolution of the notebook PC. Tablet PCs run the Microsoft® Windows® XP Tablet PC Edition operating system, which incorporates the convenient and intuitive aspects of pen and paper into the PC experience. The Tablet PC provides all the performance and features of today’s notebook PCs in an ultra-light form factor, and has the ability to run full versions of standard Windows applications. Providing advanced handwriting recognition and a natural interface for entering data using a digital pen in addition to your keyboard, the Tablet PC opens exciting new opportunities for mobile computing.
This free course provides an overview of Windows XP Tablet PC Edition features for developers, architects, systems integrators, and solution providers. Plan to spend a few hours with us and we’ll teach you what you need to know to get started. The sessions will cover:
- Tablet PC Platform Overview
- The Tablet APIs, Object Model, and available components and controls
- Complete coverage of the new features available with Windows XP Tablet PC 2004 Edition
- Code samples and demonstrations across all the main features
- Discussions around designing and deploying Tablet PC Applications
- Q & A time for more in-depth questions
- Each session will be delivered by Microsoft Tablet Employees or a Recognized Tablet PC Expert from the Leszynski Group. This is an opportunity you don’t want to miss. Register soon, as space is limited.
Who Should Attend?
All developers interested in a detailed overview of the Tablet PC Platform should plan on attending. These sessions focus on core features of the Tablet SDK and will be code and API intensive.
You can still register for this event from the www.tabletpctraining.com/microsoft site.
I had planned to go but since it is a 4 hour drive each way, and I just attended similar sessions at TechEd, I think I am going to skip it and work on my demos for my own tablet PC SDK talk at DevTeach in a few weeks.
VB Refactoring Menu: Don’t click that link!!
Back in November, Leon Bambrick posted his now famous VB Refactoring Menu on his little Brinkster hosted weblog. The links to this post were so many that Brinkster shut him down. As soon as the site came back up, I copied and pasted the image to my own blog (with all credit to Leon of course). He finally moved to his own domain a month or so ago.
Don Box just discovered the menu on the Brinkster site and pointed to it. Then Chris Sells saw Don’s post and did it again.
Eeek! This for SURE will do Leon’s site in again. If you haven’t seen it, do him a favor and follow this link instead. And definitely subscribe to this guy’s blog!
Erasing Ink and Undo
The proper method of erasing ink with the Tablet PC SDK is to set the pen to delete or Eraser mode. There are two methods of erasing: stroke, which deletes whatever stroke you touch on (ink collection is a collection of strokes) or point by point. The point by point method works like an eraser. As you move the mouse around it affect the touched strokes by breaking them apart. So if you have a stroke that goes from point a to point b and erase in the middle, the original stroke is modified to end where the eraser started and a new stroke is created that begins at the end of the erasure and ends where the original stroke ended.
Since I have an UNDO method in my BLInk application, this is important to me. My method of undoing is to go to the top of the stack of strokes and remove them one at a time. Those get stored and can be used to “redo” as well. However, this method of erasing totally mucks up my stroke collection and without a lot more work, I can’t “undo” erasures.
The other way I can go about this is by sleight of hand. Rather than breaking up the strokes, my “eraser” can be an additional stroke that is the same color as the background. That way, I can undo and redo to my hearts content. The only consideration is the affect that this method will have on my resources and the size of my image when all is done.
There is probably a better way – or just the harder way of creating an additional store to capture all strokes and all erasures. ANd then undo and redo from that stack instead. I think I’m going to have to do a little more research on this one.
Why a Soccer Mom Needs a Tablet PC
I love this article.
http://www.microsoft.com/WindowsXP/expertzone/columns/oneal/03december08.asp