<?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 Jeremy&#039;s Blog</title>
	<atom:link href="http://jeremysblog.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremysblog.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 22:27:57 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by MediatorUser</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-349</link>
		<dc:creator>MediatorUser</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-349</guid>
		<description>know* fail....</description>
		<content:encoded><![CDATA[<p>know* fail&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by MediatorUser</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-348</link>
		<dc:creator>MediatorUser</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-348</guid>
		<description>Hi Jeremy, me again. Do you now how to make a specific event happen when pressing a button in a message box? ie. &quot;OK&quot; &quot;Cancel&quot; etc
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Jeremy, me again. Do you now how to make a specific event happen when pressing a button in a message box? ie. &#8220;OK&#8221; &#8220;Cancel&#8221; etc<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by MediatorUser</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-345</link>
		<dc:creator>MediatorUser</dc:creator>
		<pubDate>Fri, 27 Jan 2012 20:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-345</guid>
		<description>Hi again Jeremy, I was wondering if you knew if there was a way of making a .wmv auto start in full screen?</description>
		<content:encoded><![CDATA[<p>Hi again Jeremy, I was wondering if you knew if there was a way of making a .wmv auto start in full screen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by MediatorUser</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-344</link>
		<dc:creator>MediatorUser</dc:creator>
		<pubDate>Wed, 25 Jan 2012 18:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-344</guid>
		<description>I fixed it ^^ and thanks Jeremy :D</description>
		<content:encoded><![CDATA[<p>I fixed it ^^ and thanks Jeremy <img src='http://jeremysblog.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by Jeremy</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-343</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 25 Jan 2012 08:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-343</guid>
		<description>I suggest you try running the document with Debug turned on. Take a close look at the values being set for the score variable. Is it updating correctly? If it is then your problem would be with that final IF... conditional. If it isn&#039;t then you need to see where the problem occurs and recheck your programming. 

Hope this helps and good luck with your OCR Nationals. </description>
		<content:encoded><![CDATA[<p>I suggest you try running the document with Debug turned on. Take a close look at the values being set for the score variable. Is it updating correctly? If it is then your problem would be with that final IF&#8230; conditional. If it isn&#8217;t then you need to see where the problem occurs and recheck your programming. </p>
<p>Hope this helps and good luck with your OCR Nationals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Tracking a User&#8217;s Score by MediatorUser</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-tracking-a-users-score/comment-page-1/#comment-342</link>
		<dc:creator>MediatorUser</dc:creator>
		<pubDate>Tue, 24 Jan 2012 22:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=394#comment-342</guid>
		<description>Hi, im using mediator for my OCR Nationals and i am trying to put a global score system in. On Question if you click the correct answer then it assigns score+1 then on my spot the difference question find all five and score+1 again. Then on my result page i have event on page If Score=1 then it shows a personal message and changes input box to &#039;value as expression&#039; Score. I have another If Score=2 then a different message, but only Score=1 seems to work. This is probably hard to understand but can anyone help?</description>
		<content:encoded><![CDATA[<p>Hi, im using mediator for my OCR Nationals and i am trying to put a global score system in. On Question if you click the correct answer then it assigns score+1 then on my spot the difference question find all five and score+1 again. Then on my result page i have event on page If Score=1 then it shows a personal message and changes input box to &#8216;value as expression&#8217; Score. I have another If Score=2 then a different message, but only Score=1 seems to work. This is probably hard to understand but can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: The Basics by Jeremy</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-the-basics/comment-page-1/#comment-341</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=82#comment-341</guid>
		<description>Could you be more specific?</description>
		<content:encoded><![CDATA[<p>Could you be more specific?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Drag &amp; Drop by Jeremy</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-drag-drop/comment-page-1/#comment-340</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=302#comment-340</guid>
		<description>Glad you find the screencasts useful. It sounds like you might have your score variable set to &#039;local&#039; scope - you need to change this to &#039;global&#039; scope so that the value of the variable is available to other pages. Hope this helps and sorry for slow response. </description>
		<content:encoded><![CDATA[<p>Glad you find the screencasts useful. It sounds like you might have your score variable set to &#8216;local&#8217; scope &#8211; you need to change this to &#8216;global&#8217; scope so that the value of the variable is available to other pages. Hope this helps and sorry for slow response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: Drag &amp; Drop by Liam</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-drag-drop/comment-page-1/#comment-339</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=302#comment-339</guid>
		<description>Hi Jeremy. Have been following your Screencasts as an aid to my coursework and have found them very useful! Just one question: How do i make the score from that particular screencast appear on every page? This is so that the user can track their score throughout the product. Every time i advance to another page it seems to disappear.
Many Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Jeremy. Have been following your Screencasts as an aid to my coursework and have found them very useful! Just one question: How do i make the score from that particular screencast appear on every page? This is so that the user can track their score throughout the product. Every time i advance to another page it seems to disappear.<br />
Many Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediator 9: The Basics by Jeremy</title>
		<link>http://jeremysblog.co.uk/software/mediator-9-the-basics/comment-page-1/#comment-338</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 18 Jan 2012 09:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://jeremysblog.co.uk/?p=82#comment-338</guid>
		<description>I&#039;m afraid I don&#039;t have anything along those lines. I recommend using the Help files - although they aren&#039;t brilliant. </description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I don&#8217;t have anything along those lines. I recommend using the Help files &#8211; although they aren&#8217;t brilliant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

