<?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 ajfmedia.</title>
	<atom:link href="http://ajfmedia.co.uk/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ajfmedia.co.uk/blog</link>
	<description>Creative Web Solutions</description>
	<lastBuildDate>Mon, 13 May 2013 07:20:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by Ajfmedia</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-6352</link>
		<dc:creator>Ajfmedia</dc:creator>
		<pubDate>Mon, 13 May 2013 07:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-6352</guid>
		<description><![CDATA[Sure, you just need to add target=&quot;_blank&quot; to the anchor. like so:
&lt;code&gt;
target=\&quot;_blank\&quot;
&lt;/code&gt;

I have tested this and it works fine.Let me know if you are still having problems.]]></description>
		<content:encoded><![CDATA[<p>Sure, you just need to add target=&#8221;_blank&#8221; to the anchor. like so:<br />
<code><br />
target=\"_blank\"<br />
</code></p>
<p>I have tested this and it works fine.Let me know if you are still having problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by Stuart</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-6311</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Sat, 11 May 2013 19:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-6311</guid>
		<description><![CDATA[Is it possible with your script to set the “Read more” link to open in a new tab?

I’ve played about with it, trying target=”_blank” (between the [a] and [/a] tags) and
window.open(privacyUrl, ‘_blank’); under var privacyUrl =

but I’ve had no luck thus far… Any help you can offer would be greatly appreciated!]]></description>
		<content:encoded><![CDATA[<p>Is it possible with your script to set the “Read more” link to open in a new tab?</p>
<p>I’ve played about with it, trying target=”_blank” (between the [a] and [/a] tags) and<br />
window.open(privacyUrl, ‘_blank’); under var privacyUrl =</p>
<p>but I’ve had no luck thus far… Any help you can offer would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by Paul</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-5564</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 16 Apr 2013 07:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-5564</guid>
		<description><![CDATA[This script is excellent. I found it easy to apply and all works perfectly, especially using the fade out option too. Thank you for sharing this. Keep up the great work - Bookmarked!]]></description>
		<content:encoded><![CDATA[<p>This script is excellent. I found it easy to apply and all works perfectly, especially using the fade out option too. Thank you for sharing this. Keep up the great work &#8211; Bookmarked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by ajfmedia</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-5018</link>
		<dc:creator>ajfmedia</dc:creator>
		<pubDate>Mon, 25 Mar 2013 12:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-5018</guid>
		<description><![CDATA[Try...
&lt;code&gt;
var cookieBoxStyle = {
            position: &quot;fixed&quot;,&lt;/code&gt;

instead of

&lt;code&gt;var cookieBoxStyle = {
            position: &quot;absolute&quot;,&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Try&#8230;<br />
<code><br />
var cookieBoxStyle = {<br />
            position: "fixed",</code></p>
<p>instead of</p>
<p><code>var cookieBoxStyle = {<br />
            position: "absolute",</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by Paolo</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-4801</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Sat, 23 Mar 2013 14:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-4801</guid>
		<description><![CDATA[Many thanks. This is perfect.]]></description>
		<content:encoded><![CDATA[<p>Many thanks. This is perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by PolBird</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-4671</link>
		<dc:creator>PolBird</dc:creator>
		<pubDate>Fri, 22 Mar 2013 18:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-4671</guid>
		<description><![CDATA[Hi :)

How to do, the box is always on the bottom, right corner?

Even whey You scroll page the box should be on the same place.]]></description>
		<content:encoded><![CDATA[<p>Hi <img src='http://ajfmedia.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>How to do, the box is always on the bottom, right corner?</p>
<p>Even whey You scroll page the box should be on the same place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Dynamic navigation with active class by Csaba</title>
		<link>http://ajfmedia.co.uk/blog/php/dynamic-navigation-with-active-class#comment-2179</link>
		<dc:creator>Csaba</dc:creator>
		<pubDate>Wed, 16 Jan 2013 09:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajfmedia.co.uk/?p=147#comment-2179</guid>
		<description><![CDATA[Excellent, thank you very much (particularly for this method 2). I am a complete noob at php and collecting such wisdom merely by searching the internet.]]></description>
		<content:encoded><![CDATA[<p>Excellent, thank you very much (particularly for this method 2). I am a complete noob at php and collecting such wisdom merely by searching the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to give yourself a tan and whiten teeth in PhotoShop by Forrest</title>
		<link>http://ajfmedia.co.uk/blog/photoshop/how-to-whiten-teeth-and-tan-in-photoshop#comment-1845</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Mon, 17 Dec 2012 15:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=418#comment-1845</guid>
		<description><![CDATA[whoah this weblog is great i really like studying your articles.
Keep up the good work! You already know, a lot of persons are 
hunting around for this information, you can help them greatly.]]></description>
		<content:encoded><![CDATA[<p>whoah this weblog is great i really like studying your articles.<br />
Keep up the good work! You already know, a lot of persons are<br />
hunting around for this information, you can help them greatly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by ajfmedia</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-1844</link>
		<dc:creator>ajfmedia</dc:creator>
		<pubDate>Mon, 17 Dec 2012 13:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-1844</guid>
		<description><![CDATA[See here, appears to work fine &lt;a rel=&quot;nofollow&quot; href=&quot;http://jsfiddle.net/rfEQz/&quot; rel=&quot;nofollow&quot;&gt;http://jsfiddle.net/rfEQz/&lt;/a&gt;

For the positioning issue, its sounds like you have some css overriding the positioning set in my js file. Do you have the page you are referring to online, so I can check it out?]]></description>
		<content:encoded><![CDATA[<p>See here, appears to work fine <a rel="nofollow" href="http://jsfiddle.net/rfEQz/" rel="nofollow">http://jsfiddle.net/rfEQz/</a></p>
<p>For the positioning issue, its sounds like you have some css overriding the positioning set in my js file. Do you have the page you are referring to online, so I can check it out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implied Consent Script: Cookie Law (jQuery) by Tony</title>
		<link>http://ajfmedia.co.uk/blog/general/implied-consent-jquery-script-cookie-law#comment-1843</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 17 Dec 2012 11:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://ajfmedia.co.uk/blog/?p=548#comment-1843</guid>
		<description><![CDATA[tried that and it made no difference (used firefox and chrome) as soon as I remove the code the it appears again, so cookie shouldn&#039;t be set. right?

Also, how do I make it stay at the bottom right corner of screen when scrolling? mine seems fixed to the page and scrolls with it.]]></description>
		<content:encoded><![CDATA[<p>tried that and it made no difference (used firefox and chrome) as soon as I remove the code the it appears again, so cookie shouldn&#8217;t be set. right?</p>
<p>Also, how do I make it stay at the bottom right corner of screen when scrolling? mine seems fixed to the page and scrolls with it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
