<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3717068</id><updated>2024-11-21T11:03:04.902+00:00</updated><title type='text'>Who is Idahosa Edokpayi?</title><subtitle type='html'>The ongoing story of the life and times of Idahosa Edokpayi</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default?alt=atom&amp;start-index=26&amp;max-results=25'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>856</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3717068.post-2625380367371893335</id><published>2009-08-29T20:26:00.000+00:00</published><updated>2009-08-29T20:27:21.103+00:00</updated><title type='text'>XML Web Part</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;It&amp;#8217;s not superior in any way to the SharePoint web part, but I don&amp;#8217;t have the source for the SharePoint web part just laying around either.&amp;nbsp; The code uses the XslCompiledTransform class to transform the xml provided.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.Web.UI.WebControls.WebParts;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.Xml.Xsl;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.Xml;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.IO;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.ComponentModel;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;using System.Diagnostics;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;namespace IdahoWebParts&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public class XMLWebPart : WebPart&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Personalizable, Browsable(true),WebBrowsable(true),Description(&amp;quot;Url of Source XML Document&amp;quot;)]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string SourceURL&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return (string)ViewState[&amp;quot;XmlURL&amp;quot;];&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewState[&amp;quot;XmlURL&amp;quot;] = value;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Personalizable, Browsable(true),WebBrowsable(true),Description(&amp;quot;XML to transform&amp;quot;)]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string Document&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (string)ViewState[&amp;quot;XmlDocument&amp;quot;];&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewState[&amp;quot;XmlDocument&amp;quot;] = value;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Personalizable, Browsable(true),WebBrowsable(true),Description(&amp;quot;URL of StyleSheet&amp;quot;)]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string StyleSheetURL&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (string)ViewState[&amp;quot;XsltURL&amp;quot;];&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewState[&amp;quot;XsltURL&amp;quot;] = value;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Personalizable, Browsable(true),WebBrowsable(true),Description(&amp;quot;XSLT used to transform XML&amp;quot;)]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public string StyleSheet&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return (string)ViewState[&amp;quot;XsltDocument&amp;quot;];&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ViewState[&amp;quot;XsltDocument&amp;quot;] = value;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected override void RenderContents(System.Web.UI.HtmlTextWriter writer)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // get the style sheet&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string transformDocument = (!string.IsNullOrEmpty(StyleSheetURL)) ? Utility.GetWebTextFile(Page.ResolveUrl(StyleSheetURL)) : StyleSheet;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // get the xml&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string xmlDoc = (!string.IsNullOrEmpty(SourceURL)) ? Utility.GetWebTextFile(Page.ResolveUrl(SourceURL)) : Document;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writer.Write(string.Format(&amp;quot;&amp;lt;div id={0}&amp;gt;&amp;quot;, UniqueID));&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // if we have a style sheet use it to transform the xml &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!string.IsNullOrEmpty(transformDocument) &amp;amp;&amp;amp; !string.IsNullOrEmpty(xmlDoc))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XslCompiledTransform transform = new XslCompiledTransform();&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transform.Load(XmlReader.Create(new StringReader(transformDocument)));&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; transform.Transform(XmlReader.Create(new StringReader(xmlDoc)), XmlWriter.Create(writer));&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (!string.IsNullOrEmpty(xmlDoc))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writer.Write(xmlDoc);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writer.Write(&amp;quot;&amp;lt;/div&amp;gt;&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (System.Xml.XmlException)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writer.Write(&amp;quot;XML error&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;catch (Exception exception)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; writer.Write(&amp;quot;Error&amp;quot;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debug.WriteLine(exception.ToString());&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/2625380367371893335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/2625380367371893335?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/2625380367371893335'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/2625380367371893335'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2009/08/xml-web-part.html' title='XML Web Part'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-3629464618637260936</id><published>2009-08-21T20:07:00.000+00:00</published><updated>2009-08-21T20:08:17.819+00:00</updated><title type='text'>Test...</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;Is this thing on? I am a developer working for General Dynamics IT as a contractor for the US Army in Iraq. When I come up with something useful that I need to record, I will post it here. This blog has had other subject matter in the past, but now it is about asp.net development.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;  &lt;/div&gt;  </content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/3629464618637260936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/3629464618637260936?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/3629464618637260936'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/3629464618637260936'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2009/08/test.html' title='Test...'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-894637194550661032</id><published>2007-03-22T16:22:00.000+00:00</published><updated>2007-03-22T16:30:35.206+00:00</updated><title type='text'>I&#39;m back!</title><content type='html'>Again...</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/894637194550661032/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/894637194550661032?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/894637194550661032'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/894637194550661032'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2007/03/im-back.html' title='I&#39;m back!'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115773140182699164</id><published>2006-09-08T16:01:00.000+00:00</published><updated>2006-09-08T16:03:21.836+00:00</updated><title type='text'>White Party and Flaunt</title><content type='html'>Anyone who has the opportunity should walk in a fashion show. Flaunt was a great experience. Al Wilson&#39;s Birthday party during Club Vinyl&#39;s  White Party in Denver was pretty cool too.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115773140182699164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115773140182699164?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115773140182699164'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115773140182699164'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/09/white-party-and-flaunt.html' title='White Party and Flaunt'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115678017882928335</id><published>2006-08-28T15:19:00.000+00:00</published><updated>2006-08-28T15:49:38.863+00:00</updated><title type='text'>Fabric</title><content type='html'>Look for my upcoming role in the independent movie &quot;Fabric&quot;, a docu-drama about gay and lesbian issues. It will be showing in film festivals around the country.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115678017882928335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115678017882928335?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115678017882928335'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115678017882928335'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/08/fabric_28.html' title='Fabric'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115677855604897952</id><published>2006-08-28T15:10:00.000+00:00</published><updated>2006-08-28T15:22:36.140+00:00</updated><title type='text'>Flaunt!</title><content type='html'>I am going to be walking in the &lt;a href=&quot;http://www.idoruclothing.com/flaunt/&quot;&gt;Flaunt Fashion show&lt;/a&gt; in Colorado Springs presented by Veda Salsons and &lt;a href=&quot;http://www.idoruclothing.com/&quot;&gt;Idoru Clothing&lt;/a&gt; on September 7th. Come Check it out! The proceeds go to benefit &lt;a href=&quot;http://www.futureself.org&quot;&gt;Futureself.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115677855604897952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115677855604897952?isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115677855604897952'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115677855604897952'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/08/flaunt.html' title='Flaunt!'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115677725036805395</id><published>2006-08-28T14:45:00.000+00:00</published><updated>2006-08-28T15:00:50.470+00:00</updated><title type='text'>Fabric</title><content type='html'>Look for my role in Fabric, and independent film directed by John Marquez and produced by Marcorp Productions, at select film festivals around the country.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115677725036805395/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115677725036805395?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115677725036805395'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115677725036805395'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/08/fabric.html' title='Fabric'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115635115787332847</id><published>2006-08-23T16:37:00.001+00:00</published><updated>2006-08-23T16:39:17.893+00:00</updated><title type='text'>Maximum Talent!</title><content type='html'>I got an agency! Check out my &lt;a href=&quot;http://www.maxtalent.com/index.cfm?fuseaction=commercialmodels.CommModelMale&amp;MCommModelID=108&quot;&gt;agency profile&lt;/a&gt; at &lt;a href=&quot;http://www.maxtalent.com&quot;&gt;Maximum Talent.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115635115787332847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115635115787332847?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115635115787332847'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115635115787332847'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/08/maximum-talent_23.html' title='Maximum Talent!'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115044379660449431</id><published>2006-06-16T07:41:00.000+00:00</published><updated>2006-06-16T07:43:16.616+00:00</updated><title type='text'>My Echo Chamber</title><content type='html'>By neglecting my blog for so much time I have effectively created an echo chamber. No matter. Everybody (I suppose I should say &quot;nobody&quot;) wish me luck on the written suitability exam for the Denver Fire Department.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115044379660449431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115044379660449431?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115044379660449431'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115044379660449431'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/06/my-echo-chamber.html' title='My Echo Chamber'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-115024899862386233</id><published>2006-06-14T01:36:00.000+00:00</published><updated>2006-06-14T01:36:38.636+00:00</updated><title type='text'>Welcome to WhoisIdaho.com!</title><content type='html'>Welcome to the new web page!</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/115024899862386233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/115024899862386233?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115024899862386233'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/115024899862386233'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/06/welcome-to-whoisidahocom.html' title='Welcome to WhoisIdaho.com!'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-114239498351140471</id><published>2006-03-15T03:31:00.000+00:00</published><updated>2006-03-15T03:56:23.526+00:00</updated><title type='text'>The Evil Empire Lives</title><content type='html'>On numerous occasions America&#39;s supposed ally, Russia, has taken stances that would seem odd for an ally of the United States or any free Western country.&lt;br /&gt;For instance, Russia sells arms to Iran, Venezuela (ruled by a notorious enemy of American interests, Hugo Chavez), and China, whose totalitarian communist regime oppresses more people than the rest of the enslaved world combined. See these links: &lt;a href=&quot;http://www.friends-partners.org/oldfriends/news/wsummit/arm-sales.html&quot;&gt;Sales to Iran&lt;/a&gt;, &lt;a href=&quot;http://www.washtimes.com/national/20050210-123420-3113r.htm&quot;&gt;Russian arms sale to Chavez irks...&lt;/a&gt;, and &lt;a href=&quot;http://dawnsearlylight.blogs.com/del/2005/04/sec_rice_russia.html&quot;&gt;Secretary Rice Concerned about arms sales to China&lt;/a&gt;. Russia continues to sell weapons to people that we consider to be our enemies. I don&#39;t know about you but if someone &lt;a href=&quot;http://www.google.com/search?hs=sLM&amp;hl=en&amp;amp;amp;amp;lr=&amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;q=Iran+threatens+America&amp;amp;btnG=Search&quot;&gt;publicly threatened me&lt;/a&gt; or &lt;a href=&quot;http://www.google.com/search?q=Iran+threatens+Israel&amp;sourceid=mozilla-search&amp;amp;start=0&amp;start=0&amp;amp;amp;amp;ie=utf-8&amp;oe=utf-8&amp;amp;client=firefox-a&amp;rls=org.mozilla:en-US:official&quot;&gt;one of my friends&lt;/a&gt;, I would consider someone who armed him to be my enemy. Russia has done just that.&lt;br /&gt;Russia goes further. They give comfort to our enemies. When Israel and the US threatened to cut off funding to Palestine if the Hamas-ruled government continued its belligerence, who &lt;a href=&quot;http://www.google.com/search?hs=Mh1&amp;amp;amp;amp;hl=en&amp;lr=&amp;amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;q=invited+Hamas+to+Moscow&amp;amp;btnG=Search&quot;&gt;invited Hamas to their capital&lt;/a&gt;? The Russians did, of course. Who always sides with our worst enemies in the UN? Russia does, of course. Who is sheltering the wife of &lt;a href=&quot;http://en.wikipedia.org/wiki/Slobodan_Milosevic&quot;&gt;a Serbian war criminal&lt;/a&gt; &lt;a href=&quot;http://www.guardian.co.uk/serbia/article/0,2479,925947,00.html&quot;&gt;who is herself a criminal&lt;/a&gt;? Who is &lt;a href=&quot;http://www.cbc.ca/cp/world/060314/w031474.html&quot;&gt;rushed to investigate&lt;/a&gt; the same war criminal&#39;s untimely if deserved death? (In the last linked article note the comment from one of the four Russian doctors who examined the results of the autopsy of Slobodan Milosevic&#39;s death.)&lt;br /&gt;What I want to know, is why do we consider Russia an ally? Can you name one positive thing Russia has done to help the United States?</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/114239498351140471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/114239498351140471?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114239498351140471'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114239498351140471'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/03/evil-empire-lives.html' title='The Evil Empire Lives'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-114195747815694981</id><published>2006-03-10T02:01:00.000+00:00</published><updated>2006-03-10T02:24:38.170+00:00</updated><title type='text'>Sergeant Edokpayi</title><content type='html'>After two months of relentless paper-pushing I was promoted from the rank of Specialist to the rank of Sergeant. I&#39;ve been anticipating this promotion my entire military career due to the fact that I have always been a Specialist. I won&#39;t go into the details of how I&#39;ve suffered because PSB (Personnel Services Battalion I believe it stands for) lost my promotion paperwork. I won&#39;t even mention that PSB loses &lt;span style=&quot;font-style: italic;&quot;&gt;everybody&#39;s&#39;&lt;/span&gt; promotion paperwork - which begs the question whose paperwork do they not lose? The obvious answer is their own. I will talk about the actual promotion ceremony.&lt;br /&gt;The Army has a long standing tradition that when an enlisted soldier is promoted his superiors &quot;pin&quot; the rank on him in turns. (The &quot;him&quot; is doubly appropriate since I am willing to be that female soldiers don&#39;t undergo similar treatment for fear of discrimination or abuse charges) By &quot;pin&quot; I mean &quot;pound&quot; or &quot;grind&quot;. What normally transpires is that the commander and the first sergeant remove the old rank and pin on the new as the XO reads the promotion orders. The command group will congratulate you and allow you to say a few words (or in my case, recite the NCO creed) and turn you over to the tender mercies of your colleagues. What happens next can be excruciating. Everyone who knows you and outranks you may then walk by and pin your rank on again. Pin-on rank has two sharp prongs that are meant to pierce the fabric of your uniform and are normally encased in &quot;dammits&quot;. During promotion ceremonies NCO&#39;s use these prongs to pierce the flesh of younger NCO&#39;s. I have seen people leave with blood trailing down their uniforms.&lt;br /&gt;I was planning to subvert the tradition by taping padding to my shoulders and collar bones where the damage is normally worst. I had made it through 95% of the ceremony with a few faux grimaces for the benefit of my audience when one of my fellow medics discovered my ruse. Gnashing of teeth followed immediately after. Those who had been cheated of their bloodletting returned for their rightful due. I stood and writhed with an occasional groan.&lt;br /&gt;The best part is that I get to do it all again tomorrow morning.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/114195747815694981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/114195747815694981?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114195747815694981'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114195747815694981'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/03/sergeant-edokpayi.html' title='Sergeant Edokpayi'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-114188877695332375</id><published>2006-03-09T07:04:00.000+00:00</published><updated>2006-03-09T07:19:36.966+00:00</updated><title type='text'>Excuse me?</title><content type='html'>Most unlikely words to hear coming from the mouth of a NOW representative:&lt;br /&gt;&lt;blockquote&gt;The president of the National Organization for Women, Kim Gandy, acknowledged that disputes over unintended pregnancies can be complex and bitter. &quot;None of these are easy questions,&quot; said Gandy, a former prosecutor. &quot;But most courts say it&#39;s not about what he did or didn&#39;t do or what she did or didn&#39;t do. It&#39;s about the rights of the child.&quot;&lt;/blockquote&gt;&lt;br /&gt;Since when has the National Organization of Women cared more about the rights of an unborn baby than an adult&#39;s rights?&lt;br /&gt;I think everyone in the abortion debate is pursuing one person&#39;s interest exclusively at the expense of everyone else&#39;s. All NOW apparently cares about is that the woman gets to do whatever she wants. All the men in the story care about is avoiding responsibility. Then Ms Gandy wants to buttress her position from attacks by &lt;a href=&quot;http://www.nationalcenterformen.org/&quot;&gt;the men&#39;s group&lt;/a&gt; by developing a sudden interest in the rights of an unborn child who if you listen to NOW every time before this &lt;span style=&quot;font-style: italic;&quot;&gt;had no rights&lt;/span&gt;! I don&#39;t think NOW wants equality, they want to dominate culture - to feminize modern culture. Men are getting fed up and want to get back at women by giving them equality only with consequences women did not intend or foresee. Women may win eventually but their won&#39;t be any worthwhile spoils for the victor to collect.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/114188877695332375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/114188877695332375?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114188877695332375'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114188877695332375'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/03/excuse-me.html' title='Excuse me?'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-114157369550535682</id><published>2006-03-05T15:37:00.000+00:00</published><updated>2006-03-05T15:48:15.520+00:00</updated><title type='text'>Looking Back</title><content type='html'>I just returned from a brief field problem with the line company I am assigned to as a medic. Going to the field while not my favorite thing to do reminded me that there are aspects of the job that I enjoy. I like being a medic. I like people depending on me. I like performing under pressure, racing the clock to save precious blood - to save life. It&#39;s a rush.&lt;br /&gt;It&#39;s coming to a end though. I joined the Army to hit the &quot;reset button&quot;. I wanted to do something fun, challenging, and meaningful. It wasn&#39;t always fun, but it was always challenging, and I think my overall contribution was meaningful. Two out of three isn&#39;t bad.&lt;br /&gt;I won&#39;t go so far as to say I would never serve again. I think every American would benefit if everyone served, although I am against mandatory service. I think &lt;span style=&quot;font-style: italic;&quot;&gt;everyone&lt;/span&gt; should &lt;span style=&quot;font-style: italic;&quot;&gt;volunteer. &lt;/span&gt;I do know that I need to try to get out and accomplish other things. There are so many opportunities outside of military service.&lt;br /&gt;I&#39;m proud of what I did and am doing. I just want to do other things.&lt;br /&gt;Internet Explorer sucks.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/114157369550535682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/114157369550535682?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114157369550535682'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114157369550535682'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/03/looking-back.html' title='Looking Back'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-114068404824257636</id><published>2006-02-23T08:33:00.000+00:00</published><updated>2006-02-23T08:40:48.243+00:00</updated><title type='text'>Ten Miles in the snow</title><content type='html'>When some people tell their children they walked ten miles to school in the snow over hills in the darkness, they will be lying. If I tell the story about walking to school I will be lying also. If I say I walked ten miles (or more, I wasn&#39;t counting and sometimes you get lost in the dark) in training for the Manchu Mile I will be telling the truth.&lt;br /&gt;Walking in the dark with 50+ pounds of military gear on one&#39;s back is punishing work. It something we do routinely in the First Battalion, Ninth Infantry Regiment of the Second Infantry Division. We&#39;re tough (and or crazy) like that.&lt;br /&gt;Uncle Sam seems determined to get his money&#39;s worth out of me before I get out of the Army.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/114068404824257636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/114068404824257636?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114068404824257636'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/114068404824257636'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/02/ten-miles-in-snow.html' title='Ten Miles in the snow'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113998945885733434</id><published>2006-02-15T07:41:00.000+00:00</published><updated>2006-02-15T07:44:18.870+00:00</updated><title type='text'>Iraqi Dinars</title><content type='html'>I just saw a Google AdSense ad for Iraqi dinars on my page. &lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Don&#39;t buy them!&lt;/span&gt; I won&#39;t say it&#39;s a scam and that Iraqi dinars will never increase in value. I will say that military personnel are disallowed from speculating in Iraqi currency and even those who are allowed would find it difficult to collect even if the Dinar gained value.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113998945885733434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113998945885733434?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113998945885733434'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113998945885733434'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/02/iraqi-dinars.html' title='Iraqi Dinars'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113998816413461146</id><published>2006-02-15T06:32:00.000+00:00</published><updated>2006-02-23T09:25:08.350+00:00</updated><title type='text'>The world is coming to an end</title><content type='html'>I spend a lot of time reading about negative trends in society - dystopia amuses me. I believe that mankind is going to hell an in a hand basket because:&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Natural resources will soon be depleted. Industry is dependent on cheap oil and mineral resources. Oil production has peaked and no new energy sources are forthcoming. Scientists are also beginning to sound alarms about running out of commonly used metals like copper and aluminum. People should realize that nearly everything is made of plastic, copper, or aluminum now. No oil and we have no plastic. No plastic and we have no electronics, or consumer goods. No copper and we have no electricity. No aluminum and we have to stop manufacturing cars and airplanes. We might find ourselves in deep dodo sooner than we realize.&lt;/li&gt;   &lt;li&gt;The world is awash in unrest fomented by religious fanatics that hate freedom. Islamic religious fundamentalists do not desire religious freedom. They want to kill all the infidels - &lt;span style=&quot;font-weight: bold;&quot;&gt;hint: &lt;/span&gt;if you are not Muslim that means &lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;you&lt;/span&gt; - wipe Israel off the face of the Earth; and establish a world wide caliphate - a backward world where women are viewed as chattel, religious freedom is banished, and scientific education takes a back seat to memorizing the Koran. What is amazing, is that the world still refuses to take the threat seriously. Russia just invited Hamas, a terrorist organization, to Moscow for talks.&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;The World&#39;s economies are doomed to failure. Every major economy in the world is based on a fiat money system which inherently has a finite lifespan. Under a fiat money system, the central bank holds an essentially unlimited store of money - governments can print the money as they please. Fiat money loses its value over time since it becomes necessary for governments to print more and more money. Economic distress creeps up social brackets starting with the poor who can least afford for their money to lose its value, than the middle class who usually have the ability to borrow large amounts of worthless money, than finally ends with the rich who profit the most because they control the flow of money. See &lt;a href=&quot;http://themessthatgreenspanmade.blogspot.com/2006/01/three-sins-one-gift-gift.html&quot;&gt;this post&lt;/a&gt; for a better explanation of why I think the global economy will be in trouble.&lt;/li&gt;   &lt;li&gt;Hunger will spread from Third World countries to developed nations. One word: overpopulation. Developed nations have recklessly destroyed farmland and grown unsupportable population centers (shopping malls!) where farms once stood. Urban sprawl will starve us all. Also, corrupt governments in Third World countries prevent the populace from ever developing the ability to feed themselves - which will increase the strain on the soon-to-be hungry Western nations.&lt;/li&gt;   &lt;li&gt;Disease and pestilence will kill those whom terrorism and hunger spared. Doctors are warning the public that overuse and abuse of antibiotics has developed drug resistant strains of bacteria. Soon we will have a &quot;super&quot; bacteria with no treatment that will sweep the nations&#39; hospitals leaving doctors helpless in its wake. Also, the world is even more vulnerable to a pandemic virus due to advanced transportation networks and inadequate public health safeguards. The current bird flu scare being a prime example of the horror to come.&lt;/li&gt;&lt;li&gt;If Iran or North Korea is allowed to acquire nuclear weapons, we shall all die. Do I need to explain why it is bad for crazy people the most powereful weapons on the planet?&lt;br /&gt; &lt;/li&gt;  &lt;/ul&gt;I would say that we are all going to die, (facetiously of course) but I think the lucky people will die. I think we are all going to suffer instead.&lt;br /&gt;Isn&#39;t the future bright?</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113998816413461146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113998816413461146?isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113998816413461146'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113998816413461146'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/02/world-is-coming-to-end.html' title='The world is coming to an end'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113954430278595106</id><published>2006-02-10T02:37:00.000+00:00</published><updated>2006-02-10T04:06:43.660+00:00</updated><title type='text'>Out of the Army in 80 Days</title><content type='html'>Barring further catastrophic occurrences in the Middle East, war with China, war with Russia, war with both China and Russia, or Armageddon (although war with China and Russia would most likely &lt;span style=&quot;font-weight: bold;&quot;&gt;be&lt;/span&gt; Armageddon) I am not going to be subject to a stop-loss order. I will be separating from the Army in less than 80 days. 68 days actually, I just happen to be a bit of a Jules Verne fan. Also, I was busy when the 80 day mark passed.&lt;br /&gt;The Army makes an effort to prepare soldiers for civilian life. To that end I spent the majority of this week in ACAP meetings. ACAP is an acronym describing the organization that guides the soldier in his transition. What ACAP stands for would be easy to look up if I actually cared to expend the effort. The meetings were informative, if a little dull at times. I confess to repeatedly succumbing to the siren song of the Sandman.&lt;br /&gt;The people I met at the meeting were interesting - one was a high ranking officer who dealt with secret research projects, a couple were retiring Command Sergeant Majors (the highest enlisted rank in the Army excluding &lt;span style=&quot;font-weight: bold;&quot;&gt;the&lt;/span&gt; Sergeant Major of the Army. I wonder what &lt;span style=&quot;font-weight: bold;&quot;&gt;his&lt;/span&gt; ACAP meetings would be like!), but most were young soldiers like me. What we all had in common was our eagerness to be free. We were instructed to use first names and wear civilian clothes. Most were only to happy to comply.&lt;br /&gt;Instruction was aimed at re-integrating us into the job force. We learned how to dress, how to speak, how to compose a resume, how to look for a job, and how to network among other things. We also learned about the benefits we were entitled to because of our military service and how best to take advantage of them.&lt;br /&gt;I learned several things:&lt;br /&gt;&lt;ol&gt;   &lt;li&gt; My resume is a haphazard, slovenly mess.&lt;/li&gt;   &lt;li&gt;Employers will probably hire me anyway, eventually.&lt;/li&gt;   &lt;li&gt;Certain women think I am &lt;span style=&quot;font-style: italic;&quot;&gt;Drop Dead Gorgeous. &lt;/span&gt;(&lt;span style=&quot;font-weight: bold;&quot;&gt;DDG &lt;small&gt;TM&lt;/small&gt;&lt;/span&gt;)&lt;/li&gt; &lt;/ol&gt; The last realization came during casual conversation with some buddies from my Battalion who were also in the class. What led to the stunning relevation (stunning for me anyway) was a casual discussion about wayward wives and how best to deal with them. In one case in particular, I recommended that a fellow soldier &quot;Check that **&quot;. Somehow I reached a level of candor and openness with the soldier I was talking to that he felt comfortable saying, &quot;My wife wants to **** you.&quot;&lt;br /&gt;I stammered the wittiest reply I could, and then immediately demanded an explanation. Knowing a coworker&#39;s wife desired carnal knowledge (while flattering) was unsettling. He explained that her stated desire to perform the horizontal wild animal tango stemmed from an incident at a local nightclub last Fall. A local radio station was holding a sexy pajama contest for tickets to a Ying Yang twins concert. Believing the prize to be one hundred dollars I entered out of a naked desire for cold hard cash. Dressed in a black tank top, Old Navy pajama bottoms adorned with American flags, and Homer Simpson slippers borrowed from a helpful cook, I stole the collective heart of the female attendees at the club. It probably helped that I somehow lost the tank top in the course of the contest. (The stupid thing wouldn&#39;t stay on!)&lt;br /&gt;So my buddy&#39;s wife saw me there and told her husband. He told me.&lt;br /&gt;Oh and the Ying Yang twins never showed up at the concert. DOH!</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113954430278595106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113954430278595106?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113954430278595106'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113954430278595106'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/02/out-of-army-in-80-days.html' title='Out of the Army in 80 Days'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113877427310876710</id><published>2006-02-01T06:09:00.000+00:00</published><updated>2006-02-01T06:11:13.123+00:00</updated><title type='text'>OOGA CHAKA</title><content type='html'>&lt;a href=&quot;http://www.i-am-bored.com/bored_link.cfm?link_id=15042&quot;&gt;Is this why David Hasselhoff is famous in Germany&lt;/a&gt;? Because he stars in ridiculous, amateurishly shot, although wildly entertaining music videos? I could do that.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113877427310876710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113877427310876710?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113877427310876710'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113877427310876710'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/02/ooga-chaka.html' title='OOGA CHAKA'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113871761867403442</id><published>2006-01-31T14:09:00.000+00:00</published><updated>2006-01-31T14:26:58.686+00:00</updated><title type='text'>This blog as a thermometer</title><content type='html'>I thought that when I returned to the United States that I would be free to talk about everything I did and everything going on around me in the Army. I am not. I can&#39;t tell you what is happening in the battalion formerly known as the proud 1-503D INF. REGT. I can tell you I am sad.&lt;br /&gt;My battalion has always had a reputation for wildness but certain things that have occurred since we returned have crossed the line. Behavior that was acceptable or even expected in Korea just doesn&#39;t fly in the United States. I&#39;ve always said that people in the battalion where going to have trouble adjusting to be in a regular unit after being in Korea and Iraq, and I was right.&lt;br /&gt;I can&#39;t talk about what is happening, but not because of OPSEC. I can tell you that this blog is most useful to the military families at home as a thermometer - as an indirect measure of unit morale. When posts are few and far between, and generally negative in character, overall morale is probably low. When I can write freely and openly about events in the unit, business is good. When post are few and far between and maybe a little confused, morale is very good - I&#39;ve been out partying too much to post to the blog.&lt;br /&gt;On a happier note, I have a tidbit of information to dribble out to certain interested parties. Stop-loss orders, unless I am grossly mistaken (which has happened more than once), only come down ninety days before a deployment or deployment availability. Regular readers of military newspapers have a good idea of when 2BCT, 2ID is available for deployment. If your soldier is hoping to separate from the Army or move to another unit it should be a simple matter to count back the days and decide whether stop-loss orders are likely to interfere. I, for one, have nothing to worry about (I get out of the Army May 6th). My life became much easier when I realized that I could stop listening to the rumors about stop-loss and plan for the future.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113871761867403442/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113871761867403442?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113871761867403442'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113871761867403442'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/this-blog-as-thermometer.html' title='This blog as a thermometer'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113863531276557234</id><published>2006-01-30T15:14:00.000+00:00</published><updated>2006-01-31T03:30:19.403+00:00</updated><title type='text'>Workout Dissatisfaction</title><content type='html'>My schedule changed recently and I have less time to devote to my workout schedule. I decided that I should start working out twice a week. I began searching for a two day a week workout, maybe with an optional third day. Google led me to &lt;a href=&quot;http://www.askmen.com/sports/bodybuilding_100/127_fitness_tip.html&quot;&gt;this workout&lt;/a&gt; on &lt;a href=&quot;http://www.askmen.com&quot;&gt;AskMen.com&lt;/a&gt;. On the face of it, this workout seems like it would be perfect for what I am proposing. But only on the face of the situation - for whatever reason the bench press is one of my weakest lifts, so I need more than three sets of bench press in a week to feel as if I am doing any effective upper body work.&lt;br /&gt;I think I am going to try something like this POWERLIFTING. The caps lock thing was an accident but it seemed appropriate. I&#39;ve done some cursory research and I am impressed by the anecdotal tales of athletic prowess among Olympic powerlifters - 42 inch vertical leaps, out-running sprinters at 25 meters, and a 6&#39;3&quot; 325 lbs man dunking a basketball. If I weighed 325 lbs I wouldn&#39;t be able to tie my shoes much less dunk a basketball.&lt;br /&gt;From now on I think my workout routine is going to look like this:&lt;br /&gt;&lt;ul&gt;   &lt;li&gt;Barbell Bench Press 6-8 repetitions, 3 sets.&lt;/li&gt;   &lt;li&gt;Squats 6-8 repetitions, 3 sets. (substitute leg press or Smith Machine if knee pain increases)&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;Deadlifts 6-8 repetitions, 3 sets.&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;Power Cleans 3-5 repetitions, 3 sets.&lt;/li&gt;   &lt;li&gt;Push Press 3-5 repetitions, 3 sets.&lt;/li&gt;   &lt;li&gt;Dips/Pullup Supersets 10 repetitions, 3 sets.&lt;/li&gt;   &lt;li&gt;Squat jumps 3 repetitions, 3 sets. (never more than 50% of one rep max)&lt;br /&gt;&lt;/li&gt;   &lt;li&gt;Incline Crunch 20-30 repetitions, 5 sets. (or variations to target obliques)&lt;/li&gt; &lt;/ul&gt; This routine would limit rest between sets to 1 minute and I should probably start using weight belts and wraps. I would start with very light weights in all the new lifts. I would never do this routine on consecutive days, but I would attempt to go to the gym as many times during a week as possible. Of course, if I didn&#39;t have the energy I wouldn&#39;t bother. I&#39;d do a five minute warm-up and a short cool-down. I&#39;d try to run on my off days. I&#39;d also try to finish everything in an hour and fifteen minutes.&lt;br /&gt;It&#39;s worth a shot...&lt;br /&gt;Or I could get fat and blame it on the training I am doing as a line medic with Able Company again.&lt;br /&gt;I am also including &lt;a href=&quot;http://www.muscletalk.co.uk/article-olympic-lifting.asp&quot;&gt;a link to power lifters amazing athletic feats.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113863531276557234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113863531276557234?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113863531276557234'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113863531276557234'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/workout-dissatisfaction.html' title='Workout Dissatisfaction'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113833022944738119</id><published>2006-01-27T02:35:00.000+00:00</published><updated>2006-01-27T02:50:29.466+00:00</updated><title type='text'>Ad Sense</title><content type='html'>Astute readers will note that I&#39;ve enabled Google Adsense on the blog and done it in a big way. I chose to as an experiment and I am hoping that my readers will not find them annoying or offensive shouldn&#39;t feel pressured to buy anything to make me money, (BUY! BUY! BUY! Buy expensive stuff!) but if a visitor should happen to see something he/she likes than I do make a little commission from the sale. Thus far, I have made $0.20. WooHoo!</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113833022944738119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113833022944738119?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113833022944738119'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113833022944738119'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/ad-sense.html' title='Ad Sense'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113773562760656681</id><published>2006-01-20T05:28:00.000+00:00</published><updated>2006-01-20T05:40:27.620+00:00</updated><title type='text'>How I would solve The Iran Nuclear Crisis</title><content type='html'>Soldiers are speculating that Iran&#39;s insistence on developing nuclear capability could lead to an invasion of Iran. In fact, we speculated about it when we were still in Iraq. I am not in charge nor do I ever plan to be, but if I were I would basically do what we are doing now. It makes sense - negotiations either work and the nuclear threat ends or they don&#39;t and the international community join forces to obliterate Iran. The beautiful thing is that building nukes isn&#39;t easy so everyone can afford to spend time on probably fruitless negotiations. (What we can&#39;t afford is to allow the loons in power in Iran to actually use the nukes.) In the course of negotiations we could impose sanctions over time and pressure China and Russia to cease arms sales to Iran.&lt;br /&gt;The odd thing that people don&#39;t realize is that &quot;the transformed&quot; US Army would make short work of the Iranian army. Guerilla warfare is hard, standing armies are easy. All the things we can&#39;t do in Iraq we &lt;span style=&quot;font-style: italic;&quot;&gt;could&lt;/span&gt; do to Iran. Also, one would hope that the lessons learned in Iraq would prevent similar problems from cropping up in Iran.&lt;br /&gt;Mostly, I am peeved at Iran for agitating the whole time I was in Iraq. And if they do force a conventional military invasion I am going to be more peeved if &lt;span style=&quot;font-style: italic;&quot;&gt;I&lt;/span&gt; get called back to fight.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113773562760656681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113773562760656681?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113773562760656681'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113773562760656681'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/how-i-would-solve-iran-nuclear-crisis.html' title='How I would solve The Iran Nuclear Crisis'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113765694361719321</id><published>2006-01-19T07:31:00.000+00:00</published><updated>2006-01-19T07:49:03.633+00:00</updated><title type='text'>Isaac Mizrahi is my hero</title><content type='html'>Isaac Mizrahi is my hero. It&#39;s that simple. I don&#39;t care that he&#39;s gay. I don&#39;t care that he babbles inanities on cable television. Isaac Mizrahi is my hero because he felt up one of the &lt;a href=&quot;http://www.scarlettjohansson.org/&quot;&gt;world&#39;s most prized bosoms&lt;/a&gt; on television.&lt;br /&gt;I often think of doing similar things. Often, I can barely restrain myself for reaching out for a handful of female flesh as I watch women pass by in nightclubs; but what Mr. Mizrahi did is something else. He must have no impulse control. I aspire to have as little as he did.&lt;br /&gt;The expression on Scarlett Johansson&#39;s face interests me as well. I can sympathize because the only group of people who are more likely to get away with copping a feel than gay men, are straight women. I&#39;ve had women feel my arm coyly, fondle my chest temptingly, slap my buttocks wantonly, and grab my crotch brazenly. As much as I appreciate female attention, much of the attention I receive results in awkward situations. There isn&#39;t much one can do other than smile.&lt;br /&gt;I know I smiled when I saw her smiling.&lt;br /&gt;&lt;a href=&quot;http://www.yourfilehost.com/media.php?cat=video&amp;amp;file=johansson_goldenglobe_squeeze__wmr_.wmv&quot;&gt;Watch the video.&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113765694361719321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113765694361719321?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113765694361719321'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113765694361719321'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/isaac-mizrahi-is-my-hero.html' title='Isaac Mizrahi is my hero'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3717068.post-113739168568875643</id><published>2006-01-16T05:47:00.000+00:00</published><updated>2006-01-16T06:08:05.700+00:00</updated><title type='text'>Poverty is Good For Me</title><content type='html'>I&#39;ve discovered that relative wealth is bad for my waist line. So, I suppose I am saying that I am like the vast majority of Americans who lead the globe in fatness despite the constant parade of beauty queens and body building muscle men on television. Even so, I am not fat, as many people are quick to remind me when I complain of needing to lose two inches on my waist. The difference between me and the average Joe is that I lose the inches so that grown women weep for joy when they gaze upon my chiseled frame. Many of my fellow Americans fear that if they don&#39;t lose weight that they will soon forget what their feet look like.&lt;br /&gt;So getting back to the wealth angle, I&#39;ve noted that I am usually thinner when I am poor. Before I joined the Army I weighed 175 pounds and sported a lean, hungry look. I actually was hungry - I often suspect that I joined the Army because my recruiter fed me every time she saw me. In Iraq, food was in short supply, and I spent a lot of time and energy scheming to acquire as much food as possible. I was so successful that I gained 20 pounds, but the austerity of the conditions there also made it easy to cut back and trim down to achieve that chiseled look. At one point, I am sure I was eating fifty dollars worth of canned tuna and protein bars a week.&lt;br /&gt;Now that I am home, restraint has gone out the window. In fact, as I type this I am eating leftover roast beef from &lt;a href=&quot;http://www.theblackeyedpea.com/&quot;&gt;the Blackeyed Pea&lt;/a&gt;. Perhaps, when I leave the Army I&#39;ll stop drinking all that high calorie beer during weekends and start a poverty diet while I search for employment. It might be good for me. It will at least be lower calorie.</content><link rel='replies' type='application/atom+xml' href='https://whoisidaho.blogspot.com/feeds/113739168568875643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment/fullpage/post/3717068/113739168568875643?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113739168568875643'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/3717068/posts/default/113739168568875643'/><link rel='alternate' type='text/html' href='https://whoisidaho.blogspot.com/2006/01/poverty-is-good-for-me.html' title='Poverty is Good For Me'/><author><name>Idahosa</name><uri>http://www.blogger.com/profile/15392312173527610142</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='21' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVzIj2fi-pWoaN_OZJo9teI0iXD-GfnehsDJU33dr35iAjoULAfiHEn6ylOZd56pZCMpcDcxuyfdFfMa40px0QQCEh1LoPNT-keuZ7642uJfU0YtLPOcB_yS4bjlsZGA/s220/Suit.jpg'/></author><thr:total>0</thr:total></entry></feed>