<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:g-custom="http://base.google.com/cns/1.0" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>TekTeachers.com Blog</title>
    <link>https://www.ewrctechnology.com</link>
    <description>EWRC Technology Shares News, Articles and Tips.</description>
    <atom:link href="https://www.ewrctechnology.com/feed/rss2" type="application/rss+xml" rel="self" />
    <image>
      <title>TekTeachers.com Blog</title>
      <url>https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/EWRCLogo3.png</url>
      <link>https://www.ewrctechnology.com</link>
    </image>
    <item>
      <title>Web.Config Base64 Encoding With Simple Salt (and decoding)</title>
      <link>https://www.ewrctechnology.com/2021/11/webconfig-base64-encoding-with-simplehtml</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;b&gt;&#xD;
        
                        
      
      
        Title: Base64 Encoding With Simple Salt (and decoding)
      
    
    
                      &#xD;
      &lt;/b&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      Console App-
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      ...App.config
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
        &amp;lt;appSettings&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          &amp;lt;add key="SoapHeader" value="http://mySvc.com:7147/ws/evoCorp/Header" /&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          &amp;lt;add key="SoapLines" value="http://mySvc.com:7147/ws/evoCorp/Lines" /&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          &amp;lt;add key="SoapPosted" value="http://mySvc.com:7147/ws/evoCorp/Posted" /&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      &amp;lt;add key="domainName" value="myDomain" /&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      &amp;lt;add key="domainUser" value="myServiceUser"/&amp;gt; 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      &amp;lt;add key="domainHash" value="myServiceAuth"/&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      &amp;lt;add key="domainMode" value="test"/&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
        &amp;lt;/appSettings&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      ...Program.cs
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 17 Nov 2021 23:27:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2021/11/webconfig-base64-encoding-with-simplehtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>XPCMD_SHELL Move &amp; Load</title>
      <link>https://www.ewrctechnology.com/2021/11/xpcmdshell-move-loadhtml</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
         
        
      
      
                        &#xD;
        &lt;b&gt;&#xD;
          
                          
        
        
          XPCMD_SHELL Move &amp;amp; Load Data from Directory
        
      
      
                        &#xD;
        &lt;/b&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        USE [myETL]
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        GO
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        /****** Object:  StoredProcedure [dbo].[LoadMyRxData]    Script Date: 10/22/2021 ******/
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        IF  EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[LoadMyRxData]') AND type in (N'P', N'PC'))
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        DROP PROCEDURE [dbo].[LoadMyRxData]
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        GO
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        /****** Object:  StoredProcedure [dbo].[LoadMyRxData]    Script Date: 10/22/2021 ******/
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        SET ANSI_NULLS ON
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        GO
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        SET QUOTED_IDENTIFIER ON
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        GO
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        CREATE procedure [dbo].[LoadMyRxData]
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        AS
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        exec xp_cmdshell 'move \\DatabaseServer07\FTP\DataReporting\*PatDetails* \\DatabaseServer01\F\docs\DbName\MyRxData\'--,no_output
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        --Load Raw files
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        declare @dir table(itm varchar(500),ID int identity)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        declare @pth varchar(1000) = '\\DatabaseServer01\f\docs\DbName\MyRxData\'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        declare @cmd varchar(max)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        declare @fl varchar(1000)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        delete from @dir
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        insert @dir(itm)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        exec xp_cmdshell 'dir /b \\DatabaseServer01\f\docs\DbName\MyRxData\*PatDetails*dat'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        while (select COUNT(*) from @dir where isnull(itm,'File Not Found')&amp;lt;&amp;gt;'File Not Found')&amp;gt;0
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        begin
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        select top 1 @fl = itm from @dir where itm is not null order by itm
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        if(OBJECT_ID('tempdb..##FL_MyRxData') is not null) drop table ##FL_MyRxData
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        create table ##FL_MyRxData(dta varchar(max))
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd='bulk insert ##FL_MyRxData from '''+@pth+@fl+''' with(RowTerminator=''0x0a'')'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        exec(@cmd)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        if(OBJECT_ID('tempdb..##PharmRx') is not null) drop table ##PharmRx
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        select top 1 @cmd= dta from ##FL_MyRxData where CHARINDEX('CLIENT_ID',dta)&amp;lt;&amp;gt;0
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=REPLACE(@cmd,' ','')
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=REPLACE(@cmd,'&amp;amp;','')
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=REPLACE(@cmd,'/','')
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=REPLACE(@cmd,',','')
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=REPLACE(@cmd,'|',' varchar(1000),')
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        if(RIGHT(@cmd,1)&amp;lt;&amp;gt;'|') set @cmd = @cmd+' varchar(1000)'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd = 'create table ##PharmRx('+@cmd+')'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        exec(@cmd)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd='bulk insert ##PharmRx from '''+@pth+@fl+''' with(RowTerminator=''0x0a'',fieldterminator=''|'')'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        exec(@cmd)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        delete from ##PharmRx where CLIENT_ID='CLIENT_ID'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        alter table ##PharmRx add FLENAME varchar(500)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        update ##PharmRx set FLENAME=@fl
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        --prevent loading duplicate records
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        delete from ##PharmRx where
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT_ID+PHARMACY+RX_NBR+FILL_NBR+CLAIM_STATUS+ADJUD_DT
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        in (select CLIENT_ID+PHARMACY+RX_NBR+FILL_NBR+CLAIM_STATUS+ADJUD_DT from DbName.dbo.PharmacyRx) 
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        --Load the data
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        declare @ts datetime=getdate()
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        insert DbName.dbo.PharmacyRx
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        (CLIENT_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        HRSA_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ENTITY,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLINIC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DEPARTMENT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        LAST_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FIRST_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DOB,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLAIM_TYPE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        RX_NBR,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FILL_NBR,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ADJUD_DT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY_LOCATION,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PRESCRIBER_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY_NPI,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        GROUP_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        GROUP_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PRESCRIBER_NPI,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        E_RX_FLAG,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        SOURCE_TYPE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        THERAPEUTIC_CLASS_DESC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLASS_IND,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DRG_TYP,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        NDC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DRG_LBL_NM,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        QTY_DISP,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DOS,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        UNIT_COST_340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        COST_340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        AWP_PRICE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        AWP_COST,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        RX_WRITTEN_DT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FILL_SOLD_DTTM,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLAIM_STATUS,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PLN_AR_AMT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        COPAY_AMT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        SALES_TAX,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ADMN_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DISP_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        THRDPTY_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        TOT_DUE_WAG,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        BillingMonth340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FLENAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        LoadDT)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        select
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        HRSA_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ENTITY,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLINIC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DEPARTMENT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        LAST_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FIRST_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DOB,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLAIM_TYPE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        RX_NBR,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FILL_NBR,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ADJUD_DT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY_LOCATION,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PRESCRIBER_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PHARMACY_NPI,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        GROUP_ID,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        GROUP_NAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PRESCRIBER_NPI,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        E_RX_FLAG,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        SOURCE_TYPE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        THERAPEUTIC_CLASS_DESC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLASS_IND,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DRG_TYP,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        NDC,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DRG_LBL_NM,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        QTY_DISP,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DOS,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        UNIT_COST_340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        COST_340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        AWP_PRICE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        AWP_COST,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        RX_WRITTEN_DT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FILL_SOLD_DTTM,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLAIM_STATUS,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        PLN_AR_AMT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        COPAY_AMT,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        SALES_TAX,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ADMN_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        DISP_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        THRDPTY_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        CLIENT_FEE,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        TOT_DUE_WAG,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        Billing_Month_340B,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        FLENAME,
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        @ts LoadDT
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        from
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        ##PharmRx cc
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        truncate table ##PharmRx 
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        --move the file to the archive
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd='exec xp_cmdshell ''move "'+@pth+@fl+'"'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        set @cmd=@cmd+' '+@pth+'archive\'''
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        exec(@cmd)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        --find next file
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        delete from @dir
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        insert @dir(itm)
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;span&gt;&#xD;
        &lt;/span&gt;&#xD;
        
                        
      
      
        exec xp_cmdshell 'dir /b \\DatabaseServer01\f\docs\DbName\PharmRX\*PatDetails*dat'
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        end
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        select FleName,LoadDT,count(*) from DbName.dbo.PharmacyRx group by FleName,LoadDT order by 2 desc
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
      
        GO
      
    
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
        &lt;br/&gt;&#xD;
      &lt;/span&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;br/&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 17 Nov 2021 23:21:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2021/11/xpcmdshell-move-loadhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SSIS ScriptTask Main_Script_Executable.cs</title>
      <link>https://www.ewrctechnology.com/2021/11/ssis-scripttask-mainscriptexecutablecshtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 17 Nov 2021 23:13:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2021/11/ssis-scripttask-mainscriptexecutablecshtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SSIS Script Task - Write Log To Disk</title>
      <link>https://www.ewrctechnology.com/2021/11/ssis-script-task-write-log-to-diskhtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 17 Nov 2021 22:59:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2021/11/ssis-script-task-write-log-to-diskhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Data Monitor XML &amp; HTML Email</title>
      <link>https://www.ewrctechnology.com/2020/10/data-monitor-xml-html-emailhtml</link>
      <description> ***** My Valid Data Monitor **** XML OUT *** HTML EMAIL DELIVERY  *****IF OBJECT_ID('tempdb..#tCustomerID') IS NOT NULL DROP TABLE #tCustomerID    select distinct         mm.CustomerID 		Into #tCustomerID    from myDatabase..myTable (nolock) mm     left join myDatabase.dbo.myOtherTable (nolock) mo 		on mm.refID = mo.id     left join myDatabase.dbo.myOtherTableDetail (nolock) mod 		on mo.id = mod.myOtherTableid         and mm.SearchValue = mod.SearchValue     where mm.refID is not null     and mm.quantity is not null      and mod.SearchValue is nullIF Exists (Select 1 From #tCustomerID)BEGIN DECLARE @xml NVARCHAR(MAX)DECLARE @body NVARCHAR(MAX)SET @xml = CAST(( SELECT [CustomerID] AS 'td' FROM #tCustomerID ORDER BY CustomerID			FOR XML PATH('tr'), ELEMENTS ) AS NVARCHAR(MAX))SET @body ='&lt;html&gt;&lt;body&gt;&lt;H3&gt;My Valid Data Monitor&lt;/H3&gt;&lt;table border = 1&gt;&lt;tr&gt; &lt;th&gt; CustomerID &lt;/th&gt; &lt;/tr&gt;'    SET @body = @body + @xml +'&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;'--SELECT @body  exec msdb.dbo.sp_send_dbmail 	 @profile_name  = 'dbmailProfile'	,@recipients    = 'usergroup@mydomain.com'	,@subject       = 'My Valid Data Monitor'	,@body          = @body	,@body_format   = 'HTML'END</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
       ***** My Valid Data Monitor **** XML OUT *** HTML EMAIL DELIVERY  *****
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      IF OBJECT_ID('tempdb..#tCustomerID') IS NOT NULL DROP TABLE #tCustomerID
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          select distinct 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
              mm.CustomerID 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      Into #tCustomerID
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          from myDatabase..myTable (nolock) mm 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          left join myDatabase.dbo.myOtherTable (nolock) mo 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      on mm.refID = mo.id 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          left join myDatabase.dbo.myOtherTableDetail (nolock) mod 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      on mo.id = mod.myOtherTableid 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
              and mm.SearchValue = mod.SearchValue 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          where mm.refID is not null 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          and mm.quantity is not null  
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
          and mod.SearchValue is null
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;br/&gt;&#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      IF Exists (Select 1 From #tCustomerID)
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      BEGIN 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      DECLARE @xml NVARCHAR(MAX)
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      DECLARE @body NVARCHAR(MAX)
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      SET @xml = CAST(( SELECT [CustomerID] AS 'td' FROM #tCustomerID ORDER BY CustomerID
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      FOR XML PATH('tr'), ELEMENTS ) AS NVARCHAR(MAX))
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      SET @body ='&amp;lt;html&amp;gt;&amp;lt;body&amp;gt;&amp;lt;H3&amp;gt;My Valid Data Monitor&amp;lt;/H3&amp;gt;
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      &amp;lt;table border = 1&amp;gt;&amp;lt;tr&amp;gt; &amp;lt;th&amp;gt; CustomerID &amp;lt;/th&amp;gt; &amp;lt;/tr&amp;gt;'    
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      SET @body = @body + @xml +'&amp;lt;/table&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;'
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      --SELECT @body
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
        exec msdb.dbo.sp_send_dbmail 
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
       @profile_name  = 'dbmailProfile'
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      ,@recipients    = 'usergroup@mydomain.com'
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      ,@subject       = 'My Valid Data Monitor'
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      ,@body          = @body
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      &lt;span&gt;&#xD;
      &lt;/span&gt;&#xD;
      
                      
    
    
      ,@body_format   = 'HTML'
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;span&gt;&#xD;
      
                      
    
    
      END
    
  
  
                    &#xD;
    &lt;/span&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 01 Oct 2020 18:12:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/10/data-monitor-xml-html-emailhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Make the most of the season by following these simple guidelines</title>
      <link>https://www.ewrctechnology.com/make-the-most-of-the-season-by-following-these-simple-guidelines</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    The new season is a great reason to make and keep resolutions. Whether it’s eating right or cleaning out the garage, here are some tips for making and keeping resolutions.
  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Make a list
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Lists are great ways to stay on track. Write down some big things you want to accomplish and some smaller things, too.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Check the list regularly
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Don’t forget to check in and see how you’re doing. Just because you don’t achieve the big goals right away doesn’t mean you’re not making progress.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Reward yourself
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    When you succeed in achieving a goal, be it a big one or a small one, make sure to pat yourself on the back.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Think positively
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Positive thinking is a major factor in success. So instead of mulling over things that didn’t go quite right, remind yourself of things that did.
  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/drinks_afternoon.jpg" length="353428" type="image/jpeg" />
      <pubDate>Sun, 20 Sep 2020 08:39:44 GMT</pubDate>
      <author>websitebuilder@1and1.de</author>
      <guid>https://www.ewrctechnology.com/make-the-most-of-the-season-by-following-these-simple-guidelines</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/drinks_afternoon.jpg">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/drinks_afternoon.jpg">
        <media:description>main image</media:description>
      </media:content>
    </item>
    <item>
      <title>Keep in touch with site visitors and boost loyalty</title>
      <link>https://www.ewrctechnology.com/keep-in-touch-with-site-visitors-and-boost-loyalty</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    There are so many good reasons to communicate with site visitors. Tell them about sales and new products or update them with tips and information.
  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Here are some reasons to make blogging part of your regular routine.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;br/&gt;&#xD;
    &lt;b&gt;&#xD;
      
                      
      Blogging is an easy way to engage with site visitors
    
                    &#xD;
    &lt;/b&gt;&#xD;
    &lt;br/&gt;&#xD;
  &lt;/p&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Writing a blog post is easy once you get the hang of it. Posts don’t need to be long or complicated. Just write about what you know, and do your best to write well.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Show customers your personality
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    When you write a blog post, you can really let your personality shine through. This can be a great tool for showing your distinct personality.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Blogging is a terrific form of communication
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Blogs are a great communication tool. They tend to be longer than social media posts, which gives you plenty of space for sharing insights, handy tips and more.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    It’s a great way to support and boost SEO
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Search engines like sites that regularly post fresh content, and a blog is a great way of doing this. With relevant metadata for every post so  search engines can find your content.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Drive traffic to your site
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Every time you add a new post, people who have subscribed to it will have a reason to come back to your site. If the post is a good read, they’ll share it with others, bringing even more traffic!
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    Blogging is free
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    Maintaining a blog on your site is absolutely free. You can hire bloggers if you like or assign regularly blogging tasks to everyone in your company.
  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
    A natural way to build your brand
  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
    A blog is a wonderful way to build your brand’s distinct voice. Write about issues that are related to your industry and your customers.
  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/man_walking_street.jpg" length="285531" type="image/jpeg" />
      <pubDate>Sun, 20 Sep 2020 08:39:44 GMT</pubDate>
      <author>websitebuilder@1and1.de</author>
      <guid>https://www.ewrctechnology.com/keep-in-touch-with-site-visitors-and-boost-loyalty</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/man_walking_street.jpg">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/man_walking_street.jpg">
        <media:description>main image</media:description>
      </media:content>
    </item>
    <item>
      <title>Tips for writing great posts that increase your site traffic</title>
      <link>https://www.ewrctechnology.com/tips-for-writing-great-posts-that-increase-your-site-traffic</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
                    
    Write about something you know. If you don’t know much about a specific topic that will interest your readers, invite an expert to write about it.
  
                  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div&gt;&#xD;
  &lt;a&gt;&#xD;
    &lt;img src="https://irt-cdn.multiscreensite.com/md/unsplash/dms3rep/multi/desktop/photo-1455849318743-b2233052fcff.jpg" alt="" title=""/&gt;&#xD;
  &lt;/a&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
                    
    Speak to your audience
  
                  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
                    
    You know your audience better than anyone else, so keep them in mind as you write your blog posts. Write about things they care about. If you have a company Facebook page, look here to find topics to write about
  
                  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
                    
    Take a few moments to plan your post
  
                  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
                    
    Once you have a great idea for a post, write the first draft. Some people like to start with the title and then work on the paragraphs. Other people like to start with subtitles and go from there. Choose the method that works for you.
  
                  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
                    
    Don’t forget to add images
  
                  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
                    
    Be sure to include a few high-quality images in your blog. Images break up the text and make it more readable. They can also convey emotions or ideas that are hard to put into words.
  
                  
                  &#xD;
  &lt;/p&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;b&gt;&#xD;
    
                    
                    
    Edit carefully before posting
  
                  
                  &#xD;
  &lt;/b&gt;&#xD;
  &lt;br/&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    
                    
    Once you’re happy with the text, put it aside for a day or two, and then re-read it. You’ll probably find a few things you want to add, and a couple more that you want to remove. Have a friend or colleague look it over to make sure there are no mistakes. When your post is error-free, set it up in your blog and publish.
  
                  
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/woman_coffee_street.jpg" length="417830" type="image/jpeg" />
      <pubDate>Sun, 20 Sep 2020 08:39:44 GMT</pubDate>
      <author>websitebuilder@1and1.de</author>
      <guid>https://www.ewrctechnology.com/tips-for-writing-great-posts-that-increase-your-site-traffic</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/woman_coffee_street.jpg">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://irt-cdn.multiscreensite.com/md/dmtmpl/dms3rep/multi/woman_coffee_street.jpg">
        <media:description>main image</media:description>
      </media:content>
    </item>
    <item>
      <title>How to Turn Up Mic Volume in Windows 10 – Appuals.com</title>
      <link>https://www.ewrctechnology.com/2020/07/15/how-to-turn-up-mic-volume-in-windows-10-appuals-com</link>
      <description>Turn Up! Not every microphone has the same base volume for transmitting your voice through your computer to whoever or whatever is on the other end of the exchange. Some microphones have a higher volume as compared to others, and some microphones have a volume that is so low that the person on the other […]
The post How to Turn Up Mic Volume in Windows 10 – Appuals.com appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Turn Up! Not every microphone has the same base volume for transmitting your voice through your computer to whoever or whatever is on the other end of the exchange. Some microphones have a higher volume as compared to others, and some microphones have a volume that is so low that the person on the other […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2020/07/15/how-to-turn-up-mic-volume-in-windows-10-appuals-com/"&gt;&#xD;
      
                      
    
    How to Turn Up Mic Volume in Windows 10 – Appuals.com
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 15 Jul 2020 16:16:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/07/15/how-to-turn-up-mic-volume-in-windows-10-appuals-com</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>BCP Parameters INPUT: UNCPathAndLogTable - UNC Path And LogTable OF Parameter file</title>
      <link>https://www.ewrctechnology.com/2020/06/bcp-parameters-input-uncpathandlogtablehtml</link>
      <description />
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;a href="mailto:'+@UNCPathAndLogTable+'"&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
    
      '+@UNCPathAndLogTable+'
    
  
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/a&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;a href="mailto:'''+@UNCPathAndLogTable+'''"&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
    
      '''+@UNCPathAndLogTable+'''
    
  
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/a&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;a href="mailto:+@UNCPathAndFileOut+'"&gt;&#xD;
      &lt;span&gt;&#xD;
        
                        
      
    
      +@UNCPathAndFileOut+'
    
  
    
                      &#xD;
      &lt;/span&gt;&#xD;
    &lt;/a&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 09 Jun 2020 06:43:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/06/bcp-parameters-input-uncpathandlogtablehtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL UNIQUE AND RANDOM TRANSACTION NAMES</title>
      <link>https://www.ewrctechnology.com/2020/05/sql-unique-and-random-transaction-nameshtml</link>
      <description>--UNIQUE AND RANDOM TRANSACTION NAMES (FOR HIGH VOLUME TRANSACTIONS PER SECOND)DECLARE @randomString VARCHAR(255) = CONVERT(varchar(255), NEWID());SELECT @randomString = replace(replace(replace(convert(varchar, getdate(), 120),':',''),'-',''),' ','') + RIGHT(@randomString,10);PRINT ''+ CONVERT(VARCHAR,LEN(@randomString)) + ' CHARS / OF MAXIMUM 32 CHARS FOR LENGTH OF TRANSACTION NAMES'SELECT @randomStringBEGIN TRANSACTION  @randomStringSELECT replace(replace(replace(convert(varchar, getdate(), 120),':',''),'-',''),' ','');SELECT CONVERT(VARCHAR,getdate(),112) + LEFT(REPLACE(CONVERT(VARCHAR,getdate(),114),':',''),6);SELECT REPLACE(SUBSTRING(CONVERT(VARCHAR(33),SYSDATETIMEOFFSET(),126), 1, 8), '-', '') + SUBSTRING(REPLACE(REPLACE(REPLACE(CONVERT(VARCHAR(33), SYSDATETIMEOFFSET(), 126),'T',''),'.',''),':',''),9,DATALENGTH(CONVERT(VARCHAR(33), SYSDATETIMEOFFSET(), 126)))COMMIT TRANSACTION  @randomStringOUTPUT-- 24 CHARS / OF MAXIMUM 32 CHARS FOR LENGTH OF TRANSACTION NAMES-- 202005141039592610925CAA  &lt;- THIS IS THE ONE-- 20200514103959-- 20200514103959-- 202005141039598866412-0500</description>
      <content:encoded />
      <pubDate>Thu, 14 May 2020 15:45:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/05/sql-unique-and-random-transaction-nameshtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL KILLBILL What Is Running SnapShot ?</title>
      <link>https://www.ewrctechnology.com/2020/05/sql-killbill-what-is-running-snapshothtml</link>
      <description />
      <content:encoded />
      <pubDate>Thu, 14 May 2020 15:10:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/05/sql-killbill-what-is-running-snapshothtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL code snippets to save the ol joints</title>
      <link>https://www.ewrctechnology.com/2020/05/sql-code-snippets-to-save-ol-jointshtml</link>
      <description />
      <content:encoded>&lt;div&gt;&#xD;
  &lt;a href="https://cdn.website-editor.net/s/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/SNIP.jpg" target="_top"&gt;&#xD;
    &lt;img src="https://cdn.website-editor.net/s/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/SNIP.jpg" alt="" title=""/&gt;&#xD;
  &lt;/a&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    &lt;a&gt;&#xD;
    &lt;/a&gt;&#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 11 May 2020 13:05:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/05/sql-code-snippets-to-save-ol-jointshtml</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://cdn.website-editor.net/s/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/SNIP.jpg">
        <media:description>thumbnail</media:description>
      </media:content>
    </item>
    <item>
      <title>SSIS Script Task Sample Write Log</title>
      <link>https://www.ewrctechnology.com/2020/05/ssis-script-task-sample-write-loghtml</link>
      <description />
      <content:encoded />
      <pubDate>Tue, 05 May 2020 22:08:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/05/ssis-script-task-sample-write-loghtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>CREATE COMMA SEPERATED LIST OF VALUES TO SEARCH BY CHARINDEX</title>
      <link>https://www.ewrctechnology.com/2020/05/create-comma-seperated-list-of-valueshtml</link>
      <description>---CREATE COMMA SEPERATED LIST OF VALUES TO SEARCH BY CHARINDEXDECLARE @CSVIDs varchar(max)SELECT DISTINCT @CSVIDs = STUFF((SELECT DISTINCT text_id /*EntityNames*/ +',' FROM #c FOR XML PATH ('')) ,1,0,'') -- (xwaid)--USAGE OF CSV STUFFEDIF (object_id('tempdb..#SearchResultList') is not null) DROP TABLE#SearchResultList;SELECT DISTINCT en.ID, en.OPID, en.EntityNames, en.WAID  INTO #SearchResultListfrom myDatabase.dbo.EntityNames enwhere charindex(ce.OPID,@CSVIDs) &gt; 0 </description>
      <content:encoded />
      <pubDate>Mon, 04 May 2020 19:01:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/05/create-comma-seperated-list-of-valueshtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL SERVER Audit Log HTML Report</title>
      <link>https://www.ewrctechnology.com/2020/04/sql-server-audit-log-html-reporthtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 22 Apr 2020 20:37:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/04/sql-server-audit-log-html-reporthtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL SERVER EMAIL HTML REPORT</title>
      <link>https://www.ewrctechnology.com/2020/04/sql-server-email-htlm-reporthtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 22 Apr 2020 16:41:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/04/sql-server-email-htlm-reporthtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL SERVER DDL Job Configuration</title>
      <link>https://www.ewrctechnology.com/2020/04/sql-server-ddl-job-configurationhtml</link>
      <description>DDL_Daily_Report is a job with 2 stepsStep 1: RunEXEC [MaintenanceDB].[dbo].[spDDLLog_Info_Email]----------------Step 2: Failuredeclare @Job_ID uniqueidentifier;select @Job_ID = job_id from msdb..sysjobs where job_id = $(ESCAPE_NONE(JOBID));exec usp_GetJobFailureData_Main @Job_ID, 'Alerts@myDomain.com', 'help@myDomain.com', 'HTML'/*-------------------------------------------------------------------------------------------*/BEGIN TRYEXEC myDatabase.dbo.ProcessingSwitchJobEND TRYBEGIN CATCH  DECLARE @ErrorMessage varchar(max) = = 'Exception occurred in proc myDatabase.dbo.ProcessingSwitchJob. Exception detail: '  SELECT @ErrorMessage = @ErrorMessage + ''+ ERROR_MESSAGE() + '';  EXEC msdb.dbo.sp_send_dbmail   @profile_name='ReportingMail',  @recipients='systems@domain.com',  @subject='Processing Switch Exception',  @body=@ErrorMessage,  @importance='High'                     RETURN;END CATCH/*-------------------------------------------------------------------------------------------*/Declare @ErrorMessage varchar(500);BEGIN CATCH  exec msdb.dbo.sp_send_dbmail   @profile_name='ReportingMail'  ,@recipients='systems@domain.com'  ,@subject='ERROR PROD01 job: Processing Load Step 2 Switch Fail'  ,@body='Scheduled Processing Load !  Please check system.'    SELECT @ErrorMessage=ERROR_MESSAGE() ;  RAISERROR( @ErrorMessage,16,1 );END CATCH SPECIAL NOTES: Please set the following appropriately so that the job logs the error and then continues to the next step.on job success, goto next stepon job failure, goto next step</description>
      <content:encoded />
      <pubDate>Wed, 22 Apr 2020 16:32:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/04/sql-server-ddl-job-configurationhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL SERVER TRY CATCH BLOCK SAMPLES</title>
      <link>https://www.ewrctechnology.com/2020/04/sql-server-try-catch-block-sampleshtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 22 Apr 2020 16:28:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/04/sql-server-try-catch-block-sampleshtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>God IS in control.</title>
      <link>https://www.ewrctechnology.com/2020/04/16/god-is-in-control</link>
      <description>God IS in control.
The post God IS in control. appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    God IS in control.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2020/04/16/god-is-in-control/"&gt;&#xD;
      
                      
    
    God IS in control.
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 16 Apr 2020 14:31:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/04/16/god-is-in-control</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>The Best Way to Organize Evernote: Use Tags</title>
      <link>https://www.ewrctechnology.com/2020/03/26/the-best-way-to-organize-evernote-use-tags</link>
      <description>The Best Way to Organize Evernote: Use Tags
The post The Best Way to Organize Evernote: Use Tags appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The Best Way to Organize Evernote: Use Tags
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2020/03/26/the-best-way-to-organize-evernote-use-tags/"&gt;&#xD;
      
                      
    
    The Best Way to Organize Evernote: Use Tags
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 26 Mar 2020 00:01:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/03/26/the-best-way-to-organize-evernote-use-tags</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Record your Metronome in Logic Pro X</title>
      <link>https://www.ewrctechnology.com/2020/02/09/record-your-metronome-in-logic-pro-x</link>
      <description>Record your Metronome in Logic Pro X  – Record MIDI and the Metronome click track to an Audio Track – YouTube *Note: The Key is put the Metronome on a BUS along with any other inputs you want on that track and you end up with Metronome on your Track. How to record your Click […]
The post Record your Metronome in Logic Pro X appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Record your Metronome in Logic Pro X  – Record MIDI and the Metronome click track to an Audio Track – YouTube *Note: The Key is put the Metronome on a BUS along with any other inputs you want on that track and you end up with Metronome on your Track. How to record your Click […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2020/02/09/record-your-metronome-in-logic-pro-x/"&gt;&#xD;
      
                      
    
    Record your Metronome in Logic Pro X
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/TekPreacher-Technology-Robot-God.jpg" length="87649" type="image/jpeg" />
      <pubDate>Sun, 09 Feb 2020 18:45:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/02/09/record-your-metronome-in-logic-pro-x</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/TekPreacher-Technology-Robot-God.jpg">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/TekPreacher-Technology-Robot-God.jpg">
        <media:description>main image</media:description>
      </media:content>
    </item>
    <item>
      <title>“Here, here” or “hear, hear?” – Writing for Business</title>
      <link>https://www.ewrctechnology.com/2020/01/27/here-here-or-hear-hear-writing-for-business</link>
      <description>Source: “Here, here” or “hear, hear?” – Writing for Business  “Hear, hear” is a shortened version of “hear ye, hear ye,” which goes back to British Parliament in the 1600s, if not earlier. The expression was — and is — used to draw attention to what someone is saying. It implies agreement with the speaker […]
The post “Here, here” or “hear, hear?” – Writing for Business appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Source: “Here, here” or “hear, hear?” – Writing for Business  “Hear, hear” is a shortened version of “hear ye, hear ye,” which goes back to British Parliament in the 1600s, if not earlier. The expression was — and is — used to draw attention to what someone is saying. It implies agreement with the speaker […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2020/01/27/here-here-or-hear-hear-writing-for-business/"&gt;&#xD;
      
                      
    
    “Here, here” or “hear, hear?” – Writing for Business
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 27 Jan 2020 16:41:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2020/01/27/here-here-or-hear-hear-writing-for-business</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Microsoft is finally working on a modern Windows 10 File Explorer</title>
      <link>https://www.ewrctechnology.com/2019/12/16/microsoft-is-finally-working-on-a-modern-windows-10-file-explorer</link>
      <description>Source: Microsoft is finally working on a modern Windows 10 File Explorer Windows 10 November 2019 Update, for example, will make significant improvements to the File Explorer’s built-in search functionality. In addition to a new File Explorer, Microsoft is also considering major improvements for Quick settings, currently found in the Action Center on Windows 10. With […]
The post Microsoft is finally working on a modern Windows 10 File Explorer appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Source: Microsoft is finally working on a modern Windows 10 File Explorer Windows 10 November 2019 Update, for example, will make significant improvements to the File Explorer’s built-in search functionality. In addition to a new File Explorer, Microsoft is also considering major improvements for Quick settings, currently found in the Action Center on Windows 10. With […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2019/12/16/microsoft-is-finally-working-on-a-modern-windows-10-file-explorer/"&gt;&#xD;
      
                      
    
    Microsoft is finally working on a modern Windows 10 File Explorer
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 16 Dec 2019 21:23:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2019/12/16/microsoft-is-finally-working-on-a-modern-windows-10-file-explorer</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Google distance between two GPS points using GMap3.</title>
      <link>https://www.ewrctechnology.com/2018/11/google-distance-between-two-gps-pointshtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 14 Nov 2018 02:38:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2018/11/google-distance-between-two-gps-pointshtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title />
      <link>https://www.ewrctechnology.com/2017/09/xml-crud-sql-bulk-operation-note-inputhtml</link>
      <description />
      <content:encoded>&lt;h2&gt;&#xD;
  
                  
  XML CRUD SQL Bulk Operation

                &#xD;
&lt;/h2&gt;</content:encoded>
      <pubDate>Wed, 20 Sep 2017 05:40:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2017/09/xml-crud-sql-bulk-operation-note-inputhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title />
      <link>https://www.ewrctechnology.com/2017/09/website-default-redirect-for-testing-inhtml</link>
      <description>Website Default Redirect for testing, in combination with locally mapped host file. (Windows)----------------Web.config&lt;?xml version="1.0"?&gt;&lt;configuration&gt; &lt;appSettings/&gt; &lt;connectionStrings/&gt; &lt;system.web&gt; &lt;compilation debug="false" strict="false" explicit="true" /&gt;        &lt;pages /&gt; &lt;authentication mode="Windows"/&gt;        &lt;customErrors mode="off" defaultRedirect="default.asp" /&gt;  /** OR default.aspx   &lt;/system.web&gt;&lt;/configuration&gt;----------------Default.aspx&lt;SCRIPT Runat="Server"&gt;Sub Page_Load If HttpContext.Current.Request.Url.Port = 80 Then  Response.Write("Requested Url was http://" &amp; HttpContext.Current.Request.Url.Host &amp; HttpContext.Current.Request.ApplicationPath)  Response.Write("&lt;br /&gt;") Else  Response.Write("Requested Url was http://" &amp; HttpContext.Current.Request.Url.Host &amp; ":" &amp; HttpContext.Current.Request.Url.Port &amp; HttpContext.Current.Request.ApplicationPath)  Response.Write("&lt;br /&gt;") End If  Response.Write("home site currently under construction. Destination virtual directories home(s) are not set correctly.&lt;br /&gt;") Response.Write("&lt;a href='http://www.my-new-website.net/staging-site/default.aspx' &gt;see forced path- http://www.my-new-website.net&lt;/a&gt;&lt;br /&gt;")End Sub&lt;/SCRIPT&gt;&lt;html&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;---------------Default.asp&lt;%EnableSessionState=Falsehost = Request.ServerVariables("HTTP_HOST")if host = "virtualDirectoryTest.com" or host = "www.virtualDirectoryTest.com" thenresponse.redirect("http://www.my-new-website.net/staging-site/index.aspx")elseif host = "host.com" or host = "www.host.com" thenresponse.redirect("http://www.my-old-website.net/staging-site/index.aspx")elseresponse.redirect("http://www.my-old-website.net/error.htm")end if%&gt;</description>
      <content:encoded>&lt;h2&gt;&#xD;
  
                  
  Website Default Redirect for testing, in combination with locally mapped host file. (Windows)

                &#xD;
&lt;/h2&gt;</content:encoded>
      <pubDate>Wed, 20 Sep 2017 05:08:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2017/09/website-default-redirect-for-testing-inhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title />
      <link>https://www.ewrctechnology.com/2017/09/note-this-sample-is-nice-oop-forhtml</link>
      <description />
      <content:encoded>&lt;h2&gt;&#xD;
  
                  
  ASPX - ZipCountyLookup.aspx 

                &#xD;
&lt;/h2&gt;</content:encoded>
      <pubDate>Wed, 20 Sep 2017 04:31:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2017/09/note-this-sample-is-nice-oop-forhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>WPF Shellview Customizable WindowResizeGrip</title>
      <link>https://www.ewrctechnology.com/2015/05/wpf-shellview-customizablehtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 20 May 2015 21:26:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2015/05/wpf-shellview-customizablehtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>WPF.Themes dis-assembled for customization with Nuget &amp; ClickOnce Deployments</title>
      <link>https://www.ewrctechnology.com/2015/05/wpfthemes-dis-assembled-forhtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 20 May 2015 20:54:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2015/05/wpfthemes-dis-assembled-forhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Unity BootStrapper utilizing Microsoft's Enterprise Library, Prism, and Nuget</title>
      <link>https://www.ewrctechnology.com/2015/05/sample-unity-bootstrapper-utilizinghtml</link>
      <description />
      <content:encoded />
      <pubDate>Wed, 20 May 2015 20:35:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2015/05/sample-unity-bootstrapper-utilizinghtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>TFS - ALM Guide</title>
      <link>https://www.ewrctechnology.com/2014/09/tfs-alm-guidehtml</link>
      <description />
      <content:encoded />
      <pubDate>Thu, 04 Sep 2014 20:47:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2014/09/tfs-alm-guidehtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>DOS Batch File Copy Cleaner</title>
      <link>https://www.ewrctechnology.com/2014/08/dos-batch-file-copy-cleanerhtml</link>
      <description>The purpose for this script is to copy any file type with the latest modified date to a network share.==Old School Style==::**REM *** Delete previously copied file from destination directory ***DEL \\networkshare\d$\SqlBackup\*.bakREM *** Copy the latest .xxx file to a new directory ***DIR DatabaseFile*.bak /o-d /b &gt; newestbak.lstSET /p latest=&lt; newestbak.lstCOPY %latest% \\networkshare\d$\SqlBackup\DEL newestbak.lst::**EXIT</description>
      <content:encoded />
      <pubDate>Wed, 06 Aug 2014 14:39:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2014/08/dos-batch-file-copy-cleanerhtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Web.Config - Master Reference</title>
      <link>https://www.ewrctechnology.com/2014/07/webconfig-master-referencehtml</link>
      <description />
      <content:encoded>&lt;h2&gt;&#xD;
  
                  
  &amp;lt;?xml version="1.0" encoding="us-ascii"?&amp;gt;
      
      &amp;lt;!-- the root web configuration file --&amp;gt;
      
      &amp;lt;configuration&amp;gt;
      
      &amp;lt;!--
      
      Using a location directive with a missing path attribute
      
      scopes the configuration to the entire machine. If used in
      
      conjunction with allowOverride="false", it can be used to
      
      prevent configuration from being altered on the machine
      
      
      Administrators that want to restrict permissions granted to
      
      web applications should change the default Trust level and ensure
      
      that overrides are not allowed
      
      --&amp;gt;
      
      &amp;lt;system.web&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;anonymousIdentification
      
      enabled = "false" [true|false]
      
      cookieName = ".ASPXANONYMOUS" [String]
      
      cookieTimeout = "100000" [in Minutes][number]
      
      cookiePath = "/" [String]
      
      cookieRequireSSL = "false" [true|false]
      
      cookieSlidingExpiration = "true" [true|false]
      
      cookieProtection = "Validation" [None | Validation | Encryption | All]
      
      cookieless = "UseCookies" [UseUri | UseCookies | AutoDetect | UseDeviceProfile]
      
      domain = "" [String]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;anonymousIdentification enabled="false" cookieName=".ASPXANONYMOUS" cookieTimeout="100000" cookiePath="/" cookieRequireSSL="false" cookieSlidingExpiration="true" cookieProtection="Validation" cookieless="UseCookies" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;authentication
      
      mode = "Windows" [None | Windows | Passport | Forms]
      
      &amp;gt;
      
      &amp;lt;forms
      
      name = ".ASPXAUTH" [String]
      
      loginUrl = "login.aspx" [String]
      
      defaultUrl = "default.aspx" [String]
      
      protection = "All" [All | None | Encryption | Validation]
      
      timeout = "30" [in Minutes][number]
      
      path = "/" [String]
      
      requireSSL = "false" [true|false]
      
      slidingExpiration = "true" [true|false]
      
      enableCrossAppRedirects = "false" [true|false]
      
      cookieless = "UseDeviceProfile" [UseUri | UseCookies | AutoDetect | UseDeviceProfile]
      
      domain = "" [String]
      
      &amp;gt;
      
      &amp;lt;credentials
      
      passwordFormat = "SHA1" [Clear | SHA1 | MD5]
      
      &amp;gt;
      
      &amp;lt;user
      
      name = "" [String, Required, Collection Key]
      
      password = "" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/credentials&amp;gt;
      
      &amp;lt;/forms&amp;gt;
      
      &amp;lt;passport
      
      redirectUrl = "internal" [String]
      
      /&amp;gt;
      
      &amp;lt;/authentication&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;authentication mode="Windows"&amp;gt;
      
      &amp;lt;forms name=".ASPXAUTH" loginUrl="login.aspx" defaultUrl="default.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" enableCrossAppRedirects="false"&amp;gt;
      
      &amp;lt;credentials passwordFormat="SHA1" /&amp;gt;
      
      &amp;lt;/forms&amp;gt;
      
      &amp;lt;passport redirectUrl="internal" /&amp;gt;
      
      &amp;lt;/authentication&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;customErrors
      
      defaultRedirect = "" [String]
      
      mode = "Off" [RemoteOnly | On | Off]
      
      &amp;gt;
      
      &amp;lt;error
      
      statusCode = "" [number, Required, Collection Key]
      
      redirect = "" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/customErrors&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;customErrors mode="Off" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;deviceFilters
      
      &amp;gt;
      
      &amp;lt;filter
      
      name = "" [String, Required, Collection Key]
      
      type = "" 
      
      method = "" [String]
      
      compare = "" [String]
      
      argument = "" [String]
      
      /&amp;gt;
      
      
      &amp;lt;/deviceFilters&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;deviceFilters /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;globalization
      
      requestEncoding = "utf-8" 
      
      responseEncoding = "utf-8" 
      
      responseHeaderEncoding = "utf-8" 
      
      fileEncoding = "" 
      
      culture = "" [String]
      
      uiCulture = "" [String]
      
      enableClientBasedCulture = "false" [true|false]
      
      resourceProviderFactoryType = "" [String]
      
      enableBestFitResponseEncoding = "false" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="" culture="" uiCulture="" enableClientBasedCulture="false" responseHeaderEncoding="utf-8" resourceProviderFactoryType="" enableBestFitResponseEncoding="false" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;hostingEnvironment
      
      shutdownTimeout = "30" [in Seconds][number]
      
      idleTimeout = "Infinite" [in Minutes][number]
      
      shadowCopyBinAssemblies = "true" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;hostingEnvironment idleTimeout="Infinite" shutdownTimeout="30" shadowCopyBinAssemblies="true" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;httpCookies
      
      httpOnlyCookies = "false" [true|false]
      
      requireSSL = "false" [true|false]
      
      domain = "" [String]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;httpCookies httpOnlyCookies="false" requireSSL="false" domain="" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;httpRuntime
      
      executionTimeout = "110" [in Seconds][number]
      
      maxRequestLength = "4096" [number]
      
      requestLengthDiskThreshold = "80" [number]
      
      useFullyQualifiedRedirectUrl = "false" [true|false]
      
      minFreeThreads = "8" [number]
      
      minLocalRequestFreeThreads = "4" [number]
      
      appRequestQueueLimit = "5000" [number]
      
      enableKernelOutputCache = "true" [true|false]
      
      enableVersionHeader = "true" [true|false]
      
      apartmentThreading = "false" [true|false]
      
      requireRootedSaveAsPath = "true" [true|false]
      
      enable = "true" [true|false]
      
      sendCacheControlHeader = "true" [true|false]
      
      shutdownTimeout = "90" [in Seconds][number]
      
      delayNotificationTimeout = "5" [in Seconds][number]
      
      waitChangeNotification = "0" [number]
      
      maxWaitChangeNotification = "0" [number]
      
      enableHeaderChecking = "true" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;httpRuntime executionTimeout="110" maxRequestLength="4096" requestLengthDiskThreshold="80" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="5000" enableKernelOutputCache="true" enableVersionHeader="true" requireRootedSaveAsPath="true" enable="true" shutdownTimeout="90" delayNotificationTimeout="5" waitChangeNotification="0" maxWaitChangeNotification="0" enableHeaderChecking="true" sendCacheControlHeader="true" apartmentThreading="false" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;identity
      
      impersonate = "false" [true|false]
      
      userName = "" [String]
      
      password = "" [String]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;identity impersonate="false" userName="" password="" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;machineKey
      
      validationKey = "AutoGenerate,IsolateApps" [String]
      
      decryptionKey = "AutoGenerate,IsolateApps" [String]
      
      decryption = "Auto" [AUTO | DES | 3DES | AES]
      
      validation = "SHA1" [MD5 | SHA1 | 3DES | AES]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="SHA1" decryption="Auto" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;sessionPageState
      
      historySize = "9" [number]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;sessionPageState historySize="9" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;sessionState
      
      mode = "InProc" [Off | InProc | StateServer | SQLServer | Custom]
      
      stateConnectionString = "tcpip=loopback:42424" [String]
      
      stateNetworkTimeout = "10" [in Seconds][number]
      
      sqlConnectionString = "data source=localhost;Integrated Security=SSPI" [String]
      
      sqlCommandTimeout = "30" [in Seconds][number]
      
      customProvider = "" [String]
      
      cookieless = "" [UseUri | UseCookies | AutoDetect | UseDeviceProfile]
      
      cookieName = "ASP.NET_SessionId" [String]
      
      timeout = "20" [in Minutes][number]
      
      allowCustomSqlDatabase = "false" [true|false]
      
      regenerateExpiredSessionId = "true" [true|false]
      
      partitionResolverType = "" [String]
      
      useHostingIdentity = "true" [true|false]
      
      sessionIDManagerType = "" [String]
      
      &amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      
      &amp;lt;/sessionState&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;sessionState mode="InProc" stateConnectionString="tcpip=loopback:42424" stateNetworkTimeout="10" sqlConnectionString="data source=localhost;Integrated Security=SSPI" sqlCommandTimeout="30" customProvider="" cookieless="UseCookies" cookieName="ASP.NET_SessionId" timeout="20" allowCustomSqlDatabase="false" regenerateExpiredSessionId="true" partitionResolverType="" useHostingIdentity="true" sessionIDManagerType=""&amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      &amp;lt;/sessionState&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;trace
      
      enabled = "false" [true|false]
      
      mostRecent = "false" [true|false]
      
      localOnly = "true" [true|false]
      
      pageOutput = "false" [true|false]
      
      requestLimit = "10" [number]
      
      traceMode = "SortByTime" [SortByTime | SortByCategory]
      
      writeToDiagnosticsTrace = "false" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;trace enabled="false" localOnly="true" mostRecent="false" pageOutput="false" requestLimit="10" traceMode="SortByTime" writeToDiagnosticsTrace="false" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;webServices
      
      &amp;gt;
      
      &amp;lt;conformanceWarnings&amp;gt;
      
      &amp;lt;add
      
      name = "None" [None | BasicProfile1_1, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/conformanceWarnings&amp;gt;
      
      
      &amp;lt;protocols&amp;gt;
      
      &amp;lt;add
      
      name = "Unknown" [Unknown | HttpSoap | HttpGet | HttpPost | Documentation | HttpPostLocalhost | HttpSoap12 | AnyHttpSoap, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/protocols&amp;gt;
      
      
      &amp;lt;soapEnvelopeProcessing
      
      readTimeout = "2147483647" [number]
      
      strict = "false" [true|false]
      
      /&amp;gt;
      
      &amp;lt;DiagnosticsElement
      
      suppressReturningExceptions = "false" [true|false]
      
      /&amp;gt;
      
      &amp;lt;serviceDescriptionFormatExtensionTypes&amp;gt;
      
      &amp;lt;add
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/serviceDescriptionFormatExtensionTypes&amp;gt;
      
      
      &amp;lt;soapExtensionImporterTypes&amp;gt;
      
      &amp;lt;add
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/soapExtensionImporterTypes&amp;gt;
      
      
      &amp;lt;soapExtensionReflectorTypes&amp;gt;
      
      &amp;lt;add
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/soapExtensionReflectorTypes&amp;gt;
      
      
      &amp;lt;soapExtensionTypes&amp;gt;
      
      &amp;lt;add
      
      group = "Low" [High | Low, Collection Key]
      
      priority = "0" [number, Collection Key]
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/soapExtensionTypes&amp;gt;
      
      
      &amp;lt;soapServerProtocolFactory
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;soapTransportImporterTypes&amp;gt;
      
      &amp;lt;add
      
      type = "" [Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/soapTransportImporterTypes&amp;gt;
      
      
      &amp;lt;wsdlHelpGenerator
      
      href = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/webServices&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;webServices&amp;gt;
      
      &amp;lt;conformanceWarnings&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="BasicProfile1_1" /&amp;gt;
      
      &amp;lt;/conformanceWarnings&amp;gt;
      
      &amp;lt;protocols&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="HttpSoap12" /&amp;gt;
      
      &amp;lt;add name="HttpSoap" /&amp;gt;
      
      &amp;lt;add name="HttpPostLocalhost" /&amp;gt;
      
      &amp;lt;add name="Documentation" /&amp;gt;
      
      &amp;lt;/protocols&amp;gt;
      
      &amp;lt;serviceDescriptionFormatExtensionTypes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/serviceDescriptionFormatExtensionTypes&amp;gt;
      
      &amp;lt;soapEnvelopeProcessing readTimeout="Infinite" strict="false" /&amp;gt;
      
      &amp;lt;soapExtensionImporterTypes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/soapExtensionImporterTypes&amp;gt;
      
      &amp;lt;soapExtensionReflectorTypes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/soapExtensionReflectorTypes&amp;gt;
      
      &amp;lt;soapExtensionTypes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/soapExtensionTypes&amp;gt;
      
      &amp;lt;soapTransportImporterTypes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/soapTransportImporterTypes&amp;gt;
      
      &amp;lt;soapServerProtocolFactory type="System.Web.Services.Protocols.SoapServerProtocolFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;diagnostics suppressReturningExceptions="false" /&amp;gt;
      
      &amp;lt;/webServices&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;xhtmlConformance
      
      mode = "Transitional" [Transitional | Legacy | Strict]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;xhtmlConformance mode="Transitional" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;authorization
      
      &amp;gt;
      
      &amp;lt;allow
      
      verbs = "" 
      
      users = "" 
      
      roles = "" 
      
      /&amp;gt;
      
      &amp;lt;deny
      
      verbs = "" 
      
      users = "" 
      
      roles = "" 
      
      /&amp;gt;
      
      
      &amp;lt;/authorization&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;authorization&amp;gt;
      
      &amp;lt;allow users="*" /&amp;gt;
      
      &amp;lt;/authorization&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;browserCaps
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;browserCaps userAgentCacheKeyLength="64"&amp;gt;
      
      &amp;lt;result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;/browserCaps&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;clientTarget
      
      &amp;gt;
      
      &amp;lt;add
      
      alias = "" [String, Required, Collection Key]
      
      userAgent = "" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/clientTarget&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;clientTarget&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add alias="ie5" userAgent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)" /&amp;gt;
      
      &amp;lt;add alias="ie4" userAgent="Mozilla/4.0 (compatible; MSIE 4.0; Windows NT 4.0)" /&amp;gt;
      
      &amp;lt;add alias="uplevel" userAgent="Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.1)" /&amp;gt;
      
      &amp;lt;add alias="downlevel" userAgent="Generic Downlevel" /&amp;gt;
      
      &amp;lt;/clientTarget&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;compilation
      
      tempDirectory = "" [String]
      
      debug = "false" [true|false]
      
      strict = "false" [true|false]
      
      explicit = "true" [true|false]
      
      batch = "true" [true|false]
      
      urlLinePragmas = "false" [true|false]
      
      batchTimeout = "900" [in Seconds][number]
      
      maxBatchSize = "1000" [number]
      
      maxBatchGeneratedFileSize = "1000" [number]
      
      numRecompilesBeforeAppRestart = "15" [number]
      
      defaultLanguage = "vb" [String]
      
      assemblyPostProcessorType = "" [String]
      
      &amp;gt;
      
      &amp;lt;assemblies&amp;gt;
      
      &amp;lt;add
      
      assembly = "" [String, Required, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/assemblies&amp;gt;
      
      
      &amp;lt;buildProviders&amp;gt;
      
      &amp;lt;add
      
      extension = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/buildProviders&amp;gt;
      
      
      &amp;lt;expressionBuilders&amp;gt;
      
      &amp;lt;add
      
      expressionPrefix = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/expressionBuilders&amp;gt;
      
      
      &amp;lt;codeSubDirectories&amp;gt;
      
      &amp;lt;add
      
      directoryName = "" [String, Required, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/codeSubDirectories&amp;gt;
      
      
      &amp;lt;/compilation&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;compilation tempDirectory="" debug="false" strict="false" explicit="true" batch="true" batchTimeout="900" maxBatchSize="1000" maxBatchGeneratedFileSize="1000" numRecompilesBeforeAppRestart="15" defaultLanguage="vb" urlLinePragmas="false" assemblyPostProcessorType=""&amp;gt;
      
      &amp;lt;assemblies&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add assembly="mscorlib" /&amp;gt;
      
      &amp;lt;add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /&amp;gt;
      
      &amp;lt;add assembly="System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /&amp;gt;
      
      &amp;lt;add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /&amp;gt;
      
      &amp;lt;add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add assembly="*" /&amp;gt;
      
      &amp;lt;/assemblies&amp;gt;
      
      &amp;lt;buildProviders&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add extension=".aspx" type="System.Web.Compilation.PageBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".ascx" type="System.Web.Compilation.UserControlBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".master" type="System.Web.Compilation.MasterPageBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".asmx" type="System.Web.Compilation.WebServiceBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".ashx" type="System.Web.Compilation.WebHandlerBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".soap" type="System.Web.Compilation.WebServiceBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".resx" type="System.Web.Compilation.ResXBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".resources" type="System.Web.Compilation.ResourcesBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".wsdl" type="System.Web.Compilation.WsdlBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".xsd" type="System.Web.Compilation.XsdBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".js" type="System.Web.Compilation.ForceCopyBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".lic" type="System.Web.Compilation.IgnoreFileBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".licx" type="System.Web.Compilation.IgnoreFileBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".exclude" type="System.Web.Compilation.IgnoreFileBuildProvider" /&amp;gt;
      
      &amp;lt;add extension=".refresh" type="System.Web.Compilation.IgnoreFileBuildProvider" /&amp;gt;
      
      &amp;lt;/buildProviders&amp;gt;
      
      &amp;lt;expressionBuilders&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add expressionPrefix="Resources" type="System.Web.Compilation.ResourceExpressionBuilder" /&amp;gt;
      
      &amp;lt;add expressionPrefix="ConnectionStrings" type="System.Web.Compilation.ConnectionStringsExpressionBuilder" /&amp;gt;
      
      &amp;lt;add expressionPrefix="AppSettings" type="System.Web.Compilation.AppSettingsExpressionBuilder" /&amp;gt;
      
      &amp;lt;/expressionBuilders&amp;gt;
      
      &amp;lt;/compilation&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;healthMonitoring
      
      heartbeatInterval = "0" [in Seconds][number]
      
      enabled = "true" [true|false]
      
      &amp;gt;
      
      &amp;lt;bufferModes&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      maxBufferSize = "2147483647" [number, Required]
      
      maxFlushSize = "2147483647" [number, Required]
      
      urgentFlushThreshold = "2147483647" [number, Required]
      
      regularFlushInterval = "00:00:01" [HH:MM:SS, Required]
      
      urgentFlushInterval = "00:00:00" [HH:MM:SS, Required]
      
      maxBufferThreads = "1" [number]
      
      /&amp;gt;
      
      &amp;lt;/bufferModes&amp;gt;
      
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      
      &amp;lt;profiles&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      minInstances = "1" [number]
      
      maxLimit = "2147483647" [number]
      
      minInterval = "00:00:00" [HH:MM:SS]
      
      custom = "" [String]
      
      /&amp;gt;
      
      &amp;lt;/profiles&amp;gt;
      
      
      &amp;lt;rules&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      eventName = "" [String, Required]
      
      custom = "" [String]
      
      profile = "" [String]
      
      provider = "" [String]
      
      minInstances = "1" [number]
      
      maxLimit = "2147483647" [number]
      
      minInterval = "00:00:00" [HH:MM:SS]
      
      /&amp;gt;
      
      &amp;lt;/rules&amp;gt;
      
      
      &amp;lt;eventMappings&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      startEventCode = "0" [number]
      
      endEventCode = "2147483647" [number]
      
      /&amp;gt;
      
      &amp;lt;/eventMappings&amp;gt;
      
      
      &amp;lt;/healthMonitoring&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;healthMonitoring heartbeatInterval="0" enabled="true"&amp;gt;
      
      &amp;lt;bufferModes&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="Critical Notification" maxBufferSize="100" maxFlushSize="20" urgentFlushThreshold="1" regularFlushInterval="Infinite" urgentFlushInterval="00:01:00" maxBufferThreads="1" /&amp;gt;
      
      &amp;lt;add name="Notification" maxBufferSize="300" maxFlushSize="20" urgentFlushThreshold="1" regularFlushInterval="Infinite" urgentFlushInterval="00:01:00" maxBufferThreads="1" /&amp;gt;
      
      &amp;lt;add name="Analysis" maxBufferSize="1000" maxFlushSize="100" urgentFlushThreshold="100" regularFlushInterval="00:05:00" urgentFlushInterval="00:01:00" maxBufferThreads="1" /&amp;gt;
      
      &amp;lt;add name="Logging" maxBufferSize="1000" maxFlushSize="200" urgentFlushThreshold="800" regularFlushInterval="00:30:00" urgentFlushInterval="00:05:00" maxBufferThreads="1" /&amp;gt;
      
      &amp;lt;/bufferModes&amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="EventLogProvider" type="System.Web.Management.EventLogWebEventProvider,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add connectionStringName="LocalSqlServer" maxEventDetailsLength="1073741823" buffer="false" bufferMode="Notification" name="SqlWebEventProvider" type="System.Web.Management.SqlWebEventProvider,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;add name="WmiWebEventProvider" type="System.Web.Management.WmiWebEventProvider,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      &amp;lt;profiles&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="Default" minInstances="1" maxLimit="Infinite" minInterval="00:01:00" custom="" /&amp;gt;
      
      &amp;lt;add name="Critical" minInstances="1" maxLimit="Infinite" minInterval="00:00:00" custom="" /&amp;gt;
      
      &amp;lt;/profiles&amp;gt;
      
      &amp;lt;rules&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="All Errors Default" eventName="All Errors" provider="EventLogProvider" profile="Default" minInstances="1" maxLimit="Infinite" minInterval="00:01:00" custom="" /&amp;gt;
      
      &amp;lt;add name="Failure Audits Default" eventName="Failure Audits" provider="EventLogProvider" profile="Default" minInstances="1" maxLimit="Infinite" minInterval="00:01:00" custom="" /&amp;gt;
      
      &amp;lt;/rules&amp;gt;
      
      &amp;lt;eventMappings&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="All Events" type="System.Web.Management.WebBaseEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Heartbeats" type="System.Web.Management.WebHeartbeatEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Application Lifetime Events" type="System.Web.Management.WebApplicationLifetimeEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Request Processing Events" type="System.Web.Management.WebRequestEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="All Errors" type="System.Web.Management.WebBaseErrorEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Infrastructure Errors" type="System.Web.Management.WebErrorEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Request Processing Errors" type="System.Web.Management.WebRequestErrorEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="All Audits" type="System.Web.Management.WebAuditEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Failure Audits" type="System.Web.Management.WebFailureAuditEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;add name="Success Audits" type="System.Web.Management.WebSuccessAuditEvent,System.Web,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" startEventCode="0" endEventCode="2147483647" /&amp;gt;
      
      &amp;lt;/eventMappings&amp;gt;
      
      &amp;lt;/healthMonitoring&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;httpHandlers
      
      &amp;gt;
      
      &amp;lt;add
      
      path = "" [String, Required, Collection Key]
      
      verb = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      validate = "true" [true|false]
      
      /&amp;gt;
      
      
      &amp;lt;/httpHandlers&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;httpHandlers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add path="trace.axd" verb="*" type="System.Web.Handlers.TraceHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="WebResource.axd" verb="GET" type="System.Web.Handlers.AssemblyResourceLoader" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.axd" verb="*" type="System.Web.HttpNotFoundHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.aspx" verb="*" type="System.Web.UI.PageHandlerFactory" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ashx" verb="*" type="System.Web.UI.SimpleHandlerFactory" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.asmx" verb="*" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" /&amp;gt;
      
      &amp;lt;add path="*.rem" verb="*" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" /&amp;gt;
      
      &amp;lt;add path="*.soap" verb="*" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" validate="false" /&amp;gt;
      
      &amp;lt;add path="*.asax" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ascx" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.master" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.skin" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.browser" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.sitemap" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.dll.config" verb="GET,HEAD" type="System.Web.StaticFileHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.exe.config" verb="GET,HEAD" type="System.Web.StaticFileHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.config" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.cs" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.csproj" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.vb" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.vbproj" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.webinfo" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.licx" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.resx" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.resources" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.mdb" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.vjsproj" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.java" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.jsl" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ldb" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ad" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.dd" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ldd" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.sd" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.cd" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.adprototype" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.lddprototype" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.sdm" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.sdmDocument" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.mdf" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.ldf" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.exclude" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*.refresh" verb="*" type="System.Web.HttpForbiddenHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="true" /&amp;gt;
      
      &amp;lt;add path="*" verb="*" type="System.Web.HttpMethodNotAllowedHandler" validate="true" /&amp;gt;
      
      &amp;lt;/httpHandlers&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;httpModules
      
      &amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/httpModules&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;httpModules&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="OutputCache" type="System.Web.Caching.OutputCacheModule" /&amp;gt;
      
      &amp;lt;add name="Session" type="System.Web.SessionState.SessionStateModule" /&amp;gt;
      
      &amp;lt;add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /&amp;gt;
      
      &amp;lt;add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /&amp;gt;
      
      &amp;lt;add name="PassportAuthentication" type="System.Web.Security.PassportAuthenticationModule" /&amp;gt;
      
      &amp;lt;add name="RoleManager" type="System.Web.Security.RoleManagerModule" /&amp;gt;
      
      &amp;lt;add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /&amp;gt;
      
      &amp;lt;add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" /&amp;gt;
      
      &amp;lt;add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" /&amp;gt;
      
      &amp;lt;add name="Profile" type="System.Web.Profile.ProfileModule" /&amp;gt;
      
      &amp;lt;add name="ErrorHandlerModule" type="System.Web.Mobile.ErrorHandlerModule, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;/httpModules&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;mobileControls
      
      sessionStateHistorySize = "6" [number]
      
      cookielessDataDictionaryType = "System.Web.Mobile.CookielessData" 
      
      allowCustomAttributes = "false" [true|false]
      
      &amp;gt;
      
      &amp;lt;device
      
      &amp;lt;
      
      name = "" [String, Required, Collection Key]
      
      inheritsFrom = "" [String]
      
      predicateClass = "" 
      
      predicateMethod = "" [String]
      
      pageAdapter = "" 
      
      &amp;gt;
      
      &amp;lt;control
      
      name = "" [String, Required, Collection Key]
      
      adapter = "" [Required]
      
      /&amp;gt;
      
      
      &amp;lt;/&amp;gt;/&amp;gt;
      
      
      &amp;lt;/mobileControls&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;mobileControls sessionStateHistorySize="6" cookielessDataDictionaryType="System.Web.Mobile.CookielessData" allowCustomAttributes="false"&amp;gt;
      
      &amp;lt;device name="XhtmlDeviceAdapters" predicateClass="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter" predicateMethod="DeviceQualifies" pageAdapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPageAdapter"&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Panel" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPanelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Form" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlFormAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextBox" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextBoxAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Label" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLabelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.LiteralText" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLiteralTextAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Link" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlLinkAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Command" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCommandAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.PhoneCall" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlPhoneCallAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.List" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.SelectionList" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlSelectionListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ObjectList" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlObjectListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Image" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlImageAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ValidationSummary" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidationSummaryAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Calendar" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlCalendarAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextView" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlTextViewAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.MobileControl" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.BaseValidator" adapter="System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlValidatorAdapter" /&amp;gt;
      
      &amp;lt;/device&amp;gt;
      
      &amp;lt;device name="HtmlDeviceAdapters" predicateClass="System.Web.UI.MobileControls.Adapters.HtmlPageAdapter" predicateMethod="DeviceQualifies" pageAdapter="System.Web.UI.MobileControls.Adapters.HtmlPageAdapter"&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Panel" adapter="System.Web.UI.MobileControls.Adapters.HtmlPanelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Form" adapter="System.Web.UI.MobileControls.Adapters.HtmlFormAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextBox" adapter="System.Web.UI.MobileControls.Adapters.HtmlTextBoxAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Label" adapter="System.Web.UI.MobileControls.Adapters.HtmlLabelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.LiteralText" adapter="System.Web.UI.MobileControls.Adapters.HtmlLiteralTextAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Link" adapter="System.Web.UI.MobileControls.Adapters.HtmlLinkAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Command" adapter="System.Web.UI.MobileControls.Adapters.HtmlCommandAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.PhoneCall" adapter="System.Web.UI.MobileControls.Adapters.HtmlPhoneCallAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.List" adapter="System.Web.UI.MobileControls.Adapters.HtmlListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.SelectionList" adapter="System.Web.UI.MobileControls.Adapters.HtmlSelectionListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ObjectList" adapter="System.Web.UI.MobileControls.Adapters.HtmlObjectListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Image" adapter="System.Web.UI.MobileControls.Adapters.HtmlImageAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.BaseValidator" adapter="System.Web.UI.MobileControls.Adapters.HtmlValidatorAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ValidationSummary" adapter="System.Web.UI.MobileControls.Adapters.HtmlValidationSummaryAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Calendar" adapter="System.Web.UI.MobileControls.Adapters.HtmlCalendarAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextView" adapter="System.Web.UI.MobileControls.Adapters.HtmlTextViewAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.MobileControl" adapter="System.Web.UI.MobileControls.Adapters.HtmlControlAdapter" /&amp;gt;
      
      &amp;lt;/device&amp;gt;
      
      &amp;lt;device name="UpWmlDeviceAdapters" inheritsFrom="WmlDeviceAdapters" predicateClass="System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter" predicateMethod="DeviceQualifies" pageAdapter="System.Web.UI.MobileControls.Adapters.UpWmlPageAdapter" /&amp;gt;
      
      &amp;lt;device name="WmlDeviceAdapters" predicateClass="System.Web.UI.MobileControls.Adapters.WmlPageAdapter" predicateMethod="DeviceQualifies" pageAdapter="System.Web.UI.MobileControls.Adapters.WmlPageAdapter"&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Panel" adapter="System.Web.UI.MobileControls.Adapters.WmlPanelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Form" adapter="System.Web.UI.MobileControls.Adapters.WmlFormAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextBox" adapter="System.Web.UI.MobileControls.Adapters.WmlTextBoxAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Label" adapter="System.Web.UI.MobileControls.Adapters.WmlLabelAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.LiteralText" adapter="System.Web.UI.MobileControls.Adapters.WmlLiteralTextAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Link" adapter="System.Web.UI.MobileControls.Adapters.WmlLinkAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Command" adapter="System.Web.UI.MobileControls.Adapters.WmlCommandAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.PhoneCall" adapter="System.Web.UI.MobileControls.Adapters.WmlPhoneCallAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.List" adapter="System.Web.UI.MobileControls.Adapters.WmlListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.SelectionList" adapter="System.Web.UI.MobileControls.Adapters.WmlSelectionListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ObjectList" adapter="System.Web.UI.MobileControls.Adapters.WmlObjectListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Image" adapter="System.Web.UI.MobileControls.Adapters.WmlImageAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.BaseValidator" adapter="System.Web.UI.MobileControls.Adapters.WmlValidatorAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.ValidationSummary" adapter="System.Web.UI.MobileControls.Adapters.WmlValidationSummaryAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Calendar" adapter="System.Web.UI.MobileControls.Adapters.WmlCalendarAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextView" adapter="System.Web.UI.MobileControls.Adapters.WmlTextViewAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.MobileControl" adapter="System.Web.UI.MobileControls.Adapters.WmlControlAdapter" /&amp;gt;
      
      &amp;lt;/device&amp;gt;
      
      &amp;lt;device name="ChtmlDeviceAdapters" inheritsFrom="HtmlDeviceAdapters" predicateClass="System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter" predicateMethod="DeviceQualifies" pageAdapter="System.Web.UI.MobileControls.Adapters.ChtmlPageAdapter"&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Form" adapter="System.Web.UI.MobileControls.Adapters.ChtmlFormAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Calendar" adapter="System.Web.UI.MobileControls.Adapters.ChtmlCalendarAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Image" adapter="System.Web.UI.MobileControls.Adapters.ChtmlImageAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.TextBox" adapter="System.Web.UI.MobileControls.Adapters.ChtmlTextBoxAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.SelectionList" adapter="System.Web.UI.MobileControls.Adapters.ChtmlSelectionListAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Command" adapter="System.Web.UI.MobileControls.Adapters.ChtmlCommandAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.PhoneCall" adapter="System.Web.UI.MobileControls.Adapters.ChtmlPhoneCallAdapter" /&amp;gt;
      
      &amp;lt;control name="System.Web.UI.MobileControls.Link" adapter="System.Web.UI.MobileControls.Adapters.ChtmlLinkAdapter" /&amp;gt;
      
      &amp;lt;/device&amp;gt;
      
      &amp;lt;/mobileControls&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;pages
      
      buffer = "true" [true|false]
      
      enableSessionState = "true" [False | ReadOnly | True]
      
      enableViewState = "true" [true|false]
      
      enableViewStateMac = "true" [true|false]
      
      enableEventValidation = "true" [true|false]
      
      smartNavigation = "false" [true|false]
      
      autoEventWireup = "true" [true|false]
      
      maintainScrollPositionOnPostBack = "false" [true|false]
      
      pageBaseType = "System.Web.UI.Page" [String]
      
      userControlBaseType = "System.Web.UI.UserControl" [String]
      
      pageParserFilterType = "" [String]
      
      validateRequest = "true" [true|false]
      
      masterPageFile = "" [String]
      
      theme = "" [String]
      
      styleSheetTheme = "" [String]
      
      maxPageStateFieldLength = "-1" [number]
      
      compilationMode = "Always" [Auto | Never | Always]
      
      viewStateEncryptionMode = "Auto" [Auto | Always | Never]
      
      asyncTimeout = "45" [in Seconds][number]
      
      &amp;gt;
      
      &amp;lt;namespaces
      
      autoImportVBNamespace = "true" [true|false]
      
      &amp;gt;
      
      &amp;lt;add
      
      namespace = "" [String, Required, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/namespaces&amp;gt;
      
      
      &amp;lt;controls&amp;gt;
      
      &amp;lt;add
      
      tagPrefix = "/" [String, Required]
      
      tagName = "" [String]
      
      namespace = "" [String]
      
      assembly = "" [String]
      
      src = "" [String]
      
      /&amp;gt;
      
      &amp;lt;/controls&amp;gt;
      
      
      &amp;lt;tagMapping&amp;gt;
      
      &amp;lt;add
      
      mappedTagType = "" [String]
      
      tagType = "" [String, Required, Collection Key]
      
      /&amp;gt;
      
      &amp;lt;/tagMapping&amp;gt;
      
      
      &amp;lt;/pages&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;pages buffer="true" enableSessionState="true" enableViewState="true" enableViewStateMac="true" enableEventValidation="true" smartNavigation="false" autoEventWireup="true" pageBaseType="System.Web.UI.Page" userControlBaseType="System.Web.UI.UserControl" validateRequest="true" masterPageFile="" theme="" styleSheetTheme="" maxPageStateFieldLength="-1" compilationMode="Always" pageParserFilterType="" viewStateEncryptionMode="Auto" maintainScrollPositionOnPostBack="false" asyncTimeout="45"&amp;gt;
      
      &amp;lt;namespaces autoImportVBNamespace="true"&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add namespace="System" /&amp;gt;
      
      &amp;lt;add namespace="System.Collections" /&amp;gt;
      
      &amp;lt;add namespace="System.Collections.Specialized" /&amp;gt;
      
      &amp;lt;add namespace="System.Configuration" /&amp;gt;
      
      &amp;lt;add namespace="System.Text" /&amp;gt;
      
      &amp;lt;add namespace="System.Text.RegularExpressions" /&amp;gt;
      
      &amp;lt;add namespace="System.Web" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.Caching" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.SessionState" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.Security" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.Profile" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.UI" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.UI.WebControls" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.UI.WebControls.WebParts" /&amp;gt;
      
      &amp;lt;add namespace="System.Web.UI.HtmlControls" /&amp;gt;
      
      &amp;lt;/namespaces&amp;gt;
      
      &amp;lt;controls&amp;gt;
      
      &amp;lt;add tagPrefix="asp" tagName="" namespace="System.Web.UI.WebControls.WebParts" assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" src="" /&amp;gt;
      
      &amp;lt;/controls&amp;gt;
      
      &amp;lt;tagMapping&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/tagMapping&amp;gt;
      
      &amp;lt;/pages&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;protocols
      
      &amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      processHandlerType = "" [String]
      
      appDomainHandlerType = "" [String]
      
      validate = "false" [true|false]
      
      /&amp;gt;
      
      
      &amp;lt;/protocols&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;protocols&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/protocols&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;siteMap
      
      defaultProvider = "AspNetXmlSiteMapProvider" [String]
      
      enabled = "true" [true|false]
      
      &amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      
      &amp;lt;/siteMap&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;siteMap defaultProvider="AspNetXmlSiteMapProvider" enabled="true"&amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add siteMapFile="web.sitemap" name="AspNetXmlSiteMapProvider" type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      &amp;lt;/siteMap&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;urlMappings
      
      enabled = "true" [true|false]
      
      &amp;gt;
      
      &amp;lt;add
      
      url = "" [String, Required, Collection Key]
      
      mappedUrl = "" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/urlMappings&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;urlMappings enabled="true"&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/urlMappings&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;webControls
      
      clientScriptsLocation = "/aspnet_client/{0}/{1}/" [String, Required]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;webControls clientScriptsLocation="/aspnet_client/{0}/{1}/" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;webParts
      
      enableExport = "false" [true|false]
      
      &amp;gt;
      
      &amp;lt;personalization
      
      defaultProvider = "AspNetSqlPersonalizationProvider" [String]
      
      &amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      
      &amp;lt;/personalization&amp;gt;
      
      &amp;lt;transformers&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      type = "" [String, Required]
      
      /&amp;gt;
      
      &amp;lt;/transformers&amp;gt;
      
      
      &amp;lt;/webParts&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;webParts enableExport="false"&amp;gt;
      
      &amp;lt;personalization defaultProvider="AspNetSqlPersonalizationProvider"&amp;gt;
      
      &amp;lt;providers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add connectionStringName="LocalSqlServer" name="AspNetSqlPersonalizationProvider" type="System.Web.UI.WebControls.WebParts.SqlPersonalizationProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&amp;gt;
      
      &amp;lt;/providers&amp;gt;
      
      &amp;lt;authorization&amp;gt;
      
      &amp;lt;deny verbs="enterSharedScope" users="*" /&amp;gt;
      
      &amp;lt;allow verbs="modifyState" users="*" /&amp;gt;
      
      &amp;lt;/authorization&amp;gt;
      
      &amp;lt;/personalization&amp;gt;
      
      &amp;lt;transformers&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;add name="RowToFieldTransformer" type="System.Web.UI.WebControls.WebParts.RowToFieldTransformer" /&amp;gt;
      
      &amp;lt;add name="RowToParametersTransformer" type="System.Web.UI.WebControls.WebParts.RowToParametersTransformer" /&amp;gt;
      
      &amp;lt;/transformers&amp;gt;
      
      &amp;lt;/webParts&amp;gt;
      
      &amp;lt;caching&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;cache
      
      disableMemoryCollection = "false" [true|false]
      
      disableExpiration = "false" [true|false]
      
      privateBytesLimit = "0" [number]
      
      percentagePhysicalMemoryUsedLimit = "0" [number]
      
      privateBytesPollTime = "00:02:00" [HH:MM:SS]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;cache disableMemoryCollection="false" disableExpiration="false" privateBytesLimit="0" percentagePhysicalMemoryUsedLimit="0" privateBytesPollTime="00:02:00" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;outputCache
      
      enableOutputCache = "true" [true|false]
      
      enableFragmentCache = "true" [true|false]
      
      sendCacheControlHeader = "true" [true|false]
      
      omitVaryStar = "false" [true|false]
      
      enableKernelCacheForVaryByStar = "false" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;outputCache enableOutputCache="true" enableFragmentCache="true" sendCacheControlHeader="true" omitVaryStar="false" enableKernelCacheForVaryByStar="false" /&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;outputCacheSettings
      
      &amp;gt;
      
      &amp;lt;outputCacheProfiles&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      enabled = "true" [true|false]
      
      duration = "-1" [number]
      
      location = "" [Any | Client | Downstream | Server | None | ServerAndClient]
      
      sqlDependency = "" [String]
      
      varyByCustom = "" [String]
      
      varyByControl = "" [String]
      
      varyByContentEncoding = "" [String]
      
      varyByHeader = "" [String]
      
      varyByParam = "" [String]
      
      noStore = "false" [true|false]
      
      /&amp;gt;
      
      &amp;lt;/outputCacheProfiles&amp;gt;
      
      
      &amp;lt;/outputCacheSettings&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;outputCacheSettings&amp;gt;
      
      &amp;lt;outputCacheProfiles&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/outputCacheProfiles&amp;gt;
      
      &amp;lt;/outputCacheSettings&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;sqlCacheDependency
      
      enabled = "true" [true|false]
      
      pollTime = "60000" [number]
      
      &amp;gt;
      
      &amp;lt;databases&amp;gt;
      
      &amp;lt;add
      
      name = "" [String, Required, Collection Key]
      
      connectionStringName = "" [String, Required]
      
      pollTime = "60000" [number]
      
      /&amp;gt;
      
      &amp;lt;/databases&amp;gt;
      
      
      &amp;lt;/sqlCacheDependency&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;sqlCacheDependency enabled="true" pollTime="60000"&amp;gt;
      
      &amp;lt;databases&amp;gt;
      
      &amp;lt;clear /&amp;gt;
      
      &amp;lt;/databases&amp;gt;
      
      &amp;lt;/sqlCacheDependency&amp;gt;
      
      &amp;lt;/caching&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;securityPolicy
      
      &amp;gt;
      
      &amp;lt;trustLevel
      
      name = "Full" [String, Required, Collection Key]
      
      policyFile = "internal" [String, Required]
      
      /&amp;gt;
      
      
      &amp;lt;/securityPolicy&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;securityPolicy&amp;gt;
      
      &amp;lt;trustLevel name="Full" policyFile="internal" /&amp;gt;
      
      &amp;lt;trustLevel name="High" policyFile="web_hightrust.config" /&amp;gt;
      
      &amp;lt;trustLevel name="Medium" policyFile="web_mediumtrust.config" /&amp;gt;
      
      &amp;lt;trustLevel name="Low" policyFile="web_lowtrust.config" /&amp;gt;
      
      &amp;lt;trustLevel name="Minimal" policyFile="web_minimaltrust.config" /&amp;gt;
      
      &amp;lt;/securityPolicy&amp;gt;
      
      &amp;lt;!--
      
      &amp;lt;trust
      
      level = "Full" [String, Required]
      
      originUrl = "" [String]
      
      processRequestInApplicationTrust = "true" [true|false]
      
      /&amp;gt;
      
      --&amp;gt;
      
      &amp;lt;trust level="Full" originUrl="" processRequestInApplicationTrust="true" /&amp;gt;
      
      &amp;lt;/system.web&amp;gt;
      
      &amp;lt;/configuration&amp;gt;

                &#xD;
&lt;/h2&gt;</content:encoded>
      <pubDate>Tue, 22 Jul 2014 19:08:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2014/07/webconfig-master-referencehtml</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Gradient Backgrounds</title>
      <link>https://www.ewrctechnology.com/2012/06/20/photo-gallery</link>
      <description>Backgrounds with gradients. Tekp Tips TekP on EWA
The post Gradient Backgrounds appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Backgrounds with gradients. Tekp Tips TekP on EWA
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/photo-gallery/"&gt;&#xD;
      
                      
    
    Gradient Backgrounds
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 20:40:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/photo-gallery</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SVG elements</title>
      <link>https://www.ewrctechnology.com/2012/06/20/svg-elements</link>
      <description>SVG stands for Scalable Vector Graphics. SVG defines vector-based graphics in XML format.  See HTML5 SVG &lt;text&gt; element I love SVG! &lt;svg height=”30″ width=”200″&gt; &lt;text x=”0″ y=”15″ fill=”red”&gt;I love SVG!&lt;/text&gt; &lt;/svg&gt; &lt;svg width=”100″ height=”100″&gt; &lt;circle cx=”50″ cy=”50″ r=”40″ stroke=”green” stroke-width=”4″ fill=”yellow” /&gt; &lt;/svg&gt; *TekP says be aware of attack vulnerabilities in SVG markup though before uploading directly to your web server. Could an SVG be constructed in such way, […]
The post SVG elements appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    SVG stands for Scalable Vector Graphics. SVG defines vector-based graphics in XML format.  See HTML5 SVG &amp;lt;text&amp;gt; element I love SVG! &amp;lt;svg height=”30″ width=”200″&amp;gt; &amp;lt;text x=”0″ y=”15″ fill=”red”&amp;gt;I love SVG!&amp;lt;/text&amp;gt; &amp;lt;/svg&amp;gt; &amp;lt;svg width=”100″ height=”100″&amp;gt; &amp;lt;circle cx=”50″ cy=”50″ r=”40″ stroke=”green” stroke-width=”4″ fill=”yellow” /&amp;gt; &amp;lt;/svg&amp;gt; *TekP says be aware of attack vulnerabilities in SVG markup though before uploading directly to your web server. Could an SVG be constructed in such way, […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/svg-elements/"&gt;&#xD;
      
                      
    
    SVG elements
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 20:08:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/svg-elements</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>MVC .Net and Routing</title>
      <link>https://www.ewrctechnology.com/2012/06/20/lightbox-image</link>
      <description>TekP on MVC .Net
The post MVC .Net and Routing appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    TekP on MVC .Net
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/lightbox-image/"&gt;&#xD;
      
                      
    
    MVC .Net and Routing
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 20:02:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/lightbox-image</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Tech Super Models</title>
      <link>https://www.ewrctechnology.com/2012/06/20/tech-super-models</link>
      <description>Ladies making  tech content. interesting with original style.
The post Tech Super Models appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Ladies making  tech content. interesting with original style.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/tech-super-models/"&gt;&#xD;
      
                      
    
    Tech Super Models
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 19:48:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/tech-super-models</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>SQL JOINS</title>
      <link>https://www.ewrctechnology.com/2012/06/20/sql-joins</link>
      <description>SOURCE In SQL, a join is used to compare and combine — literally join — and return specific rows of data from two or more tables in a database. An inner join finds and returns matching data from tables, while an outer join finds and returns matching data and some dissimilar data from tables. An inner join on Products returns information about only those products […]
The post SQL JOINS appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    SOURCE In SQL, a join is used to compare and combine — literally join — and return specific rows of data from two or more tables in a database. An inner join finds and returns matching data from tables, while an outer join finds and returns matching data and some dissimilar data from tables. An inner join on Products returns information about only those products […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/sql-joins/"&gt;&#xD;
      
                      
    
    SQL JOINS
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 17:08:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/sql-joins</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Call of Duty WWII Game</title>
      <link>https://www.ewrctechnology.com/2012/06/20/cod-game</link>
      <description>Call of Duty Series is one of the hottest pieces of technology on the planet and oh it just happens be a video game! Gaming is technology and it is one of the most important and influential areas of technology in our modern world.
The post Call of Duty WWII Game appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Call of Duty Series is one of the hottest pieces of technology on the planet and oh it just happens be a video game! Gaming is technology and it is one of the most important and influential areas of technology in our modern world.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/20/cod-game/"&gt;&#xD;
      
                      
    
    Call of Duty WWII Game
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 20 Jun 2012 16:10:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/20/cod-game</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>MarketPlace Ministry</title>
      <link>https://www.ewrctechnology.com/2012/06/19/marketplace-ministry</link>
      <description>Technology and Business Applied to Ministry. Marketplace ministry typically refers to evangelism or other Christian activities that are targeted towards the secular workplace, as opposed to homes, churches, or specialized venues. It can also refer to particular parachurch organizations that focus on such ministry. Directing and taking evangelism and other Christian activities into the secular […]
The post MarketPlace Ministry appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Technology and Business Applied to Ministry. Marketplace ministry typically refers to evangelism or other Christian activities that are targeted towards the secular workplace, as opposed to homes, churches, or specialized venues. It can also refer to particular parachurch organizations that focus on such ministry. Directing and taking evangelism and other Christian activities into the secular […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/19/marketplace-ministry/"&gt;&#xD;
      
                      
    
    MarketPlace Ministry
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 19 Jun 2012 20:11:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/19/marketplace-ministry</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Facebook Memories</title>
      <link>https://www.ewrctechnology.com/2012/06/17/facebook-memories</link>
      <description>Sources: iFrame-Apps ; Wiki-How ; Facebook Memories: On This Day If you want to see your “On this day” activity, simply go to https://www.facebook.com/onthisday. You can turn on notifications to receive alerts when you have memories on the right top corner. You can choose to have notifications for “All Memories”, “Highlights” or “None”.
The post Facebook Memories appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Sources: iFrame-Apps ; Wiki-How ; Facebook Memories: On This Day If you want to see your “On this day” activity, simply go to https://www.facebook.com/onthisday. You can turn on notifications to receive alerts when you have memories on the right top corner. You can choose to have notifications for “All Memories”, “Highlights” or “None”.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/17/facebook-memories/"&gt;&#xD;
      
                      
    
    Facebook Memories
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 17 Jun 2012 20:01:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/17/facebook-memories</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>TekP Humor – Delete Cookies</title>
      <link>https://www.ewrctechnology.com/2012/06/14/tek-humor</link>
      <description>Tek Humor
The post TekP Humor – Delete Cookies appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Tek Humor
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/14/tek-humor/"&gt;&#xD;
      
                      
    
    TekP Humor – Delete Cookies
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 14 Jun 2012 20:41:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/14/tek-humor</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Instagram Overview</title>
      <link>https://www.ewrctechnology.com/2012/06/10/instagram-overview</link>
      <description>Understanding the general history and purpose of each of the many social networks in operation today can help make sense of why something like Instagram is different from a network like Pinterest. Instagram wants you to register with a phone app. it’s also meant for your own pictures rather than other people’s pictures. Source: Lifewire […]
The post Instagram Overview appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Understanding the general history and purpose of each of the many social networks in operation today can help make sense of why something like Instagram is different from a network like Pinterest. Instagram wants you to register with a phone app. it’s also meant for your own pictures rather than other people’s pictures. Source: Lifewire […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/10/instagram-overview/"&gt;&#xD;
      
                      
    
    Instagram Overview
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 10 Jun 2012 20:37:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/10/instagram-overview</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>3 stages of Chess</title>
      <link>https://www.ewrctechnology.com/2012/06/03/lovely</link>
      <description>Source: Chess.com   Opening: The opening is like in a baseball game when all of the players are warming up before the game starts, people slowly start coming in. Except in a chess game the game has started and the players (pieces) are taking their positions trying to gain positional advantages. Middle Game: The middle game starts once […]
The post 3 stages of Chess appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Source: Chess.com   Opening: The opening is like in a baseball game when all of the players are warming up before the game starts, people slowly start coming in. Except in a chess game the game has started and the players (pieces) are taking their positions trying to gain positional advantages. Middle Game: The middle game starts once […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/03/lovely/"&gt;&#xD;
      
                      
    
    3 stages of Chess
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 03 Jun 2012 20:04:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/03/lovely</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Speed Reading</title>
      <link>https://www.ewrctechnology.com/2012/06/02/speed-reading</link>
      <description>Speed Reading pic.twitter.com/tJ8xZKk6Ws — Physics Fun (@PhysicsVideo) January 22, 2018
The post Speed Reading appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Speed Reading pic.twitter.com/tJ8xZKk6Ws — Physics Fun (@PhysicsVideo) January 22, 2018
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/02/speed-reading/"&gt;&#xD;
      
                      
    
    Speed Reading
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sat, 02 Jun 2012 23:21:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/02/speed-reading</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Test Tools – MobileTest.me</title>
      <link>https://www.ewrctechnology.com/2012/06/02/test-tools-mobiletest</link>
      <description>The post Test Tools – MobileTest.me appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/02/test-tools-mobiletest/"&gt;&#xD;
      
                      
    
    Test Tools – MobileTest.me
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sat, 02 Jun 2012 19:53:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/02/test-tools-mobiletest</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Xbox One Controller to PC</title>
      <link>https://www.ewrctechnology.com/2012/06/01/xbox-one-controller-pc</link>
      <description>  TekP says Bluetooth Option is very convenient if you have the Xbox One controller with Bluetooth support. Your controller has this feature if it looks like the one on the bottom in this illustration: On Bluetooth-supported controllers, the plastic around the Xbox button is part of the face of the controller. On controllers without […]
The post Xbox One Controller to PC appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                      TekP says Bluetooth Option is very convenient if you have the Xbox One controller with Bluetooth support. Your controller has this feature if it looks like the one on the bottom in this illustration: On Bluetooth-supported controllers, the plastic around the Xbox button is part of the face of the controller. On controllers without […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/01/xbox-one-controller-pc/"&gt;&#xD;
      
                      
    
    Xbox One Controller to PC
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <enclosure url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/Xbox_One_Wireless_Controller_White.png" length="369167" type="image/png" />
      <pubDate>Fri, 01 Jun 2012 23:18:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/01/xbox-one-controller-pc</guid>
      <g-custom:tags type="string" />
      <media:content medium="image" url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/Xbox_One_Wireless_Controller_White.png">
        <media:description>thumbnail</media:description>
      </media:content>
      <media:content medium="image" url="https://cdn.website-editor.net/63f373e822cb4fd2bf3a77d02c9a8436/dms3rep/multi/Xbox_One_Wireless_Controller_White.png">
        <media:description>main image</media:description>
      </media:content>
    </item>
    <item>
      <title>World Time Converter</title>
      <link>https://www.ewrctechnology.com/2012/06/01/world-time-converter</link>
      <description>The post World Time Converter appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/01/world-time-converter/"&gt;&#xD;
      
                      
    
    World Time Converter
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 01 Jun 2012 20:30:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/01/world-time-converter</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Fill &amp; Sign a PDF form</title>
      <link>https://www.ewrctechnology.com/2012/06/01/fill-sign-a-pdf-form</link>
      <description>Filling out PDFs and signing them can be done directly from Adobe’s own reader app. If you don’t already have Adobe Reader, it’s available for free from get.adobe.com/reader and can be used with Windows, Mac, and Android operating systems. Get the full Adobe Reader program, not the app. Then use the Tool  Edit &amp; Fill Option to […]
The post Fill &amp; Sign a PDF form appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Filling out PDFs and signing them can be done directly from Adobe’s own reader app. If you don’t already have Adobe Reader, it’s available for free from get.adobe.com/reader and can be used with Windows, Mac, and Android operating systems. Get the full Adobe Reader program, not the app. Then use the Tool  Edit &amp;amp; Fill Option to […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/01/fill-sign-a-pdf-form/"&gt;&#xD;
      
                      
    
    Fill &amp;amp; Sign a PDF form
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 01 Jun 2012 20:18:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/01/fill-sign-a-pdf-form</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>What’s wrong with your pa$$w0rd?</title>
      <link>https://www.ewrctechnology.com/2012/06/01/whats-wrong-with-your-paw0rd</link>
      <description>The post What’s wrong with your pa$$w0rd? appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/06/01/whats-wrong-with-your-paw0rd/"&gt;&#xD;
      
                      
    
    What’s wrong with your pa$$w0rd?
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 01 Jun 2012 20:16:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/06/01/whats-wrong-with-your-paw0rd</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>MICRO MIGHTY!</title>
      <link>https://www.ewrctechnology.com/2012/05/29/micro-mighty</link>
      <description>Gallery Photos Lily Aromatheraphy Massage Rose Oil Theraphy Hot Stone Massage Stay Fresh Lavender Aromatheraphy Olive Oil Manicure and pedicure InstagramOur Instagram Photo
The post MICRO MIGHTY! appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Gallery Photos Lily Aromatheraphy Massage Rose Oil Theraphy Hot Stone Massage Stay Fresh Lavender Aromatheraphy Olive Oil Manicure and pedicure InstagramOur Instagram Photo
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/29/micro-mighty/"&gt;&#xD;
      
                      
    
    MICRO MIGHTY!
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 29 May 2012 19:47:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/29/micro-mighty</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>New Tech is out, every body dance!</title>
      <link>https://www.ewrctechnology.com/2012/05/28/new-tech-is-out-every-body-dance</link>
      <description>The post New Tech is out, every body dance! appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/28/new-tech-is-out-every-body-dance/"&gt;&#xD;
      
                      
    
    New Tech is out, every body dance!
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 28 May 2012 20:03:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/28/new-tech-is-out-every-body-dance</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Soccer Player</title>
      <link>https://www.ewrctechnology.com/2012/05/27/soccer-player</link>
      <description>Duis dignissim mollis lectus, id mollis tortor dignissim ut. Proin non velit arcu, sit amet laoreet massa.
The post Soccer Player appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Duis dignissim mollis lectus, id mollis tortor dignissim ut. Proin non velit arcu, sit amet laoreet massa.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/27/soccer-player/"&gt;&#xD;
      
                      
    
    Soccer Player
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 27 May 2012 20:21:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/27/soccer-player</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Rock Band Concert</title>
      <link>https://www.ewrctechnology.com/2012/05/27/rock-band-concert</link>
      <description>Ut imperdiet, purus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est.
The post Rock Band Concert appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Ut imperdiet, purus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/27/rock-band-concert/"&gt;&#xD;
      
                      
    
    Rock Band Concert
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 27 May 2012 20:19:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/27/rock-band-concert</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Photo Effect</title>
      <link>https://www.ewrctechnology.com/2012/05/20/photo-effect</link>
      <description>Vestibulum bibendum, dolor sed auctor rhoncus, massa nulla faucibus dui, in sollicitudin elit est at lorem. Proin aliquam gravida turpis et facilisis.
The post Photo Effect appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Vestibulum bibendum, dolor sed auctor rhoncus, massa nulla faucibus dui, in sollicitudin elit est at lorem. Proin aliquam gravida turpis et facilisis.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/20/photo-effect/"&gt;&#xD;
      
                      
    
    Photo Effect
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 20 May 2012 20:02:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/20/photo-effect</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Record your Metronome in Logic Pro X</title>
      <link>https://www.ewrctechnology.com/2012/05/20/my-new-home</link>
      <description>Record your Metronome in Logic Pro X  – Record MIDI and the Metronome click track to an Audio Track – YouTube *Note: The Key is put the Metronome on a BUS along with any other inputs you want on that track and you end up with Metronome on your Track. How to record your Click […]
The post Record your Metronome in Logic Pro X appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Record your Metronome in Logic Pro X  – Record MIDI and the Metronome click track to an Audio Track – YouTube *Note: The Key is put the Metronome on a BUS along with any other inputs you want on that track and you end up with Metronome on your Track. How to record your Click […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/20/my-new-home/"&gt;&#xD;
      
                      
    
    Record your Metronome in Logic Pro X
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 20 May 2012 19:49:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/20/my-new-home</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Logic Pro X: Use the metronome</title>
      <link>https://www.ewrctechnology.com/2012/05/20/logic-pro-x-use-the-metronome</link>
      <description>https://support.apple.com/kb/PH26320?locale=en_US&amp;viewlocale=en_US Set the number of bars for the count-in Do one of the following Choose Record &gt; Count-in, then choose the number of bars from the submenu. In Project Settings &gt; Recording, choose the number of bars from the Count-in pop-up menu. Set the number of bars for the count-in Do one of the following […]
The post Logic Pro X: Use the metronome appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    https://support.apple.com/kb/PH26320?locale=en_US&amp;amp;viewlocale=en_US Set the number of bars for the count-in Do one of the following Choose Record &amp;gt; Count-in, then choose the number of bars from the submenu. In Project Settings &amp;gt; Recording, choose the number of bars from the Count-in pop-up menu. Set the number of bars for the count-in Do one of the following […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/20/logic-pro-x-use-the-metronome/"&gt;&#xD;
      
                      
    
    Logic Pro X: Use the metronome
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 20 May 2012 19:41:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/20/logic-pro-x-use-the-metronome</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>A Travel Photo</title>
      <link>https://www.ewrctechnology.com/2012/05/06/a-travel-photo</link>
      <description>Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque. Ut imperdiet, purus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. […]
The post A Travel Photo appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque. Ut imperdiet, purus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/06/a-travel-photo/"&gt;&#xD;
      
                      
    
    A Travel Photo
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 06 May 2012 20:05:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/06/a-travel-photo</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Dango</title>
      <link>https://www.ewrctechnology.com/2012/05/05/dango</link>
      <description>Magna pulchra canis in tertia planeta a sole. Sed augue lacus, porta eu sollicitudin vel, molestie et lacus. In sit amet turpis id velit laoreet venenatis non eget diam.
The post Dango appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Magna pulchra canis in tertia planeta a sole. Sed augue lacus, porta eu sollicitudin vel, molestie et lacus. In sit amet turpis id velit laoreet venenatis non eget diam.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/05/dango/"&gt;&#xD;
      
                      
    
    Dango
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sat, 05 May 2012 21:58:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/05/dango</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>My Boy</title>
      <link>https://www.ewrctechnology.com/2012/05/04/my-boy</link>
      <description>Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra.
The post My Boy appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/04/my-boy/"&gt;&#xD;
      
                      
    
    My Boy
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 04 May 2012 22:15:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/04/my-boy</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Masked Party</title>
      <link>https://www.ewrctechnology.com/2012/05/03/masked-party</link>
      <description>Ut urus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est.
The post Masked Party appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Ut urus non pellentesque fringilla, erat est molestie nibh, sed tristique mi massa nec nisi. Cras ut urna est.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/03/masked-party/"&gt;&#xD;
      
                      
    
    Masked Party
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 03 May 2012 20:20:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/03/masked-party</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Rocky</title>
      <link>https://www.ewrctechnology.com/2012/05/03/rocky</link>
      <description>Morbi varius eros neque, eu malesuada dolor. Etiam eget eleifend metus. Duis auctor orci et odio cursus adipiscing. Aliquam erat volutpat.
The post Rocky appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Morbi varius eros neque, eu malesuada dolor. Etiam eget eleifend metus. Duis auctor orci et odio cursus adipiscing. Aliquam erat volutpat.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/03/rocky/"&gt;&#xD;
      
                      
    
    Rocky
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 03 May 2012 19:52:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/03/rocky</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Moi Moi</title>
      <link>https://www.ewrctechnology.com/2012/05/03/moi-moi</link>
      <description>Pellentesque ornare, augue ac posuere consectetur, tellus ligula feugiat lorem, id imperdiet tellus tortor ut urna. Ut eleifend rhoncus augue sit amet dignissim.
The post Moi Moi appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Pellentesque ornare, augue ac posuere consectetur, tellus ligula feugiat lorem, id imperdiet tellus tortor ut urna. Ut eleifend rhoncus augue sit amet dignissim.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/03/moi-moi/"&gt;&#xD;
      
                      
    
    Moi Moi
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 03 May 2012 19:50:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/03/moi-moi</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>More Cake Photos</title>
      <link>https://www.ewrctechnology.com/2012/05/02/more-cake-photos</link>
      <description>Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra.
The post More Cake Photos appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/05/02/more-cake-photos/"&gt;&#xD;
      
                      
    
    More Cake Photos
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 02 May 2012 19:43:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/05/02/more-cake-photos</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Grill Shrimps</title>
      <link>https://www.ewrctechnology.com/2012/04/30/grill-shrimps</link>
      <description>Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
The post Grill Shrimps appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/30/grill-shrimps/"&gt;&#xD;
      
                      
    
    Grill Shrimps
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 30 Apr 2012 20:14:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/30/grill-shrimps</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Surprise Office Gift</title>
      <link>https://www.ewrctechnology.com/2012/04/29/surprise-office-gift</link>
      <description>Maecenas rhoncus malesuada aliquet. Morbi vulputate vulputate mauris quis condimentum. Ut ut ligula et mauris acc vulputate mauris quis cond the imentum umsan tristique ut nec lacus.
The post Surprise Office Gift appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Maecenas rhoncus malesuada aliquet. Morbi vulputate vulputate mauris quis condimentum. Ut ut ligula et mauris acc vulputate mauris quis cond the imentum umsan tristique ut nec lacus.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/29/surprise-office-gift/"&gt;&#xD;
      
                      
    
    Surprise Office Gift
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sun, 29 Apr 2012 19:45:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/29/surprise-office-gift</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Shopping Time</title>
      <link>https://www.ewrctechnology.com/2012/04/21/shopping-time</link>
      <description>Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
The post Shopping Time appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/21/shopping-time/"&gt;&#xD;
      
                      
    
    Shopping Time
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sat, 21 Apr 2012 16:13:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/21/shopping-time</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>New Album</title>
      <link>https://www.ewrctechnology.com/2012/04/20/new-album</link>
      <description>Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor.
The post New Album appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/20/new-album/"&gt;&#xD;
      
                      
    
    New Album
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 20 Apr 2012 20:18:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/20/new-album</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Swinging</title>
      <link>https://www.ewrctechnology.com/2012/04/20/swinging</link>
      <description>Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices.
The post Swinging appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Cras ut urna est. Praesent eu ligula ut ligula tempus porttitor. In at sem ipsum, sed commodo felis. Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/20/swinging/"&gt;&#xD;
      
                      
    
    Swinging
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 20 Apr 2012 19:59:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/20/swinging</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>New Picture Frame</title>
      <link>https://www.ewrctechnology.com/2012/04/20/new-picture-frame</link>
      <description>Morbi varius eros neque, eu malesuada dolor. Etiam eget eleifend metus. Duis auctor orci et odio cursus adipiscing. Aliquam erat volutpat. In posuere faucibus justo, et faucibus lectus sodales ut.
The post New Picture Frame appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Morbi varius eros neque, eu malesuada dolor. Etiam eget eleifend metus. Duis auctor orci et odio cursus adipiscing. Aliquam erat volutpat. In posuere faucibus justo, et faucibus lectus sodales ut.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/20/new-picture-frame/"&gt;&#xD;
      
                      
    
    New Picture Frame
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Fri, 20 Apr 2012 19:44:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/20/new-picture-frame</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Decorating a Cake</title>
      <link>https://www.ewrctechnology.com/2012/04/17/decorating-a-cake</link>
      <description>Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra. Vivamus libero eros, dictum id aliquam in, tristique id sapien.
The post Decorating a Cake appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Nullam nec elit sapien. Donec at congue sapien. Mauris a diam nec felis auctor ultrices. Sed tempus mollis orci in viverra. Vivamus libero eros, dictum id aliquam in, tristique id sapien.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/17/decorating-a-cake/"&gt;&#xD;
      
                      
    
    Decorating a Cake
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 17 Apr 2012 19:37:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/17/decorating-a-cake</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Picture From the Function</title>
      <link>https://www.ewrctechnology.com/2012/04/02/picture-from-the-function</link>
      <description>Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
The post Picture From the Function appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Vivamus in dolor eu lacus luctus auctor non ac turpis. Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/04/02/picture-from-the-function/"&gt;&#xD;
      
                      
    
    Picture From the Function
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Mon, 02 Apr 2012 19:36:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/04/02/picture-from-the-function</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Super Platter</title>
      <link>https://www.ewrctechnology.com/2012/03/29/super-platter</link>
      <description>Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
The post Super Platter appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Proin et rutrum dolor. Praesent venenatis purus convallis ipsum porttitor convallis consectetur orci condimentum. Curabitur ornare interdum pellentesque.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/29/super-platter/"&gt;&#xD;
      
                      
    
    Super Platter
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 29 Mar 2012 20:15:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/29/super-platter</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Hi Cuties</title>
      <link>https://www.ewrctechnology.com/2012/03/28/hi-cuties</link>
      <description>Sed tempus mollis orci in viverra. Vivamus libero eros, dictum id aliquam in, tristique id sapien.
The post Hi Cuties appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Sed tempus mollis orci in viverra. Vivamus libero eros, dictum id aliquam in, tristique id sapien.
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/28/hi-cuties/"&gt;&#xD;
      
                      
    
    Hi Cuties
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 28 Mar 2012 20:35:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/28/hi-cuties</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>PowerDirector 15 Trimming</title>
      <link>https://www.ewrctechnology.com/2012/03/28/camera-photo</link>
      <description>Video clips captured from external capture devices often contain unwanted portions. These unwanted portions can easily be removed in PowerDirector using the Trim function. The name of the Cursor Button you drag around in the timeline is called the PLAYHEAD. There are also separate MarkIn and MarkOut Buttons different from the PLAYHEAD. Clicking MarkIn and […]
The post PowerDirector 15 Trimming appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Video clips captured from external capture devices often contain unwanted portions. These unwanted portions can easily be removed in PowerDirector using the Trim function. The name of the Cursor Button you drag around in the timeline is called the PLAYHEAD. There are also separate MarkIn and MarkOut Buttons different from the PLAYHEAD. Clicking MarkIn and […]
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/28/camera-photo/"&gt;&#xD;
      
                      
    
    PowerDirector 15 Trimming
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 28 Mar 2012 20:22:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/28/camera-photo</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>2 for 1 Eagle gets Fox and Rabbit</title>
      <link>https://www.ewrctechnology.com/2012/03/28/2-for-1-eagle-gets-fox-and-rabbit</link>
      <description>2 for 1 Eagle gets Fox and Rabbit
The post 2 for 1 Eagle gets Fox and Rabbit appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    2 for 1 Eagle gets Fox and Rabbit
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/28/2-for-1-eagle-gets-fox-and-rabbit/"&gt;&#xD;
      
                      
    
    2 for 1 Eagle gets Fox and Rabbit
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 28 Mar 2012 19:36:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/28/2-for-1-eagle-gets-fox-and-rabbit</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>16-Bar Congregational Songs in Gospel Music</title>
      <link>https://www.ewrctechnology.com/2012/03/21/16-bar-congregational-songs-in-gospel-music</link>
      <description>How to Play 16-Bar Congregational Songs in Gospel Music Damien Sneed – Piano and Vocals Matia Washington, Djoré Nance, and Tiffany Stevenson – Vocals Quinn Brown – Drums Eric Suquet – Director Bill Thomas – Director of Photography Aaron Chandler – Sound Engineer Richard Emery – Production Assistant Seton Hawkins – Producer
The post 16-Bar Congregational Songs in Gospel Music appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    How to Play 16-Bar Congregational Songs in Gospel Music Damien Sneed – Piano and Vocals Matia Washington, Djoré Nance, and Tiffany Stevenson – Vocals Quinn Brown – Drums Eric Suquet – Director Bill Thomas – Director of Photography Aaron Chandler – Sound Engineer Richard Emery – Production Assistant Seton Hawkins – Producer
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/21/16-bar-congregational-songs-in-gospel-music/"&gt;&#xD;
      
                      
    
    16-Bar Congregational Songs in Gospel Music
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Wed, 21 Mar 2012 16:17:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/21/16-bar-congregational-songs-in-gospel-music</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Don’t worry, just stare into the light.</title>
      <link>https://www.ewrctechnology.com/2012/03/20/dont-worry-just-stare-into-the-light</link>
      <description>Don’t worry, just stare into the light.  – Men in Black
The post Don’t worry, just stare into the light. appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    Don’t worry, just stare into the light.  – Men in Black
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/20/dont-worry-just-stare-into-the-light/"&gt;&#xD;
      
                      
    
    Don’t worry, just stare into the light.
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 20 Mar 2012 20:23:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/20/dont-worry-just-stare-into-the-light</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>If you can’t say something nice …</title>
      <link>https://www.ewrctechnology.com/2012/03/20/if-you-cant-say-something-nice</link>
      <description>The post If you can’t say something nice … appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/20/if-you-cant-say-something-nice/"&gt;&#xD;
      
                      
    
    If you can’t say something nice …
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 20 Mar 2012 19:27:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/20/if-you-cant-say-something-nice</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>Hype overload!</title>
      <link>https://www.ewrctechnology.com/2012/03/06/hype-overload</link>
      <description>TekP says Get Krunk!
The post Hype overload! appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    TekP says Get Krunk!
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/06/hype-overload/"&gt;&#xD;
      
                      
    
    Hype overload!
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Tue, 06 Mar 2012 17:49:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/06/hype-overload</guid>
      <g-custom:tags type="string" />
    </item>
    <item>
      <title>PSR-S650 Voice and Style Expansion</title>
      <link>https://www.ewrctechnology.com/2012/03/03/yamaha-psrblue-heaven-video</link>
      <description>PSR-S650 Voice &amp; Style Expansion
The post PSR-S650 Voice and Style Expansion appeared first on TekPreacher.</description>
      <content:encoded>&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    PSR-S650 Voice &amp;amp; Style Expansion
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;&#xD;
&lt;div data-rss-type="text"&gt;&#xD;
  &lt;p&gt;&#xD;
    
                    The post 
  
  
                    &#xD;
    &lt;a href="/2012/03/03/yamaha-psrblue-heaven-video/"&gt;&#xD;
      
                      
    
    PSR-S650 Voice and Style Expansion
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
   appeared first on 
  
  
                    &#xD;
    &lt;a href="http://tekpreacher.com"&gt;&#xD;
      
                      
    
    TekPreacher
  
  
                    &#xD;
    &lt;/a&gt;&#xD;
    
                    
  
  .
                  &#xD;
  &lt;/p&gt;&#xD;
&lt;/div&gt;</content:encoded>
      <pubDate>Sat, 03 Mar 2012 17:48:00 GMT</pubDate>
      <guid>https://www.ewrctechnology.com/2012/03/03/yamaha-psrblue-heaven-video</guid>
      <g-custom:tags type="string" />
    </item>
  </channel>
</rss>
