<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for espresso online</title>
	<atom:link href="http://espresso-online.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://espresso-online.info</link>
	<description>a whole lot of interestingness</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:31:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Me? by theamoeba</title>
		<link>http://espresso-online.info/about/#comment-174</link>
		<dc:creator>theamoeba</dc:creator>
		<pubDate>Thu, 26 Apr 2012 08:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?page_id=2#comment-174</guid>
		<description>heh, you go me :P. I like to keep up to date with Wordpress too :)</description>
		<content:encoded><![CDATA[<p>heh, you go me <img src='http://espresso-online.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . I like to keep up to date with WordPress too <img src='http://espresso-online.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Me? by i am the derp</title>
		<link>http://espresso-online.info/about/#comment-173</link>
		<dc:creator>i am the derp</dc:creator>
		<pubDate>Thu, 26 Apr 2012 04:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?page_id=2#comment-173</guid>
		<description>&quot;build drupal sites&quot; .. yet this is a wordpress site ... derp</description>
		<content:encoded><![CDATA[<p>&#8220;build drupal sites&#8221; .. yet this is a wordpress site &#8230; derp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Me? by Sonya</title>
		<link>http://espresso-online.info/about/#comment-157</link>
		<dc:creator>Sonya</dc:creator>
		<pubDate>Thu, 26 Jan 2012 07:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?page_id=2#comment-157</guid>
		<description>Hi Johnathan

I found you on a discussion forum regarding netcash intergration with Virtuemart and was hoping you could help me intergrate netcash into my joomla virtuemart system. Iam a newbie to php and coding so struggling with some of the basics.  I have created Netcash as a payment type in the backend and setup the username ,password, pin and terminal id aswell, but not sure what to do in the files itself to get it to work/

Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi Johnathan</p>
<p>I found you on a discussion forum regarding netcash intergration with Virtuemart and was hoping you could help me intergrate netcash into my joomla virtuemart system. Iam a newbie to php and coding so struggling with some of the basics.  I have created Netcash as a payment type in the backend and setup the username ,password, pin and terminal id aswell, but not sure what to do in the files itself to get it to work/</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moodle / Drupal Single Sign On by theamoeba</title>
		<link>http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/#comment-107</link>
		<dc:creator>theamoeba</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=45#comment-107</guid>
		<description>I&#039;m sorry I don&#039;t have the code or access to the system anymore. If you are still in need of a solution please send me an email.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry I don&#8217;t have the code or access to the system anymore. If you are still in need of a solution please send me an email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Flowplayer &amp; jQuery by theamoeba</title>
		<link>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-106</link>
		<dc:creator>theamoeba</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=51#comment-106</guid>
		<description>Please see this comment: http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-105</description>
		<content:encoded><![CDATA[<p>Please see this comment: <a href="http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-105" rel="nofollow">http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-105</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Flowplayer &amp; jQuery by theamoeba</title>
		<link>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-105</link>
		<dc:creator>theamoeba</dc:creator>
		<pubDate>Thu, 13 Oct 2011 21:36:29 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=51#comment-105</guid>
		<description>hey guys, sorry i havnt posted this stuff yet. it completely slipped my mind.
i was working with anythingslider 1.3 (the current version is 1.7) and i added the following code into jquery.anythingslide.js at line 119 (inside the back / forward functions):

// Bind to the forward and back buttons
$back.click(function(e) {
  $(&quot;.player_link&quot;).removeClass(&quot;player_link_active&quot;);
  $f().pause();
  base.goBack();
  e.preventDefault();
});

$forward.click(function(e) {
  $(&quot;.player_link&quot;).removeClass(&quot;player_link_active&quot;);
    $f().pause();
    base.goForward();
    e.preventDefault();
  });
  
  $(&quot;.thumbs_nav&quot;).click(function(){
    $f().pause();
  });</description>
		<content:encoded><![CDATA[<p>hey guys, sorry i havnt posted this stuff yet. it completely slipped my mind.<br />
i was working with anythingslider 1.3 (the current version is 1.7) and i added the following code into jquery.anythingslide.js at line 119 (inside the back / forward functions):</p>
<p>// Bind to the forward and back buttons<br />
$back.click(function(e) {<br />
  $(&#8220;.player_link&#8221;).removeClass(&#8220;player_link_active&#8221;);<br />
  $f().pause();<br />
  base.goBack();<br />
  e.preventDefault();<br />
});</p>
<p>$forward.click(function(e) {<br />
  $(&#8220;.player_link&#8221;).removeClass(&#8220;player_link_active&#8221;);<br />
    $f().pause();<br />
    base.goForward();<br />
    e.preventDefault();<br />
  });</p>
<p>  $(&#8220;.thumbs_nav&#8221;).click(function(){<br />
    $f().pause();<br />
  });</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Flowplayer &amp; jQuery by arto seppänen</title>
		<link>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-103</link>
		<dc:creator>arto seppänen</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=51#comment-103</guid>
		<description>HI, could you post the solution here?</description>
		<content:encoded><![CDATA[<p>HI, could you post the solution here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moodle / Drupal Single Sign On by Fero</title>
		<link>http://espresso-online.info/2010/07/29/moodle-drupal-single-sign-on/#comment-88</link>
		<dc:creator>Fero</dc:creator>
		<pubDate>Tue, 31 May 2011 05:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=45#comment-88</guid>
		<description>Is it possible to provide the set of code you have written to do those things... As i am new to drupal i can able to get some good idea. Thanks in advance... Expecting your reply....</description>
		<content:encoded><![CDATA[<p>Is it possible to provide the set of code you have written to do those things&#8230; As i am new to drupal i can able to get some good idea. Thanks in advance&#8230; Expecting your reply&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When designing for the web, is the customer always right? by Noel Harrison</title>
		<link>http://espresso-online.info/2011/03/24/when-designing-for-the-web-is-the-customer-always-right/#comment-87</link>
		<dc:creator>Noel Harrison</dc:creator>
		<pubDate>Sat, 28 May 2011 10:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=106#comment-87</guid>
		<description>No, I dont believe they are - however, at the end of the day - they hold the cash - and unless you are able to convince them that you know better, it will be what they want.</description>
		<content:encoded><![CDATA[<p>No, I dont believe they are &#8211; however, at the end of the day &#8211; they hold the cash &#8211; and unless you are able to convince them that you know better, it will be what they want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fun with Flowplayer &amp; jQuery by Petteri Torssonen</title>
		<link>http://espresso-online.info/2010/08/10/fun-with-flowplayer-jquery/#comment-86</link>
		<dc:creator>Petteri Torssonen</dc:creator>
		<pubDate>Tue, 03 May 2011 06:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://espresso-online.info/?p=51#comment-86</guid>
		<description>Hi

Is it live now? 
I have also this kind of project going on.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Is it live now?<br />
I have also this kind of project going on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

