<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Smart Service Desk Express</title>
	<atom:link href="http://smartservicedeskexpress.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://SmartServiceDeskExpress.com</link>
	<description>Implementation &#38; Customization For BMC Service Desk Express &#38; Magic</description>
	<pubDate>Tue, 05 Jan 2010 23:34:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>How To Turn Windows Authentication On or Off in Service Desk Express</title>
		<link>http://SmartServiceDeskExpress.com/?p=569</link>
		<comments>http://SmartServiceDeskExpress.com/?p=569#comments</comments>
		<pubDate>Sat, 06 Dec 2008 15:39:55 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<category><![CDATA[New Installations]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Upgrades]]></category>

		<category><![CDATA[SMSYSFLAGS]]></category>

		<category><![CDATA[Windows Authentication]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=569</guid>
		<description><![CDATA[How To Turn Windows Authentication On or Off in Service Desk Express
If you currently do not utilize the convenience of WIA (Windows Integrated Authentication) here is how to turn it on or off for both Service Desk and Self Service. As an aside, you may choose to configure Service Desk and Self Service independently.
There are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How To Turn Windows Authentication On or Off in Service Desk Express</strong></p>
<p>If you currently do not utilize the convenience of WIA (Windows Integrated Authentication) here is how to turn it on or off for both Service Desk and Self Service. As an aside, you may choose to configure Service Desk and Self Service independently.</p>
<p>There are two configuration changes required to toggle windows authentication: SMSYSFLAGS and IIS.</p>
<blockquote><p><strong>IIS</strong><br />
To turn widows authentication on. Open IIS and drill through the default website to SDE (HelpDesk  for self service). Right click properties on SDE. Click on the Directory Security tab and click the button to edit Authentication and access control. Uncheck Enable Anonymous Access and check Integrated Windows authentication. Save. When you get a dialog box that reads &quot;Inheritance Overrides&quot; choose select all and OK. Reverse this process to turn off windows authentication.</p></blockquote>
<blockquote><p><strong>SMSYSFLAGS</strong><br />
Using SQL Server Management Studio locate the SMSYSFLAGS table in the SDE database. Right click SMSYSFLAGS and choose show table. Scroll down until you see featUseIntegratedLoginSSHD for self service and  featUseIntegratedLoginSDE for SDE. Change the value to &quot;1&quot; to use windows authentication and &quot;0&quot; not to.</p></blockquote>
<p>Close SQL Server Management Studio and reload metadata with iisreset.</p>
<p>Mission accomplished!</p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=569</wfw:commentRss>
		</item>
		<item>
		<title>How To Change the Whiteboard Refresh Rate in Service Desk Express</title>
		<link>http://SmartServiceDeskExpress.com/?p=566</link>
		<comments>http://SmartServiceDeskExpress.com/?p=566#comments</comments>
		<pubDate>Thu, 04 Dec 2008 12:19:25 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[refresh rate]]></category>

		<category><![CDATA[Whiteboard]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=566</guid>
		<description><![CDATA[How do I change the default whiteboard ticket refresh rate?
It is not uncommon to prefer a shorter refresh rate than the system default of 30 minutes. Here is how to make that modification:
Open options_nailogo.asp in Notepad and find:
&#60;script Language=&#34;JavaScript&#34;&#62;
var timerID=null;
var sRefreshTime=30
var timerRunning=false
var bPPS = (&#34;1&#34; == &#34;&#60;%= Response.Write((bPPS? &#34;1&#34; : &#34;0&#34;))%&#62;&#34;)
var coldiv = &#34;250px, *&#34;;
var [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How do I change the default whiteboard ticket refresh rate?</strong></p>
<p>It is not uncommon to prefer a shorter refresh rate than the system default of 30 minutes. Here is how to make that modification:</p>
<p>Open options_nailogo.asp in Notepad and find:</p>
<blockquote><p>&lt;script Language=&quot;JavaScript&quot;&gt;<br />
var timerID=null;<br />
var sRefreshTime=30<br />
var timerRunning=false<br />
var bPPS = (&quot;1&quot; == &quot;&lt;%= Response.Write((bPPS? &quot;1&quot; : &quot;0&quot;))%&gt;&quot;)<br />
var coldiv = &quot;250px, *&quot;;<br />
var fmstCall = &quot;frmstNavDash&quot;;<br />
var sUserName = &quot;&lt;%=DbConn.User.Name%&gt;&quot;<br />
&lt;/script&gt;</p></blockquote>
<p>Edit the code to this:</p>
<blockquote><p>&lt;script Language=&quot;JavaScript&quot;&gt;<br />
var timerID=null;<br />
var sRefreshTime=5<br />
var timerRunning=false<br />
var bPPS = (&quot;1&quot; == &quot;&lt;%= Response.Write((bPPS? &quot;1&quot; : &quot;0&quot;))%&gt;&quot;)<br />
var coldiv = &quot;250px, *&quot;;<br />
var fmstCall = &quot;frmstNavDash&quot;;<br />
var sUserName = &quot;&lt;%=DbConn.User.Name%&gt;&quot;<br />
&lt;/script&gt;</p></blockquote>
<p>Save the file, log out and log back into Service Desk Express. Notice the sRefreshTime was changed from 30 to 5. The refresh rate will now default to 5 minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=566</wfw:commentRss>
		</item>
		<item>
		<title>Whiteboard Automatic Start Modification for Service Desk Express</title>
		<link>http://SmartServiceDeskExpress.com/?p=561</link>
		<comments>http://SmartServiceDeskExpress.com/?p=561#comments</comments>
		<pubDate>Thu, 04 Dec 2008 12:11:55 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Service Desk]]></category>

		<category><![CDATA[Staff]]></category>

		<category><![CDATA[Ticker]]></category>

		<category><![CDATA[Whiteboard]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=561</guid>
		<description><![CDATA[How do I turn the whiteboard ticker on by default?
By default the whiteboard ticker does not start automatically for Service Desk Express staff members. To force the whiteboard ticker to start on login: open options_nailogo.asp in Notepad and scroll down until you see:
&#60;body style=&#34;background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto&#34; onload=&#34;WindowLoad()&#34; onunload=&#34;WinUnload()&#34;&#62;
Edit the above line to this:
&#60;body style=&#34;background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>How do I turn the whiteboard ticker on by default?</strong></p>
<p>By default the whiteboard ticker does not start automatically for Service Desk Express staff members. To force the whiteboard ticker to start on login: open options_nailogo.asp in Notepad and scroll down until you see:</p>
<blockquote><p>&lt;body style=&quot;background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto&quot; onload=&quot;WindowLoad()&quot; onunload=&quot;WinUnload()&quot;&gt;</p></blockquote>
<p>Edit the above line to this:</p>
<blockquote><p>&lt;body style=&quot;background-image:url(images/header_main_bkgd.gif); background-repeat:repeat-x;padding:0px; margin:0px;margin:0;border:0;height:100%;overflow:auto&quot; onload=&quot;WindowLoad();StartWBTimer()&quot; onunload=&quot;WinUnload()&quot;&gt;</p></blockquote>
<p>Save the file, log out and log back into Service Desk Express. The whiteboard ticker will now automatically start on staff login.</p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=561</wfw:commentRss>
		</item>
		<item>
		<title>7 Tools</title>
		<link>http://SmartServiceDeskExpress.com/?p=496</link>
		<comments>http://SmartServiceDeskExpress.com/?p=496#comments</comments>
		<pubDate>Wed, 05 Nov 2008 22:03:08 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=496</guid>
		<description><![CDATA[7 New Tools for Service Desk Express Product Brochures 

SDE 2 Outlook - Post SDE events to any Outlook calendar  – allows you to keep track of &#34;to do&#34; items on your calendar and set reminders. A must-have tool for change management compliance.
Elegant Email - format your SDE email  – for customer facing [...]]]></description>
			<content:encoded><![CDATA[<h2><span style="color: #339966;"><strong>7 New Tools for Service Desk Express Product Brochures</strong> </span></h2>
<ul>
<li><a title="SDE 2 Outlook" href="http://smartservicedeskexpress.com/attachments/ssde_sde_2_outlook.pdf" title="SDE 2 Outlook"><strong>SDE 2 Outlook - Post SDE events to any Outlook calendar</strong> </a> – allows you to keep track of &quot;to do&quot; items on your calendar and set reminders. A must-have tool for change management compliance.</li>
<li><a title="Elegant Email" href="http://smartservicedeskexpress.com/attachments/ssde_elegant_email.pdf" title="Elegant Email"><strong>Elegant Email - format your SDE email</strong> </a> – for customer facing notifications, HTML formatting allows the addition of &quot;signatures&quot; and company logo, can display data as a table in the body of the email for easier interpretation and message clarity. Reduces errors for purchase orders and other notifications with multiple detail rows.</li>
<li><a title="Asset Integrations" href="http://smartservicedeskexpress.com/attachments/ssde_asset_integrations.pdf" title="Asset Integrations"><strong>Asset integration to SDE</strong> </a> – integration of almost any inventory collection into SDE with continuous bi-directional updates. Includes SCCM, MS SMS, Altiris, Prism, Zend, Wasp, Access, CSV files and more&#8230;</li>
<li><a title="Round Robin" href="http://smartservicedeskexpress.com/attachments/ssde_round_robin.pdf" title="Round Robin"><strong>SDE Round Robin</strong> </a> – this feature allows tickets assigned to a queue to be distributed with flexible/configurable load balancing and optional category weighting for auto assignment.</li>
<li><a title="Print Scheduler" href="http://smartservicedeskexpress.com/attachments/ssde_print_scheduler.pdf" title="Print Scheduler"><strong>SDE Print Scheduler</strong> </a> – this feature allows you to schedule &quot;jobs&quot; like work orders or reports to automatically print at a specific time on a specific printer without any intervention.  This is commonly used by facilities departments that hand out the work orders for the week on a specific day.</li>
</ul>
<p><a title="Contact us" href="http://smartservicedeskexpress.com/?page_id=53" title="Contact us">Contact a Smart Service Desk Express</a> representative for a demonstration.</p>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
<p><!--  Google Code for request white paper Conversion Page --><br />
<script type="text/javascript"><!-- 
var google_conversion_id = 1055251832;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "L2gUCLKVaRD4upf3Aw";
// --></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js"></script><br />
<noscript>&lt;br /&gt; &lt;img height=&quot;1&quot; width=&quot;1&quot; border=&quot;0&quot; src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot; mce_src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot;/&gt;&lt;br /&gt; </noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=496</wfw:commentRss>
		</item>
		<item>
		<title>7 New Tools Add Unprecedented Functionality to Service Desk Express</title>
		<link>http://SmartServiceDeskExpress.com/?p=480</link>
		<comments>http://SmartServiceDeskExpress.com/?p=480#comments</comments>
		<pubDate>Wed, 05 Nov 2008 21:24:37 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Configuration Management]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Incident Management]]></category>

		<category><![CDATA[New Installations]]></category>

		<category><![CDATA[SMS Integration]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Upgrades]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=480</guid>
		<description><![CDATA[
These 7 New Tools Add Unprecedented Functionality to Service Desk Express 
Below is a list of the latest tools developed by Smart Service Desk Express engineers to increase efficiency and functionality to your business processes:

SDE 2 Outlook - SDE events populate your Outlook calendar – allows you to keep track of &#34;to do&#34; items on [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!-- </p>
<p>function checkform3(iNVENTA)
{
  if (iNVENTA.name.value == "" || iNVENTA.name.value == " ") {
    alert( "Please enter your name." );
    iNVENTA.name.focus();
    return false ;
  }
  if (iNVENTA.company.value == "" || iNVENTA.company.value == " ") {
    alert( "Please enter your company name." );
    iNVENTA.company.focus();
    return false ;
  }
   if (iNVENTA.email.value.indexOf("@",2) == -1 || iNVENTA.email.value.indexOf(".",5) == -1  ) {
    alert( "Please enter a valid email address." );
    iNVENTA.email.focus();
    return false ;
  }
  if (iNVENTA.isperson.value != "2874721") {
    alert( "Please enter the characters shown." );
    iNVENTA.isperson.focus();
    return false ;
  }
  return true ;
}
// --></script></p>
<h2><span style="color: #339966;"><strong>These 7 New Tools Add Unprecedented Functionality to Service Desk Express</strong> </span></h2>
<p>Below is a list of the latest tools developed by Smart Service Desk Express engineers to increase efficiency and functionality to your business processes:</p>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 235px; height: 39px;" src="http://docs.google.com/File?id=dgncq8rv_33g9hns6cb_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>SDE 2 Outlook - SDE events populate your Outlook calendar</strong> – allows you to keep track of &quot;to do&quot; items on your calendar and set reminders. A great tool for change management compliance scheduling and monitoring.<br />
<a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 251px; height: 31px;" src="http://docs.google.com/File?id=dgncq8rv_36dwndpzd2_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>Elegant Email - formatted email for SDE</strong> – for customer facing notifications, HTML formatting, allows the addition of &quot;signatures&quot; and company logos, can display tabular data as a table in the body of a notification. <a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 315px; height: 31px;" src="http://docs.google.com/File?id=dgncq8rv_34fvh29xdw_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>Asset integrations to SDE</strong> – integration of most any inventory collection database into SDE with continuous bi-directional updates. Includes SCCM, MS SMS, Wasp, Prism, Altiris, Zend, Access, CSV files and more&#8230; <a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 139px; height: 31px;" src="http://docs.google.com/File?id=dgncq8rv_152c9v5q8gk_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>EZ Links</strong> – Update incidents &amp; works orders from any email client - allow clients, staff, vendors and field personnel to approve requests and open, update and close incidents and work orders on-the-fly without logging into the system. New built-in feature enhances security and prevents malicious attacks. <a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 218px; height: 27px;" src="http://docs.google.com/File?id=dgncq8rv_38hrpxcghf_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>Round Robin Automation for SDE</strong> – this feature allows tickets assigned to a queue to be distributed with flexible/configurable load balancing and optional category weighting for auto assignment to technicians or goups. <a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 285px; height: 30px;" src="http://docs.google.com/File?id=dgncq8rv_37g7m4gfcf_b" alt="" /></div>
<div style="margin-left: 40px;"><strong>SDE Print Scheduler</strong> – this feature allows you to schedule &quot;jobs&quot; for example: work orders or reports to automatically print at a specific time on a specific printer without any intervention required.  This is commonly used by facilities departments that hand out work orders for the week on a specific day. <a href="#SixTools">More&#8230;</a></div>
<div style="padding: 1em 0pt; text-align: left; margin-left: 40px;"><img style="width: 247px; height: 36px;" src="http://docs.google.com/File?id=dgncq8rv_35g35txwd6_b" alt="" /> <strong><br />
SDE Problem and Bug Tracking.</strong> <a href="#SixTools">More&#8230;</a></div>
<h2><a name="SixTools"></a> <span style="color: #339966;">How To Get All 7 Product Brochures Listed Above:</span></h2>
<p>For INSTANT ACCESS to the above product brochures just tell us where to send them:</p>
<form action="http://www.SmartServiceDeskExpress.com/contact.php" method="post">
<table border="0" cellspacing="4" cellpadding="0" width="336">
<tbody>
<tr class="body">
<td width="63">
<div>Name:</div>
</td>
<td>
<div>
<input id="name" class="formfill" maxlength="75" name="name" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td>
<div>Company:</div>
</td>
<td>
<div>
<input id="company" class="formfill" maxlength="75" name="company" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63">
<div>E-mail:</div>
</td>
<td>
<div>
<input id="email" class="formfill" maxlength="100" name="email" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63"></td>
<td>Enter the characters shown:<br />
<strong><em></p>
<input id="isperson" class="formfill" maxlength="10" name="isperson" type="text" /> 2 </em> </strong> <span style="font-size: medium; font-family: Courier New,Courier,mono; color: #0000ff;">8</span> <span style="font-size: medium;"><strong><span style="color: #66ff00;">7</span> </strong> <span style="font-family: Courier New,Courier,mono;"><em>4</em> </span> <span style="color: #993300;"><em>7</em> </span> </span> <span style="font-size: medium; color: #000000;">2</span> <span style="font-size: medium; color: #ff00ff;"><strong><em>1</em> </strong> </span></td>
</tr>
<tr class="body">
<td width="63"></td>
<td>
<div>
<input id="Submit" class="body" style="font-size: 8pt; font-family: Arial" name="Submit" type="submit" value="Submit Request" />
<input id="request" name="request" type="hidden" value="White Paper: 7 Tools for SDE" />
<input id="site" name="site" type="hidden" value="SmartServiceDeskExpress.com" />
<input id="page" name="page" type="hidden" value="contact.shtml" />
<input id="attloc" name="attloc" type="hidden" value="Six Tools for SDE" />
<input id="redirect" name="redirect" type="hidden" value="http://smartservicedeskexpress.com/?p=496" /></div>
</td>
</tr>
</tbody>
</table>
</form>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=480</wfw:commentRss>
		</item>
		<item>
		<title>Create Mandatory Field on Incident Form in Service Desk</title>
		<link>http://SmartServiceDeskExpress.com/?p=429</link>
		<comments>http://SmartServiceDeskExpress.com/?p=429#comments</comments>
		<pubDate>Tue, 04 Nov 2008 14:00:18 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Incident Management]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[CSBR]]></category>

		<category><![CDATA[Display Message]]></category>

		<category><![CDATA[Incident]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=429</guid>
		<description><![CDATA[Task:  How to create a mandatory field on the incident form in Service Desk Express when another field exists or has a specific value. 
For example: On the incident form in Service Desk Express a custom field named &#34;PolicyNum&#34; is required to be populated when the subject id (category) is &#34;AAFXBR&#34;.
Solution: Using a CSBR [...]]]></description>
			<content:encoded><![CDATA[<h3><span style="color: #000080;"><strong><em>Task: </em> How to create a mandatory field on the incident form in Service Desk Express when another field exists or has a specific value.</strong> </span></h3>
<p><em>For example:</em> On the incident form in Service Desk Express a custom field named &quot;PolicyNum&quot; is required to be populated when the subject id (category) is &quot;AAFXBR&quot;.</p>
<p>Solution: Using a CSBR create conditions</p>
<ul>
<li>{TR, &lt;subject id&gt;} = AAFXBR<br />
AND</li>
<li>{TR, PolicyNum} = &lt;blank&gt;</li>
</ul>
<p>Create an action to display a popup message:</p>
<ul>
<li>Set up the message</li>
<li>check the box &quot;Exit Rule if OK&quot;.</li>
</ul>
<p>Assign the CSBR to the form and you are done!</p>
<p>Let us know if this how-to tip was helpful!</p>
<p>Do you need customization for your Service Desk Express system? Ask how we can improve performance of not just SDE, but all your IT functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=429</wfw:commentRss>
		</item>
		<item>
		<title>Coldwater Story</title>
		<link>http://SmartServiceDeskExpress.com/?p=344</link>
		<comments>http://SmartServiceDeskExpress.com/?p=344#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:43:15 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=344</guid>
		<description><![CDATA[
 THE COLDWATER CREEK SDE SUCCESS STORY
Learn the story behind Coldwater Creek&#8217;s IT success.
To watch the story visit:  Coldwater_Creek_Success_Story
When you&#8217;re finished watching, schedule an informative demonstration:





Name:








Company:








E-mail:








Enter the characters shown:

 2   8 7  4  7   2 1  
















 
Smart Service Desk Express
Corporate Headquarters 
Telephone: 214-432-5595
www.SmartServiceDeskExpress.com



&#60;br /&#62; &#60;img height=&#34;1&#34; [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!-- </p>
<p>function checkform3(iNVENTA)
{
  if (iNVENTA.name.value == "" || iNVENTA.name.value == " ") {
    alert( "Please enter your name." );
    iNVENTA.name.focus();
    return false ;
  }
  if (iNVENTA.company.value == "" || iNVENTA.company.value == " ") {
    alert( "Please enter your company name." );
    iNVENTA.company.focus();
    return false ;
  }
   if (iNVENTA.email.value.indexOf("@",2) == -1 || iNVENTA.email.value.indexOf(".",5) == -1  ) {
    alert( "Please enter a valid email address." );
    iNVENTA.email.focus();
    return false ;
  }
  if (iNVENTA.isperson.value != "2874721") {
    alert( "Please enter the characters shown." );
    iNVENTA.isperson.focus();
    return false ;
  }
  return true ;
}
// --></script></p>
<h2><img class="alignright" src="http://smartservicedeskexpress.com/wp-content/themes/primepress/images/bmc_logo.gif" alt="BMC Service Desk Express" /> <span style="color: #339966;">THE COLDWATER CREEK SDE SUCCESS STORY</span></h2>
<p>Learn the story behind Coldwater Creek&#8217;s IT success.</p>
<p>To watch the story visit: <span id="more-344"></span> <a title="Coldwater Creek Success Story" href="http://smartservicedeskexpress.com/attachments/ColdwaterCreek060407.wmv" target="_blank" title="Coldwater Creek Success Story">Coldwater_Creek_Success_Story</a></p>
<p><strong>When you&#8217;re finished watching, schedule an informative demonstration:</strong></p>
<form action="http://www.SmartServiceDeskExpress.com/contact.php" method="post">
<table border="0" cellspacing="4" cellpadding="0" width="336">
<tbody>
<tr class="body">
<td width="63">
<div>Name:</div>
</td>
<td>
<div>
<input id="name" class="formfill" maxlength="75" name="name" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td>
<div>Company:</div>
</td>
<td>
<div>
<input id="company" class="formfill" maxlength="75" name="company" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63">
<div>E-mail:</div>
</td>
<td>
<div>
<input id="email" class="formfill" maxlength="100" name="email" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63"></td>
<td>Enter the characters shown:<br />
<strong><em></p>
<input id="isperson" class="formfill" maxlength="10" name="isperson" type="text" /> 2 </em> </strong> <span style="font-size: medium; font-family: Courier New,Courier,mono; color: #0000ff;">8</span> <span style="font-size: medium;"><strong><span style="color: #66ff00;">7</span> </strong> <span style="font-family: Courier New,Courier,mono;"><em>4</em> </span> <span style="color: #993300;"><em>7</em> </span> </span> <span style="font-size: medium; color: #000000;">2</span> <span style="font-size: medium; color: #ff00ff;"><strong><em>1</em> </strong> </span></td>
</tr>
<tr class="body">
<td width="63"></td>
<td>
<div>
<input id="Submit" class="body" style="font-size: 8pt; font-family: Arial" name="Submit" type="submit" value="Submit" />
<input id="request" name="request" type="hidden" value="Schedule Demo" />
<input id="site" name="site" type="hidden" value="SmartServiceDeskExpress.com" />
<input id="page" name="page" type="hidden" value="contact.shtml" />
<input id="attloc" name="attloc" type="hidden" value="Schedule Demo" />
<input id="redirect" name="redirect" type="hidden" value="/?page_id=535" /></div>
</td>
</tr>
</tbody>
</table>
</form>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
<p><!--  Google Code for request white paper Conversion Page --><br />
<script type="text/javascript"><!-- 
var google_conversion_id = 1055251832;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "L2gUCLKVaRD4upf3Aw";
// --></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js"></script><br />
<noscript>&lt;br /&gt; &lt;img height=&quot;1&quot; width=&quot;1&quot; border=&quot;0&quot; src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot; mce_src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot;/&gt;&lt;br /&gt; </noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=344</wfw:commentRss>
<enclosure url="http://smartservicedeskexpress.com/attachments/ColdwaterCreek060407.wmv" length="16854499" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>SDE Demo</title>
		<link>http://SmartServiceDeskExpress.com/?p=337</link>
		<comments>http://SmartServiceDeskExpress.com/?p=337#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:33:35 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=337</guid>
		<description><![CDATA[
 Service Desk Express Free Online Trial Demonstration
To begin your demonstration visit:  sde_online_trial
Login  as demo. Use the password demo.
When you&#8217;ve completed your trial evaluation contact us if you&#8217;d like a more in-depth demonstration of how Service Desk Express can deliver the power of IT.





Name:








Company:








E-mail:








Enter the characters shown:

 2   8 7  4 [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!-- </p>
<p>function checkform3 ( iNVENTA )
{
  if (iNVENTA.name.value == "" || iNVENTA.name.value == " ") {
    alert( "Please enter your name." );
    iNVENTA.name.focus();
    return false ;
  }
  if (iNVENTA.company.value == "" || iNVENTA.company.value == " ") {
    alert( "Please enter your company name." );
    iNVENTA.company.focus();
    return false ;
  }
   if (iNVENTA.email.value.indexOf("@",2) == -1 || iNVENTA.email.value.indexOf(".",5) == -1  ) {
    alert( "Please enter a valid email address." );
    iNVENTA.email.focus();
    return false ;
  }
  if (iNVENTA.isperson.value != "2874721") {
    alert( "Please enter the characters shown." );
    iNVENTA.isperson.focus();
    return false ;
  }
  return true ;
}
// --></script></p>
<h2><img class="alignright" src="http://smartservicedeskexpress.com/wp-content/themes/primepress/images/bmc_logo.gif" alt="BMC Service Desk Express" /> <span style="color: #5065af;">Service Desk Express Free Online Trial Demonstration</span></h2>
<p>To begin your demonstration visit: <span id="more-337"></span> <a title="SDE Online Trial Version" href="http://65.202.180.84/magicdemo/" target="_blank" title="SDE Online Trial Version">sde_online_trial</a></p>
<p>Login  as demo. Use the password demo.</p>
<p>When you&#8217;ve completed your trial evaluation contact us if you&#8217;d like a more in-depth demonstration of how Service Desk Express can deliver the power of IT.</p>
<form action="http://www.SmartServiceDeskExpress.com/contact.php" method="post">
<table border="0" cellspacing="4" cellpadding="0" width="336">
<tbody>
<tr class="body">
<td width="63">
<div>Name:</div>
</td>
<td>
<div>
<input id="name" class="formfill" maxlength="75" name="name" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td>
<div>Company:</div>
</td>
<td>
<div>
<input id="company" class="formfill" maxlength="75" name="company" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63">
<div>E-mail:</div>
</td>
<td>
<div>
<input id="email" class="formfill" maxlength="100" name="email" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63"></td>
<td>Enter the characters shown:<br />
<strong><em></p>
<input id="isperson" class="formfill" maxlength="10" name="isperson" type="text" /> 2 </em> </strong> <span style="font-size: medium; font-family: Courier New,Courier,mono; color: #0000ff;">8</span> <span style="font-size: medium;"><strong><span style="color: #66ff00;">7</span> </strong> <span style="font-family: Courier New,Courier,mono;"><em>4</em> </span> <span style="color: #993300;"><em>7</em> </span> </span> <span style="font-size: medium; color: #000000;">2</span> <span style="font-size: medium; color: #ff00ff;"><strong><em>1</em> </strong> </span></td>
</tr>
<tr class="body">
<td width="63"></td>
<td>
<div>
<input id="Submit" class="body" style="font-size: 8pt; font-family: Arial" name="Submit" type="submit" value="Submit" />
<input id="request" name="request" type="hidden" value="Demo Online: Free Online Trial" />
<input id="site" name="site" type="hidden" value="SmartServiceDeskExpress.com" />
<input id="page" name="page" type="hidden" value="contact.shtml" />
<input id="attloc" name="attloc" type="hidden" value="Demo Online: Free Online Trial" />
<input id="redirect" name="redirect" type="hidden" value="http://www.smartservicedeskexpress.com/?page_id=535" /></div>
</td>
</tr>
</tbody>
</table>
</form>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
<p><!--  Google Code for request white paper Conversion Page --><br />
<script type="text/javascript"><!-- 
var google_conversion_id = 1055251832;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "ffffff";
var google_conversion_label = "L2gUCLKVaRD4upf3Aw";
// --></script><br />
<script src="http://www.googleadservices.com/pagead/conversion.js"></script><br />
<noscript>&lt;br /&gt; &lt;img height=&quot;1&quot; width=&quot;1&quot; border=&quot;0&quot; src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot; mce_src=&quot;http://www.googleadservices.com/pagead/conversion/1055251832/?label=L2gUCLKVaRD4upf3Aw&amp;amp;script=0&quot;/&gt;&lt;br /&gt; </noscript></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=337</wfw:commentRss>
		</item>
		<item>
		<title>Try Service Desk Express Online&#8230;Instantly.</title>
		<link>http://SmartServiceDeskExpress.com/?p=330</link>
		<comments>http://SmartServiceDeskExpress.com/?p=330#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:23:11 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=330</guid>
		<description><![CDATA[
 INSTANT Online Access To Service Desk Express Trial Demonstration
TAKE IT FOR A TEST DRIVE ANY TIME YOU WANT, 24/7&#8230;
Do not consider a help desk solution until you&#8217;ve evaluated the free online demo  for Service Desk Express.
Loaded with features out-of-the-box,  SDE offers more capabilities and efficiencies than any other option.
This demonstration includes demo [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!-- </p>
<p>function checkform3 ( iNVENTA )
{
  if (iNVENTA.name.value == "" || iNVENTA.name.value == " ") {
    alert( "Please enter your name." );
    iNVENTA.name.focus();
    return false ;
  }
  if (iNVENTA.company.value == "" || iNVENTA.company.value == " ") {
    alert( "Please enter your company name." );
    iNVENTA.company.focus();
    return false ;
  }
   if (iNVENTA.email.value.indexOf("@",2) == -1 || iNVENTA.email.value.indexOf(".",5) == -1  ) {
    alert( "Please enter a valid email address." );
    iNVENTA.email.focus();
    return false ;
  }
  if (iNVENTA.isperson.value != "2874721") {
    alert( "Please enter the characters shown." );
    iNVENTA.isperson.focus();
    return false ;
  }
  return true ;
}
// --></script></p>
<h1><img class="alignright" src="http://smartservicedeskexpress.com/wp-content/themes/primepress/images/bmc_logo.gif" alt="BMC Service Desk Express" /> <span style="color: #339966;">INSTANT Online Access To Service Desk Express Trial Demonstration</span></h1>
<h3>TAKE IT FOR A TEST DRIVE ANY TIME YOU WANT, 24/7&#8230;</h3>
<p>Do not consider a help desk solution until you&#8217;ve <span style="color: #4c63b2;"><strong>evaluated the free online demo</strong> </span> for Service Desk Express.</p>
<p><span style="color: #4c63b2;"><strong>Loaded with features out-of-the-box,</strong> </span> SDE offers more capabilities and efficiencies than any other option.</p>
<p>This demonstration includes demo data so you can see how <strong><span style="color: #4c63b2;">the power of SDE works in the real world</span> </strong> . Just complete the short sign in below and get started in minutes. Or contact us and we&#8217;ll drive you through a customized demonstration, addressing any questions you have as we go.<br />
<span id="more-330"></span></p>
<form action="http://www.SmartServiceDeskExpress.com/contact.php" method="post">
<table border="0" cellspacing="4" cellpadding="0" width="336">
<tbody>
<tr class="body">
<td width="63">
<div>Name:</div>
</td>
<td>
<div>
<input id="name" class="formfill" maxlength="75" name="name" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td>
<div>Company:</div>
</td>
<td>
<div>
<input id="company" class="formfill" maxlength="75" name="company" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63">
<div>E-mail:</div>
</td>
<td>
<div>
<input id="email" class="formfill" maxlength="100" name="email" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63"></td>
<td>Enter the characters shown:<br />
<strong><em></p>
<input id="isperson" class="formfill" maxlength="10" name="isperson" type="text" /> 2 </em> </strong> <span style="font-size: medium; font-family: Courier New,Courier,mono; color: #0000ff;">8</span> <span style="font-size: medium;"><strong><span style="color: #66ff00;">7</span> </strong> <span style="font-family: Courier New,Courier,mono;"><em>4</em> </span> <span style="color: #993300;"><em>7</em> </span> </span> <span style="font-size: medium; color: #000000;">2</span> <span style="font-size: medium; color: #ff00ff;"><strong><em>1</em> </strong> </span></td>
</tr>
<tr class="body">
<td width="63"></td>
<td>
<div>
<input id="Submit" class="body" style="font-size: 8pt; font-family: Arial" name="Submit" type="submit" value="Submit" />
<input id="request" name="request" type="hidden" value="Demo Online: Free Online Trial" />
<input id="site" name="site" type="hidden" value="SmartServiceDeskExpress.com" />
<input id="page" name="page" type="hidden" value="contact.shtml" />
<input id="attloc" name="attloc" type="hidden" value="Demo Online: Free Online Trial" />
<input id="redirect" name="redirect" type="hidden" value="http://smartservicedeskexpress.com/?p=337" /></div>
</td>
</tr>
</tbody>
</table>
</form>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=330</wfw:commentRss>
		</item>
		<item>
		<title>Coldwater Creek Success Story</title>
		<link>http://SmartServiceDeskExpress.com/?p=324</link>
		<comments>http://SmartServiceDeskExpress.com/?p=324#comments</comments>
		<pubDate>Sat, 01 Nov 2008 21:05:16 +0000</pubDate>
		<dc:creator>Help Desk Professional</dc:creator>
		
		<category><![CDATA[Change Management]]></category>

		<category><![CDATA[Configuration Management]]></category>

		<category><![CDATA[HR Module]]></category>

		<category><![CDATA[Incident Management]]></category>

		<category><![CDATA[New Installations]]></category>

		<category><![CDATA[Problem Management]]></category>

		<category><![CDATA[SMS Integration]]></category>

		<guid isPermaLink="false">http://SmartServiceDeskExpress.com/?p=324</guid>
		<description><![CDATA[
 THE COLDWATER CREEK SERVICE DESK SUCCESS STORY
Listen to and share this online demonstration of how Service Desk Express improved business services for Coldwater Creek:
Coldwater Creek Success Story
Learn how ITIL Service Support can energize your company&#8217;s IT.
Instant Access
Just fill in the blanks below for instant access to our white paper and recorded interviews library&#8230;






Name:








Company:








E-mail:








Enter the [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!-- </p>
<p>function checkform3(iNVENTA)
{
  if (iNVENTA.name.value == "" || iNVENTA.name.value == " ") {
    alert( "Please enter your name." );
    iNVENTA.name.focus();
    return false ;
  }
  if (iNVENTA.company.value == "" || iNVENTA.company.value == " ") {
    alert( "Please enter your company name." );
    iNVENTA.company.focus();
    return false ;
  }
   if (iNVENTA.email.value.indexOf("@",2) == -1 || iNVENTA.email.value.indexOf(".",5) == -1  ) {
    alert( "Please enter a valid email address." );
    iNVENTA.email.focus();
    return false ;
  }
  if (iNVENTA.isperson.value != "2874721") {
    alert( "Please enter the characters shown." );
    iNVENTA.isperson.focus();
    return false ;
  }
  return true ;
}
// --></script></p>
<h2><img class="alignright" src="http://smartservicedeskexpress.com/wp-content/themes/primepress/images/bmc_logo.gif" alt="BMC Service Desk Express" /> <span style="color: #339966;">THE COLDWATER CREEK SERVICE DESK SUCCESS STORY</span></h2>
<p>Listen to and share this online demonstration of how Service Desk Express improved business services for Coldwater Creek:<br />
<strong>Coldwater Creek Success Story</strong></p>
<p>Learn how ITIL Service Support can energize your company&#8217;s IT.</p>
<h3><span style="color: #4664b8;">Instant Access</span></h3>
<p>Just fill in the blanks below for instant access to our white paper and recorded interviews library&#8230;<br />
<span id="more-324"></span></p>
<form action="http://www.SmartServiceDeskExpress.com/contact.php" method="post">
<table border="0" cellspacing="4" cellpadding="0" width="336">
<tbody>
<tr class="body">
<td width="63">
<div>Name:</div>
</td>
<td>
<div>
<input id="name" class="formfill" maxlength="75" name="name" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td>
<div>Company:</div>
</td>
<td>
<div>
<input id="company" class="formfill" maxlength="75" name="company" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63">
<div>E-mail:</div>
</td>
<td>
<div>
<input id="email" class="formfill" maxlength="100" name="email" size="33" type="text" /></div>
</td>
</tr>
<tr class="body">
<td width="63"></td>
<td>Enter the characters shown:<br />
<strong><em></p>
<input id="isperson" class="formfill" maxlength="10" name="isperson" type="text" /> 2 </em> </strong> <span style="font-size: medium; font-family: Courier New,Courier,mono; color: #0000ff;">8</span> <span style="font-size: medium;"><strong><span style="color: #66ff00;">7</span> </strong> <span style="font-family: Courier New,Courier,mono;"><em>4</em> </span> <span style="color: #993300;"><em>7</em> </span> </span> <span style="font-size: medium; color: #000000;">2</span> <span style="font-size: medium; color: #ff00ff;"><strong><em>1</em> </strong> </span></td>
</tr>
<tr class="body">
<td width="63"></td>
<td>
<div>
<input id="Submit" class="body" style="font-size: 8pt; font-family: Arial" name="Submit" type="submit" value="Submit" />
<input id="request" name="request" type="hidden" value="Success Story: Coldwater Creek Story" />
<input id="site" name="site" type="hidden" value="SmartServiceDeskExpress.com" />
<input id="page" name="page" type="hidden" value="contact.shtml" />
<input id="attloc" name="attloc" type="hidden" value="ColdwaterCreek060407.wmv" />
<input id="redirect" name="redirect" type="hidden" value="http://smartservicedeskexpress.com/?p=344" /></div>
</td>
</tr>
</tbody>
</table>
</form>
<p><span><img src="http://smartservicedeskexpress.com/wp-content/uploads/2008/10/logo57pxh1.jpg" alt="" height="57" /> </span></p>
<p><strong>Smart Service Desk Express</strong></p>
<p><strong>Corporate Headquarters </strong><br />
Telephone: <span id="Node223-[1]">214-432-5595</span></p>
<p><strong>www.SmartServiceDeskExpress.com</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://SmartServiceDeskExpress.com/?feed=rss2&amp;p=324</wfw:commentRss>
<enclosure url="http://smartservicedeskexpress.com/attachments/ColdwaterCreek060407.wmv" length="16854499" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>
