Skip to main content

Home/ Groups/ Coders
Joel Bennett

SSLBridge - Open Source Linux VPN software - Samba Browser - 0 views

  •  
    Runs on top of Samba (and active directory) allowing users to remotely access file shares etc via the web.
Joel Bennett

2View - Notes - 0 views

  •  
    Javascript to enable flickr-like photo notes "anywhere" (like ... on your blog).
Joel Bennett

Snippet Compiler - Sliver.com - 0 views

  •  
    The Snippet Compiler lets you easily test short bits of code...
Joel Bennett

Amaya Home Page - 0 views

  •  
    Amaya has been progressing nicely over the years and supports HTML, XHTML, MathML 2.0, SVG (even transparency and animation), and much of  CSS 2 ...  You can display and somewhat edit XML ... and there's some powerful tools for live editing...
Joel Bennett

Annotea project - 0 views

  •  
    Annotea enhances collaboration via shared metadata based Web annotations, bookmarks, and their combinations ... that is, it allows comments, notes, explanations, etc to be "attached" to a web page or specific section of a web page ... and allows sharing these annotations with others.  '

    This is basically the W3Cs vision of how del.icio.us, diigo, etc ought to have worked...
Joel Bennett

Windows PowerShell QuickStart - Channel9 - 0 views

  •  
    PowerShell quick start from channel 9 ... really the fastest way to get a glimpse of how PoSh works
Joel Bennett

Flickr Metadata Syncher for Vista - 0 views

  •  
    An app for synchronizing tagging and comments data from flickr to photos on your hard drive...
Joel Bennett

Developing for PowerShell Community Extensions - 0 views

  •  
    Information on writing compatibly for the PowerShell Community Extensions
Joel Bennett

Converting VBScript Commands to Windows PowerShell Commands - 0 views

  •  
    PowerShell help for those of you with vb script experience.
Joel Bennett

Policy Injection Application Block Validation and Logging Examples - 0 views

  •  
    David Hayden writes a couple of tutorials and gives some explanation of how the Policy Injection Application Block in Enterprise Library 3.0 really is Aspect Oriented Programming ... and there's a good screenshot there of the various "matching rules" ...

    It's kind of a shame that Microsoft couldn't bring themselves to use AOP terminology to describe this: weaving instead of "injection" ... etc.  It would really have made it easier to follow for the new users and would have lent some validation to AOP research and development

Joel Bennett

Policy Injection App Block - Behind the Scenes - 0 views

  • We use an interception mechanism to get in the way of calls going to that member, collect a list of policies that apply using a matching rules mechanism, run the chain of handlers specified by those policies in a chain of responsibility and at the other end dispatch the call to the target. Once the target is done - successfully or with exceptions - the stack unwinds, returning through each handler and finally back to the caller.
    • Joel Bennett
       
      So we can only advise "before"
  •  
    Very good read (particularly their evaluation of weaving methods).

    Although as a result their "Policy Injection" application block isn't as powerful as most of the straight-up AOP toolkits out there, it does have a *huge* upside: not only is the code produced by this supportable by Microsoft Product Support, it's now officially part of the Patterns and Practices recommendations!

    The down side is that the only injectable objects are ones created through a "Factory" method (you can't just use the *new* constructor) this brings some performance hits ... but then, you get the ability to separate concerns and apply policies and even business rules after the fact!
Joel Bennett

Announcing the Policy Injection Application Block - 0 views

  •  
    AOSD tools from Microsoft? 

    QUOTE: "the Policy Injection Application Block will simplify the separation of business logic from cross cutting concerns, by letting you define policies and the objects/methods they apply to in a declarative way."  -- if that's not Aspect Oriented, then I must have wasted my time in school ;-)
Joel Bennett

WPF/E and Flash, living in harmony - 0 views

  •  
    A demo of Flash and WPF working side-by-side passing a ball back and forth...
Joel Bennett

Text* Snippets: tagging and storing useful source code snippets - 0 views

  •  
    TextSnippets is a repository for short snippets of code categorized by keyword tags (sponsored by Joyent & Textdrive)
Joel Bennett

shell: revealed - 0 views

  •  
    The Windows Shell team blog (aggregator).
Joel Bennett

"Your File Is In Use" Demystified - Shell Blog - 0 views

  •  
    In Vista, Windows Explorer is applying an implementation of the IFileIsInUse interface to the file it encountered.  Now the user knows which program has the file open and can close the file from that program and click the Try Again button to repeat the operation that was being performed.
Joel Bennett

Microsoft XML Downloads - 0 views

  •  
    Downloads for working with XML via the MSXML core services, including XML Diff and Patch, and the XSD Inference and C#/VB.Net code generators.
Joel Bennett

Windows RSS Platform API - 0 views

  •  
    The documentation for Microsoft's Windows RSS Platform, or FeedManager ...
Joel Bennett

Localizing WPF Applications using LocBaml - 0 views

  •  
    Localization of WPF apps is basically done via Resource files, but there's a neat app called "LocBAML.exe" which comes with the .Net SDK which can help with that...
« First ‹ Previous 1621 - 1640 of 2062 Next › Last »
Showing 20 items per page