<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.buglist.net/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Buglist.net</title>
	
	<link>http://buglist.net</link>
	<description>Unofficial Adobe Omniture buglist</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:27:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.buglist.net/buglistnetcomments" /><feedburner:info uri="buglistnetcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Omniture Discover on Ubuntu Linux by Henrik Schack</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/ComSRDECN7g/</link>
		<dc:creator>Henrik Schack</dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=1208#comment-1049</guid>
		<description>Hi Ben.
No I have not submitted an idea on the Omniture Idea Exchange.
If supporting Ubuntu Linux isn't an obvious thing to do when you claim to support Linux, well then ....</description>
		<content:encoded><![CDATA[<p>Hi Ben.<br />
No I have not submitted an idea on the Omniture Idea Exchange.<br />
If supporting Ubuntu Linux isn&#8217;t an obvious thing to do when you claim to support Linux, well then &#8230;.</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/ComSRDECN7g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2010/07/omniture-discover-on-ubuntu-linux/comment-page-1/#comment-1049</feedburner:origLink></item>
	<item>
		<title>Comment on Omniture Web Services by mplong</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/7IX9ohXvSow/</link>
		<dc:creator>mplong</dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-1044</guid>
		<description>Sorry that should be 
class OmnitureSoapClient extends Zend_Soap_Client {</description>
		<content:encoded><![CDATA[<p>Sorry that should be<br />
class OmnitureSoapClient extends Zend_Soap_Client {</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/7IX9ohXvSow" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-1044</feedburner:origLink></item>
	<item>
		<title>Comment on Omniture Web Services by mplong</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/qFNakGDGLdU/</link>
		<dc:creator>mplong</dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-1043</guid>
		<description>If anyone would like to use this with Zend_Soap_Client, make these changes to OmnitureSoapClient.php:

class Core_OmnitureSoapClient extends Zend_Soap_Client {

Function __construct becomes this:
    public function __construct($wsdl = null, $username, $secret, $options = null)
    {
        $this-&gt;username = $username;
        $this-&gt;secret = $secret;
        parent::__construct($wsdl,$options);
    }


Function __call becomes this:
    public function __call($function_name, $arguments) {
        $this-&gt;addSoapInputHeader($this-&gt;getWSSecurityHeader(), false);
        return parent::__call($function_name, $arguments);
    }

function __soapCall can be removed


Then in the calling code, its 
$result = $client-&gt;__call</description>
		<content:encoded><![CDATA[<p>If anyone would like to use this with Zend_Soap_Client, make these changes to OmnitureSoapClient.php:</p>
<p>class Core_OmnitureSoapClient extends Zend_Soap_Client {</p>
<p>Function __construct becomes this:<br />
    public function __construct($wsdl = null, $username, $secret, $options = null)<br />
    {<br />
        $this-&gt;username = $username;<br />
        $this-&gt;secret = $secret;<br />
        parent::__construct($wsdl,$options);<br />
    }</p>
<p>Function __call becomes this:<br />
    public function __call($function_name, $arguments) {<br />
        $this-&gt;addSoapInputHeader($this-&gt;getWSSecurityHeader(), false);<br />
        return parent::__call($function_name, $arguments);<br />
    }</p>
<p>function __soapCall can be removed</p>
<p>Then in the calling code, its<br />
$result = $client-&gt;__call</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/qFNakGDGLdU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-1043</feedburner:origLink></item>
	<item>
		<title>Comment on Omniture Discover on Ubuntu Linux by Ben Gaines</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/wlr2Bm4gbtM/</link>
		<dc:creator>Ben Gaines</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=1208#comment-1042</guid>
		<description>Henrik,

This is interesting. Can't say I've ever heard of someone trying to run Discover in Ubuntu before, although I'm sure it has been tried. Did you submit an idea for this? I'd be curious to hear how many others would like to run Discover in a Gnome-based Linux distribution.

Thanks,

Ben Gaines
Product Manager
Omniture, an Adobe company</description>
		<content:encoded><![CDATA[<p>Henrik,</p>
<p>This is interesting. Can&#8217;t say I&#8217;ve ever heard of someone trying to run Discover in Ubuntu before, although I&#8217;m sure it has been tried. Did you submit an idea for this? I&#8217;d be curious to hear how many others would like to run Discover in a Gnome-based Linux distribution.</p>
<p>Thanks,</p>
<p>Ben Gaines<br />
Product Manager<br />
Omniture, an Adobe company</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/wlr2Bm4gbtM" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2010/07/omniture-discover-on-ubuntu-linux/comment-page-1/#comment-1042</feedburner:origLink></item>
	<item>
		<title>Comment on Discover encoding difficulties by FibreFoX</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/BFglaBbKdZg/</link>
		<dc:creator>FibreFoX</dc:creator>
		<pubDate>Wed, 23 Jun 2010 09:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=1175#comment-1006</guid>
		<description>It is common known, that the excel-fileformat is weird. If it's just data, try to export it in CVS-format with using UTF-8. But don't make the mistake and open it with excel just by double-clicking ... UTF-8 is still not "normal" in M$oft Excel.</description>
		<content:encoded><![CDATA[<p>It is common known, that the excel-fileformat is weird. If it&#8217;s just data, try to export it in CVS-format with using UTF-8. But don&#8217;t make the mistake and open it with excel just by double-clicking &#8230; UTF-8 is still not &#8220;normal&#8221; in M$oft Excel.</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/BFglaBbKdZg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2010/01/discover-encoding-difficulties/comment-page-1/#comment-1006</feedburner:origLink></item>
	<item>
		<title>Comment on my.omniture.com returns blank page by Henrik Schack</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/xR6WqP8XJk8/</link>
		<dc:creator>Henrik Schack</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=72#comment-464</guid>
		<description>Sure, just copy it (or drag it to your bookmarks)</description>
		<content:encoded><![CDATA[<p>Sure, just copy it (or drag it to your bookmarks)</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/xR6WqP8XJk8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/03/myomniturecom-returns-blank-page/comment-page-1/#comment-464</feedburner:origLink></item>
	<item>
		<title>Comment on my.omniture.com returns blank page by Joy</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/0OYMpXkyQrg/</link>
		<dc:creator>Joy</dc:creator>
		<pubDate>Wed, 16 Dec 2009 23:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=72#comment-448</guid>
		<description>Wow, this is great!  Can I copy the bookmarklet properties to create my own?  Do I have to change anything in the javascript?  Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, this is great!  Can I copy the bookmarklet properties to create my own?  Do I have to change anything in the javascript?  Thanks!</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/0OYMpXkyQrg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/03/myomniturecom-returns-blank-page/comment-page-1/#comment-448</feedburner:origLink></item>
	<item>
		<title>Comment on Omniture Web Services by bcolflesh</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/qO4rQqKzJJE/</link>
		<dc:creator>bcolflesh</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=259#comment-446</guid>
		<description>Question to anyone using this example - have you successfully sent an array of items in 'rsid_list' ? If so, can you post working example code?</description>
		<content:encoded><![CDATA[<p>Question to anyone using this example &#8211; have you successfully sent an array of items in &#8216;rsid_list&#8217; ? If so, can you post working example code?</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/qO4rQqKzJJE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/04/omniture-web-services/comment-page-1/#comment-446</feedburner:origLink></item>
	<item>
		<title>Comment on Omniture Release Notes policy by Henrik Schack</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/romTuT9E0jY/</link>
		<dc:creator>Henrik Schack</dc:creator>
		<pubDate>Sat, 12 Sep 2009 19:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=891#comment-177</guid>
		<description>Oh yes, more QA would be really nice :-) 
But I guess they must have good reasons for doing things the way they do, sometimes it's perhaps simply not worth the time/effort to do thorough testing that would only benefit a limited amount of customers ? (Take character set issues as an example)

But perhaps things will change when the new customers.omniture.com website launches...</description>
		<content:encoded><![CDATA[<p>Oh yes, more QA would be really nice <img src='http://buglist.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
But I guess they must have good reasons for doing things the way they do, sometimes it&#8217;s perhaps simply not worth the time/effort to do thorough testing that would only benefit a limited amount of customers ? (Take character set issues as an example)</p>
<p>But perhaps things will change when the new customers.omniture.com website launches&#8230;</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/romTuT9E0jY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/09/omniture-release-notes-policy/comment-page-1/#comment-177</feedburner:origLink></item>
	<item>
		<title>Comment on Numeric Classifications in SiteCatalyst by Henrik</title>
		<link>http://feeds.buglist.net/~r/buglistnetcomments/~3/PRzEfFLfAgY/</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Sat, 12 Sep 2009 18:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://buglist.net/?p=706#comment-175</guid>
		<description>Yes it's actually really nice to see you're not alone with a problem :-)
According to ClientCare this isn't a widespread problem, so it could probably take some time before Engineering fixes it.

My numeric classifications started behaving correctly recently, but for no apparent reason, nobody did/changed anything.
I've been trying to get an explanation on why things suddenly started working from ClientCare/Engineering, but so far without any luck.

Although numeric classifications is a very useful feature, I must say I'm having my doubts about whether it's entirely ready for production use.</description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s actually really nice to see you&#8217;re not alone with a problem <img src='http://buglist.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
According to ClientCare this isn&#8217;t a widespread problem, so it could probably take some time before Engineering fixes it.</p>
<p>My numeric classifications started behaving correctly recently, but for no apparent reason, nobody did/changed anything.<br />
I&#8217;ve been trying to get an explanation on why things suddenly started working from ClientCare/Engineering, but so far without any luck.</p>
<p>Although numeric classifications is a very useful feature, I must say I&#8217;m having my doubts about whether it&#8217;s entirely ready for production use.</p>
<img src="http://feeds.feedburner.com/~r/buglistnetcomments/~4/PRzEfFLfAgY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://buglist.net/2009/08/numeric-classifications-in-sitecatalyst/comment-page-1/#comment-175</feedburner:origLink></item>
</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)

Served from: buglist.net @ 2010-07-25 22:39:22 -->
