A taste of development

May 29, 2008

Quaker votes

Filed under: Technology —Tagged , , — simma1990 @ 2:55 pm

Jerry (no blog) has been evidencing us all about a process they use for consensus  [link from Michael ] building in some standards meetings… evidently the Quaker vote is treated everyone voting on each item as one of:

a) Prefer
b) Can accept
c) Can’t live with

The idea being that fair people will more rapidly come to a decision with they realize what people are unforced to permit and not. Looks interesting.

Several of us in my group are plumping off to do some architecture planning and I intend we will have lots of challenges around consensus – we may have to assign this to the test.

Relating Posts:
Implied tags in the IE HTML parser and how that can be interesting.
Case-Shiller index forms the bottom of the housing market expect more removed
Which Side of the Foresightful Tail Should You Initiate On?

Specifying the Citing Assembly

Filed under: Technology —Tagged , , — simma1990 @ 12:46 pm

Suppose you’re debugging your application and you realise that version 1.0 of an assembly is being charged when you intended it should be version 2.0. Where is the reference to 1.0 coming from?

The well-fixedest way to regain out is to view the Fusion log for this bind. If the version 1.0 assembly was successfully charged, utilize the ForceLog/”Log all binds” option of FusLogVw. And then, seek the line in the log demonstrating the addressing assembly:

Addressing assembly : referencingAssembly, Version=1.0.0.0, Culture=achromatic, PublicKeyToken=12ab3bf24c56c45b.

It exhibits the display name of the addressing assembly when uncommitted. It doesn’t assure you whether this is a unchanging or a dynamical reference because Fusion doesn’t cognize or care (that doesn’t matter for obliging purposes). So, this could intend that referencingAssembly was built against the other 1.0 assembly, or that it invited it at runtime via Assembly.Load(), etc.

Sometimes the naming assembly is not specified in the log. There are a few potential cases where that bechances:

  • The assembly was requested by unmanaged code (interop).
  • The calling off assembly was in another appdomain (AppDomain.CreateInstance(), etc.).
  • The calling off assembly had not been loaded through Fusion (Assembly.Load(byte[]), Assembly.LoadFile(), etc.).

 

LearnExpression.com is unrecorded.

Filed under: Technology —Tagged , , , — simma1990 @ 3:43 am

We latterly plunged our video tutorial site for Expression Web Designer. Dustin, our resident graphical artist is pumping out the video tutorials as good as planing the site utilizing the tool. It’s well to have some how to vids from a designers point of view. Watch out this site throughout 2007 as he extends to extend the content.

Relating Posts:
JSR-308 blogsphere buzz
10 Tips for Creating a Simple and Interesting Blog
Is the Java SE/Java EE difference stock-still relevant?

May 28, 2008

Where to Find oneself Expert Support

Filed under: Technology —Tagged , , , — simma1990 @ 9:43 pm

Microsoft’s prescribed support website is http://support.microsoft.com/. It has all kinds of resources like product FAQs, downloads, searchable KB articles, newsgroup pointers, and ways to hit people to help with your single needs or feedback.

Alas, I can’t consecrate attention to single customer issues. That’s because I work in product design and development, not customer support. Someone has to be revolved about that, or else we’d ne’er embark anything! Then, I’m moving to have to entrust your questions and comments to MS’s prescribed channels which specialize in that. Please preserve comments you put up hither worldwide and about the loader or performance.

March 23, 2008

VS.NET Macro To Group and Sort Your Using Statements

Filed under: Technology —Tagged , , , — simma1990 @ 12:00 am

Also see: The NCAA and the Hoosiers

I try to follow a coding standard for organizing my using statements. System.* goes at the top and then other namespaces grouped together like this:

 using System;
 using System.Collections.Generic;
 using System.Configuration;
 using System.Data;
 using System.Data.SqlClient;
 using System.Web;
 using System.Web.Script.Services;
 using System.Web.Services;
 using System.Web.Services.Protocols;

 using Microsoft;
 using Microsoft.CSharp;

 using MyCompany;
 using MyCompany.Web;

.csharpcode,.csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode.rem { color: #008000; }
.csharpcode.kwrd { color: #0000ff; }
.csharpcode.str { color: #006080; }
.csharpcode.op { color: #0000c0; }
.csharpcode.preproc { color: #cc6633; }
.csharpcode.asp { background-color: #ffff00; }
.csharpcode.html { color: #800000; }
.csharpcode.attr { color: #ff0000; }
.csharpcode.alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode.lnum { color: #606060; }

(more…)

March 22, 2008

Be my Support Group

Filed under: Technology —Tagged , , , — simma1990 @ 5:48 pm

People want to be understood.  That’s why support groups are
so popular.

  • The alcoholic wants to connect with somebody else who showed
    up drunk at a wedding and embarrassed the bride.

  • The compulsive overeater wants to know that he’s not the
    only one who has stopped at the Dunkin Donuts drive-thru on the way home to
    eat a dozen before dinner.

  • The out-of-control gambler wants to be in community with
    other people who have lost their car going “all in” with pocket sevens.

We all have problems, and we all want to know that we’re not
alone.

Wednesday evening I posted a comment on a friend’s blog.  Or rather, I tried
to post a comment.

True to my tendencies, it was really far too wordy to be
called a comment.  I actually spent about half an hour wordsmithing a
multiple-paragraph response.

But when I hit the submit button to post it, Wordpress gave
me a generic error page.  Presumably something timed out while I was crafting
my reply.

And when I hit the Back button, my comment was gone.  :-(

*&%$#@!

My mind raced.  What are my options here?

Maybe I should just re-type the whole thing?  It was only
300 words or so.

Nah.  The text I wrote was perfect.  I probably won’t be
able to remember it just the way it was.

And why should I have to?  Firefox and Wordpress screwed
this up, not me!

(more…)

Powered by WordPress Hosted by Edublogs.