<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>My Blog - Ordinary Matthew James, Extraordinary God</title>
    <link>http://www.klump-pdx.com/blog/</link>
    <description>for the LOVE of JESUS, GOD, our KLUMP-FEYERHERM FAMILY and FRIENDS</description>
    <language>en-us</language>
    <copyright>Matthew James</copyright>
    <lastBuildDate>Fri, 20 Jan 2012 01:56:31 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>matthew@klump-pdx.com</managingEditor>
    <webMaster>matthew@klump-pdx.com</webMaster>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=9a42f541-d8ea-41ea-bec9-33df7dcf81c5</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,9a42f541-d8ea-41ea-bec9-33df7dcf81c5.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>45.542487090938018 -122.96065807342529</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,9a42f541-d8ea-41ea-bec9-33df7dcf81c5.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9a42f541-d8ea-41ea-bec9-33df7dcf81c5</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Dear reader: 
</p>
        <p>
If you are not an ASP.NET junior web developer like I am, then you can probably ignore
this blog post as this is a regurgitation of information you likely already know. 
</p>
        <p>
I was happily programming along one day on Wednesday, January 19th, 2012 at Intel
where I am trying to finish an AutomationReportingWebApp asp.net web application for
the Visual Computing group in their testing of Media Conversion Application performance
testing when I hit a wall with my default cascading style sheet (site.css) not applying
styles the class style templates I just defined. 
</p>
        <p>
It turns out from an article located <a href="http://forums.asp.net/p/1479244/3449357.aspx">here</a> that
we can NEVER leave the default style sheet site.css named as so, or the file will
not apply the changes you make there even if you edit and save the file. 
</p>
        <p>
By renaming the site.css file to something else, then you are able to totally avoid
this problem. 
</p>
        <p>
Check it out specifically the first 2 asp.net forum entries: Change made in the "Site.css"
does reflect only in the... 
</p>
        <p>
RSS 4 replies Last post Oct 09, 2009 07:54 AM by charles rhamazany (0). ‹ Previous
Thread|Next Thread › CHARLES RHAM... Member 19 Points 41 Posts Reply . Change made
in the "Site.css" does reflect only in the design view but not when I run my applicat...
Oct 08, 2009 02:42 PM | LINK Hi, Each time I modify the "Site.css", I get the result
in the "Design View" but nothing is happening when I run the application; In fact,
I still get the same result as before making the change(e.g. the same blue background).
And, anything that has the same id keeps the same value as previously. When I had
new elements (div, ...), I get them in the Design view but not in the browser. When
I delete both the Site.css as well as the Site.Master files and create new ones with
the same name (Site.css and Site.Master), I still get the same result. I've clicked
the "Refresh" icon, but that didn't produce any different result. I've also tried
to delete the 
</p>
        <link href="..." />
to the Site.css. But when I point again to the file, nothing changes. I get a different
result only when I create new files with a different names. Is there any way to overcome
this difficulty???! Maybe a way to refresh either file or both... Thank for helping
me. . XIII All-Star 171788 Points 20179 Posts ASPInsiders Moderator MVP Reply . Re:
Change made in the "Site.css" does reflect only in the design view but not when I
run my appl... Oct 08, 2009 03:05 PM | LINK Hi, try pressing ctrl + F5 in your browser
to fully reload it. Another trick's to rename the css file like for example from mycss01.css
to mycss02.css. Grz, Kris. Read my blog | Twitter Interested in Azure, ASP.NET (MVC),
jQuery, WCF, EF, MS SQL, ... Keep the forums clean: report to the moderation team! 
<img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=9a42f541-d8ea-41ea-bec9-33df7dcf81c5" /><br /><hr />
Matthew James Klump http://www.klump-pdx.com matthew@klump-pdx.com</body>
      <title>Problem with asp.net webpages not picking up css style sheet</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,9a42f541-d8ea-41ea-bec9-33df7dcf81c5.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2012/01/20/Problem+With+Aspnet+Webpages+Not+Picking+Up+Css+Style+Sheet.aspx</link>
      <pubDate>Fri, 20 Jan 2012 01:56:31 GMT</pubDate>
      <description>&lt;p&gt;
Dear reader: 
&lt;/p&gt;
&lt;p&gt;
If you are not an ASP.NET junior web developer like I am, then you can probably ignore
this blog post as this is a regurgitation of information you likely already know. 
&lt;/p&gt;
&lt;p&gt;
I was happily programming along one day on Wednesday, January 19th, 2012 at Intel
where I am trying to finish an AutomationReportingWebApp asp.net web application for
the Visual Computing group in their testing of Media Conversion Application performance
testing when I hit a wall with my default cascading style sheet (site.css) not applying
styles the class style templates I just defined. 
&lt;/p&gt;
&lt;p&gt;
It turns out from an article located &lt;a href="http://forums.asp.net/p/1479244/3449357.aspx"&gt;here&lt;/a&gt; that
we can NEVER leave the default style sheet site.css named as so, or the file will
not apply the changes you make there even if you edit and save the file. 
&lt;/p&gt;
&lt;p&gt;
By renaming the site.css file to something else, then you are able to totally avoid
this problem. 
&lt;/p&gt;
&lt;p&gt;
Check it out specifically the first 2 asp.net forum entries: Change made in the "Site.css"
does reflect only in the... 
&lt;/p&gt;
&lt;p&gt;
RSS 4 replies Last post Oct 09, 2009 07:54 AM by charles rhamazany (0). ‹ Previous
Thread|Next Thread › CHARLES RHAM... Member 19 Points 41 Posts Reply . Change made
in the "Site.css" does reflect only in the design view but not when I run my applicat...
Oct 08, 2009 02:42 PM | LINK Hi, Each time I modify the "Site.css", I get the result
in the "Design View" but nothing is happening when I run the application; In fact,
I still get the same result as before making the change(e.g. the same blue background).
And, anything that has the same id keeps the same value as previously. When I had
new elements (div, ...), I get them in the Design view but not in the browser. When
I delete both the Site.css as well as the Site.Master files and create new ones with
the same name (Site.css and Site.Master), I still get the same result. I've clicked
the "Refresh" icon, but that didn't produce any different result. I've also tried
to delete the 
&lt;link href= "..." &gt;
to the Site.css. But when I point again to the file, nothing changes. I get a different
result only when I create new files with a different names. Is there any way to overcome
this difficulty???! Maybe a way to refresh either file or both... Thank for helping
me. . XIII All-Star 171788 Points 20179 Posts ASPInsiders Moderator MVP Reply . Re:
Change made in the "Site.css" does reflect only in the design view but not when I
run my appl... Oct 08, 2009 03:05 PM | LINK Hi, try pressing ctrl + F5 in your browser
to fully reload it. Another trick's to rename the css file like for example from mycss01.css
to mycss02.css. Grz, Kris. Read my blog | Twitter Interested in Azure, ASP.NET (MVC),
jQuery, WCF, EF, MS SQL, ... Keep the forums clean: report to the moderation team! &gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=9a42f541-d8ea-41ea-bec9-33df7dcf81c5" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,9a42f541-d8ea-41ea-bec9-33df7dcf81c5.aspx</comments>
      <category>.NET</category>
      <category>programming</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=e3738dfe-f25e-427c-b087-ffd1e6384c88</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,e3738dfe-f25e-427c-b087-ffd1e6384c88.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,e3738dfe-f25e-427c-b087-ffd1e6384c88.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=e3738dfe-f25e-427c-b087-ffd1e6384c88</wfw:commentRss>
      <title>Dear Reader  Our Story of 2007 through 2012</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,e3738dfe-f25e-427c-b087-ffd1e6384c88.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2012/01/16/Dear+Reader+Our+Story+Of+2007+Through+2012.aspx</link>
      <pubDate>Mon, 16 Jan 2012 18:17:35 GMT</pubDate>
      <description>&lt;p&gt;
If your are still reading, then I am grateful that I still have your interest.
&lt;/p&gt;
&lt;p&gt;
With that still intact, please allow me to reintroduce to you, dear reader, our single
purpose for existing as we do to server Our Lord and Savior his cross that is his
symbol we choose to pickup daily, to carry it with us as we go, and to follow him
where ever he goes to serve and do as he wills:
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="The Passion of Our Lord Being Crusified" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/The_20Passion_20of_20Our_20Lord_20Being_20Crusified_small.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
Remember how he died because of how much he loves me and of how much he loves you.
&lt;/p&gt;
&lt;p&gt;
Nothing of Earth or of Man in Human Kind will ever measure up to God&amp;rsquo;s ultimate
gift of his Son for us in this way.
&lt;/p&gt;
&lt;p&gt;
Here is the short form of Our Lord&amp;rsquo;s interventions and guidances he has worked
for Jill and I in our own lives these last 5 years:
&lt;/p&gt;
&lt;p&gt;
As my story goes, that love asked of me with my wife Jill to remained unemployed from
the end of 2007 to 2010 where I humbly served my Lord and Savior Jesus Christ&amp;rsquo;s
Catholic Church at St Louise De Marillac Chruch in Bellevue, Washington.
&lt;/p&gt;
&lt;p&gt;
During that time I also humbled myself to learn to trade stock and option contracts
on stock to try&amp;nbsp;with God&amp;rsquo;s Grace to rebuild some of our Earthly wages that
we humbly and totally lost over the course of the 3 year period of ongoing unemployement
that Jill and I went through a great deal of self rejecting suffering ourselves.
&lt;/p&gt;
&lt;p&gt;
Stocks and Options on stocks also had to come to a close as we could not get them
to be notably profitable within a certain amount of time for each trade position that
we entered,
&lt;/p&gt;
&lt;p&gt;
During this 3 year period, we also started practise trading a different currency market
call foreign currency exchange aided with an automated trading tool called CommandTRADE
FX. We tried that tool for a whle until we changed to a new trading platform called
LightWave from MBT Software and the Wizetrade the same place that CTFX was also authored
from.
&lt;/p&gt;
&lt;p&gt;
Now instead of trading symbols like $SPX, $DOW, and $COMPQ, now we are trading symbols
like:
&lt;/p&gt;
&lt;p&gt;
USD = United States Dollar 
&lt;br /&gt;
GBP = Great Britain Pound 
&lt;br /&gt;
JPY = Japanese Yen 
&lt;br /&gt;
CAD = Canadian Dollar 
&lt;br /&gt;
CHF = Confederatio Helvetica (Latin for Swiss Confederation) Franc 
&lt;br /&gt;
NZD = New Zealand Dollar 
&lt;br /&gt;
AUD = Australian Dollar
&lt;/p&gt;
&lt;p&gt;
On September 22nd, 2011, Our Lord Jesus Christ further gifted to us after we organized
to form a business trading currency securities a way to permanently end paper trading
currencies, and proceed with trading real money and not loosing even once except during
times of human error,
&lt;/p&gt;
&lt;p&gt;
Our gift of 100% success came from being gifted of great wisdom of how we are required
to form our enterance and exit strategies by using a limit order only to enter ever
order, and also using only the profit target and trailing stop portion of the TTO
or targeted trailing stop, and NEVER actually using a downside stop loss.
&lt;/p&gt;
&lt;p&gt;
In the Name of the Father, and of the Son, and of the Holy Spirit:
&lt;/p&gt;
&lt;p&gt;
Because of God&amp;rsquo;s gift to us that has made our business successful through the
end of our lives and end of our days, we continue to be forever greatful in his debt.
Still we can never hope to begin to payback our God for what he has done for us except
with great love for him try through our prayers, eucharistic loving rememberance of
him, and through our obedience of Our God&amp;rsquo;s most Holy Ten (10) commandments
that we are to model our lives after.
&lt;/p&gt;
&lt;p&gt;
Ah men, In the Name of the Father, and of the Son, and of the Holy Sprit, Ah men.
&lt;/p&gt;
&lt;p&gt;
-Matthew James Klump
&lt;/p&gt;
&lt;p&gt;
Managing Member
&lt;/p&gt;
&lt;p&gt;
PIPs for Heaven, LLC
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=e3738dfe-f25e-427c-b087-ffd1e6384c88" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,e3738dfe-f25e-427c-b087-ffd1e6384c88.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
      <category>Life in General</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=abb31948-3548-494d-9f7f-f0b0a9f94f4c</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,abb31948-3548-494d-9f7f-f0b0a9f94f4c.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,abb31948-3548-494d-9f7f-f0b0a9f94f4c.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=abb31948-3548-494d-9f7f-f0b0a9f94f4c</wfw:commentRss>
      <title>Helping a Friend in Need</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,abb31948-3548-494d-9f7f-f0b0a9f94f4c.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2011/04/08/Helping+A+Friend+In+Need.aspx</link>
      <pubDate>Fri, 08 Apr 2011 10:14:29 GMT</pubDate>
      <description>&lt;p&gt;
Dear Mako, Robert, and dogy-dog Tessy:
&lt;/p&gt;
&lt;p&gt;
Thank you for letting us stay in your home for a brief one week we stayed after we
lost our home in Washington, got kicked out permanently from Microsoft, and sent running
back to Portland, Oregon with our tail between our legs just like Tessy in this picure:
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="3 of us" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/3_20of_20us_small1.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
We pray that we&amp;rsquo;ll see each other again hopefully this Easter at the Saturday
Easter Vigial at 8pm at St. Louise Catholic church in Bellevue, Washington, and maybe
even at New Years if we are led by the Spirit to cross paths again.
&lt;/p&gt;
&lt;p&gt;
Take care, and God Bless!
&lt;/p&gt;
&lt;p&gt;
-Matthew James Klump
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=abb31948-3548-494d-9f7f-f0b0a9f94f4c" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,abb31948-3548-494d-9f7f-f0b0a9f94f4c.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
      <category>musings</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=b3151ac5-fc24-440b-819e-4e9455447015</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,b3151ac5-fc24-440b-819e-4e9455447015.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,b3151ac5-fc24-440b-819e-4e9455447015.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=b3151ac5-fc24-440b-819e-4e9455447015</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <title>Some Certain PEOPLE -&gt;-&gt;Mako&lt;-&lt;-  is at it AGAIN!!</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,b3151ac5-fc24-440b-819e-4e9455447015.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/12/22/Some+Certain+PEOPLE+Mako+Is+At+It+AGAIN.aspx</link>
      <pubDate>Tue, 22 Dec 2009 12:00:11 GMT</pubDate>
      <description>&lt;p&gt;
You KNOW you are going to have a GREAT TIME at Xiu Xian Tea in Bellevue or Kent Washington
when you walk in and see it&amp;rsquo;s owner some certain PEOPLE -&amp;gt;-&amp;gt;-&amp;gt;Mako
Carlson&amp;lt;-&amp;lt;-&amp;lt;- LOOKING AT YOU like THIS!!!:
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="MakoAtXiuXianTea" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/MakoAtXiuXianTea.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
You know for a fact that you will be IN FOR IT in such a warm and loving way as she
takes you in as her friend to show you about TEA, and what joy it means to be her
friend at her tea party.
&lt;/p&gt;
&lt;p&gt;
Great as she is being a professional, I still cannot convince her about EXPERIENCING
the MASS long before it begins in the morning, and several hours before she needs
to open for the day. As you can see, there STILL has not been a reply:
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;Dear Mako,&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;&lt;?xml:namespace prefix ="" o ns ="" "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;St. James Cathedral
the really big and beautiful church cathedral in Seattle has mass at a 8am on Sunday
mornings, and also at 8:15am on Saturday mornings, and also on weekday mornings at
8:15am as well.&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;o:p&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;The mass starts
a little bit later in the day at 9:00am in the morning on weekdays at our church St.
Louise De Marillac at 141 SE 156&lt;sup&gt;th&lt;/sup&gt; Ave, Bellevue, WA 98008. This mass is
usually not accompanied by music except on Wednesday when we get to share mass with
the children at St. Louise School.&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;o:p&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd" color="#427d64" face="Arial"&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;font color="#427d64"&gt;&lt;font face="Arial"&gt;&lt;font style="BACKGROUND-COLOR: #fffffd"&gt;Mako,
would you please be willing to come to mass with Jill and I possibly on a Wednesday
or Saturday morning and experience God Love with us?&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;&lt;font style="BACKGROUND-COLOR: #fffffd"&gt;Sincerely
yours, and God Bless!&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;font style="BACKGROUND-COLOR: #fffffd"&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'Edwardian Script ITC'; COLOR: teal; FONT-SIZE: 18pt"&gt;-Matthew
James Klump&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; BACKGROUND: none transparent scroll repeat 0% 0%" class="MsoNormal"&gt;
&lt;span style="COLOR: teal"&gt;&lt;a href="http://www.klump-pdx.com/"&gt;&lt;font face="Arial"&gt;http://www.klump-pdx.com&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt; BACKGROUND: none transparent scroll repeat 0% 0%" class="MsoNormal"&gt;
&lt;o:p&gt;
&lt;font color="#427d64" face="Arial"&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=b3151ac5-fc24-440b-819e-4e9455447015" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,b3151ac5-fc24-440b-819e-4e9455447015.aspx</comments>
      <category>Life in General</category>
      <category>musings</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1</wfw:commentRss>
      <title>Faith Begets Expectation, and Expectation Begets God to Act</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/12/22/Faith+Begets+Expectation+And+Expectation+Begets+God+To+Act.aspx</link>
      <pubDate>Tue, 22 Dec 2009 10:32:22 GMT</pubDate>
      <description>&lt;p&gt;
You and we can never raise above our persuasion.
&lt;/p&gt;
&lt;p&gt;
The ONLY PARTS of the BIBLE that will&amp;nbsp;COME TRUE for YOU in your LIFE and in MINE&amp;nbsp;are
the parts of the BIBLE that you and I BELIEVE.
&lt;/p&gt;
&lt;p&gt;
There are at least 331 times the Word Of God speaks IF I act (out of obedience), then
the corresponding prescribed law will result as understood in Isaiah 1:17.
&lt;/p&gt;
&lt;p&gt;
Act in accordance to how Melchizedek gave God what is his as understood in Genesis
14:18&amp;ndash;20
&lt;/p&gt;
&lt;p&gt;
Your field is your income, your corners are your outgoing tithe. If you make your
corners larger for God, then God will make your field larger as understood in Deuteronomy
14:22&amp;ndash;25.
&lt;/p&gt;
&lt;p&gt;
Obey God, test him, and see what he will not do for you in your life as understood
in Leviticus 26:1&amp;ndash;13, Deuteronomy 26:14, Deuteronomy 28:1&amp;ndash;14. Doing the
opposite for the help of ourselves&amp;nbsp;results in the opposite of blessings as in
Deuteronomy 28:15&amp;ndash;69 and Leviticus 26:14&amp;ndash;46.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Something that I have can be traded for something&amp;nbsp;that I want. By sowing tithes
and offerings with expectation that more will come back from God to prove that he
is there as understood in Malachi 3:10.
&lt;/p&gt;
&lt;p&gt;
The seed offering you have will stay as it is unless you sow it, and allow it to die
to bring about a harvest in your life as understood in Luke 6:38.
&lt;/p&gt;
&lt;p&gt;
Anything given up for God in this life and in his name will be given back in this
life a hundred time more, and inherit eternal life after this life is done as understood
in Matthew 19:29.
&lt;/p&gt;
&lt;p&gt;
Belief in how God loved the world that he gave his only Son, so that everyone who
believes in him may not perish but have eternal life, professes that God never lies,
period, otherwise all his promises and the entire bible, his word, is made completely
false as understood in John 3:16.
&lt;/p&gt;
&lt;p&gt;
My personal belief in this Law of God I have come to understand as his Law of the
Seed, Time, and Harvest.
&lt;/p&gt;
&lt;p&gt;
This conviction I now have lead me to sow with expectation a very sacrificial $100.00
USD with our brotherhood in our Knights Of Columbus charity I know as Pennies For
Heaven to train our Holy Orders seminarian vocations in the Deaconate, Priesthood,
Brotherhood, and Sisterhood. The result I have traced as God&amp;rsquo;s reaction to my
Seed is CommandTRADE FX (&lt;a href="http://www.commandtradefx.com/"&gt;http://www.commandtradefx.com&lt;/a&gt;)
which will continue to give for the rest of our lives&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
Using God&amp;rsquo;s gift to first give back to him in thanks giving will provide an
overflowing for the rest of our lives according to his word. Our proof of this is
on the day of October 24th, 2009, our total equity (cash value) of our trading account
was $2000.00 USD that we had started with after we had sown&amp;nbsp;our Seed to God nearly
6 months prior to the day on Thursday, April 9th, 2009 after I had lost my job that
December. Exactly 54 calendar days later on December 18, 2009, our trading account
had doubled to $3999.64 USD.
&lt;/p&gt;
&lt;p&gt;
Please take a look at the picture of our Trade Manager on that day in our software:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/AccountDoubledjpg.jpg"&gt;&lt;img border="0" alt="AccountDoubledjpg" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/AccountDoubledjpg_thumb.jpg" /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,4e62e2b1-ca83-4869-83ed-dc2c4c10d8a1.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
      <category>Life in General</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=d5142e1b-dd74-4876-ab47-b04fc051399f</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,d5142e1b-dd74-4876-ab47-b04fc051399f.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,d5142e1b-dd74-4876-ab47-b04fc051399f.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=d5142e1b-dd74-4876-ab47-b04fc051399f</wfw:commentRss>
      <title>Our Glorious Adventure Continues: How To Establish a K of C Round Table!</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,d5142e1b-dd74-4876-ab47-b04fc051399f.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/09/25/Our+Glorious+Adventure+Continues+How+To+Establish+A+K+Of+C+Round+Table.aspx</link>
      <pubDate>Fri, 25 Sep 2009 21:20:35 GMT</pubDate>
      <description>&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;&lt;?xml:namespace prefix ="" o ns ="" "urn:schemas-microsoft-com:office:office" /&gt;My
Dearest Brothers Knights of my council St. Louise Overlake 4385:&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;I truly feel that Our Father
God Most High is calling all three of us now in the Name above all names, Jesus Christ
Our Lord, and through us the power of the Holy Spirit to make our Brother&amp;rsquo;s
Round Table an Absolute Reality!&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Here is what we must do (I
cannot do this alone without your help!):&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class="MsoListParagraph"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0; mso-fareast-font-family: 'Courier New'"&gt;&lt;span style="mso-list: Ignore"&gt;1.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Worthy
Financial Secretary Trevy, I need you to order from Supreme four booklets #2632 entitled
&amp;ldquo;K of C Round Table Booklet&amp;rdquo;, and hand each of us a copy of this. One
for yourself to use, one for Brother Jorge Moreno, one for Worthy District Deputy
Carmelo, and one for me (Matthew James).&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class="MsoListParagraph"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0; mso-fareast-font-family: 'Courier New'"&gt;&lt;span style="mso-list: Ignore"&gt;2.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Each
of us must read and understand the guidelines, bylaws, and instructions for having
and coordinating a K of C Round Table possibly here at St. Louise. [My instructions
are explicitly telling me that a K of C Round Table is almost always at a different
parish, but for our Spanish speaking community here at St. Louise, we are going to
make an exception to this &amp;ldquo;rule&amp;rdquo; to very lovingly include them with us.]&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class="MsoListParagraph"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0; mso-fareast-font-family: 'Courier New'"&gt;&lt;span style="mso-list: Ignore"&gt;3.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Worthy
Warden Brother Jorge, (this is the critical part) &lt;/span&gt;&lt;span style="FONT-FAMILY: Wingdings; COLOR: #0070c0"&gt;à&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt; I
need your help to start building a list of names in our Parish that we can show to
Father Tom. To do this, I need your help to personally one-on-one contact as many
Brother Knights, Brother Spanish Speaking/Hispanic Knights, and any other prospective
new member candidates who we could also initiate and get them to their First (1&lt;sup&gt;st&lt;/sup&gt;)
Degree also wanting to be part of this wonderful new Round Table!&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class="MsoListParagraph"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0; mso-fareast-font-family: 'Courier New'"&gt;&lt;span style="mso-list: Ignore"&gt;4.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Once
we have all the knowledge that we need, and a list of names as proof of Brother Knights
and Candidates wanting to help our church and be good stewards in good service for
our parish community as much as I do, then at that time it will be right for the four
(4) of us to meet with Father Tom (with a booklet and copy of the list he can have),
and ask his permission to officially form St. Louise 4385 Round Table of our Latin
American and Hispanic Brother Knights under the support and direction of our council.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in; MARGIN: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1" class="MsoListParagraph"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0; mso-fareast-font-family: 'Courier New'"&gt;&lt;span style="mso-list: Ignore"&gt;5.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;If
Father says &amp;ldquo;Yes, you may&amp;rdquo;, then Jorge with you we will together fill
out form #2629 tha we have copies of, and send this to Supreme so that they know who
is coordinating our new Round Table. Once we establish your guy&amp;rsquo;s activities
as service to the parish, then we will annually fill out form #2630 &amp;ldquo;Annual
Report KofC Round Table&amp;rdquo; and send to Supreme by June 30&lt;sup&gt;th&lt;/sup&gt; of each
year. Although, we don&amp;rsquo;t have to worry about form #2630 until we get to that
point.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Guys, I know this sounds
like a lot, but I truly do believe that we can do this.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Always remember that we are
here to help each other and our church, no matter what.&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;
&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Courier New'; COLOR: #0070c0"&gt;Fraternally yours in Jesus
Christ Our Lord,&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;b&gt;&lt;span style="FONT-FAMILY: 'Courier New'; FONT-SIZE: 48pt"&gt;&amp;dagger; &amp;dagger; &amp;dagger;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="FONT-FAMILY: 'MS Shell Dlg 2'; FONT-SIZE: 48pt"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;b&gt;&lt;span style="FONT-FAMILY: 'Edwardian Script ITC'; COLOR: teal; FONT-SIZE: 18pt"&gt;-Matthew
James Klump&lt;/span&gt;&lt;/b&gt;&lt;span style="COLOR: #0070c0"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="FONT-FAMILY: 'Arial','sans-serif'; COLOR: teal; FONT-SIZE: 12pt"&gt;&lt;a href="http://www.klump-pdx.com/"&gt;http://www.klump-pdx.com&lt;/a&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; COLOR: #0070c0; FONT-SIZE: 12pt"&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=d5142e1b-dd74-4876-ab47-b04fc051399f" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,d5142e1b-dd74-4876-ab47-b04fc051399f.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Xiu Xian Tea is located in both Bellevue and Kent!
</p>
        <p>
We do so love being greeted at Xiu Xian Tea that we must take a few minutes to sit
down and enjoy the many teas, including sometimes the red teas, with all the wonderful
people that happen to come by to try the teas as well before they buy.
</p>
        <li>
          <strong>Pros:</strong> Excellent Atmosphere to See, Smell, and try Tasting
the Teas! 
</li>
        <li>
          <strong>Cons:</strong> No shortcommings found PERIOD. 
</li>
        <p>
We always tend to over stock our intended quota of tea to buy because of how we know
these rare and wonderful loose leaf teas will make us feel at home.
</p>
        <p>
Most especially wonderful, there is always a story to share about the teas and the
ceremonies surrounding it.
</p>
        <p>
So drink Xiu Xian loose leaf tea for the love of your health, and then share that
gift of good health with others who have not for love of their good health as well
in our fellow man!
</p>
        <p>
          <span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Please
believe me when I say that if you happen to like tea, then this place of the most
rare, delicate, and affordable teas uniquely captures the tradition and storytelling
about teas while having your tea party will put you on cloud nine just as God himself
is there blessing each one of you.</span>
        </p>
        <p>
          <span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">We
had an absolutely spectacular time as if we were having tea together in Heaven as
God continues to bless us, touch us, and provide for us.</span>
        </p>
        <p>
Sincerely,
</p>
        <p>
-Matthew James Klump (The Ku Ding Guy [6 or more thick heavy/bitter sticks])
</p>
        <p>
          <img border="0" alt="Tea Party at Xiu Xian Tea House1" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Tea_20Party_20at_20Xiu_20Xian_20Tea_20House1_small.jpg" />
        </p>
        <p>
          <img border="0" alt="Tea Party at Xiu Xian Tea House2" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Tea_20Party_20at_20Xiu_20Xian_20Tea_20House2_small1.jpg" />
        </p>
        <img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378" />
        <br />
        <hr />
Matthew James Klump http://www.klump-pdx.com matthew@klump-pdx.com</body>
      <title>Loose Tea to Better Your Health at Xiu Xian Tea in Bellevue, WA</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/07/24/Loose+Tea+To+Better+Your+Health+At+Xiu+Xian+Tea+In+Bellevue+WA.aspx</link>
      <pubDate>Fri, 24 Jul 2009 01:33:09 GMT</pubDate>
      <description>&lt;p&gt;
Xiu Xian Tea is located in both Bellevue and Kent!
&lt;/p&gt;
&lt;p&gt;
We do so love being greeted at Xiu Xian Tea that we must take a few minutes to sit
down and enjoy the many teas, including sometimes the red teas, with all the wonderful
people that happen to come by to try the teas as well before they buy.
&lt;/p&gt;
&lt;li&gt;
&lt;strong&gt;Pros:&lt;/strong&gt;&amp;nbsp;Excellent Atmosphere to See, Smell,&amp;nbsp;and try Tasting
the Teas! 
&lt;li&gt;
&lt;strong&gt;Cons:&lt;/strong&gt;&amp;nbsp;No shortcommings found PERIOD. 
&lt;/li&gt;
&lt;p&gt;
We always tend to over stock our intended quota of tea to buy because of how we know
these rare and wonderful loose leaf teas will make us feel at home.
&lt;/p&gt;
&lt;p&gt;
Most especially wonderful, there is always a story to share about the teas and the
ceremonies surrounding it.
&lt;/p&gt;
&lt;p&gt;
So drink Xiu Xian loose leaf tea for the love of your health, and then share that
gift of good health with others who have not for love of their good health as well
in our fellow man!
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;Please
believe me when I say that if you happen to like tea, then this place of the most
rare, delicate, and affordable teas uniquely captures the tradition and storytelling
about teas while having your tea party will put you on cloud nine just as God himself
is there blessing each one of you.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span style="FONT-FAMILY: 'Times New Roman','serif'; FONT-SIZE: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;We
had an absolutely spectacular time as if we were having tea together in Heaven as
God continues to bless us, touch us, and provide for us.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
Sincerely,
&lt;/p&gt;
&lt;p&gt;
-Matthew James Klump (The Ku Ding Guy [6 or more thick heavy/bitter sticks])
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="Tea Party at Xiu Xian Tea House1" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Tea_20Party_20at_20Xiu_20Xian_20Tea_20House1_small.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="Tea Party at Xiu Xian Tea House2" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Tea_20Party_20at_20Xiu_20Xian_20Tea_20House2_small1.jpg" /&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,1ae8c5d0-ceb5-427b-9c7a-6bc1f0dfd378.aspx</comments>
      <category>Life in General</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=532ff6c8-ac54-4a86-9fd7-646a40b86672</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,532ff6c8-ac54-4a86-9fd7-646a40b86672.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,532ff6c8-ac54-4a86-9fd7-646a40b86672.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=532ff6c8-ac54-4a86-9fd7-646a40b86672</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Below are three pictures I am treasuring from our Capital Campaign Ground Breaking
ceremony for the new elementary school and faith formation center at St. Louise De
Marillac in Bellevue, Washington.
</p>
        <p>
This was a 4th Degree moment I will not forget as the Seattle Arch Diocese Arch Bishop
Alexander Brunette came to bless the ground where the new 50,000+ square foot building
will be built as part of our 11 million dollar Capital Campaign.
</p>
        <p>
          <img border="0" src="http://www.klump-pdx.com/blog/content/binary/IMAGE1.JPG" />
        </p>
        <p>
          <img border="0" src="http://www.klump-pdx.com/blog/content/binary/IMAGE2.jpg" />
        </p>
        <img border="0" src="http://www.klump-pdx.com/blog/content/binary/IMAGE3.jpg" />
        <img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=532ff6c8-ac54-4a86-9fd7-646a40b86672" />
        <br />
        <hr />
Matthew James Klump http://www.klump-pdx.com matthew@klump-pdx.com</body>
      <title>St Louise De Marillac Capital Campaign Ground Breaking Ceremony</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,532ff6c8-ac54-4a86-9fd7-646a40b86672.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/06/11/St+Louise+De+Marillac+Capital+Campaign+Ground+Breaking+Ceremony.aspx</link>
      <pubDate>Thu, 11 Jun 2009 12:13:48 GMT</pubDate>
      <description>&lt;p&gt;
Below are three pictures I am treasuring from our Capital Campaign Ground Breaking
ceremony for the new elementary school and faith formation center at St. Louise De
Marillac in Bellevue, Washington.
&lt;/p&gt;
&lt;p&gt;
This was a 4th Degree moment I will not forget as the Seattle Arch Diocese Arch Bishop
Alexander Brunette came to bless the ground where the new 50,000+ square foot building
will be built as part of our 11 million dollar Capital Campaign.
&lt;/p&gt;
&lt;p&gt;
&lt;img border=0 src="http://www.klump-pdx.com/blog/content/binary/IMAGE1.JPG"&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img border=0 src="http://www.klump-pdx.com/blog/content/binary/IMAGE2.jpg"&gt;
&lt;/p&gt;
&lt;img border=0 src="http://www.klump-pdx.com/blog/content/binary/IMAGE3.jpg"&gt;&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=532ff6c8-ac54-4a86-9fd7-646a40b86672" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,532ff6c8-ac54-4a86-9fd7-646a40b86672.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
      <category>Life in General</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=9405c6b8-ef70-414a-a448-9016fdd30548</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,9405c6b8-ef70-414a-a448-9016fdd30548.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,9405c6b8-ef70-414a-a448-9016fdd30548.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9405c6b8-ef70-414a-a448-9016fdd30548</wfw:commentRss>
      <title>A Stroll Through Tulip Town - Skagitt Valley Mt. Vernon, Washington USA</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,9405c6b8-ef70-414a-a448-9016fdd30548.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2009/05/07/A+Stroll+Through+Tulip+Town+Skagitt+Valley+Mt+Vernon+Washington+USA.aspx</link>
      <pubDate>Thu, 07 May 2009 22:34:44 GMT</pubDate>
      <description>&lt;p&gt;
This beautiful spring day, we dedicated to God in natural wonder through Tulips of
every shape, size and color.
&lt;/p&gt;
&lt;p&gt;
God&amp;rsquo;s architecture of these magnificent small pieces of engineering, and our
symbol of Global Piece, give further testament to his immeasurable wisdom and limitless
love.
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="Question - How many ways would YOU examine a Tulip -  " src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Question_20_2D_20How_20many_20ways_20would_20YOU_20examine_20a_20Tulip_20_2D_20_20_small1.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="Rainbow of Tulips, Take My Breath Away! - 2" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Rainbow_20of_20Tulips_2C_20Take_20My_20Breath_20Away_21_20_2D_202_small.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="Dedication to Our Flower for Global Peace, The Tulip -  1" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/Dedication_20to_20Our_20Flower_20for_20Global_20Peace_2C_20The_20Tulip_20_2D_20_201_small.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img border="0" alt="To God We Give the Glory In All Things!" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/To_20God_20We_20Give_20the_20Glory_20In_20All_20Things_21_small.jpg" /&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=9405c6b8-ef70-414a-a448-9016fdd30548" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,9405c6b8-ef70-414a-a448-9016fdd30548.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
      <category>musings</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=c244bdc6-ec94-423f-a38c-5358770172f3</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,c244bdc6-ec94-423f-a38c-5358770172f3.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,c244bdc6-ec94-423f-a38c-5358770172f3.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=c244bdc6-ec94-423f-a38c-5358770172f3</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We, the 4th Degree Knights of Columbus Assembly 1630 in Bellevue Washington, sincerely
give our thanks in faithful prayer for allowing us to participate in this most holy
dedication to the Protection of Life in all its forms at St. Louise De Mariliac in
the Garden of Innocence. In this garden, one will find a very peaceful place to simply
be and meditate on what life means before the Holy Family in their desire for the
protection of mankind at the beginning of life, and also at the end of life.
</p>
        <p>
From left to right:
</p>
        <p>
Matthew James (Council 3rd degree Worthy Deputy Grand Knight and Assembly
4th degree Faithful Outer Sentinel),
</p>
        <p>
Trevy Burgess (Council 3rd degree Worthy Treasurer and Assembly 4th degree Faithful
Scribe), 
</p>
        <p>
Carmelo Ricciardelli (Worthy District Deputy – District 14, Bellevue, WA),
</p>
        <p>
John Omunson (Counsil 3rd degree Outside Guard, Assembly 4th Degree Past Faithful
Navigator, and Event Color Guard Commander)
</p>
        <p>
          <img alt="IMAGE_009[1]" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_009[1]_small.jpg" border="0" />
        </p>
        <p>
From left to right:
</p>
        <p>
Matthew James (Council 3rd degree Worthy Deputy Grand Knight and Assembly
4th degree Faithful Outer Sentinel),
</p>
        <p>
Trevy Burgess (Council 3rd degree Worthy Treasurer and Assembly 4th degree Faithful
Scribe), 
</p>
        <p>
Statue of the Innocence of Life for the Protection of the Unborn and of the Ill of
our Most Holy Family – St. Joseph holding tightly our Blessed Mother Mary, and also
holding Baby Jesus Christ Our Lord,
</p>
        <p>
John Omunson (Counsil 3rd degree Outside Guard, Assembly 4th Degree Past Faithful
Navigator, and Event Color Guard Commander)
</p>
        <p>
          <img alt="IMAGE_010[1]" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_010[1]_small.jpg" border="0" />
        </p>
        <font size="3">
          <p>
The below photo was provided by Beth Lanfear. Shown below are Sir Knights Matthew
Klump, Trevy Burgess, John Omundson (Commanding) and Emil Feczko. 
</p>
        </font>
        <p>
          <img src="http://www.klump-pdx.com/blog/content/binary/St Louise 081005s.jpg" border="0" />
        </p>
        <p>
See our News Letter!
</p>
        <p>
          <a href="http://www.klump-pdx.com/blog/content/binary/Assembly_Newsletter_200811.pdf">Assembly_Newsletter_200811.pdf
(177.07 KB)</a>
        </p>
        <img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=c244bdc6-ec94-423f-a38c-5358770172f3" />
        <br />
        <hr />
Matthew James Klump http://www.klump-pdx.com matthew@klump-pdx.com</body>
      <title>4th Degree K of C Dedication - St. Louise Gospel of Life</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,c244bdc6-ec94-423f-a38c-5358770172f3.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2008/10/12/4th+Degree+K+Of+C+Dedication+St+Louise+Gospel+Of+Life.aspx</link>
      <pubDate>Sun, 12 Oct 2008 11:24:55 GMT</pubDate>
      <description>&lt;p&gt;
We, the 4th Degree Knights of Columbus Assembly 1630 in Bellevue Washington, sincerely
give our thanks in faithful prayer for allowing us to participate in this most holy
dedication to the Protection of Life in all its forms at St. Louise De Mariliac in
the Garden of Innocence. In this garden, one will find a very peaceful place to simply
be and meditate on what life means before the Holy Family in their desire for the
protection of mankind at the beginning of life, and also at the end of life.
&lt;/p&gt;
&lt;p&gt;
From left to right:
&lt;/p&gt;
&lt;p&gt;
Matthew James (Council 3rd degree Worthy Deputy Grand Knight&amp;nbsp;and&amp;nbsp;Assembly
4th degree Faithful Outer Sentinel),
&lt;/p&gt;
&lt;p&gt;
Trevy Burgess (Council 3rd degree Worthy Treasurer and Assembly 4th degree Faithful
Scribe), 
&lt;/p&gt;
&lt;p&gt;
Carmelo Ricciardelli (Worthy District Deputy – District 14, Bellevue, WA),
&lt;/p&gt;
&lt;p&gt;
John Omunson (Counsil 3rd degree Outside Guard, Assembly 4th Degree Past Faithful
Navigator, and Event Color Guard Commander)
&lt;/p&gt;
&lt;p&gt;
&lt;img alt=IMAGE_009[1] src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_009[1]_small.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
From left to right:
&lt;/p&gt;
&lt;p&gt;
Matthew James (Council 3rd degree Worthy Deputy Grand Knight&amp;nbsp;and&amp;nbsp;Assembly
4th degree Faithful Outer Sentinel),
&lt;/p&gt;
&lt;p&gt;
Trevy Burgess (Council 3rd degree Worthy Treasurer and Assembly 4th degree Faithful
Scribe), 
&lt;/p&gt;
&lt;p&gt;
Statue of the Innocence of Life&amp;nbsp;for the Protection of the Unborn and of the Ill&amp;nbsp;of
our Most Holy Family – St. Joseph holding tightly our Blessed Mother Mary, and also
holding Baby Jesus Christ Our Lord,
&lt;/p&gt;
&lt;p&gt;
John Omunson (Counsil 3rd degree Outside Guard, Assembly 4th Degree Past Faithful
Navigator, and Event Color Guard Commander)
&lt;/p&gt;
&lt;p&gt;
&lt;img alt=IMAGE_010[1] src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_010[1]_small.jpg" border=0&gt;
&lt;/p&gt;
&lt;font size=3&gt; 
&lt;p&gt;
The below photo was provided by Beth Lanfear. Shown below are Sir Knights Matthew
Klump, Trevy Burgess, John Omundson (Commanding) and Emil Feczko. 
&lt;/p&gt;
&lt;/font&gt; 
&lt;p&gt;
&lt;img src="http://www.klump-pdx.com/blog/content/binary/St Louise 081005s.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
See our News Letter!
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.klump-pdx.com/blog/content/binary/Assembly_Newsletter_200811.pdf"&gt;Assembly_Newsletter_200811.pdf
(177.07 KB)&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=c244bdc6-ec94-423f-a38c-5358770172f3" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,c244bdc6-ec94-423f-a38c-5358770172f3.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=9ab1c8cd-991b-49fd-9f58-f532c29229c4</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,9ab1c8cd-991b-49fd-9f58-f532c29229c4.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,9ab1c8cd-991b-49fd-9f58-f532c29229c4.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=9ab1c8cd-991b-49fd-9f58-f532c29229c4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">We have new pictures posted for this years
Summer 2008! Come share the Joy with us <a title="Click me for more pictures!" href="http://home.klump-pdx.com/ngallery/">here</a> (<a href="http://home.klump-pdx.com/ngallery/">http://home.klump-pdx.com/ngallery/</a>).<img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=9ab1c8cd-991b-49fd-9f58-f532c29229c4" /><br /><hr />
Matthew James Klump http://www.klump-pdx.com matthew@klump-pdx.com</body>
      <title>Pictures for Summer 2008</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,9ab1c8cd-991b-49fd-9f58-f532c29229c4.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2008/09/24/Pictures+For+Summer+2008.aspx</link>
      <pubDate>Wed, 24 Sep 2008 17:23:02 GMT</pubDate>
      <description>We have new pictures posted for this years Summer 2008! Come share the Joy with us &lt;a title="Click me for more pictures!" href="http://home.klump-pdx.com/ngallery/"&gt;here&lt;/a&gt;&amp;nbsp;(&lt;a href="http://home.klump-pdx.com/ngallery/"&gt;http://home.klump-pdx.com/ngallery/&lt;/a&gt;).&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=9ab1c8cd-991b-49fd-9f58-f532c29229c4" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,9ab1c8cd-991b-49fd-9f58-f532c29229c4.aspx</comments>
      <category>Life in General</category>
      <category>musings</category>
    </item>
    <item>
      <trackback:ping>http://www.klump-pdx.com/blog/Trackback.aspx?guid=62045599-b926-4117-bb9d-b9cdfb366b4d</trackback:ping>
      <pingback:server>http://www.klump-pdx.com/blog/pingback.aspx</pingback:server>
      <pingback:target>http://www.klump-pdx.com/blog/PermaLink,guid,62045599-b926-4117-bb9d-b9cdfb366b4d.aspx</pingback:target>
      <dc:creator>Matthew James</dc:creator>
      <georss:point>47 122</georss:point>
      <wfw:comment>http://www.klump-pdx.com/blog/CommentView,guid,62045599-b926-4117-bb9d-b9cdfb366b4d.aspx</wfw:comment>
      <wfw:commentRss>http://www.klump-pdx.com/blog/SyndicationService.asmx/GetEntryCommentsRss?guid=62045599-b926-4117-bb9d-b9cdfb366b4d</wfw:commentRss>
      <title>4th Degree Officer Installation Ceremony - Bellevue, WA Assembly 1630</title>
      <guid isPermaLink="false">http://www.klump-pdx.com/blog/PermaLink,guid,62045599-b926-4117-bb9d-b9cdfb366b4d.aspx</guid>
      <link>http://www.klump-pdx.com/blog/2008/09/24/4th+Degree+Officer+Installation+Ceremony+Bellevue+WA+Assembly+1630.aspx</link>
      <pubDate>Wed, 24 Sep 2008 17:10:10 GMT</pubDate>
      <description>&lt;p&gt;
I hadn&amp;rsquo;t been a Sir Knight of Columbus for even a year, and I have already been
elected to an officer position to stand guard as Faithful Outer Sentinel&amp;hellip;
&lt;/p&gt;
&lt;p&gt;
Eric Iwasyk is our Assembly&amp;rsquo;s other guarding officer as Faithful Inner Sentinel
that you see in this picture:
&lt;/p&gt;
&lt;p&gt;
&lt;img alt="Eric and Matthew Inner &amp;amp; Outer Sentinels" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_004_small.jpg" border="0" /&gt;
&lt;/p&gt;
&lt;p&gt;
Naturally, my beloved wife Jill could not stop giggling while see took this picture
and hung our officer&amp;rsquo;s medals around our necks:
&lt;/p&gt;
&lt;p&gt;
&lt;img alt="IMAGE_003" src="http://www.klump-pdx.com/blog/content/binary/BlogJetImages/IMAGE_003_small.jpg" border="0" /&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.klump-pdx.com/blog/aggbug.ashx?id=62045599-b926-4117-bb9d-b9cdfb366b4d" /&gt;
&lt;br /&gt;
&lt;hr /&gt;Matthew James Klump
http://www.klump-pdx.com
matthew@klump-pdx.com</description>
      <comments>http://www.klump-pdx.com/blog/CommentView,guid,62045599-b926-4117-bb9d-b9cdfb366b4d.aspx</comments>
      <category>Faith Life in our Lord, Jesus Christ</category>
    </item>
  </channel>
</rss>
