<?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 on: Surveyable &#8211; A jQuery Survey plugin</title> <atom:link href="http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/feed" rel="self" type="application/rss+xml" /><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html</link> <description>Online portfolio of Philip Beel Front End Web Developer</description> <lastBuildDate>Mon, 14 May 2012 20:37:35 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Tuan Bui</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-3782</link> <dc:creator>Tuan Bui</dc:creator> <pubDate>Tue, 23 Aug 2011 18:45:23 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-3782</guid> <description>If you need to see more of jquery, jquery ui and jquery mobile in action, check out http://mobosurvey.com/survey/designer</description> <content:encoded><![CDATA[<p>If you need to see more of jquery, jquery ui and jquery mobile in action, check out <a
href="http://mobosurvey.com/survey/designer" rel="nofollow">http://mobosurvey.com/survey/designer</a></p> ]]></content:encoded> </item> <item><title>By: William</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-2894</link> <dc:creator>William</dc:creator> <pubDate>Sun, 20 Mar 2011 03:18:45 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-2894</guid> <description>Hi Philip, I tired the demo and clicked &quot;Take Survey&quot; in both Safari &amp; FF but it goes to this URL:
http://theodin.co.uk/tools/tutorials/jqueryTutorial/plugins/surveyable/?#
No pop-up block warnings.  No next screen.  Just the original white page with the black box.  Is the demo perhaps broken or do I need to turn something on/off in Safari and FF for this to work?
I know Steve posted something similar earlier but never replied back so I am not sure my issue is similar.
I saw a really cool survey on a website recently and checked the code (page source) and saw it was jQuery based so am looking for the script.  Maybe its yours?  ; )
Thanks
William</description> <content:encoded><![CDATA[<p>Hi Philip, I tired the demo and clicked &#8220;Take Survey&#8221; in both Safari &amp; FF but it goes to this URL:</p><p><a
href="http://theodin.co.uk/tools/tutorials/jqueryTutorial/plugins/surveyable/?#" rel="nofollow">http://theodin.co.uk/tools/tutorials/jqueryTutorial/plugins/surveyable/?#</a></p><p>No pop-up block warnings.  No next screen.  Just the original white page with the black box.  Is the demo perhaps broken or do I need to turn something on/off in Safari and FF for this to work?</p><p>I know Steve posted something similar earlier but never replied back so I am not sure my issue is similar.</p><p>I saw a really cool survey on a website recently and checked the code (page source) and saw it was jQuery based so am looking for the script.  Maybe its yours?  ; )</p><p>Thanks<br
/> William</p> ]]></content:encoded> </item> <item><title>By: philip beel</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-2518</link> <dc:creator>philip beel</dc:creator> <pubDate>Thu, 17 Feb 2011 16:30:09 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-2518</guid> <description>@Tetley, I will need to look at this in more detail. Thanks for rasing this.</description> <content:encoded><![CDATA[<p>@Tetley, I will need to look at this in more detail. Thanks for rasing this.</p> ]]></content:encoded> </item> <item><title>By: Tetley</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-2514</link> <dc:creator>Tetley</dc:creator> <pubDate>Thu, 17 Feb 2011 14:52:32 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-2514</guid> <description>Hi,
Correct me if i&#039;m wrong but shouldn&#039;t the code be:
if ( !$.cookie(defaults.name) ) {
$(this).css(&quot;display&quot;,&quot;block&quot;);
} else {
$(this).css(&quot;display&quot;,&quot;none&quot;);
}
not
if ( !$.cookie(defaults.name) ) {
$(this).parent().css(&quot;display&quot;,&quot;block&quot;);
} else {
$(this).parent().css(&quot;display&quot;,&quot;none&quot;);
}
Using parent() hides the parent of the Selector (In your demo, the body). Good work though.</description> <content:encoded><![CDATA[<p>Hi,</p><p>Correct me if i&#8217;m wrong but shouldn&#8217;t the code be:</p><p>if ( !$.cookie(defaults.name) ) {<br
/> $(this).css(&#8220;display&#8221;,&#8221;block&#8221;);<br
/> } else {<br
/> $(this).css(&#8220;display&#8221;,&#8221;none&#8221;);<br
/> }</p><p>not</p><p>if ( !$.cookie(defaults.name) ) {<br
/> $(this).parent().css(&#8220;display&#8221;,&#8221;block&#8221;);<br
/> } else {<br
/> $(this).parent().css(&#8220;display&#8221;,&#8221;none&#8221;);<br
/> }</p><p>Using parent() hides the parent of the Selector (In your demo, the body). Good work though.</p> ]]></content:encoded> </item> <item><title>By: philip beel</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-2292</link> <dc:creator>philip beel</dc:creator> <pubDate>Sun, 23 Jan 2011 14:31:07 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-2292</guid> <description>@pol, I named the plugin after what I perceived its benefits to be. That said, if you feel I could make it clearer and improve upon it by name or functionality I am happy to listen</description> <content:encoded><![CDATA[<p>@pol, I named the plugin after what I perceived its benefits to be. That said, if you feel I could make it clearer and improve upon it by name or functionality I am happy to listen</p> ]]></content:encoded> </item> <item><title>By: pol</title><link>http://theodin.co.uk/blog/development/user-friendly-surveys-cookies.html/comment-page-1#comment-2291</link> <dc:creator>pol</dc:creator> <pubDate>Sun, 23 Jan 2011 10:57:51 +0000</pubDate> <guid
isPermaLink="false">http://theodin.co.uk/?p=1037#comment-2291</guid> <description>hello,
people should read the post before commenting yet the title of (&quot;survey plugin&quot;) may be misleading...
to me, it&#039;s a great script for some situations, thanks for sharing.
This feature  suggested by @Chris &quot;- Ability to set frequency of invitations, e.g. 1 in 10, 1 in 20, etc chance of invite&quot; would be awesome.</description> <content:encoded><![CDATA[<p>hello,</p><p>people should read the post before commenting yet the title of (&#8220;survey plugin&#8221;) may be misleading&#8230;</p><p>to me, it&#8217;s a great script for some situations, thanks for sharing.</p><p>This feature  suggested by @Chris &#8220;- Ability to set frequency of invitations, e.g. 1 in 10, 1 in 20, etc chance of invite&#8221; would be awesome.</p> ]]></content:encoded> </item> </channel> </rss>
