<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>Alan's Development Blog</title>
  <link rel="alternate" type="text/html" href="http://www.gangleri.net/" />
  <link rel="self" href="http://www.gangleri.net/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2010-03-08T22:28:07.70675+00:00</updated>
  <author>
    <name>Alan Bradley</name>
  </author>
  <subtitle />
  <id>http://www.gangleri.net/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>Just installed MacJournal</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2010/03/08/JustInstalledMacJournal.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,1433243d-365e-48cc-aef3-d7e1c785c152.aspx</id>
    <published>2010-03-08T22:28:07.70675+00:00</published>
    <updated>2010-03-08T22:28:07.70675+00:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Installed MacJournal and just writing my
first blog post to check it out. So far seems ok for blogging I miss LiveWriter while
working on my MacBook and this seems like the best substitute so far. <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=1433243d-365e-48cc-aef3-d7e1c785c152" /></div>
    </content>
  </entry>
  <entry>
    <title>NW-MTUG Using ASP.NET MVC 2 - Introduction to MVC &amp;amp; What's New</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2010/03/05/NWMTUGUsingASPNETMVC2IntroductionToMVCAmpWhatsNew.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,314a98d9-a87c-4d83-a08f-09b6ecbbadca.aspx</id>
    <published>2010-03-05T22:12:57.941125+00:00</published>
    <updated>2010-03-05T22:12:57.941125+00:00</updated>
    <category term="ASP.Net MVC" label="ASP.Net MVC" scheme="http://www.gangleri.net/CategoryView,category,ASP.Net%2BMVC.aspx" />
    <category term="Community event" label="Community event" scheme="http://www.gangleri.net/CategoryView,category,Community%2Bevent.aspx" />
    <category term="NWMTUG" label="NWMTUG" scheme="http://www.gangleri.net/CategoryView,category,NWMTUG.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/NWMTUGU.NETMVC2IntroductiontoMVCWhatsNew_13860/northwest_2.jpg">
            <img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px; display: inline; border-top: 0px; border-right: 0px" title="northwest" border="0" alt="northwest" align="left" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/NWMTUGU.NETMVC2IntroductiontoMVCWhatsNew_13860/northwest_thumb.jpg" width="149" height="94" />
          </a>
        </p>
        <p>
Just a shout to let you all know of NW-MTUG's next session on 10th March, it's on
Using ASP.NET MVC 2 - Introduction to MVC &amp; What's New and will be presented by <a href="http://blogs.msdn.com/martharotter/" target="_blank">Martha
Rotter</a>. Check out <a href="http://mtug.ie/UserGroups/NorthWest/tabid/93/ctl/Details/Mid/470/ItemID/47/Default.aspx">NW-MTUG's
site</a> for all the details.
</p>
        <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=314a98d9-a87c-4d83-a08f-09b6ecbbadca" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Burning files to CD/DVD with C# and WindowsXP</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2010/03/02/BurningFilesToCDDVDWithCAndWindowsXP.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,a0e54e79-abaa-484f-ac78-134d4b4e8a0b.aspx</id>
    <published>2010-03-02T21:23:08.159875+00:00</published>
    <updated>2010-03-02T21:42:31.83175+00:00</updated>
    <category term=".Net" label=".Net" scheme="http://www.gangleri.net/CategoryView,category,.Net.aspx" />
    <category term="Burn CD/DVD" label="Burn CD/DVD" scheme="http://www.gangleri.net/CategoryView,category,Burn%2BCD%2fDVD.aspx" />
    <category term="C#" label="C#" scheme="http://www.gangleri.net/CategoryView,category,C%23.aspx" />
    <category term="Windows XP" label="Windows XP" scheme="http://www.gangleri.net/CategoryView,category,Windows%2BXP.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This is just a very short example of writing
files to a CD or DVD using C# on <strong>Windows XP</strong>. For this I will use
the <a href="http://msdn.microsoft.com/en-au/vcsharp/aa336741.aspx" target="_blank">XP
Burn Component</a> provided by Microsoft. This is a class library that you can use
from C# or any other .Net language to write files to disc, simply down load the MSI
file from the XP Burn web site and follow these steps. 
<ol><li>
Start Visual Studio and create a new Windows Forms Application 
</li><li>
Right click on the 'References' folder and select 'Add Reference.' 
</li><li>
Browse to the location of the XPBurnComponent.dll file, for me I had chose all the
default settings during the installation options and the dll was located under 'My
Documents' folder in MSDN\XPBurn. <a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/BurningfilestoCDDVDwithCandWindowsXP_12ABA/AddReference_2.png"><img style="border-right-width: 0px; margin: 20px auto; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="AddReference" border="0" alt="AddReference" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/BurningfilestoCDDVDwithCandWindowsXP_12ABA/AddReference_thumb.png" width="244" height="145" /></a></li><li>
Once you have added the dll to your project you can begin using the classes it contains
by adding a using directive for the XPBurn namespace 
<br /><br /><br /><pre class="brush: csharp;">using XPBurn;<br /><br /></pre><br /><br /></li><li>
Writing files to the disc is now very easy al you have to do is create an instance
of XPBurnCD, call the AddFile method to add files to the disc and the RecordDisc method
to actually write the files to the disc. This sample method shows adding files in
a directory and writing these to disc. 
<br /><br /><br /><pre class="brush: csharp;"><br />
XPBurnCD cd = new XPBurnCD(); cd.BurnComplete += new NotifyCompletionStatus(BurnComplete);
MessageBox.Show(cd.BurnerDrive); DirectoryInfo dir = new DirectoryInfo(_burnFolder);
foreach (FileInfo file in dir.GetFiles()) { cd.AddFile(file.FullName, file.Name);
} cd.RecordDisc(false, false);</pre></li></ol><p>
 
</p><p>
The XPBurnCD class has a number of events that you can use to monitor the progress
of the burn process. In the above example I have used the NotifyCompletionStatus so
that I can display a message to the user when all the files have been written to the
disc. For more information on the classes, methods and properties that XPBurn has
take a look at the help file 'XPBurnDocs.chm' which is installed in the same directory
as 'XPBurnComponent.dll'. 
</p><p>
You can download my Visual Studio 2010 sample application 
</p><div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:03a214f5-1540-43d0-8407-f4625073accd" class="wlWriterEditableSmartContent"><p><a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/BurningfilestoCDDVDwithCandWindowsXP_12ABA/SampleDiscBurner_1.zip" target="_blank">here</a></p></div><img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=a0e54e79-abaa-484f-ac78-134d4b4e8a0b" /></div>
    </content>
  </entry>
  <entry>
    <title>NW-MTUG Visual Studio 2010 Team Foundation Server</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2010/01/26/NWMTUGVisualStudio2010TeamFoundationServer.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,68ab3591-aeb9-4f7f-af45-e686397115e0.aspx</id>
    <published>2010-01-26T20:31:29.5475+00:00</published>
    <updated>2010-01-26T20:31:29.5475+00:00</updated>
    <category term="Community event" label="Community event" scheme="http://www.gangleri.net/CategoryView,category,Community%2Bevent.aspx" />
    <category term="NWMTUG" label="NWMTUG" scheme="http://www.gangleri.net/CategoryView,category,NWMTUG.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/NWMTUGVisualStudio2010TeamFoundationServ_1209E/northwest_2.jpg">
            <img style="border-bottom: 0px; border-left: 0px; margin: 0px 10px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="northwest" border="0" alt="northwest" align="left" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/NWMTUGVisualStudio2010TeamFoundationServ_1209E/northwest_thumb.jpg" width="149" height="94" />
          </a>
        </p>
        <p>
Just a shout to let you all know of NW-MTUG's next session on 1st February, it's on
Visual Studio 2010 Team Foundation Sever and will be presented by Martin Woodward.
Check out <a href="http://mtug.ie/UserGroups/NorthWest/tabid/93/ctl/Details/Mid/470/ItemID/43/Default.aspx">NW-MTUG's
site</a> for all the details.
</p>
        <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=68ab3591-aeb9-4f7f-af45-e686397115e0" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Tux @ M&amp;amp;S</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2009/11/29/TuxMampS.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,168aa166-dd1a-4834-b9c0-c733bec494ee.aspx</id>
    <published>2009-11-29T19:38:47.006375+00:00</published>
    <updated>2009-11-29T19:38:47.006375+00:00</updated>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Looks like Marks &amp; Spencer have ditched the traditional chocolate Santa and Snow
men to provide geeks with a chocolate Tux alternative, well maybe not but I think
the likeness is a bit uncanny.
</p>
        <p>
          <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Tux" border="0" alt="Tux" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/TuxMS_10F31/tux_3.jpg" width="202" height="240" />
          <img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 100px; display: inline; border-top: 0px; border-right: 0px" title="M&amp;S Chocolate Penguine" border="0" alt="M&amp;S Chocolate Penguine" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/TuxMS_10F31/_MG_1278_1.jpg" width="173" height="240" />
        </p>
        <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=168aa166-dd1a-4834-b9c0-c733bec494ee" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Uninstalling PowerShell 1.0 on XP</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2009/11/05/UninstallingPowerShell10OnXP.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,a08ce3d8-6ef4-4207-93b3-a2009feff038.aspx</id>
    <published>2009-11-05T20:33:13.203125+00:00</published>
    <updated>2009-11-05T20:36:00.84375+00:00</updated>
    <category term="PowerShell" label="PowerShell" scheme="http://www.gangleri.net/CategoryView,category,PowerShell.aspx" />
    <category term="Windows XP" label="Windows XP" scheme="http://www.gangleri.net/CategoryView,category,Windows%2BXP.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
I've had a few questions regarding uninstalling Windows PowerShell 1.0 on XP to make
way for PowerShell 20. It's actually quiet simple although not immediately obvious.
PowerShell doesn't show up under Add/Remove programs as it's counted as a Windows
update so follow these steps it you want to uninstall it.
</p>
        <ol>
        </ol>
        <ol>
          <li>
Click Start -&gt; Run 
</li>
          <li>
Type appwiz.cpl and press enter 
</li>
          <li>
Windows PowerShell will not show up in the list of programs as it is counted as a
windows update, you must click the tick box "Show updates" 
</li>
          <li>
Scroll down and look for "Windows XP - Software Updates" 
</li>
          <li>
Underneath the Windows XP -Software updates entry is a list of all updates that have
been applied to you machine scroll through the list and you will find an entry call
"Windows PowerShell(TM) 1.0" 
</li>
          <li>
Click the "Remove" button to begin uninstalling PowerShell 1.0 
</li>
        </ol>
        <p>
 <a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/UninstallingPowerShell1.0onXP_12101/002.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Screen showing Add Remove PowerShell" border="0" alt="Screen showing Add Remove PowerShell" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/UninstallingPowerShell1.0onXP_12101/002_thumb.png" width="244" height="178" /></a></p>
        <p align="left">
 
</p>
        <p align="left">
You can find more details on this in the Microsoft knowledgebase at:  <a title="http://support.microsoft.com/kb/926139" href="http://support.microsoft.com/kb/926139">http://support.microsoft.com/kb/926139</a></p>
        <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=a08ce3d8-6ef4-4207-93b3-a2009feff038" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Gmail Notifier Plus &amp;amp; Windows 7</title>
    <link rel="alternate" type="text/html" href="http://www.gangleri.net/2009/11/04/GmailNotifierPlusAmpWindows7.aspx" />
    <id>http://www.gangleri.net/PermaLink,guid,0e0b8623-96b1-4153-bbd6-e47ac7ba458f.aspx</id>
    <published>2009-11-04T01:52:55.9347125+00:00</published>
    <updated>2009-11-04T01:52:55.9347125+00:00</updated>
    <category term="Utility" label="Utility" scheme="http://www.gangleri.net/CategoryView,category,Utility.aspx" />
    <category term="Windows 7" label="Windows 7" scheme="http://www.gangleri.net/CategoryView,category,Windows%2B7.aspx" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you've got an account that uses Google mail you have got to try out the <a href="http://www.neowin.net/forum/index.php?showtopic=777838">Gmail
Notifier Plus</a> app as it looks so good on Windows 7. Just look at the Jump Menu
for the app. At a glance you can see how many new items are in your inbox and <a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/GmailNotifierPlusWindows7_F263/gmailNotifierPlusJumpMenu_4.png"><img style="border-right-width: 0px; margin: 15px 0px 15px 15px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="gmailNotifierPlusJumpMenu" border="0" alt="gmailNotifierPlusJumpMenu" align="right" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/GmailNotifierPlusWindows7_F263/gmailNotifierPlusJumpMenu_thumb_1.png" width="139" height="240" /></a> most
recent 10 have their subjects listed on the Jump menu so that you can go directly
to any of them with a single click. Also from the tasks section you have the option
to compose a new mail or go to your inbox, both of these options will open a browser
with the selected page displayed.
</p>
        <p>
Another very nice feature of the app occurs when you mouse over the icon on the Windows
7 task bar. You get a small preview window that allows you to step through your mail
and read the first few lines from each and for convenience you have the ability to
open the full email in your browser.<a href="http://www.gangleri.net/content/binary/WindowsLiveWriter/GmailNotifierPlusWindows7_F263/gmailNotifierPlusMouseOver_4.png"><img style="border-right-width: 0px; margin: 15px 15px 15px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="gmailNotifierPlusMouseOver" border="0" alt="gmailNotifierPlusMouseOver" align="left" src="http://www.gangleri.net/content/binary/WindowsLiveWriter/GmailNotifierPlusWindows7_F263/gmailNotifierPlusMouseOver_thumb_1.png" width="240" height="203" /></a> Trust
me if you have a Google mail account you want to check this little app out as it makes
it so easy to work with your gmail.
</p>
        <img width="0" height="0" src="http://www.gangleri.net/aggbug.ashx?id=0e0b8623-96b1-4153-bbd6-e47ac7ba458f" />
      </div>
    </content>
  </entry>
</feed>