Tuesday, May 3, 2011

Forrester Panel Webinar: Gateway PCI Tokenization

A BrightTALK Channel

Live at: May 11 2011 2:00 pm
Webcast: Internal Tokenization: A Strategy to Reduce Risks & Lock-in
Presented by: Brandon Dunlap, John Kindervag (Forrester), Blake Dournaee (Intel), and Ulf Mattsson (Protegrity).
From this channel: IT GRC Forum

Wednesday, February 20, 2008

Sample XAML Source Code posted using Windows Live Writer (Version 2008)

You can download Windows Live Writer (Version 2008) from here.

-----------------------------------------------------------------------------

<!-- Window1.xaml -->

<Window x:Class="WpfApplication2.Window1"

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

Title="Window1" Height="300" Width="300">

<Grid>

</Grid>

</Window>

-----------------------------------------------------------------------------