||
|
 Monday, March 14, 2005
Geeks With Guns - Part II
Bill commented on my Blog that he likes Sigs, Glocks and H&Ks and the likes..... So I don't think it's too early to start organising the second Geeks with Guns event.
We did it last year and it was a real blast. The plan is to get a good group of MVPs together just before or after the Summit and go and rent out a gunshop shooting range for a blast up.
For those MVPs from less liberal less redneck countries this will be your chance to have a turn with all the fave handguns you see in the movies in a safe environment. It is a cheap way to have a great afternoon.
If you are interested email me: chris@kognition.co.nz and let me know.
.NET | 1t|Monday, March 14, 2005 4:01:07 AM UTC||
|
I know it's bad to bite the hand that feeds....
But does ACT really, I mean REALLY, need a biggoted loud mouth like John Banks?
I mean what has happened to the PROPER classical liberal roots of the party- free market economics AND free lives......
Politics|Monday, March 14, 2005 3:55:57 AM UTC||
|
 Thursday, March 10, 2005
 Wednesday, March 09, 2005
Tariff Duty on Kayaking Drytop Import To New Zealand
If you want to import a drytop there is a duty free concession Tariff Item 6201.93.01 Ref#999063B see this document for details.
Hopefullly this will be Google useful for someone later on.
P.S. Hopefully this entry will also prevent you from having to go through the 'eye opening' experience of searching for WATERSPORTS jackets with LATEX RUBBER seals on Google..... My Word it is interesting what some people get up to!
Adventure Sports|Wednesday, March 09, 2005 11:47:32 PM UTC||
|
 Tuesday, March 08, 2005
 Monday, March 07, 2005
VS.NET Conditional Compilation with C#
Over the next few days I'm going to try and blog a bit more on technical stuff. It's going to be in the format of short and simple tips and tricks for improving productivity and the pleasures of development.
Tip for today is the use of conditional compilation.
Basically VS.NET allows you to set 'Conditional Compilation Constants' in the build properties of each solution configuration. You can then use these constants to enable and disable the compilation of certain areas of code based on the configuration you are working it. Out of the box the debug configuration has a flag called DEBUG. This means that we can write code like this that allows us to distribute DEBUG builds to customers for testing without having to worry about whether they will distribute it more broadly:
#if (DEBUG) MessageBox.Show("This is a test copy of version " + string.Format(" {0}.{1}",Assembly.GetExecutingAssembly().GetName().Version.Major,Assembly.GetExecutingAssembly().GetName().Version.Minor) + " only. Please do not use in a production environment. Not for distribution to field users."); #endif
Another place where we have used conditional compilation is in libraries that have to target both the Compact Framework and the Desktop framework. Basically we can have a single set of source code files and use conditional compilation to deal with features that are present on one platform and not another- for example we use it to flag on and off compilation of code that places scrollbars on forms- a feature that is out of the box on the desktop framework but roll your own on the compact framework.
.NET|Monday, March 07, 2005 9:45:17 PM UTC||
|
VSTS For Game Developers
”SAN FRANCISCO — March 7, 2005 — Today at the Game Developers Conference, Microsoft Corp. announced new XNA™ software that will enable enhanced collaboration between content creators, programmers, management and quality-assurance staff members to speed the game production process. Based on the Microsoft® Visual Studio® 2005 Team System, the latest innovation of the company’s flagship development platform, XNA Studio is an integrated, team-based development environment tailored for game production.”
http://www.xbox.com/en-US/press/2005/0307-xna.htm
Looks pretty interesting- hopefully it means we'll see better support for rich content types in VSTS as well....
[UPDATE] John Lawrence says it will support big binary content at the very least. http://blogs.msdn.com/johnlawr/archive/2005/03/07/387902.aspx
.NET|Monday, March 07, 2005 8:51:54 PM UTC||
|
Life Imitates Art
Check out this North Korean Govt. Funded (you can tell they are poor bastards) flash movie- so Team America it's not funny!
Hat tip to Nick Head via BoingBoing
1t|Monday, March 07, 2005 3:11:22 AM UTC||
|
 Sunday, March 06, 2005
DontWastMyFingMoneyOnStupidThings
I laughed my ASS off over this one.
DPF has found out that our Land Transport Safety Authority (LTSA) has decided the best way to prevent drink driving is by sponsoring a racehorse and calling it Dontdrinkanddrive.
He notes some other future names: “Dontscrewwithoutrubba, Gamblingisstupid, Saveforoldage, donotbeatyourpregnantwife, drugsaredumb and sexisfunbutdonotcatchaids”
Anyone else got any?
Casey, Bill, Tim H?
1t | Taxpayer Ripoffs|Sunday, March 06, 2005 8:11:21 PM UTC||
|
 Thursday, March 03, 2005
An Emissary to the Amazon Fiefdom
Pat Helland, one of the smartest and all around nicest guys @ MS is moving on to Amazon. Means we probably won't see him @ a Tech Ed again :-( I think that his Fiefdom keynote was one of the best I've ever seen @ Tech Ed.
Good luck Pat!
.NET|Thursday, March 03, 2005 11:59:55 PM UTC||
|
 Tuesday, March 01, 2005
|
|