<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>deploy &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/deploy/</link>
	<description>Feed of posts on WordPress.com tagged "deploy"</description>
	<pubDate>Sat, 05 Dec 2009 05:48:11 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to run or deploy a .Net application without .Net framework installed?]]></title>
<link>http://csharptips.wordpress.com/2009/11/29/how-to-run-or-deploy-a-net-application-without-net-framework-installed/</link>
<pubDate>Sun, 29 Nov 2009 07:13:04 +0000</pubDate>
<dc:creator>SkilledDeveloper</dc:creator>
<guid>http://csharptips.wordpress.com/2009/11/29/how-to-run-or-deploy-a-net-application-without-net-framework-installed/</guid>
<description><![CDATA[Sometimes you may need to let user run your .Net application without installing .Net framework. Ther]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sometimes you may need to let user run your .Net application without installing .Net framework.<br />
There are several tools called “.Net Linker” which pack a .Net application with all needed files into a single package.</p>
<p>Here are some of them:<br />
•	<a href="http://www.vmware.com/products/thinapp/">http://www.vmware.com/products/thinapp/</a><br />
•	<a href="http://www.xenocode.com/Products/Postbuild-for-NET/">http://www.xenocode.com/Products/Postbuild-for-NET/</a><br />
•	<a href="http://www.remotesoft.com/linker/">http://www.remotesoft.com/linker/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Status code 401 on mvn site:deploy?]]></title>
<link>http://benkiew.wordpress.com/2009/11/27/status-code-401-on-mvn-sitedeploy/</link>
<pubDate>Fri, 27 Nov 2009 17:33:59 +0000</pubDate>
<dc:creator>bkiew</dc:creator>
<guid>http://benkiew.wordpress.com/2009/11/27/status-code-401-on-mvn-sitedeploy/</guid>
<description><![CDATA[Are you faced to a 401 status code when invoking mvn site:deploy? Like this one? Embedded error: Fai]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Are you faced to a 401 status code when invoking <code>mvn site:deploy</code>?</p>
<p>Like this one?<br />
<code>Embedded error: Failed to transfer file: http://server:port/dir/projectname//./changes-report.html. Return code is: 401<br />
</code></p>
<p>Then </p>
<ol>
<li> check your pom.xml if the site-id in the distribution-section of the <code>pom.xml</code> matches any server-id setting in your <code>settings.xml</code>. </li>
<li> check if the password is still valid!</li>
</ol>
<p>For example the following <code>pom.xml</code> and <code>settings.xml</code> DO NOT match. Note the difference between <em>BARNAME </em>and <em>FOONAME</em>! This cannot work. </p>
<p>pom.xml:</p>
<pre class="brush: xml;">
   &#60;distributionManagement&#62;
     &#60;site&#62;
       &#60;!-- does not match FOONAME --&#62;
       &#60;id&#62;BARNAME&#60;/id&#62;
       &#60;url&#62;${site-base-url}/projectname/&#60;/url&#62;
     &#60;/site&#62;
   &#60;/distributionManagement&#62;
</pre>
<p>.m2/settings.xml:</p>
<pre class="brush: xml;">
&#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;
&#60;settings xmlns=&#34;http://maven.apache.org/POM/4.0.0&#34;
  xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34;
  xsi:schemaLocation=&#34;http://maven.apache.org/POM/4.0.0

http://maven.apache.org/xsd/settings-1.0.0.xsd&#34;&#62;

  &#60;servers&#62;
    &#60;server&#62;
       &#60;!-- does not match BARNAME --&#62;
      &#60;id&#62;FOONAME&#60;/id&#62;
      &#60;username&#62;XXXXXX&#60;/username&#62;
      &#60;password&#62;XXXXXX&#60;/password&#62;
    &#60;/server&#62;
  &#60;/servers&#62;
&#60;/settings&#62;
</pre>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Soldier mom refuses deployment to care for baby]]></title>
<link>http://spicewriter.wordpress.com/2009/11/17/soldier-mom-refuses-deployment-to-care-for-baby/</link>
<pubDate>Tue, 17 Nov 2009 11:00:21 +0000</pubDate>
<dc:creator>spicewriter</dc:creator>
<guid>http://spicewriter.wordpress.com/2009/11/17/soldier-mom-refuses-deployment-to-care-for-baby/</guid>
<description><![CDATA[By RUSS BYNUM, AP Military Writer – Mon Nov 16, 9:32 pm ETXXAP – This undated self-portrait provided]]></description>
<content:encoded><![CDATA[By RUSS BYNUM, AP Military Writer – Mon Nov 16, 9:32 pm ETXXAP – This undated self-portrait provided]]></content:encoded>
</item>
<item>
<title><![CDATA[Enable Network DTC Access on Vista for BizTalk]]></title>
<link>http://drewoconnor.wordpress.com/2009/11/12/enable-network-dtc-access-on-vista-for-biztalk/</link>
<pubDate>Thu, 12 Nov 2009 16:29:02 +0000</pubDate>
<dc:creator>scubadrew</dc:creator>
<guid>http://drewoconnor.wordpress.com/2009/11/12/enable-network-dtc-access-on-vista-for-biztalk/</guid>
<description><![CDATA[A caller has attempted to import a transaction from a remote system, but MSDTC is currently configur]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="aligncenter size-full wp-image-887" title="NERD_POST" src="http://drewoconnor.wordpress.com/files/2009/11/nerd_post.gif" alt="NERD_POST" width="480" height="255" /></p>
<p><!--more--></p>
<blockquote><p>A caller has attempted to import a transaction from a remote system, but MSDTC is currently configured to disallow inbound transaction manager communication on machine. Please review the MS DTC configuration settings.</p></blockquote>
<p>To enable network DTC access and configure Windows Firewall on Windows Vista:</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>dcomcnfg</strong> and then click <strong>OK</strong> to open <strong>Component Services</strong>.</li>
<li>In the console tree, click to expand <strong>Component Services</strong>, click to expand <strong>Computers</strong>, click to expand <strong>My Computer</strong>, click to expand <strong>Distributed Transaction Coordinator</strong> and then click <strong>Local DTC</strong>.</li>
<li>Right click <strong>Local DTC</strong> and click <strong>Properties</strong> to display the <strong>Local DTC Properties</strong> dialog box.</li>
<li>Click the <strong>Security</strong> tab.</li>
</ol>
<p>Set the following options on the <strong>Security</strong> tab of the <strong>Local DTC Properties</strong> dialog box and click <strong>OK</strong>.</p>
<p><img class="aligncenter size-full wp-image-884" title="Local DTC Properties 11122009 94824 AM" src="http://drewoconnor.wordpress.com/files/2009/11/local-dtc-properties-11122009-94824-am.jpg" alt="Local DTC Properties 11122009 94824 AM" width="462" height="503" /></p>
<ol>
<li>Open the <strong>Control Panel</strong>, open <strong>Windows Firewall</strong>, and click <strong>Change settings</strong> to display <strong>Windows Firewall Settings</strong>.</li>
<li>Click the <strong>Exceptions</strong> tab.</li>
<li></li>
</ol>
<p>Check the box for <strong>Distributed Transaction Coordinator</strong> and click <strong>OK</strong>.</p>
<p><img class="aligncenter size-full wp-image-885" title="Windows Firewall Settings 11122009 95024 AM" src="http://drewoconnor.wordpress.com/files/2009/11/windows-firewall-settings-11122009-95024-am.jpg" alt="Windows Firewall Settings 11122009 95024 AM" width="444" height="519" /></p>
<p>Make sure you select <strong>Mutual Authentication </strong>on your Biztalk server DTC settings also.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Video: Nobel Peace Laureate Obama Will Send 40K More Troops To War]]></title>
<link>http://dprogram.net/2009/11/10/video-nobel-peace-laureate-obama-will-send-40k-more-troops-to-war/</link>
<pubDate>Wed, 11 Nov 2009 02:36:42 +0000</pubDate>
<dc:creator>sakerfa</dc:creator>
<guid>http://dprogram.net/2009/11/10/video-nobel-peace-laureate-obama-will-send-40k-more-troops-to-war/</guid>
<description><![CDATA[(SteveWatson) &#8211; Pointless &#8220;will he, won&#8217;t he&#8221; debates ignore the fact that O]]></description>
<content:encoded><![CDATA[(SteveWatson) &#8211; Pointless &#8220;will he, won&#8217;t he&#8221; debates ignore the fact that O]]></content:encoded>
</item>
<item>
<title><![CDATA[Mass Murder at Army base Fort Hood in Texas,multiple victims shot dead...]]></title>
<link>http://jerrybrice.wordpress.com/2009/11/05/mass-murder-at-army-base-fort-hood-in-texasmultiple-victims-shot-dead/</link>
<pubDate>Thu, 05 Nov 2009 22:48:56 +0000</pubDate>
<dc:creator>jerrybrice</dc:creator>
<guid>http://jerrybrice.wordpress.com/2009/11/05/mass-murder-at-army-base-fort-hood-in-texasmultiple-victims-shot-dead/</guid>
<description><![CDATA[I am sad to report that a mass murder has occurred today at Fort Hood, Texas.Twelve people were kill]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><a href="http://view.picapp.com/default.aspx?" target="_blank"><img src="http://cdn.picapp.com/ftp/Images/4/d/7/4/Two_Companies_From_93da.jpg?adImageId=7136251&amp;imageId=3720863" width="380" height="253" border=0  /></a><script type="text/javascript" src="http://cdn.pis.picapp.com/IamProd/PicAppPIS/JavaScript/PisV4.js"></script>
<p>I am sad to report that a mass murder has occurred today at Fort Hood, Texas.Twelve people were killed and 31 wounded when gunmen opened fire at the massive Fort Hood Army Base in Texas just after 2:30 p.m. Thursday.</p>
<p>More casualties are expected to be reported in the coming hours. One of the gunmen was also reportedly killed.</p>
<p>The motive for the bloodbath was unknown.</p>
<p>A serviceman stationed at Fort Hood who asked to remain anonymous reported: &#8220;I heard the emergency announcement over the speakers outside and saw people rushing to get indoors.</p>
<p>In our office we&#8217;re okay but we&#8217;re hearing about the deaths. It&#8217;s horrible and very shocking.</p>
<p>&#8220;We are still on lockdown. I am hearing that at least nine people may be dead. This is so terrible and frightening.&#8221;</p>
<p>The F.B.I. is dispatching a group of agents to investigate this heinous crime.</p>
<p>There were two scenes for this crime,the first shooting began at about 1:30 p.m. at a personnel and medical processing office. The facility, called a Soldier Rating and Processing center, handles administrative details for soldiers.</p>
<p>Reports are stating that  two shooters were apparently involved. There was no immediate word on who they were, nor on identities of the dead.</p>
<p> The second incident took place at a theater on the sprawling base.Another Army official identified that site as the Howze Theater.</p>
<p>An official, who requested anonymity to discuss the  evolving incident, said a graduation had been scheduled for 2 p.m. at the theater.</p>
<p>Texas Senator Kay Bailey Hutchinson said in a statement: &#8220;I am shocked and saddened by today&#8217;s outburst of violence at Fort Hood that has cost seven of our brave service members their lives and has gravely injured others.</p>
<p>&#8220;My heart goes out to their loved ones.&#8221;</p>
<p>The suspects were in military uniform, witnesses said.</p>
<p>No reasoning has been discovered at this time for these shootings, but they should be viewed as an attack against Amereica.If it is discovered that this is a group from within our citizens, then whatever the caused them, or encouraged them to attack our soldiers within our borders should be looked upon as an act of treason.</p>
<p>I hope that the neocon republican terrorist will not make this inevitable situation any worse than they have created.They have preyed upon the weak-minded of their ilk, and this blood is undoubtedly in their collective hands.</p>
<p>The suspected gunman was identified by ABC News as Major Malik Nadal Hasan,an Army officer. Two other suspects, who are also soldiers, have been apprehended,reported Lt. Gen. Robert W. Cone ,to the AP news service .</p>
<p>ABC news is reporting that President Obama called the Fort Hood shootings a &#8220;horrific outburst of violence.&#8221;</p>
<p>&#8220;It if difficult enough to lose&#8221; soldiers overseas, but said it is &#8220;horrifying that they should lose their lives at an Army base in the U.S.,&#8221; he said</p>
<p>To view the aftermath of their deeds,do not got to Fox news, but view it here,courtesy of the <strong>Associated Press</strong>&#8230;.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/s4ahfa9VlUo&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/s4ahfa9VlUo&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p><a href="http://www.nydailynews.com/news/national/2009/11/05/2009-11-05_army_base_massacre_at_least_seven_people_dead_in_mass_shooting_at_fort_hood_in_t.html">http://www.nydailynews.com/news/national/2009/11/05/2009-11-05_army_base_massacre_at_least_seven_people_dead_in_mass_shooting_at_fort_hood_in_t.html</a></p>
<p><strong>UPDATE&#8230;It is being reported that the shooter is not one of the deceased.He is in custody&#8230;.</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Howto: Disable a NIC when running Sysprep]]></title>
<link>http://thebackroomtech.com/2009/11/04/howto-disable-a-nic-when-running-sysprep/</link>
<pubDate>Wed, 04 Nov 2009 15:25:07 +0000</pubDate>
<dc:creator>Julie</dc:creator>
<guid>http://thebackroomtech.com/2009/11/04/howto-disable-a-nic-when-running-sysprep/</guid>
<description><![CDATA[Disabling a network card when running sysprepping a Windows machine is easy.  Two things need to hap]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Disabling a network card when running sysprepping a Windows machine is easy.  Two things need to happen: </p>
<div>1.  Add the following command to the <em>[GuiRunOnce]</em> section of your <em>sysprep.inf</em> file</div>
<div> </div>
<div><em>Command0=&#8221;C:\temp\disablenic.cmd&#8221;</em></div>
<div> </div>
<div>2.  On the machine you are sysprepping, create a <em>C:\temp\disablenic.cmd</em> file that contains the following:</div>
<div> </div>
<div><em>netsh interface set interface &#8220;Local Area Connection 2&#8243; DISABLED</em></div>
<div> </div>
<div>Change the name of the interface you want disabled as needed.  To determine the names of all network interfaces on a system, run the following command:</div>
<div> </div>
<div><em>netsh interface show interface</em></div>
<div> </div>
<div>Proceed with syspreping as normal. When the machine boots up, the specified network interface(s) will be disabled.</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Silent Install Instructions]]></title>
<link>http://lstigile.wordpress.com/2009/11/02/silent-install-instructions/</link>
<pubDate>Mon, 02 Nov 2009 22:50:38 +0000</pubDate>
<dc:creator>lstigile</dc:creator>
<guid>http://lstigile.wordpress.com/2009/11/02/silent-install-instructions/</guid>
<description><![CDATA[This entry provides instructions for &#8220;silently&#8221; installing MySQL on a Microsoft Windows ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This entry provides instructions for &#8220;silently&#8221; installing MySQL on a Microsoft Windows server.  I use the term &#8220;silent install&#8221; to describe the method of passing parameters to the Microsoft Installation Package (MSI) to bypass installation screens.  This allows you to deploy MySQL with your application and to install MySQL without end-user intervention.  The developer can define the install location, the appropriate storage engines, the root password and the server configuration.</p>
<p>Most application developers use some sort of software for creating an application installer.  Common tools include Install Shield, Wise Installation, InstallBuilder and Windows Installer.  These installation software tools can also be used to install MySQL by launching the MySQL MSI and the MySQL Instance configuration utility ( MySQLInstanceConfig.exe ) from the command-line.</p>
<p>To get started, download the Windows Essentials from http://dev.mysql.com/downloads.</p>
<p>Then, look for an option in your installation tool to execute the following:</p>
<p>C:\&#62;msiexec /q /log install.txt /i mysql-advanced-5.1.32-win32.msi datadir=”c:\installs\myapp” installdir=”c:\installs\myapp”</p>
<p>The MSI installer will add MySQL to the start menu, add registry values and add MySQL to the add/remove programs option from the control panel.</p>
<p>To configure the server, prepare the my.ini, set the root password and start the service, you&#8217;ll need to execute the following:</p>
<p>C:\&#62;MySQLInstanceConfig.exe -i -q “-lC:\mysql_install_log.txt” “-nMySQL Server 5.1.234” -pC:\installs\myapp”   -v5.1.234  “tc:\installs\myapp\my-small.ini” “-cC:\mytest.ini ServerType=DEVELOPMENT DatabaseType=MIXED ConnectionUsage=DSS Port=3311 ServiceName=MySQLCust RootPassword=1234</p>
<p>This installation method has the benefit of adding MySQL to the control panel and the startup menus.  It also installs the default mysql tables.  The only remaining task is to import your application tables into MySQL by running mysqldump ( http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html ) on your development server and then loading the dump files into the target server.</p>
<p>In a future blog entry, I&#8217;ll discuss launching the mysqld.exe directly without actually installing MySQL.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[India is preparing for possible war with China and Pakistan]]></title>
<link>http://dprogram.net/2009/11/02/india-is-preparing-for-possible-war-with-china-and-pakistan/</link>
<pubDate>Mon, 02 Nov 2009 21:55:26 +0000</pubDate>
<dc:creator>dprogram</dc:creator>
<guid>http://dprogram.net/2009/11/02/india-is-preparing-for-possible-war-with-china-and-pakistan/</guid>
<description><![CDATA[Tensions have flared between both China and India militaries along their disputed 2,175 mile-long bo]]></description>
<content:encoded><![CDATA[Tensions have flared between both China and India militaries along their disputed 2,175 mile-long bo]]></content:encoded>
</item>
<item>
<title><![CDATA[Betrayal]]></title>
<link>http://vicariousbeing.wordpress.com/2009/10/29/betrayal/</link>
<pubDate>Fri, 30 Oct 2009 04:24:39 +0000</pubDate>
<dc:creator>vicariousbeing</dc:creator>
<guid>http://vicariousbeing.wordpress.com/2009/10/29/betrayal/</guid>
<description><![CDATA[Ok, So&#8230;Kiara got online a few minutes ago and talked me before they rolled out for their missi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ok, So&#8230;Kiara got online a few minutes ago and talked me before they rolled out for their mission&#8230;<br />
She went through with our deal and slept with someone&#8230;I knew before she even told me. I could tell. It hurt at a little at first but then, then she told me something else I had suspected but never dared it true. She may have some kind of feelings for the girl. What&#8217;s crazy is I saw it coming. I knew before it happened. I told myself to exclude her from the deal&#8230; to let her have anyone but that girl. I didn&#8217;t listen to my own instincts&#8230;foolishness.<br />
I feel so hurt now&#8230;<br />
I don&#8217;t really know what to feel, what is the right emotion?</p>
<p>I&#8217;m not going to be able to do this. I can&#8217;t sleep with other people&#8230;<br />
And I definitely cannot stand the thought of someone else touching her. Making her moan, making her come&#8230;<br />
WHAT WAS I THINKING????</p>
<p>Can anyone make sense of this?  &#8230;.i can&#8217;t.</p>
<p>-xx</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sen. Jack Reed: ‘Emerging Consensus' to Deploy More Training Troops in Afghanistan]]></title>
<link>http://healthnewss.wordpress.com/2009/10/28/sen-jack-reed-%e2%80%98emerging-consensus-to-deploy-more-training-troops-in-afghanistan/</link>
<pubDate>Wed, 28 Oct 2009 00:08:18 +0000</pubDate>
<dc:creator>healthnewss</dc:creator>
<guid>http://healthnewss.wordpress.com/2009/10/28/sen-jack-reed-%e2%80%98emerging-consensus-to-deploy-more-training-troops-in-afghanistan/</guid>
<description><![CDATA[ABC News’ Rick Klein reports: With President Obama mulling a new strategy &#8212; and new force leve]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><P>  ABC News’ Rick Klein reports: </P> <P> With President Obama mulling a new strategy &#8212; and new force levels &#8212; in Afghanistan, a key Senate Democrat said today that he expects the administration to send additional forces to help train Afghan troops, separate from any decision the president makes on combat troops.</P> <P> &#8220;There&#8217;s an emerging consensus that additional trainers have to be deployed, because the key in the long term to avoid the repetition of this cycle is an Afghani security force that is capable and can provide basic stability,&#8221; Sen. Jack Reed, D-R.I., said on ABCNews.com&#8217;s &#8220;Top Line&#8221; today. <br /> </P> <P> &#8220;So that is something I think everyone can see to be increased. The real issue is brigade combat teams, the combat forces. My sense is that &#8212; as has been reported &#8212; the president is looking at several options, including an increase &#8212; I don&#8217;t know what the number is &#8212; but including an increase to those forces.&#8221;</P> <P> The comments by Reed, a senior member of the Senate Armed Services Committee and a former Army ranger, suggest that President Obama will be sending more troops to Afghanistan even if he rejects Gen. Stanley McChrystal&#8217;s recommendation for additional combat forces.</P> <P> Senate Armed Services Chairman Carl Levin, D-Mich., has endorsed the concept of sending more training troops instead of boosting the number of US combat troops.<br /> </P> <P> But any move to increase US troop levels in Afghanistan is likely to provoke strong opposition from some Democrats in Congress. House Speaker Nancy Pelosi, D-Calif., has said she doesn&#8217;t detect &#8220;a great deal of support for sending more troops to Afghanistan&#8221; in Congress. </P> <P> Reed also said that Matthew Hoh&#8217;s resignation in protest over Afghanistan policy got his attention. </P> <P> Hoh last month left his post as the senior US civilian in Zabul province, writing that he had &#8220;lost understanding of and confidence in the strategic purposes of the United States&#8217; presence in Afghanistan.&#8221;<br /> </P> <P> &#8220;I think it underscores the need for evaluation of what&#8217;s been done there unfortunately,&#8221; Reed said. &#8220;And I&#8217;ve been over to the country on a number of occasions. You know, four or five years ago it was a much different place in terms of security, in terms of potential, in terms of what we could have done. But now, I think through the wrong-headed approach to Iraq by the Bush administration, we&#8217;re now in a situation in Afghanistan that&#8217;s much more complicated. The Taliban has re-formed. There is growing frustration by the people, not only with their government, but also with the fact that we haven&#8217;t produced the immediate benefits that they assume.&#8221; </P> <P> &#8220;So I think it just reflects a great deal of frustration, but also underscores the need to step back and analyze our policy and our strategy.&#8221; </P> <P> On health care, Reed applauded the decision by Senate Majority Leader Harry Reid, D-Nev., to include a public option in the health care bill that will come to the Senate floor &#8212; even if that means not a single Republican will support the measure. </P> <P> &#8220;I think the important issue is to try and do it right,&#8221; Reed said. &#8220;If we can get a bill through simply for the sake of being bipartisan, that doesn&#8217;t work. That&#8217;s not going to help the country &#8212; nor, particularly, our caucus. I think we have to do it right. I think the public option is a right thing to do.&#8221;</P> <P> Though the provision Reid is backing in the Senate bill isn&#8217;t the &#8220;robust&#8221; public option many liberals are calling for, Reed said he thinks the plan &#8212; which would give states the opportunity to &#8220;opt out&#8221; of a public option &#8212; would do enough.</P> <P> &#8220;I think it does enough,&#8221; Reed said. &#8220;I think with a public option, you will have an opportunity for people to go and to find health care and to do it in a way in which they will not be sort of unfairly dealt with.&#8221;</P> <P> Click HERE to see the full interview with Sen. Jack Reed.</P> <P> We also checked in with Republican strategist Kevin Madden, on the conservatives&#8217; split in the race in an upstate New York House district, plus the latest on health care reform. </P> <P> Click HERE to see that portion of today&#8217;s program. </P> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sen. Jack Reed: ‘Emerging Consensus' to Deploy More Training Troops in Afghanistan]]></title>
<link>http://politicaln.wordpress.com/2009/10/28/sen-jack-reed-%e2%80%98emerging-consensus-to-deploy-more-training-troops-in-afghanistan/</link>
<pubDate>Wed, 28 Oct 2009 00:06:38 +0000</pubDate>
<dc:creator>politicaln</dc:creator>
<guid>http://politicaln.wordpress.com/2009/10/28/sen-jack-reed-%e2%80%98emerging-consensus-to-deploy-more-training-troops-in-afghanistan/</guid>
<description><![CDATA[ABC News’ Rick Klein reports: With President Obama mulling a new strategy &#8212; and new force leve]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><P>  ABC News’ Rick Klein reports: </P> <P> With President Obama mulling a new strategy &#8212; and new force levels &#8212; in Afghanistan, a key Senate Democrat said today that he expects the administration to send additional forces to help train Afghan troops, separate from any decision the president makes on combat troops.</P> <P> &#8220;There&#8217;s an emerging consensus that additional trainers have to be deployed, because the key in the long term to avoid the repetition of this cycle is an Afghani security force that is capable and can provide basic stability,&#8221; Sen. Jack Reed, D-R.I., said on ABCNews.com&#8217;s &#8220;Top Line&#8221; today. <br /> </P> <P> &#8220;So that is something I think everyone can see to be increased. The real issue is brigade combat teams, the combat forces. My sense is that &#8212; as has been reported &#8212; the president is looking at several options, including an increase &#8212; I don&#8217;t know what the number is &#8212; but including an increase to those forces.&#8221;</P> <P> The comments by Reed, a senior member of the Senate Armed Services Committee and a former Army ranger, suggest that President Obama will be sending more troops to Afghanistan even if he rejects Gen. Stanley McChrystal&#8217;s recommendation for additional combat forces.</P> <P> Senate Armed Services Chairman Carl Levin, D-Mich., has endorsed the concept of sending more training troops instead of boosting the number of US combat troops.<br /> </P> <P> But any move to increase US troop levels in Afghanistan is likely to provoke strong opposition from some Democrats in Congress. House Speaker Nancy Pelosi, D-Calif., has said she doesn&#8217;t detect &#8220;a great deal of support for sending more troops to Afghanistan&#8221; in Congress. </P> <P> Reed also said that Matthew Hoh&#8217;s resignation in protest over Afghanistan policy got his attention. </P> <P> Hoh last month left his post as the senior US civilian in Zabul province, writing that he had &#8220;lost understanding of and confidence in the strategic purposes of the United States&#8217; presence in Afghanistan.&#8221;<br /> </P> <P> &#8220;I think it underscores the need for evaluation of what&#8217;s been done there unfortunately,&#8221; Reed said. &#8220;And I&#8217;ve been over to the country on a number of occasions. You know, four or five years ago it was a much different place in terms of security, in terms of potential, in terms of what we could have done. But now, I think through the wrong-headed approach to Iraq by the Bush administration, we&#8217;re now in a situation in Afghanistan that&#8217;s much more complicated. The Taliban has re-formed. There is growing frustration by the people, not only with their government, but also with the fact that we haven&#8217;t produced the immediate benefits that they assume.&#8221; </P> <P> &#8220;So I think it just reflects a great deal of frustration, but also underscores the need to step back and analyze our policy and our strategy.&#8221; </P> <P> On health care, Reed applauded the decision by Senate Majority Leader Harry Reid, D-Nev., to include a public option in the health care bill that will come to the Senate floor &#8212; even if that means not a single Republican will support the measure. </P> <P> &#8220;I think the important issue is to try and do it right,&#8221; Reed said. &#8220;If we can get a bill through simply for the sake of being bipartisan, that doesn&#8217;t work. That&#8217;s not going to help the country &#8212; nor, particularly, our caucus. I think we have to do it right. I think the public option is a right thing to do.&#8221;</P> <P> Though the provision Reid is backing in the Senate bill isn&#8217;t the &#8220;robust&#8221; public option many liberals are calling for, Reed said he thinks the plan &#8212; which would give states the opportunity to &#8220;opt out&#8221; of a public option &#8212; would do enough.</P> <P> &#8220;I think it does enough,&#8221; Reed said. &#8220;I think with a public option, you will have an opportunity for people to go and to find health care and to do it in a way in which they will not be sort of unfairly dealt with.&#8221;</P> <P> Click HERE to see the full interview with Sen. Jack Reed.</P> <P> We also checked in with Republican strategist Kevin Madden, on the conservatives&#8217; split in the race in an upstate New York House district, plus the latest on health care reform. </P> <P> Click HERE to see that portion of today&#8217;s program. </P> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[TechNet Webcast: Ten Reasons for Hosting Web Sites on SharePoint Server 2007 for Internet Sites (Level 200)]]></title>
<link>http://enggtech.wordpress.com/2009/10/22/technet-webcast-ten-reasons-for-hosting-web-sites-on-sharepoint-server-2007-for-internet-sites-level-200/</link>
<pubDate>Thu, 22 Oct 2009 21:27:45 +0000</pubDate>
<dc:creator>Visitor Blogs</dc:creator>
<guid>http://enggtech.wordpress.com/2009/10/22/technet-webcast-ten-reasons-for-hosting-web-sites-on-sharepoint-server-2007-for-internet-sites-level-200/</guid>
<description><![CDATA[Virtualizing business-critical applications delivers significant customer benefits, including cost s]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span id="eventInfo_lblEventDescription"><span style="font-family:verdana;"><span style="font-family:verdana;"><span style="font-size:12px;">Virtualizing business-critical applications delivers significant customer benefits, including cost savings, enhanced business continuity, and an agile and efficient management solution. In this webcast, we focus on virtualizing Microsoft SQL Server using Microsoft solutions, we discuss the benefits of using Microsoft virtualization technologies instead of technologies from key competitors such as VMware, and we provide guidance and technical best practices for virtualizing SQL Server in various production, test, and development scenarios. Topics we cover include consolidation, scale, load balancing, dynamic provisioning, and high availability. We also discuss customer results from lab deployment tests. </span></span></span></span></p>
<p><a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032428763&#38;EventCategory=4&#38;culture=en-US&#38;CountryCode=US">TechNet Webcast: Microsoft Virtualization Best Practices for SQL Server (Level 300)</a>.</p>
<p><span id="eventInfo_lblEventDescription"><span style="font-family:verdana;"><span style="font-family:verdana;"><span style="font-size:12px;">Microsoft Office SharePoint Server 2007 for Internet Sites is being used by a number of industry-leading organizations across the globe. Join us for a in-depth look at how your organization can benefit from SharePoint Server 2007 for Internet Sites. In this webcast, we review ten areas in which SharePoint Server 2007 for Internet Sites is delivering concrete value to organizations that have deployed the technology. </span></span></span></span></p>
<p><a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032428765&#38;EventCategory=4&#38;culture=en-US&#38;CountryCode=US">TechNet Webcast: Ten Reasons for Hosting Web Sites on SharePoint Server 2007 for Internet Sites (Level 200)</a>.</p>
<p><span id="eventInfo_lblEventDescription"><span style="font-family:verdana;"><span style="font-family:verdana;"><span style="font-size:12px;">View other sessions from </span><a href="http://www.microsoft.com/events/series/sharepointserver.aspx"><span style="font-size:12px;">SharePoint Server: Connect People, Processes, and Information</span></a></span></span></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Add A Name and Picture to the back of this Husband of a Deployed Soldier Shirt]]></title>
<link>http://armymomtherapy.wordpress.com/2009/10/19/add-a-name-and-picture-to-the-back-of-this-husband-of-a-deployed-soldier-shirt/</link>
<pubDate>Mon, 19 Oct 2009 15:22:17 +0000</pubDate>
<dc:creator>CavScoutArmyMom</dc:creator>
<guid>http://armymomtherapy.wordpress.com/2009/10/19/add-a-name-and-picture-to-the-back-of-this-husband-of-a-deployed-soldier-shirt/</guid>
<description><![CDATA[Custom Husband of a Deployed Soldier Shirt]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div style="text-align:center;line-height:150%;"><a href="http://www.zazzle.com/custom_husband_of_a_deployed_soldier_shirt-235931902899195817?gl=WendyMilonas&#38;group=mens&#38;lifestyle=classic&#38;rf=238367934455413466"><img style="border:0;" src="http://rlv.zcache.com/custom_husband_of_a_deployed_soldier_shirt-p2359319028991958172mmkb_325.jpg" alt="Custom Husband of a Deployed Soldier Shirt shirt" /></a><br />
<a href="http://www.zazzle.com/custom_husband_of_a_deployed_soldier_shirt-235931902899195817?gl=WendyMilonas&#38;group=mens&#38;lifestyle=classic&#38;rf=238367934455413466">Custom Husband of a Deployed Soldier Shirt</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Rambling and My New Design: Customizable Girlfriend of a Deployed Soldier shirt]]></title>
<link>http://armymomtherapy.wordpress.com/2009/10/19/rambling-and-my-new-design-customizable-girlfriend-of-a-deployed-soldier-shirt/</link>
<pubDate>Mon, 19 Oct 2009 13:16:05 +0000</pubDate>
<dc:creator>CavScoutArmyMom</dc:creator>
<guid>http://armymomtherapy.wordpress.com/2009/10/19/rambling-and-my-new-design-customizable-girlfriend-of-a-deployed-soldier-shirt/</guid>
<description><![CDATA[I admit I&#8217;ve been distracted lately. Ok, maybe distracted is too weak a word. How about overwh]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I admit I&#8217;ve been distracted lately.  Ok, maybe distracted is too weak a word.  How about overwhelmed?  Yeah.  That fits better.</p>
<p>My &#8220;duties&#8221; as a military parent are not so obvious to others now that Mike is back in the US.  However, I have many organizations that I am a member of that are not dependent on what country my son is in at the time.  Sometimes, they seem to overrun my life and then when I try to weed through and thin out those that I could let go of with certainty that someone would fill the position&#8230;I am at a loss.  It seems that many people are not so interested in helping those outside their immediate family circle.  So I will continue to be sporadic here, and keep on chugging along in all my other endeavors.  One thing that can not be let go any further though is my income.  Gotta pay those bills, right?  So today is dedicated to getting my store in order, as well as it can be.  I&#8217;ll try to space out my bombardment of new items so you aren&#8217;t wondering whether I gave up the Army Mom gig and moved over to Retail Store Mom.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks to everyone that has visited so far!  I do appreciate you all!</p>
<p>And without further adieu.. here is my newest shirt&#8230;</p>
<div style="text-align:center;line-height:150%;"><a href="http://www.zazzle.com/custom_girlfriend_of_a_deployed_soldier_shirt-235418220036886425?gl=WendyMilonas&#38;group=womens&#38;lifestyle=classic&#38;t_deployment=Afghanistan%20%0aDeployment%20%0a2009&#38;t_soldier=My%20Soldier&#38;rf=238367934455413466"><img style="border:0;" src="http://rlv.zcache.com/custom_girlfriend_of_a_deployed_soldier_shirt-p2354182200368864252md74_325.jpg?t_deployment=Afghanistan%20%0aDeployment%20%0a2009&#38;t_soldier=My%20Soldier" alt="Custom Girlfriend of a Deployed Soldier Shirt shirt" /></a><br />
<a href="http://www.zazzle.com/custom_girlfriend_of_a_deployed_soldier_shirt-235418220036886425?gl=WendyMilonas&#38;group=womens&#38;lifestyle=classic&#38;t_deployment=Afghanistan%20%0aDeployment%20%0a2009&#38;t_soldier=My%20Soldier&#38;rf=238367934455413466">Custom Girlfriend of a Deployed Soldier Shirt</a></div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
