Duncan Mackenzie has too much time on his hands
Browse by Tags
All Tags »
Personal Musings (RSS)
-
For various reasons, the biggest being my desire to play around with .Text, I've moved my blog to my own server at http://blogs.duncanmackenzie.net/duncanma following the 3 leaf model when they moved, I thought I should post this notice a couple of times.. Read More...
|
-
For various reasons, the biggest being my desire to play around with .Text, I've moved my blog to my own server at http://blogs.duncanmackenzie.net The first post over there shows the app that I wrote last night and then used to copy all of my posts and Read More...
|
-
I've set up my own little .Text installation and I'm considering copying (not removing the existing versions) posts to my installation so that I still have a visible archive... has anyone done this before? Happen to have created a tool or script to help Read More...
|
-
The age-old question of 'how do I avoid putting funky Office HTML into my blog postings' came up on an internal email list today, and one of the answers was a pointer to http://stevemiller.net/PureText/ , which I had never heard of... but it looks cool! Read More...
|
-
And maybe the Forums code too... Nothing against www.asp.net, but I'm just thinking it might be interesting to host my own blog... moving seems disruptive though, leaving a large number of my posts here, new ones there.... what do you folks think? Have Read More...
|
-
I'm sure I'll be one of many commenting on this, but the recent updates to .Text on this site are a wonderful improvement. For the past while I had been unable to really sift out the good comments from the bad, so real (non-spam) comments to the VB or Read More...
|
-
A couple of weeks ago I posted my "Quick Poll" Coding 4 Fun column in its unedited form... was that useful? If it was, I can continue to do that with my articles ... basically posting my version of them up in advance onto www.duncanmackenzie.net and then Read More...
|
-
Add a Quick Poll to Your Web Site Summary: Duncan Mackenzie describes his process to build a "Quick Poll" using Visual Basic and ASP.NET. Recent discussions have motivated me to add some 'anti-repeat-voting' code to this sample... I've finished up most Read More...
|
-
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... Something more extreme, like rejecting Read More...
|
-
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... Do you run a personal site? Read More...
|
-
I blame google. ( 250 + comments so far, not counting the ones I've had to remove ) Read More...
|
-
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 Read More...
|
-
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.... Read More...
|
-
How Long Now? Summary: Duncan Mackenzie describes how to calculate the difference between two dates in Visual Basic .NET, and builds an application that counts down to the release of Halo 2. Read More...
|
-
I had been planning to go to Spiderman 2 last night at 12:01 am... but I decided to skip it instead... so I went out during the day and spent my Father's Day gift (a gift certificate for Best Buy... my wife made a great choice) on a wireless xbox controller Read More...
|