<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Gary Davis' Blog</title>
        <link>http://blogs.webguild.com/Default.aspx</link>
        <description>DotNET/PayPal Development and other Techie Stuff </description>
        <language>en-US</language>
        <copyright>Gary Davis</copyright>
        <generator>Subtext Version 2.5.1.20</generator>
        <image>
            <title>Gary Davis' Blog</title>
            <url>http://blogs.webguild.com/images/RSS2Image.gif</url>
            <link>http://blogs.webguild.com/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>How I Lost My Windows 7 Firewall Rules</title>
            <link>http://blogs.webguild.com/archive/2013/01/15/how-i-lost-my-windows-7-firewall-rules.aspx</link>
            <description>&lt;p&gt;I run a Windows 7 Web Server on a Media PC (see &lt;a href="http://blogs.webguild.com/archive/2011/02/23/fatal-error-c0000034-installing-windows-7-sp1.aspx"&gt;here&lt;/a&gt;) as my home server and from work, I connected to it using Remote Desktop. I ran Windows Update and part way through the 19 updates, the Remote Desktop connection froze. I figured the updates needed a reboot and but the server never came back up. I’d have to wait till I got home to figure out what happened.&lt;a href="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/How-I-Lost-My-Windows-7-Firewall-Rules_11E6E/Updates1_2.png"&gt;&lt;img title="Updates1" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: right; padding-top: 0px; padding-left: 0px; margin: 6px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Updates1" align="right" src="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/How-I-Lost-My-Windows-7-Firewall-Rules_11E6E/Updates1_thumb.png" width="552" height="218" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When I got home, the server was pretty much how I left it from work. It had completed the updates and was just ready to reboot. The problem was that I could not connect to the server remotely. Outgoing connections were working fine (web pages, etc.). It turned out that the Firewall was blocking everything. I disabled the firewall and was then able to connect to the server (web pages, Remote Desktop, SQL Server).&lt;/p&gt;  &lt;p&gt;I went into the Windows Firewall advanced settings and all inbound and outbound rules were missing!&lt;/p&gt;  &lt;p&gt;First I ran &lt;a href="http://malwarebytes.org" target="_blank"&gt;MalwareBytes&lt;/a&gt; Anti-Malware and it showed no viruses or threats. Next I went to restore back to before the updates but my System Restore was not turned on! I do run Windows Backup and the last backup of the system image was a few days earlier. I could get my firewall rules from the SYSTEM registry on that backup.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/How-I-Lost-My-Windows-7-Firewall-Rules_11E6E/FirewallReg_2.png"&gt;&lt;img title="FirewallReg" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: left; padding-top: 0px; padding-left: 0px; margin: 6px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="FirewallReg" align="left" src="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/How-I-Lost-My-Windows-7-Firewall-Rules_11E6E/FirewallReg_thumb.png" width="128" height="209" /&gt;&lt;/a&gt;The backup creates a VHD virtual drive for the system and the program files. I mounted the system VHD as a drive and located the registry (\windows\system32\config\SYSTEM). I ran regedit and attached the SYSTEM registry file hive to get to the registry settings for the firewall. I located the firewall settings at this location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess. I attached the backup hive to HKEY_LOCAL_MACHINE\SYSTEMBackup (focus on HKEY_LOCAL_MACHINE then File-&amp;gt;Load Hive). I drilled down to SharedAccess on the SYSTEMBackup (see image).&lt;/p&gt;  &lt;p&gt;Comparing this structure on SYSTEMBackup to SYSTEM, I noticed that on SYSTEM the entire Defaults key was missing and the Parameters\FirewallPolicy\FirewallRules key was there but there were no rules within it. The Default is probably not required but is the firewall reset info if needed.&lt;/p&gt;  &lt;p&gt;I exported the SYSTEMBackup keys to a .reg file. I edited the file to change the location of the keys from SYSTEMBackup to SYSTEM. I then saved the file back (save as ANSI, not unicode). I then right-clicked the file and selected Merge to restore my firewall rules. &lt;strong&gt;NOTE: &lt;/strong&gt;This is potentially very dangerous since you are modifying the registry!&lt;/p&gt;  &lt;p&gt;Going back into the Windows Firewall advanced settings showed my inbound and outbound rules in place. &lt;/p&gt;  &lt;p&gt;The rules seem to need a bit more tweaking since my HTTP ports are still blocked. &lt;/p&gt;  &lt;p&gt;A good place to test out your firewall is at &lt;a href="http://www.grc.com"&gt;www.grc.com&lt;/a&gt; – navigate to the Shields Up page to verify your ports are blocked as expected. Note that your router may be doing most of the port blocking for you.&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/1044.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2013/01/15/how-i-lost-my-windows-7-firewall-rules.aspx</guid>
            <pubDate>Wed, 16 Jan 2013 01:50:38 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2013/01/15/how-i-lost-my-windows-7-firewall-rules.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/1044.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How I Ported a Windows Phone 7 App to WP8</title>
            <category>WP7</category>
            <category>Programming</category>
            <category>WP8</category>
            <link>http://blogs.webguild.com/archive/2013/01/10/how-i-ported-a-windows-phone-7-app-to-wp8.aspx</link>
            <description>&lt;p&gt;I completed the porting of my &lt;a title="Link to TiVoNetRemote WP App" href="http://www.windowsphone.com/en-us/store/app/tivo-net-remote/6a96de72-0338-4b60-ad1d-1c18cb365f27" target="_blank"&gt;Tivo Net Remote&lt;/a&gt; app last week from WP7 to WP8 using some ideas from the &lt;a title="Link to Nokia Porting Guide" href="http://www.developer.nokia.com/Resources/Library/Lumia/#!co-development-and-porting-guide.html" target="_blank"&gt;Nokia Porting Guide&lt;/a&gt;. It was published yesterday.&lt;/p&gt;  &lt;p&gt;I opened the source code solution using the new SDK and verified it compiled. There were minor changes I wanted to get in. One was to remove the Performance Progress Bar from the toolkit and use the native Progress Bar which was fixed to be like the toolkit version.&lt;/p&gt;  &lt;p&gt;I then created a new project in the solution for the WP8 version. I used the copy-as-link on all the source files, though I did compare the differences in the App.xaml to manually migrate some of the lines of code in the .cs. There were a few files, I think tile images, that did not work with the link technique so I copied the files to the new project. The problem seemed to be in the packaging of the xap – the files just were not copied when they were links or something.&lt;/p&gt;  &lt;p&gt;The App communicates with the TiVo using sockets and the WP8 has a really nice StreamSocket class I was able to use cutting down the comm code quite a bit for the WP8 version.&lt;/p&gt;  &lt;p&gt;To submit the update, both xap files (WP7 and WP8) were uploaded to the Microsoft store. The re-certification process took four or five days.&lt;/p&gt;  &lt;p&gt;I uninstalled my test version from my WP8 and searched the store for the new one and found it. The entry showed the Try and Buy buttons though I had purchased the WP7 version long ago. I clicked the Try to install it and it ran in trial mode. This did not make sense that I would have to buy it again.&lt;a href="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/98620fb2515e_E3F0/PortArticleImg1_4.png"&gt;&lt;img title="PortArticleImg1" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: right; padding-top: 0px; padding-left: 0px; margin: 0px 6px 0px 8px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="PortArticleImg1" align="right" src="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/98620fb2515e_E3F0/PortArticleImg1_thumb_1.png" width="465" height="137" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;I went to &lt;a href="http://www.WindowsPhone.com" target="_blank"&gt;www.WindowsPhone.com&lt;/a&gt; to see my purchase history and saw two entries for TivoNetRemote – one to Purchase/Reinstall and the other to simply Reinstall.&lt;/p&gt;  &lt;p&gt;I uninstalled the app from the phone and clicked the web page link to reinstall (both entries have the same link/appid). The reinstall did wind up installing the full version so I did not have to re-purchase it. The appid is unchanged from the original.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/98620fb2515e_E3F0/PortArticleLog_4.png"&gt;&lt;img title="PortArticleLog" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: left; padding-top: 0px; padding-left: 0px; margin: 0px 9px 0px 5px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="PortArticleLog" align="left" src="http://blogs.webguild.com/images/blogs_webguild_com/Windows-Live-Writer/98620fb2515e_E3F0/PortArticleLog_thumb_1.png" width="476" height="69" /&gt;&lt;/a&gt;When someone runs the app, it sends a message to a web service to log some info (max of once per day) and get the app settings.              &lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/1043.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2013/01/10/how-i-ported-a-windows-phone-7-app-to-wp8.aspx</guid>
            <pubDate>Thu, 10 Jan 2013 21:14:02 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2013/01/10/how-i-ported-a-windows-phone-7-app-to-wp8.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/1043.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The Big Brothers Big Sisters Little Moments App for the Windows Phone 7</title>
            <category>WP7</category>
            <link>http://blogs.webguild.com/archive/2012/06/02/the-big-brothers-big-sisters-app-for-the-windows-phone.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;The &lt;a target="_blank" href="http://www.bbbs.org/"&gt;Big Brothers Big Sisters&lt;/a&gt; app for the WP7 was created by a team of developers as part of the&lt;/font&gt;&lt;font face="Arial"&gt; local &lt;a target="_blank" href="http://givecampsouthflorida.org/"&gt;Give Camp&lt;/a&gt; project. I programmed the screens and web service calls; &lt;a target="_blank" href="http://www.roberthellestrae.com"&gt;Robert Hellestrae&lt;/a&gt; did the initial foundation; &lt;a target="_blank" href="http://www.computerways.com"&gt;Dave Norderer&lt;/a&gt; did the shaker and spinner coding as well as some of the REST data services. Several others were involved with the BBBS Little Moments web site and administration site and project management. Our Big Brothers Big Sisters contact was &lt;a target="_blank" href="http://www.mentorbig.org"&gt;Kara Justi&lt;/a&gt; from the Palm Beach and Marin Counties agency.&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://garz.me/bbbslittlemomentsapp"&gt;&lt;img width="133" height="254" align="left" alt="BBBS WP7 App" border="0" vspace="5" hspace="10" src="/images/blogs_webguild_com/BBBSImage.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The WP7 version of the Big Brothers Big Sisters Little Moments app was the first to market. The Android version is coming and as far as I know, the iPhone version has no programmers or developers at this time. There is also a website version under development (including an administration section for adding/updating data) and has a REST web service for data (BBBS agencies, activities, etc).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Click on the image to bring up the app details page.&lt;/font&gt;&lt;font face="Arial"&gt;&lt;a target="_blank" href="http://garz.me/bbbslittlemomentsapp"&gt;&lt;img width="222" height="54" align="right" alt="BBBS WP7 App" border="0" vspace="5" hspace="10" src="/images/blogs_webguild_com/Download.png" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Get involved with Big Brothers Big Sisters and use this app to find activities available within your selected price range, distance, age-group and activity type for your selected local BBBS agency.. Activity providers have made special arrangements with your agency. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;You can shake your phone go get the &lt;span style="font-style: italic;"&gt;unlocked&lt;/span&gt; spinners rolling and see if the result finds an activity you and your "little" would enjoy. A &lt;span style="font-style: italic;"&gt;locked&lt;/span&gt; spinner can be either selected (meaning selected must match) or unselected (meaning any will match). &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Click the search button to see the list ot matches and then click on a match to find out the details of the activity. You can even get directions from your location to the activity. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt; &lt;/font&gt;&lt;/p&gt;
&lt;font face="Arial" /&gt;&lt;img src="http://blogs.webguild.com/aggbug/1042.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2012/06/02/the-big-brothers-big-sisters-app-for-the-windows-phone.aspx</guid>
            <pubDate>Sat, 02 Jun 2012 21:04:04 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2012/06/02/the-big-brothers-big-sisters-app-for-the-windows-phone.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/1042.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to Upgrade Windows 8 Consumer Preview VHD Boot to Release Preview</title>
            <link>http://blogs.webguild.com/archive/2012/06/01/how-to-upgrade-windows-8-consumer-preview-vhd-boot-to.aspx</link>
            <description>&lt;p&gt;I already went through the procedure to create a Virtual Hard Drive (VHD) with Win8 Consumer Preview as described in the &lt;a target="_blank" href="http://www.howtogeek.com/75286/how-to-dual-boot-windows-7-and-8-without-re-partitioning-using-vhd/"&gt;HowToGeek.com article&lt;/a&gt; and wanted to replace the VHD contents with the new Release Preview that came out yesterday. If you have the same situation, this will save you several steps.&lt;/p&gt;
&lt;p&gt;If you try to upgrade your Consumer Preview, it will tell you that it is not possible since it is on a VHD. Maybe someone will figure out a workaround so your installed programs are not lost. So I figured for now, I'd just blow away the Consumer Preview and use the same VHD to hold the Release Preview.&lt;/p&gt;
&lt;p&gt;The steps you save are creating the VHD and adding it to the boot menu. What you want to do are these steps:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Download the ISO for the RP (from &lt;a target="_blank" href="http://windows.microsoft.com/en-US/windows-8/iso"&gt;here&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Mount the ISO as a drive (I used &lt;a target="_blank" href="http://www.slysoft.com/en/virtual-clonedrive.html"&gt;this&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Attach the old VHD as a drive letter (Computer Mgt-&amp;gt;Disk Mgt-&amp;gt;Action-&amp;gt;Attach VHD)&lt;/li&gt;
    &lt;li&gt;Format the VHD drive to blow away the old Win8 CP&lt;/li&gt;
    &lt;li&gt;Start PowerShell in Administrator mode to run the &lt;font face="Arial"&gt;Install-WindowsImage.ps1 script (from &lt;a target="_blank" href="http://archive.msdn.microsoft.com/InstallWindowsImage/Release/ProjectReleases.aspx?ReleaseId=2662"&gt;here&lt;/a&gt;)&lt;/font&gt;&lt;/li&gt;
    &lt;li&gt;Run Install-WindowsImage as shown below&lt;/li&gt;
    &lt;li&gt;Assuming your boot menu Win8 entry is still in place, reboot into your new Win8 RP.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To run Install-WindowsImage enter this at the PowerShell prompt. This assumes you have CD'd into the folder with the script:&lt;/p&gt;
&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt; PS&amp;gt; .\Install-WindowsImage.ps1 –WIM J:\Sources\Install.wim –Apply –Index 1 –Destination I:\ &lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;
Also, it assumes J: is the mounted ISO and I: is the attached VHD. The script will make the VHD bootable and copy the necessary folders and files from the ISO to the VHD. If you need to add a new boot menu item type &lt;strong&gt;bcdboot.exe I:\Windows&lt;/strong&gt; where I: is your VHD. &lt;/p&gt;
&lt;p align="center"&gt;&lt;img width="590" height="167" alt="PowerShell running Install-WindowsImage" src="/images/blogs_webguild_com/PSInstWin8.png" /&gt;&lt;/p&gt;
&lt;p&gt;The Install-WindowsImage took about 4 minutes where the ISO and VHD where on an SSD and 32 minutes when both were on the same hard drive partition.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;To reuse the same boot menu, the VHD file name and location need to be the same (use command line bcdedit with no parameters to display the boot menu details).&lt;br /&gt;
 &lt;br /&gt;
At this point, the VHD has an installed version of Windows 8 Release Preview that can be booted. The initial boot will go through some configuration and setup and you're done. The product key is: DNJXJ-7XBW8-2378T-X22TX-BKG7J or &lt;font face="Arial"&gt;TK8TP-9JN6P-7X7WW-RFFTV-B7QPF .&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The howtogeek.com article above has all the details, screenshots and more if you need additional information about this procedure.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Once running, you can install Windows Media Center using the info at &lt;a target="_blank" href="http://www.techspot.com/news/48847-media-center-yanked-from-windows-8-release-preview-heres-how-to-re-enable-it.html"&gt;this blog&lt;/a&gt;.&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/1041.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2012/06/01/how-to-upgrade-windows-8-consumer-preview-vhd-boot-to.aspx</guid>
            <pubDate>Fri, 01 Jun 2012 17:28:49 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2012/06/01/how-to-upgrade-windows-8-consumer-preview-vhd-boot-to.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/1041.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to recover space from your Android-imaged SDCard</title>
            <link>http://blogs.webguild.com/archive/2012/05/04/wow-to-recover-space-from-your-android-imaged-sdcard.aspx</link>
            <description>&lt;p&gt;When using a (Micro)SDCard created in Windows for an Android boot, partitions are written to it in a Linux format that Windows does not completely understand.&lt;/p&gt;
&lt;p&gt;I did this when rooting my NookColor with CyanogenMod 7. My 8GB card was imaged using the &lt;a target="_blank" href="https://launchpad.net/win32-image-writer"&gt;Win32DiskImager&lt;/a&gt; tool that takes an IMG file and writes it to the card, laying down various partitions, including one standard Windows partition of about 130MB. This basically hides the remainder of the card from Windows but boots up my NookColor into Andriod just fine.&lt;/p&gt;
&lt;p&gt;Well, eventually, you need to recover the card to use in Windows again. You can't use the Windows format command since that will only empty out the small partition. Normally, partitions can be deleted using the Computer Management program (under Disk Management). You select the SDCard volume and right click the partition and delete it.This did not completely work - some partitions did not have the delete option.&lt;/p&gt;
&lt;p&gt;To actually delete the partitions, drop down to the command line (run as administrator, just in case). Run &lt;strong&gt;diskpart&lt;/strong&gt;.When the prompt displays, run these commands.&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;list disk      &lt;/strong&gt;&lt;em&gt;[lists all the disks on the system]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;select disk &lt;em&gt;n&lt;/em&gt;      &lt;/strong&gt;&lt;em&gt;[carefully select the disk that is the SDCard for the following command]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;list partition&lt;em&gt;      &lt;/em&gt;&lt;/strong&gt;&lt;em&gt;[lists all the partitions of the selected disk]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;list disk      &lt;/strong&gt;&lt;em&gt;[lists all the disks on the system]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;select partition &lt;em&gt;n      &lt;/em&gt;&lt;/strong&gt;&lt;em&gt;[select a partition to delete]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;delete partition      &lt;/strong&gt;&lt;em&gt;[delete the selected partition]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;[At this point repeat the list, select and delete commands for each partition&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;DISKPART&amp;gt; &lt;strong&gt;exit      &lt;/strong&gt;&lt;em&gt;[exits diskpart]&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;At this point, I used Disk Manager to create a new partition, assign a drive letter and format the partition to FAT32. This can also be done with DISKPART &lt;strong&gt;create partition &lt;/strong&gt;and &lt;strong&gt;assign&lt;/strong&gt; commands.&lt;/p&gt;
&lt;p&gt;&lt;img width="505" hspace="20" height="566" alt="Diskpart commands" src="/images/blogs_webguild_com/gary/DiskPart.png" /&gt;&lt;/p&gt;
&lt;p&gt; References:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt; &lt;a href="http://technet.microsoft.com/en-us/library/cc738489%28WS.10%29.aspx" target="_blank"&gt;Delete a partition or logical drive&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;For NookColor: &lt;a href="http://androidforums.com/nookcolor-all-things-root/327798-guide-how-make-bootable-cwm-3-2-0-1-clockworkmod-twrp-2-1-1-bootable-sd-card-4-22-2012-a.html" target="_blank"&gt;How to make a bootable CWM 3.2.0.1 (ClockWorkMod) or TWRP 2.1.1 bootable sd card&lt;br /&gt;
    &lt;/a&gt;&lt;/li&gt;
    &lt;li&gt; &lt;a href="http://androidforums.com/nookcolor-all-things-root/367116-how-download-install-cm7-run-off-sd-card.html" target="_blank"&gt;Download and Install CM7 to Run Off SD Card&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://blogs.webguild.com/aggbug/41.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2012/05/04/wow-to-recover-space-from-your-android-imaged-sdcard.aspx</guid>
            <pubDate>Fri, 04 May 2012 14:18:44 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2012/05/04/wow-to-recover-space-from-your-android-imaged-sdcard.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/41.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The Miami's Metrorail App for the Windows Phone 7</title>
            <category>WP7</category>
            <link>http://blogs.webguild.com/archive/2012/02/22/the-miamis-metrorail-app-for-the-windows-phone-7.aspx</link>
            <description>&lt;p&gt;My third WP7 app is now available in the Marketplace. Like the Tri-Rail app I released a few weeks ago, this is a useful app for riders of the Miami-Dade County Commuter Rail system known as &lt;a href="javascript:void(0);/*1329950045759*/"&gt;Miami's Metrorail&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://garz.me/MiamiMetrorail" target="_blank"&gt;&lt;img width="134" vspace="5" hspace="10" height="256" border="0" align="left" src="/images/blogs_webguild_com/gary/MiamiMetrorail.png" alt="Miami's Metrorail App Home Screen" /&gt;&lt;/a&gt;The app will let you locate the nearest stations using the WP7's GeoLocation system to determine your current location. It will show the nearest station North of you and the nearest station to the South including the distance to the stations in miles.&lt;a href="http://garz.me/miamimetrorailapp" target="_blank"&gt;&lt;img width="222" vspace="20" hspace="10" height="54" border="0" align="right" src="/images/blogs_webguild_com/gary/Metrorail-App.png" alt="Miami's Metrorail App in the Marketplace" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The list of all stations can be displayed and select one to see the details of that station such as the address and the times the trains will arrive during the day. There is a button to click to display directions to the station using Bing to help navigate you there.&lt;/p&gt;
&lt;p&gt;The next arriving Northbound and Southbound trains are displayed with the number of minutes until they arrive. &lt;/p&gt;
&lt;p&gt;Select one of the stops at the station to see information about that train and all its other station stops with arrival times.&lt;/p&gt;
&lt;p&gt;There home screen has a button to display the Metrorail's mobile website which is really nice and adds a lot of useful information. The station information page displays connection informtion to local Metrobuses and the Metromover.&lt;/p&gt;
&lt;p&gt;Finally, there is an info screen that displays some information, web page links and the About screen. &lt;/p&gt;
&lt;p&gt;For more information, click the image to get to the marketplace and the app’s home page.&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/3.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2012/02/22/the-miamis-metrorail-app-for-the-windows-phone-7.aspx</guid>
            <pubDate>Wed, 22 Feb 2012 05:00:00 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2012/02/22/the-miamis-metrorail-app-for-the-windows-phone-7.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/3.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The Tri-Rail App for the Windows Phone 7</title>
            <category>WP7</category>
            <link>http://blogs.webguild.com/archive/2012/02/08/the-tri-rail-app-for-the-windows-phone-7.aspx</link>
            <description>&lt;p&gt;Well, I have written my second WP7 app. This is a useful app for riders of the S. Florida Commuter Rail system known as Tri-Rail (see &lt;a href="http://www.tri-rail.com"&gt;http://www.tri-rail.com&lt;/a&gt;). &lt;/p&gt;
&lt;p&gt;&lt;a href="http://garz.me/TriRail" target="_blank"&gt;&lt;img width="134" vspace="5" hspace="10" height="258" border="0" align="left" src="/images/blogs_webguild_com/gary/Screen.png" alt="Tri-Rail App Station Screen" /&gt;&lt;/a&gt;The app will let you locate the nearest stations using the WP7's GeoLocation system to determine your current location. It will show the nearest station North of you and the nearest station to the South including the distance to the stations in miles.&lt;a href="http://garz.me/trirailapp" target="_blank"&gt;&lt;img width="222" vspace="20" hspace="10" height="54" border="0" align="right" src="/images/blogs_webguild_com/gary/DownloadTri-Rail.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The list of all stations can be displayed and select one to see the details of that station such as the address and the times the trains will arrive during the day. There is a button to click to display directions to the station using Bing to help navigate you there.&lt;/p&gt;
&lt;p&gt;The next arriving Northbound and Southbound trains are displayed with the number of minutes until they arrive.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Select one of the stops at the station to see information about that train and all its other station stops with arrival times.&lt;/p&gt;
&lt;p&gt;There is a fare calculator that will determine the fare for the train ride. Fares are based on the distance traveled (by zones), whether it is a weekday or weekend rate and the type of travel (one-way, round trip or one of several other types).&lt;/p&gt;
&lt;p&gt;Finally, there is an info screen that displays some information, web page links and the About screen.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;For more information, click the image to get to the marketplace and the app’s home page.&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/4.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2012/02/08/the-tri-rail-app-for-the-windows-phone-7.aspx</guid>
            <pubDate>Wed, 08 Feb 2012 05:00:00 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2012/02/08/the-tri-rail-app-for-the-windows-phone-7.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/4.aspx</wfw:commentRss>
        </item>
        <item>
            <title>The TivoNetRemote App for the Windows Phone 7</title>
            <category>WP7</category>
            <link>http://blogs.webguild.com/archive/2011/10/05/the-tivonetremote-app-for-the-windows-phone-7.aspx</link>
            <description>&lt;p&gt;I have been spending some time lately writing an app for the Windows Phone 7 to remote &lt;a href="http://garz.me/tivonetremote" target="_blank"&gt;&lt;img width="244" height="63" border="0" align="right" src="http://blogs.webguild.com/images/blogs_webguild_com/gary/Windows-Live-Writer/67b7f95c899e_117B7/TivoNetRemoteMktM_3.png" alt="TivoNetRemoteMktM" style="margin: 8px 12px 0px 0px; border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: right; display: inline; background-image: none;" title="TivoNetRemoteMktM" /&gt;&lt;/a&gt;control a TiVo using your home network (not infrared). Today, the app showed up in the marketplace.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.tivonetremote.com/" target="_blank"&gt;&lt;img width="134" height="240" border="0" align="left" src="http://blogs.webguild.com/images/blogs_webguild_com/gary/Windows-Live-Writer/67b7f95c899e_117B7/TivoNetRemotePhoneS_3.png" alt="TivoNetRemotePhoneS" style="margin: 2px 10px 0px; border: 0px currentColor; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: left; display: inline; background-image: none;" title="TivoNetRemotePhoneS" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The app uses the Mango (7.5) version of the Windows Phone 7 which supports TCP/IP socket communication. As you click the buttons, commands are sent to the TiVo over the connection to tell it to do various things. For example, &lt;strong&gt;IRCODE PAUSE&lt;/strong&gt; is the command to pause the TiVo. TiVo has documented most of the commands. The TiVo Premiere, S3 and TiVo HD support network remote control.&lt;/p&gt;
&lt;p&gt;The app uses some controls from Telerik to improve the user interface such as page transitions, popups for Trial/Purchase notification and the list picker.&lt;/p&gt;
&lt;p&gt;The app has a trial and purchase mode. The trial is free but some functionality is disabled. Purchasing the full version ($1.99) immediately enables the missing functions.&lt;/p&gt;
&lt;p&gt;The app uses the Dotfuscator product from &lt;a href="http://www.preemptive.com/" target="_blank"&gt;Preemptive Solutions&lt;/a&gt; to obfuscate the code to deter reverse engineering and decompiling the app as well as add analytics to track the number of times the app is used by all those that downloaded it.&lt;a href="http://www.webguild.com/Tivo" target="_blank"&gt;&lt;img width="155" height="240" border="0" align="right" src="http://blogs.webguild.com/images/blogs_webguild_com/gary/Windows-Live-Writer/67b7f95c899e_117B7/TivoRemoteWM6_3.png" alt="TivoRemoteWM6" style="border-width: 0px; margin: 4px 10px 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: right; display: inline; background-image: none;" title="TivoRemoteWM6" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Much of the text and hyperlinks within the app may be updated by me without requiring users to update their app. This is done by the app downloading an XML file containing the text and other properties from a website. I simply update the XML file and users will have the latest text available to them. For example, one of the pages has a list of resources and links to websites. I can easily add or update this list. Also, there is a page of Headline News which I can update periodically with new and interesting tips.&lt;/p&gt;
&lt;p&gt;Development of the app is done using Microsoft’s Visual Studio. The code is C# and WP7 development is in Silverlight (xaml).&lt;/p&gt;
&lt;p&gt;About 9 years ago, I wrote a similar app for the Windows Mobile 6 (image on the right). This app also used network commands but it talked to the old Series 1 TiVo using HTTP protocol to the web server that was set up on the TiVo (TivoWeb).&lt;/p&gt;
&lt;p&gt;For more information, click the images to get to the marketplace and the app’s home page.&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/5.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Gary Davis</dc:creator>
            <guid>http://blogs.webguild.com/archive/2011/10/05/the-tivonetremote-app-for-the-windows-phone-7.aspx</guid>
            <pubDate>Wed, 05 Oct 2011 04:00:00 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2011/10/05/the-tivonetremote-app-for-the-windows-phone-7.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/5.aspx</wfw:commentRss>
        </item>
        <item>
            <title>How to Enable jQuery Intellisense in Your MVC 3 Razor Code</title>
            <category>Programming</category>
            <link>http://blogs.webguild.com/archive/2011/05/30/how-to-enable-jquery-intellisense-in-your-mvc-3-razor.aspx</link>
            <description>&lt;p&gt;You probably include your &lt;font face="Consolas"&gt;&amp;lt;script&amp;gt;&lt;/font&gt; to pull in the jQuery JavaScript in your layout.cshtml (master page in Razor), perhaps something like this: &lt;/p&gt;
&lt;pre class="csharpcode"&gt;&amp;lt;script src=&lt;span class="str"&gt;"http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.6.2.min.js"&lt;/span&gt; type=&lt;span class="str"&gt;"text/javascript"&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;pre class="csharpcode"&gt; &lt;/pre&gt;
&lt;p&gt;But your code pages that use jQuery do not show Intellisense. To enable Intellisense, add this to the top of the pages so Visual Studio has a reference to the vsdoc which is hosted by the Microsoft CDN:&lt;/p&gt;
&lt;pre class="csharpcode"&gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;@&lt;/font&gt;&lt;span class="kwrd"&gt;if&lt;/span&gt; (&lt;span class="kwrd"&gt;false&lt;/span&gt;) {&amp;lt;script src=&lt;span class="str"&gt;"http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.6.2.min.js"&lt;/span&gt; type=&lt;span class="str"&gt;"text/javascript" /&lt;/span&gt;&amp;gt;}&lt;/pre&gt;
&lt;pre class="csharpcode"&gt; &lt;/pre&gt;
&lt;style type="text/css"&gt;&lt;![CDATA[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; }
]]&gt;&lt;/style&gt;
&lt;p&gt;The if statement will prevent the script tag from being emitted to the browser since it is only needed for Visual Studio development.&lt;a href="http://blogs.webguild.com/images/blogs_webguild_com/gary/Windows-Live-Writer/How-to-enable-Intellisense_EE4A/jquery_2.png"&gt;&lt;img width="459" height="175" title="jquery" style="border-width: 0px; margin: 4px 7px 4px 4px; padding-top: 0px; padding-right: 0px; padding-left: 0px; float: right; display: inline; background-image: none;" alt="jquery" border="0" src="http://blogs.webguild.com/images/blogs_webguild_com/gary/Windows-Live-Writer/How-to-enable-Intellisense_EE4A/jquery_thumb.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It is not necessary to specify the path to the vsdoc file since Visual Studio knows to look for the vsdoc in the same location and use it if it finds it.&lt;/p&gt;
&lt;p&gt;The Intellisense is shown based on deleting then typing the open paren at the point indicated.&lt;/p&gt;
&lt;p&gt;BTW, the &lt;strong&gt;&lt;font face="Consolas" style="background-color: rgb(204, 204, 204);"&gt;$(function()&lt;/font&gt;&lt;/strong&gt; at the top of the example is a common shorthand for &lt;strong&gt;&lt;font face="Consolas" style="background-color: rgb(204, 204, 204);"&gt;$(document).ready(function()&lt;/font&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The CDN used is the &lt;a target="_blank" href="http://www.asp.net/ajaxlibrary/cdn.ashx"&gt;Microsoft Ajax Content Delivery Network&lt;/a&gt; and they changed the domain from ajax.microsoft.com to ajax.aspnetcdn.com to improve performance and prevent microsoft.com cookie transmission.&lt;/p&gt;
&lt;p&gt;The CDN also has the files for the jQueryUI .js and .css for the themes.&lt;/p&gt;
&lt;pre class="csharpcode"&gt;&amp;lt;link type=&lt;span class="str"&gt;"text/css"&lt;/span&gt; rel=&lt;span class="str"&gt;"Stylesheet"&lt;/span&gt; &lt;/pre&gt;
&lt;pre class="csharpcode"&gt;    href=&lt;span class="str"&gt;"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.14/themes/redmond/jquery-ui.css"&lt;/span&gt; /&amp;gt;&lt;/pre&gt;
&lt;pre class="csharpcode"&gt;&amp;lt;script type=&lt;span class="str"&gt;"text/javascript"&lt;/span&gt; &lt;/pre&gt;
&lt;pre class="csharpcode"&gt;    src=&lt;span class="str"&gt;"http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.14/jquery-ui.min.js"&lt;/span&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;
&lt;pre class="csharpcode"&gt; &lt;/pre&gt;
&lt;style type="text/css"&gt;&lt;![CDATA[

.csharpcode, .csharpcode pre
{
	font-size: 9px;
	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; }]]&gt;&lt;/style&gt;
&lt;p&gt;Note that the current versions of these files at this time is 1.6.2 for jQuery and 1.8.14 for jQueryUI.&lt;/p&gt;&lt;img src="http://blogs.webguild.com/aggbug/6.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://blogs.webguild.com/archive/2011/05/30/how-to-enable-jquery-intellisense-in-your-mvc-3-razor.aspx</guid>
            <pubDate>Mon, 30 May 2011 04:00:00 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2011/05/30/how-to-enable-jquery-intellisense-in-your-mvc-3-razor.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/6.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Log Your Website Visitor Out of Facebook</title>
            <category>Programming</category>
            <link>http://blogs.webguild.com/archive/2011/05/26/log-your-website-visitor-out-of-facebook.aspx</link>
            <description>&lt;p&gt;One of my webs lets the user authenticate using the Facebook OAuth 2.0 Graph protocol. When the user clicks the Logout button, a call is made (Http redirect) to Facebook to have it log the user off Facebook and my site and then it returns to my site to display my page with the button now showing &lt;em&gt;Login &lt;/em&gt;instead of &lt;em&gt;Logout&lt;/em&gt;. The user never sees any Facebook page during the logout.&lt;/p&gt;
&lt;p&gt;The way this works is to pass a parameter to Facebook that indicates the url to return to when it is done. A few weeks ago, this stopped working. Instead of returning to the specified url, Facebook logged out the user but displayed its own page. It ignored the return url parameter.&lt;/p&gt;
&lt;p&gt;The return parameter is specified as &lt;strong&gt;next=&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;I posted a &lt;a target="_blank" href="http://bugs.developers.facebook.net/show_bug.cgi?id=17217"&gt;Facebook bug&lt;/a&gt; and someone did reply with a solution. It did not immediately work for me but with some experimentation, I found out the needed syntax.&lt;/p&gt;
&lt;p&gt;This does work if you do it right. I tried some variations and some work and some don't. By "work", I mean the redirect will log you out and it will return to your url in the "next" parameter.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.facebook.com/logout.php?next=[http://www.yoursite.com]&amp;amp;access_token=[current"&gt;&lt;u&gt;&lt;font color="#0066cc" /&gt;&lt;/u&gt;&lt;font color="#0066cc" /&gt;&lt;/a&gt;&lt;font color="#0066cc"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;&lt;a href="https://www.facebook.com/logout.php?next=[http://www.yoursite.com]&amp;amp;access_token=[current"&gt;&lt;strong&gt;https://www.facebook.com/logout.php?next=&lt;font style="background-color: rgb(255, 255, 0);"&gt;[http://www.yoursite.com]&lt;/font&gt;&amp;amp;access_token=&lt;font style="background-color: rgb(255, 255, 0);"&gt;[current&lt;/font&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/font&gt;&lt;/u&gt;&lt;strong&gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;&lt;font color="#000000"&gt;_&lt;/font&gt;token&lt;/font&gt;&lt;/strong&gt;&lt;strong&gt;&lt;font style="background-color: rgb(255, 255, 0);"&gt;]&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;font color="#0066cc"&gt;
&lt;ol&gt;
    &lt;li&gt;Use &lt;strong&gt;https&lt;/strong&gt;, not &lt;strong&gt;http&lt;/strong&gt; - it won't return if you use http (for facebook.com)&lt;/li&gt;
    &lt;li&gt;Supply the &lt;strong&gt;access_token&lt;/strong&gt; parameter - it won't return if omitted&lt;/li&gt;
    &lt;li&gt;Both &lt;strong&gt;www&lt;/strong&gt;.facebook.com and &lt;strong&gt;m&lt;/strong&gt;.facebook.com appear to work&lt;/li&gt;
    &lt;li&gt;Supply or omit the &lt;strong&gt;&amp;amp;confirm=1&lt;/strong&gt; parameter (some folks mentioned it). It worked either way&lt;/li&gt;
    &lt;li&gt;UrlEncode the &lt;strong&gt;next&lt;/strong&gt; parameter if necessary (contains question marks, ampersands, equal signs, etc.)&lt;/li&gt;
    &lt;li&gt;I passed &lt;strong&gt;&amp;amp;next=&lt;/strong&gt;&lt;strong&gt;&lt;font color="#000000"&gt;http://localhost:5000/&lt;/font&gt;&lt;/strong&gt; - final slash is not required but recommended.&lt;/li&gt;
&lt;/ol&gt;
&lt;/font&gt;&lt;img src="http://blogs.webguild.com/aggbug/7.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Blog Author</dc:creator>
            <guid>http://blogs.webguild.com/archive/2011/05/26/log-your-website-visitor-out-of-facebook.aspx</guid>
            <pubDate>Thu, 26 May 2011 04:00:00 GMT</pubDate>
            <comments>http://blogs.webguild.com/archive/2011/05/26/log-your-website-visitor-out-of-facebook.aspx#feedback</comments>
            <wfw:commentRss>http://blogs.webguild.com/comments/commentRss/7.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>