Site Archives for July 2004


Anders on MSDNTV

Posted on July 29th

[…]

New Coding 4 Fun Article up...

Posted on July 28th

Add a Quick Poll to Your Web Site […]

With things like AOL and other proxies... how useful is IP Address in figuring out duplicate votes/comments/etc... ?

Posted on July 27th

I'm playing around with my voting control and I was thinking of (in addition to a cookie based check) querying to see how recently this IP address had tried voting and if it was within 'x' seconds, rejecting the vote... […]

Trying out something 'bad'...

Posted on July 27th

So, if you missed it... I was just playing with displaying a poll in the blog... don't worry, I won't make a habit of this :)... I did it using the spawn of evil an iframe... I've removed it now, the experiment is done... but it exposed an interesting problem. When viewed through the IFRAME IE's def […]

I'm thinking of adding login/registration to my personal site...

Posted on July 26th

Not sure what scenarios this will be used to enable in the long run, but I might play around with some web services (with authentication) and a few 'prototypes' for articles and MSDN features that I've been musing about... […]

Solutions at a Glance... great for all .NET developers interested in security...

Posted on July 26th

I was just talking with J.D. Meier (from PAG) about the Improving Application Security book and he pointed out a great page to me... the "Solutions At A Glance" list... this page lists a ton of very frequently asked questions around .NET security and provides links deep into all that great PAG secur […]

ReSharper 1.0 Released...

Posted on July 23rd

From their site... […]

Thanks Bill... Vaughn that is, not that other guy...

Posted on July 22nd

I noticed yesterday that my poll wasn't showing the question on the top of the list of choices, or the list of results. Viewing the source made it pretty obvious the <asp:label> was rendering, but that it was empty. Checking my code everything seemed fine, but when I retrieved the poll details […]

Don't ask me why, but I've become the official forum for Spiderman 2

Posted on July 21st

I blame google.

Previewing my "Quick Vote" article...

Posted on July 21st

I've put the draft of my next Coding 4 Fun column ('Duncan Mackenzie describes his process to build a "Quick Poll" using Visual Basic and ASP.NET.') up onto my personal site, click here to check it out.

Books, Books, Books...

Posted on July 20th

I've been thinking about books and the MSDN developer centers for some time... I've been wondering what we should do in terms of highlighting books on the MSDN site. […]

We have a bit of a cluster in my poll results...

Posted on July 20th

I'm running a poll on http://www.duncanmackenzie.net to see what topics I should write about next in my Coding 4 Fun column... There are 7 choices in total, but 3 are getting the lion's […]

Stuck on a problem opening vbproj or csproj files...

Posted on July 19th

On my home dev box I couldn't seem to open any of my projects (VB or C#), and whenever I tried I got this useful error; […]

Getting the right Printer Margin Bounds when working in Windows Forms...

Posted on July 19th

a Code Project link, via Darth Pedro's blog... […]

Robert gives up an update on the VB.NET Power Pack

Posted on July 15th

[…]

Partial types in Visual Basic .NET

Posted on July 15th

Partial types have come up a few times lately, and I wasn't sure they had been explained/defined before... so, I stole some prose from another document on this topic, cut and pasted some VB code from VS 2005 and here you go […]

Cool Quote from the "My" chat going on right now...

Posted on July 15th

[…]

Default Values, Triggers, and Code supplied values ... oh my!

Posted on July 14th

In an earlier post, I mentioned that I use a trigger to update a "DateCreated" field in one of my tables... and various people commented on this... asking "why not pass in a value in your Insert?" or "why not use a default value?" Since I feel that replying to comments in the comments section is […]

"Express Paint" article up...

Posted on July 13th

This article, by John Kennedy, discusses the creation of an image editing application completely built with C# Express Edition. […]

New Poll is up and a silly mistake...

Posted on July 10th

One of the big reasons I redesigned the poll component, was so that I could track votes over time... I did this by adding a 'dateVoted' column to my vote table, and then using an “On Insert” trigger to set that column to the current date/time.... peachy keen, except when I exported the tables and st […]

Andrew Troelsen's Refactoring Article is up...

Posted on July 10th

Refactoring C# Code Using Visual Studio 2005 […]

Get a listing of all the upcoming VB Chats

Posted on July 8th

Chats on Visual Basic 2005 […]

Generics in VB 2005 Article now live on MSDN...

Posted on July 8th

Defining and Using Generics in Visual Basic 2005 […]

Going on now... chat with the VB and ASP teams about building Web Forms with VB.NET 2003

Posted on July 6th

Web Forms Development with Visual Basic .NET 2003 […]

Webcast today on the new features of VB 2005...

Posted on July 2nd

In case you didn't notice this on the /vbasic home page... […]

Cool new MSDN TV (on creating a RSS reader that runs as a tool window in VS)

Posted on July 2nd

Building Tools Using the Visual Studio Automation Model […]

Luke Hoban blogs on...

Posted on July 1st

Luke, a PM on the C# IDE team has started a blog... should be a good source of info, especially around the new Express Edition. Intro + C# Express […]