<!DOCTYPE html>
<html lang="en-US">
<head profile="http://gmpg.org/xfn/11">
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <title>ALM Rocks!</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <!-- Modern, unique Google Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Montserrat:700,400%7CRoboto:400,500,700&amp;display=swap" rel="stylesheet">
  <!-- Keep the original stylesheet -->
  <link rel="stylesheet" href="/wp-content/themes/Horcrux/style.css" type="text/css" media="screen">
  <!-- Existing links and scripts -->
  <link rel="alternate" type="application/rss+xml" title="ALM Rocks! RSS Feed" href="/?feed=rss2">
  <link rel="alternate" type="application/atom+xml" title="ALM Rocks! Atom Feed" href="/?feed=atom">
  <link rel="pingback" href="/xmlrpc.php">
  <link rel="archives" title="January 2015" href="/?m=201501">
  <link rel="archives" title="October 2014" href="/?m=201410">
  <link rel="archives" title="August 2014" href="/?m=201408">
  <link rel="archives" title="July 2014" href="/?m=201407">
  <link rel="archives" title="May 2014" href="/?m=201405">
  <link rel="archives" title="March 2014" href="/?m=201403">
  <link rel="archives" title="February 2014" href="/?m=201402">
  <link rel="archives" title="January 2014" href="/?m=201401">
  <link rel="archives" title="December 2013" href="/?m=201312">
  <link rel="archives" title="November 2013" href="/?m=201311">
  <link rel="archives" title="October 2013" href="/?m=201310">
  <link rel="archives" title="August 2013" href="/?m=201308">
  <link rel="archives" title="July 2013" href="/?m=201307">
  <link rel="archives" title="June 2013" href="/?m=201306">
  <link rel="archives" title="May 2013" href="/?m=201305">
  <link rel="archives" title="April 2013" href="/?m=201304">
  <link rel="archives" title="March 2013" href="/?m=201303">
  <link rel="archives" title="February 2013" href="/?m=201302">
  <link rel="archives" title="January 2013" href="/?m=201301">
  <link rel="archives" title="November 2012" href="/?m=201211">
  <link rel="archives" title="September 2012" href="/?m=201209">
  <script src="/wp-includes/js/jquery/jquery.js?ver=1.11.1"></script>
  <script src="/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1"></script>
  <script src="/wp-content/themes/Horcrux/js/superfish.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/jquery.tipsy.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/effects.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/jquery-ui-personalized-1.5.2.packed.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/cufon.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/cufonts.js?ver=4.0.1"></script>
  <script src="/wp-content/themes/Horcrux/js/Myriad_Pro_700.font.js?ver=4.0.1"></script>
  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd">
  <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml">
  <style>
    html, body {
      font-family: 'Roboto', Arial, sans-serif;
      background: linear-gradient(120deg, #ece9f7 0%, #f8fafc 100%);
      color: #222;
      margin: 0;
      padding: 0;
      min-height: 100vh;
    }
    /* Modern glassmorphism effect */
    .glass {
      background: rgba(255,255,255,0.7);
      backdrop-filter: blur(8px) saturate(110%);
      border-radius: 22px;
      box-shadow: 0 8px 36px rgba(30, 40, 100, .08);
      border: 1px solid rgba(90,119,255,0.08);
    }
    .masthead {
      background: linear-gradient(90deg,#5a77ff 0%, #1d2440 100%);
      color: #fff;
      padding: 2rem 0 1rem 0;
      box-shadow: 0 4px 32px rgba(30,40,100,.10);
      border-bottom-left-radius: 24px;
      border-bottom-right-radius: 24px;
    }
    .blogname h1 a, .blogname h2 {
      font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
      color: #fff;
      text-decoration: none;
      letter-spacing: 2.5px;
      text-shadow: 0 3px 12px #3140a2;
    }
    .blogname h1 {
      font-size: 3rem;
      margin: 0;
      font-weight: 700;
    }
    .blogname h2 {
      font-size: 1.3rem;
      font-weight: 400;
      margin: 0 0 1rem 0;
      letter-spacing: 1.5px;
    }
    #foxmenucontainer {
      background: transparent;
      display: flex;
      justify-content: center;
    }
    #menu ul.sfmenu {
      display: flex;
      gap: 2rem;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    #menu ul.sfmenu li a {
      color: #fff;
      font-weight: 600;
      font-size: 1.1rem;
      padding: 0.65rem 1.3rem;
      border-radius: 8px;
      transition: background 0.2s, transform 0.2s;
      letter-spacing: 1px;
      background: linear-gradient(95deg, rgba(90,119,255,0.13) 0%, rgba(29,36,64,0.08) 100%);
    }
    #menu ul.sfmenu li a:hover, #menu ul.sfmenu li.current-menu-item a {
      background: #5a77ff;
      color: #fff;
      text-decoration: none;
      transform: translateY(-2px) scale(1.05);
      box-shadow: 0 2px 12px #5a77ff55;
    }
    #wrapper {
      max-width: 1200px;
      margin: 2rem auto;
      display: flex;
      gap: 2rem;
    }
    #content {
      flex: 3;
      padding: 2.5rem;
      background: none;
    }
    .glass-content {
      padding: 2rem 2.5rem;
    }
    .post {
      margin-bottom: 2.5rem;
      border-bottom: 1px solid #e3e8f7;
      padding-bottom: 2rem;
      background: none;
    }
    .post:last-child {
      border-bottom: none;
    }
    .title h2 {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.55rem;
      color: #1d2440;
      margin: 0 0 0.5rem 0;
      font-weight: 700;
      letter-spacing: 1.2px;
    }
    .postmeta {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      color: #7d86a7;
      font-size: 0.95rem;
      margin-bottom: 1rem;
      font-style: italic;
    }
    .entry img.postimg {
      float: left;
      margin: 0 1.5rem 1rem 0;
      border-radius: 18px;
      box-shadow: 0 4px 24px rgba(30, 40, 100, .07);
      width: 80px;
      height: 80px;
      object-fit: cover;
      border: 2px solid #ece9f7;
    }
    .entry p {
      font-size: 1.12rem;
      line-height: 1.75;
      margin: 0 0 1rem 0;
    }
    .rmore {
      display: inline-block;
      background: linear-gradient(90deg, #5a77ff 70%, #3140a2 100%);
      color: #fff;
      padding: 0.5rem 1.2rem;
      border-radius: 10px;
      font-size: 1rem;
      text-decoration: none;
      margin-top: .5rem;
      transition: background .2s, box-shadow .2s;
      box-shadow: 0 2px 10px #5a77ff22;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
    .rmore:hover {
      background: #1d2440;
      box-shadow: 0 4px 18px #1d244044;
    }
    .clear { clear: both; }
    /* Sidebar */
    .right {
      flex: 1.2;
      min-width: 300px;
      background: none;
    }
    .glass-sidebar {
      padding: 2.2rem 1.5rem 2.2rem 2rem;
    }
    .sidebox {
      margin-bottom: 2rem;
    }
    .sidetitl {
      font-family: 'Montserrat', sans-serif;
      color: #1d2440;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      border-bottom: 2px solid #5a77ff;
      display: inline-block;
      padding-bottom: .4rem;
      text-shadow: 0 2px 10px #e8eafe55;
    }
    .tagcloud a {
      background: #e8eafe;
      color: #4253ad;
      border-radius: 8px;
      padding: 0.3rem 0.7rem;
      margin: 0.18rem;
      font-size: 1.01rem !important;
      text-decoration: none;
      display: inline-block;
      transition: background 0.15s, color 0.15s;
      font-weight: 500;
    }
    .tagcloud a:hover {
      background: #5a77ff;
      color: #fff;
    }
    /* Email feed */
    .feedsub {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
      border-radius: 14px;
      background: #f8fafc;
      padding: 0.7rem 1rem;
      box-shadow: 0 2px 8px #e8eafe33;
    }
    .feedsub img {
      width: 38px;
      height: 38px;
      border-radius: 10px;
    }
    .feedsub h3 {
      margin: 0;
      font-size: 1.08rem;
      font-weight: 700;
      color: #5a77ff;
      letter-spacing: 0.4px;
    }
    /* Footer */
    #footer {
      background: linear-gradient(90deg,#5a77ff 0%, #1d2440 100%);
      color: #fff;
      padding: 2.5rem 0 1.5rem 0;
      margin-top: 3rem;
      text-align: center;
      border-radius: 0 0 24px 24px;
      font-size: 1.15rem;
      letter-spacing: 0.7px;
      box-shadow: 0 -4px 24px #e8eafe55;
    }
    #footer a {
      color: #9db4ff;
      text-decoration: underline;
      transition: color .15s;
      font-weight: 600;
    }
    #footer a:hover {
      color: #fff;
    }
    /* Responsive */
    @media (max-width: 900px) {
      #wrapper {
        flex-direction: column;
        gap: 1.5rem;
      }
      #content, .right {
        padding: 1rem;
      }
      .glass-content {
        padding: 1.2rem;
      }
      .glass-sidebar {
        padding: 1.2rem;
      }
    }
    @media (max-width: 600px) {
      .masthead, #footer {
        padding: 1rem 0;
      }
      #wrapper {
        margin: 0.5rem;
      }
      .glass-content, .glass-sidebar {
        padding: 0.7rem;
      }
    }
  </style>
</head>
<body>
<div class="masthead">
<div class="blogname" style="text-align: center;">
<h1><a href="/" title="ALM Rocks!">ALM Rocks!</a></h1>
<h2>ALM Rocks!</h2>
</div>
<div id="foxmenucontainer">
<div id="menu" class="menu-home-container">
<ul id="menu-home" class="sfmenu">
<li id="menu-item-6" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-6"><a href="/"></a>
<div>
<ul id="4931100509305995947">
<li><a href="/data-broker-opt-outs-that-work-portals-proof-and-persistence">Data Broker Opt-Outs That Work: Portals, Proof, and Persistence</a> - 2025-10-31</li>
<li><a href="/big-tech-and-privacy-data-practices-guardrails-and-regulation">Big Tech and Privacy: Data Practices, Guardrails, and Regulation</a> - 2025-10-31</li>
</ul>
</div>
<a href="/">ALM Rocks</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="/?page_id=11">About</a></li>
</ul>
</div>
</div>
</div>
<div id="wrapper">
<div id="content">
<div class="glass glass-content"><!-- Latest posts -->
<div class="post" id="post-465">
<div class="title">
<h2>ALM Links&ndash;January 30, 2015</h2>
<div class="postmeta">
<div class="pmet">Posted by Mickey Gousset on Jan - 30 - 2015</div>
<div class="pmet comm">0 Comment</div>
</div>
</div>
<div class="entry"><img class="postimg" src="/wp-content/themes/Horcrux/timthumb.php?src=/wp-content/uploads/2012/09/MG1.jpg&amp;h=160&amp;w=160&amp;zc=1" alt="" />
<p>Jeff Bramwell on Visual Studio 2015 CTP 5: Jeff provides a quick overview of what&rsquo;s new in VS 2015 CTP 5. I&rsquo;m especially interested in the new diagnostic tools. NorthWest Cadence on Configuration Management and Desired State Configuration: Bryon has a discussion around configuration drift and PowerShell DSC. For us&nbsp;&nbsp;[ Read More ]</p>
Continue
<div class="clear"></div>
</div>
</div>
<div class="post" id="post-462">
<div class="title">
<h2>Microsoft MVP for 10 Years: Some History</h2>
<div class="postmeta">
<div class="pmet">Posted by Mickey Gousset on Oct - 3 - 2014</div>
<div class="pmet comm">0 Comment</div>
</div>
</div>
<div class="entry"><img class="postimg" src="/wp-content/themes/Horcrux/timthumb.php?src=/wp-content/uploads/2012/09/MG1.jpg&amp;h=160&amp;w=160&amp;zc=1" alt="" />
<p>Wow.&nbsp; Once again I&rsquo;ve been awarded the Microsoft Most Valuable Professional designation for my community contributions around Application Lifecycle Management.&nbsp; For those who don&rsquo;t know, it is not guaranteed that you will be renewed every year. Every year, you are revaluated with regards to your community contributions around Application Lifecycle&nbsp;&nbsp;[ Read More ]</p>
Continue
<div class="clear"></div>
</div>
</div>
<div class="post" id="post-452">
<div class="title">
<h2><a href="/?p=452" rel="bookmark" title="Permanent Link to PowerShell and Team Foundation Server 2013&ndash;Getting Started">PowerShell and Team Foundation Server 2013&ndash;Getting Started</a></h2>
<div class="postmeta">
<div class="pmet">Posted by admin on Aug - 5 - 2014</div>
<div class="pmet comm"><a href="/?p=452#respond" title="Comment on PowerShell and Team Foundation Server 2013&ndash;Getting Started">0 Comment</a></div>
</div>
</div>
<div class="entry"><a href="/?p=452"><img class="postimg" src="/wp-content/themes/Horcrux/timthumb.php?src=/wp-content/uploads/2012/09/MG1.jpg&amp;h=160&amp;w=160&amp;zc=1" alt="" /></a>
<p>I&rsquo;m participating in the &ldquo;100 Days of DevOps with PowerShell&rdquo; series over at System Center Central.&nbsp; My first post went up today about getting started with PowerShell and Team Foundation Server 2013: The first thing you will notice is there are no out-of-the-box TFS cmdlets that ship with Team Foundation<a href="/?p=452">&nbsp;&nbsp;[ Read More ]</a></p>
<a class="rmore" href="/?p=452">Continue</a>
<div class="clear"></div>
</div>
</div>
<!-- ...other post blocks remain unchanged -->
<div class="clear"></div>
<div id="navigation">
<div class="alignleft"><a href="/?paged=2">&laquo; Older Entries</a></div>
<div class="alignright"></div>
<div class="clear"></div>
</div>
<div class="endcont"></div>
</div>
</div>
<div class="right">
<div class="glass glass-sidebar">
<div class="feedsub"><img src="/wp-content/themes/Horcrux/images/mail.png" alt="Mail" />
<h3>Subscribe to email feed</h3>
</div>
<div class="feedlist">
<ul>
<li><a href="http://del.icio.us/post?url=https://almrocks.com"><img src="/wp-content/themes/Horcrux/images/delicious.png" title="I'm Delicious" alt="Delicious" /></a></li>
<li><a href="http://www.digg.com/submit?phase=2&amp;url=https://almrocks.com"><img src="/wp-content/themes/Horcrux/images/digg.png" title="Digg Me" alt="Digg" /></a></li>
</ul>
</div>
<div id="search"><form method="get" id="searchform" action="https://almrocks.com/" name="searchform"></form></div>
<div class="clear"></div>
<div id="newtabs" class="tabox">
<ul class="tabsnav">
<li class="fea"><a href="#popular">Popular</a></li>
<li class="rec"><a href="#recent">Recent</a></li>
<li class="pop"><a href="#tgs">Featured</a></li>
</ul>
<div id="popular" class="tabsdiv"><!-- Keep the images/content as is --></div>
<div id="recent" class="tabsdiv"><!-- Keep the images/content as is --></div>
<div id="tgs" class="tabsdiv"></div>
</div>
<div class="featbox">
<h3 class="sidetitl">Twitter updates</h3>
No public Twitter messages.</div>
<div class="squarebanner">
<h3 class="sidetitl">Sponsors</h3>
<ul>
<li><img src="/logos/InfrontLogo.png" alt=" Infront Consulting Group" style="vertical-align: bottom;" /></li>
<li><a href="http://www.nwcadence.com" title="Northwest Cadence"><img src="/logos/NWCadence.jpg" alt="Northwest Cadence" style="vertical-align: bottom;" /></a></li>
<li><a href="/?page_id=11" title="What to be a sponsor? Click Here!"><img src="/logos/Sponsor.png" alt="What to be a sponsor? Click Here!" style="vertical-align: bottom;" /></a></li>
<li><a href="/?page_id=11" title="What to be a sponsor? Click Here!"><img src="/logos/Sponsor.png" alt="What to be a sponsor? Click Here!" style="vertical-align: bottom;" /></a></li>
</ul>
</div>
<div class="sidebar">
<ul>
<li class="sidebox">
<h3 class="sidetitl">Tags</h3>
<div class="tagcloud"><!-- keep all tag links/content as is --> <a href="/?tag=alm" class="tag-link-12" title="3 topics" style="font-size: 15pt;">ALM</a> <!-- ... --></div>
</li>
<!-- ...other sidebar boxes unchanged -->
<li class="sidebox">
<h3 class="sidetitl">Recent Posts</h3>
<ul>
<ul>
<li>ALM Links&ndash;January 30, 2015</li>
<li>Microsoft MVP for 10 Years: Some History</li>
<li><a href="/?p=452">PowerShell and Team Foundation Server 2013&ndash;Getting Started</a></li>
<li><a href="/?p=448">Visual Studio "14" CTP2 Is Available</a></li>
<li><a href="/?p=444">Microsoft&ndash;Scaling Agile Across the Enterprise</a></li>
</ul>
</ul>
<p>In today's update, we list <a href="https://dillingers.ie/">top irish casino</a> picks based on safety checks, games, and payment options in Ireland.</p>
</li>
<li class="sidebox">
<h3 class="sidetitl">Recent Comments</h3>
<ul id="recentcomments">
<li class="recentcomments"><span class="comment-author-link">admin</span> on <a href="/?p=150#comment-2125">Installing the Visual Studio 2013 Preview</a></li>
<li class="recentcomments"><span class="comment-author-link">Raster P. Watermelon</span> on <a href="/?p=150#comment-2124">Installing the Visual Studio 2013 Preview</a></li>
</ul>
</li>
<!-- ...other sidebar boxes unchanged --></ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="fcred">Copyright &copy; 2015 <a href="/" title="ALM Rocks!">ALM Rocks!</a> - ALM Rocks!.<br />| Wordpress by Horcrux Theme
<div class="clear">
<table width="452">
<tbody>
<tr>
<td width="452"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1b7874756f7a786f5b68787a367268777e683574697c">[email&#160;protected]</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>