<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dmacias . org &#187; Cisco</title>
	<atom:link href="http://dmacias.org/tag/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmacias.org</link>
	<description>Not quite crazy not quite sane.</description>
	<lastBuildDate>Fri, 20 Aug 2010 14:08:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>David get&#8217;s a silver badge</title>
		<link>http://dmacias.org/2009/06/17/david-gets-a-silver-badge/</link>
		<comments>http://dmacias.org/2009/06/17/david-gets-a-silver-badge/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:00:23 +0000</pubDate>
		<dc:creator>dmacias</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dmacias.org/2009/06/17/david-gets-a-silver-badge/</guid>
		<description><![CDATA[I try to stay involved with Cisco’s forum as to try to give back to the community a bit as well as trying to get some knowledge from the masses.&#160; While I’m not a know it all it’s nice to have a little bit of recognition.&#160; Last week i went from Bronze to Silver, which [...]]]></description>
			<content:encoded><![CDATA[<p>I try to stay involved with Cisco’s forum as to try to give back to the community a bit as well as trying to get some knowledge from the masses.&#160; While I’m not a know it all it’s nice to have a little bit of recognition.&#160; Last week i went from Bronze to Silver, which based on points others award you for the answers you provide. :-)</p>
<p><img title="Badges" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="335" alt="Badges" src="http://dmacias.org/wp-content/uploads/2009/06/Badges1.png" width="281" border="0" />I have a long way to go before getting those 25k points… wonder if I could turn them in for cool Cisco gear?</p>
<p>~david </p>
]]></content:encoded>
			<wfw:commentRss>http://dmacias.org/2009/06/17/david-gets-a-silver-badge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frustrations with Cisco&#8217;s ICM Script Editor</title>
		<link>http://dmacias.org/2009/02/07/frustrations-with-ciscos-icm-script-editor/</link>
		<comments>http://dmacias.org/2009/02/07/frustrations-with-ciscos-icm-script-editor/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 15:32:06 +0000</pubDate>
		<dc:creator>dmacias</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco ICM Script Editor]]></category>

		<guid isPermaLink="false">http://dmacias.org/?p=349</guid>
		<description><![CDATA[So, I&#8217;ve been working with ICM scripts for what feels like ages, but in reality is more like 5 years. In the last 2 years though I spend more time scripting than anything else&#8230; well except documentation, but that&#8217;s another story. Regardless, here are a few frustrations I constantly face when using ICM script editor. [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been working with ICM scripts for what feels like ages, but in reality is more like 5 years.  In the last 2 years though I spend more time scripting than anything else&#8230; well except documentation, but that&#8217;s another story.</p>
<p>Regardless, here are a few frustrations I constantly face when using ICM script editor.</p>
<p>1. No find and replace.  This should be very easy to do and would help greatly, specially when working with CVP and you need to modify a VXML URL or when you&#8217;re working with formulas which need to be updated to include some  new variable.</p>
<p>2. Copy and paste does not respect the fact that you&#8217;ve specified the Snap to Grid option.  Yes, copy and paste rocks when you need to write a bunch of scripts which are similar, however, having to remember to snap your recently pasted script to the grid is a pain in the butt and I often forget it.</p>
<p>3. Call Tracer.  Personally, I would like to see the call tracer as an independent window which can be sent to the back ground.  If you&#8217;re working with a very small screen, you have to move the tracer around while looking at your script.  In addition, the windows can be so much bigger by default.  Can&#8217;t they just auto-size?  See below.</p>
<p><img src="http://dmacias.org/wp-content/uploads/2009/02/untitled-300x225.jpg" alt="ICM Script Editor Call Tracer" title="ICM Script Editor Call Tracer" width="300" height="225" class="alignleft size-medium wp-image-350" /></p>
<p>4. Formula Editor.  Is there really no better way to display the formulas being written?  Some of my formulas are pretty long which require that I writ them on TextPad first then move them to Script Editor.  This allows me to lay them out a little better, specifically when trying to make sure I have enough parenthesis.  For example, the formula below shows up like this:</p>
<p><code>(((ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerTo5,0))+(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerTo5,0))+(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerHalf,0))+(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerHalf,0))+(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerToday,0)))/((2*((ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerTo5,0))/(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerTo5,1)))+(2*((ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerHalf,0))/(ValidValue(CallType._Sales_Q_International.AvgSpeedAnswerHalf,1))))+1))*<br />
CallType._Sales_Q_International.RouterCallsQNow)>60<br />
 </code></p>
<p>Surely, there&#8217;s a better way to display this.</p>
<p>One thing I miss about Genesys is their slick UIs and Cisco knows nothing about UIs.  Hope to see some changes in the future, but I wouldn&#8217;t bet on it.</p>
<p>~dmacias</p>
]]></content:encoded>
			<wfw:commentRss>http://dmacias.org/2009/02/07/frustrations-with-ciscos-icm-script-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Acquires Jabber</title>
		<link>http://dmacias.org/2008/09/19/cisco-acquires-jabber/</link>
		<comments>http://dmacias.org/2008/09/19/cisco-acquires-jabber/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 18:56:14 +0000</pubDate>
		<dc:creator>dmacias</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://dmacias.org/?p=274</guid>
		<description><![CDATA[Well, I&#8217;m surprised it took this long. Read all about it. I&#8217;m a huge fan of Jabber and I&#8217;m hope the best for the platform and an easy integration into Cisco&#8217;s Unified Messaging technology. ~david]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m surprised it took this long.  Read all about <a href="http://newsroom.cisco.com/dlls/2008/corp_091908.html?POSITION=LINK&#038;COUNTRY_SITE=us&#038;CAMPAIGN=NewsAtCiscoLatestNewsfromCDCHP&#038;CREATIVE=LINK1&#038;REFERRING_SITE=CISCO.COMHOMEPAGE">it</a>.  I&#8217;m a huge fan of Jabber and I&#8217;m hope the best for the platform and an easy integration into Cisco&#8217;s Unified Messaging technology.</p>
<p>~david  </p>
]]></content:encoded>
			<wfw:commentRss>http://dmacias.org/2008/09/19/cisco-acquires-jabber/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally got a star!</title>
		<link>http://dmacias.org/2008/08/04/finally-got-a-star/</link>
		<comments>http://dmacias.org/2008/08/04/finally-got-a-star/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 10:30:36 +0000</pubDate>
		<dc:creator>dmacias</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[netpro]]></category>

		<guid isPermaLink="false">http://dmacias.org/?p=234</guid>
		<description><![CDATA[So, I&#8217;ve been trolling Cisco&#8217;s NetPro for a while. Use it all the time I run into an issue and Google returns nothing which might resolve it. So, NetPro has this thing where you can get points and earn stars and of course I just got mine. Feels kind of nice. :-) david]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been trolling Cisco&#8217;s NetPro for a while.  Use it all the time I run into an issue and Google returns nothing which might resolve it.  So, NetPro has this thing where you can get points and earn stars and of course I just got mine.  Feels kind of nice. :-)</p>
<p><a href="http://dmacias.org/wp-content/uploads/2008/08/ciscoforum.jpg"><img src="http://dmacias.org/wp-content/uploads/2008/08/ciscoforum.jpg" alt="" title="ciscoforum" width="318" height="231" class="aligncenter size-full wp-image-235" /></a></p>
<p>david</p>
]]></content:encoded>
			<wfw:commentRss>http://dmacias.org/2008/08/04/finally-got-a-star/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
