
RICHARDPRODGER.WORDPRESS.COM
Richard Prodger | Musings on stuff that interests meMusings on stuff that interests me (by Richard Prodger)
http://richardprodger.wordpress.com/
Musings on stuff that interests me (by Richard Prodger)
http://richardprodger.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
1.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
14
SITE IP
192.0.78.12
LOAD TIME
1.413 sec
SCORE
6.2
Richard Prodger | Musings on stuff that interests me | richardprodger.wordpress.com Reviews
https://richardprodger.wordpress.com
Musings on stuff that interests me (by Richard Prodger)
Using the Windows SMTP Server in Azure | Richard Prodger
https://richardprodger.wordpress.com/2011/07/18/using-the-windows-smtp-server-in-azure
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. July 18, 2011. You can mo...
Richard Prodger | Richard Prodger
https://richardprodger.wordpress.com/author/richardprodger
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. July 3, 2012. I’ve ...
P3P and IIS in Azure | Richard Prodger
https://richardprodger.wordpress.com/2011/04/06/p3p-and-iis-in-azure
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. April 6, 2011. Create a f...
GAP in the clouds! | Richard Prodger
https://richardprodger.wordpress.com/2012/04/26/gap-in-the-clouds
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. April 26, 2012.
Azure IIS7 Configuration with AppCmd | Richard Prodger
https://richardprodger.wordpress.com/2011/03/22/azure-iis7-configuration-with-appcmd
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. March 22, 2011. AppCmd...
TOTAL PAGES IN THIS WEBSITE
11
The Minimalist Coder: Google Contacts Synchronisation
http://minimalistcoder.blogspot.com/2011/06/having-recently-migrated-to-google-apps.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Wednesday, June 29, 2011. Having recently migrated to Google Apps at the organisation in which I work, one of the glaring omissions we discovered was the concept of a Global Address List. To obtain the reference assemblies, you'll need to get the GData .NET Client Library from http:/ code.google.com/p/google-gdata/. The latter link also contains the compiled application ...
The Minimalist Coder: November 2009
http://minimalistcoder.blogspot.com/2009_11_01_archive.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Monday, November 2, 2009. Migrating Classic WCF to the Service Bus. What's really nice about Service Bus's implementation, however, (and often overlooked) is that it's nothing more than a new set of WCF bindings which result in the creation of publicly reachable and discoverable endpoints. With that in mind, I wondered whether I could take my previous simple WCF example.
The Minimalist Coder: March 2013
http://minimalistcoder.blogspot.com/2013_03_01_archive.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Sunday, March 31, 2013. Data migration to Azure SQL Database. So imagine (if you can! My excitement last September with the announcement. On my veritable roller coaster of emotions that day, imagine now the devastation caused by the following response from Azure:. Msg 40510, Level 16, State 1, Line 1. Statement 'SELECT INTO' is not supported in this version of SQL Server.
The Minimalist Coder: Comparing SQL Server Schemas
http://minimalistcoder.blogspot.com/2013/03/comparing-schemas.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Tuesday, March 19, 2013. Comparing SQL Server Schemas. If you're using Entity Framework code-first without database migrations, you'll be only too aware of the pain of updating the live database schema whenever you make changes to the model. The following scripts are what I use to identify the differences between development and live schemas. TABLE NAME, Local. Remote...
The Minimalist Coder: Obfuscating QueryString Parameters
http://minimalistcoder.blogspot.com/2009/01/obfuscating-querystring-parameters.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Thursday, January 22, 2009. I need to provide a link to a URL which contains some parameters I'd like to obfuscate. Specifically, within an automatically generated Email, instead of embedding a link /sendMessage.aspx? Address=foo@bar.com&expiry=2009-01-22Z13:30 , I'd prefer /sendMessage.aspx? Broken down, my requirements for obfuscation are:. Generate a suitable key.
The Minimalist Coder: Self-Hosting WCF
http://minimalistcoder.blogspot.com/2009/01/self-hosting-wcf.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Wednesday, January 14, 2009. I'd like to have two separate processes (both under my control) communicate over WCF. What's the easiest way to achieve this? As an example, I'd like Process 1 (a client) to be able to check the health or presence of Process 2 (the server) by periodically requesting the server's local time. To permit communication, we need to define a. Finall...
The Minimalist Coder: June 2009
http://minimalistcoder.blogspot.com/2009_06_01_archive.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Monday, June 29, 2009. Having bought a shiny new MacBook a few months ago, I got a little bored of OS X and wanted to make most use of its Intel chipset - to let me boot into Windows, OS X and Linux all on the same box. 1 Install the rEFIt Bootloader. Which is an alternative bootloader providing support for the Extensible Firmware Interface that Macs use. I found my idea...
The Minimalist Coder: Migrating Classic WCF to the Service Bus
http://minimalistcoder.blogspot.com/2009/11/service-bus.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Monday, November 2, 2009. Migrating Classic WCF to the Service Bus. What's really nice about Service Bus's implementation, however, (and often overlooked) is that it's nothing more than a new set of WCF bindings which result in the creation of publicly reachable and discoverable endpoints. With that in mind, I wondered whether I could take my previous simple WCF example.
The Minimalist Coder: January 2009
http://minimalistcoder.blogspot.com/2009_01_01_archive.html
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away" - Antoine de Saint Exupéry. Thursday, January 22, 2009. I need to provide a link to a URL which contains some parameters I'd like to obfuscate. Specifically, within an automatically generated Email, instead of embedding a link /sendMessage.aspx? Address=foo@bar.com&expiry=2009-01-22Z13:30 , I'd prefer /sendMessage.aspx? Broken down, my requirements for obfuscation are:. Generate a suitable key.
TOTAL LINKS TO THIS WEBSITE
14
Richard P Roberts | This site is dedicated to the memory and preservation of Col.Richard P. Roberts,commander of the 140th Pennsylvania Volunteer Infantry Regiment.
This site is dedicated to the memory and preservation of Col.Richard P. Roberts,commander of the 140th Pennsylvania Volunteer Infantry Regiment. We Will Never Forget…. Posted by Mark Grago. On July 3, 2015. In memory of the gallant, fallen soldiers who gave their lives on this day at the Battle of Gettysburg. ColRichard P. Roberts, the commander of the 140th Pennsylvania Volunteer Infantry Regiment, in whose memory this site is dedicated to, fell on the battlefield of Gettysburg on July 2, 1863. Posted b...
richardprobstgeneralcontractor.com
Richard Probst Contractor - Home Improvement | Bloomfield, NJ
Beautiful home improvements for any home. Invest in your home to improve the look, function, and value, with remodeling, renovations, and additions. Beautiful home improvements for any home. Invest in your home to improve the look, function, and value, with remodeling, renovations, and additions. Beautiful home improvements for any home. Invest in your home to improve the look, function, and value, with remodeling, renovations, and additions. Beautiful home improvements for any home.
Richard Procee
David & Marsha. Micheal & Claudia. Reinder & Hinke. Aad & Deborah. Rock & Roll. All content 2015 by Richard Procee.
This Vistaprint site has not yet been published
Is under construction and hasn't been published yet. To create your own free website on Vista.
Homeopatie - Retreat - Brno
Richard Procházka - homeopatie - retreat - bodyterapie. Podání a užití léku. Alopatie vs. homeopatie. Každá nemoc je proces, cesta k sobě, kterou je třeba projít na cestě k uzdravení abychom opět našli svůj střed a mohli být sami sebou. Indiáni. Nemocného za toho, kdo ztratil svůj stín. Jinými slovy, ztratil kontakt se svým stínem, částí sebe sama, kterou buď nevidíme, nechceme vidět, nebo jsme odmítli. Alterius non sit, qui suus esse potest. Kdo může být sám sebou, nechť není nikým jiným. Protože naše t...
Richard Prodger | Musings on stuff that interests me
Musings on stuff that interests me. New Azure Web Sites and SSL (HTTPS). GAP in the clouds! Azure Table Storage has missing rows in query result (continuation tokens). Windows Azure Privacy Statement. Using the Windows SMTP Server in Azure. Using RoleEnvironment in a console app in .NET4. WIF, ACS, STS and SSO Configuration Challenges. P3P and IIS in Azure. Azure IIS7 Configuration with AppCmd. Travel Advisor – A Windows Azure DataMarket and Windows Phone 7 integration exercise. July 3, 2012. I’ve ...
Richard Producciones
richardproducoesrs.blogspot.com
Richard Vieira Fotografia
Sábado, 7 de novembro de 2009. Visite o nosso site:. Curta a nossa página no Facebook:. Https:/ www.facebook.com/pages/Richard-Vieira-Produ%C3%A7%C3%B5es-Fotogr%C3%A1ficas/401782516536588? Modelo Awesome Inc. Tecnologia do Blogger.
Friends of Donnellson Library Richard Proenneke Fund - Home
Welcome to the Official Website for Richard Proenneke . American Naturalist. May 4, 1916 - April 20, 2003. Friends of Donnellson Library Richard Proenneke Fund. Heirloom Sourdough Starter Spoon. Sunset At Twin Lakes". Welcome to the official website of Richard Louis Dick Proenneke. We hope your journey through our website is both enjoyable as well as informative. Welcome To Dicks World! Dicks wilderness ethic was simple: Twin Lakes and the wildlife therein should not suffer for his presence.
Richard Proenneke Store: Shop Online at richardproennekestore.com
The Richard Proenneke Journals. Your shopping cart is empty! Welcome To Richard's World! Welcome To Richard's World! Welcome to Richard's World! Welcome To Richard's World! Welcome To Richard's World! Welcome To Richard's World! Powered by Aabaco Stores.
richardprofessionalstuff.blogspot.com
Richard's Professional Resume & Vita
Richards Professional Resume and Vita. Wednesday, July 22, 2009. Richard L. Twedt. 74105 Setting Sun Trail. Palm Desert, CA 92260. 1981 - Masters of Art,. Cheney and Spokane, WA. 1975 - Bachelors of Art, Eastern Washington University. 1969 - Bachelors of Art, Business (Marketing), Eastern Washington University. L' Ecole des Beaux Arts. International Study Abroad Program,. 1970/71 - Post-Graduate course work in Business Administration, Eastern Washington University. 4/2002 - 8/2009 - Public Arts Manager,.