<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Page Peel Effect Using&#160;MooTools</title> <atom:link href="http://davidwalsh.name/peel-effect/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/peel-effect</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 19:56:08 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Greg Faulkner</title><link>http://davidwalsh.name/peel-effect#comment-31996</link> <dc:creator>Greg Faulkner</dc:creator> <pubDate>Wed, 02 May 2012 16:19:42 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-31996</guid> <description>I would like to use something like this where the user would click and release or click and drag it so that when it peeled away, an entry form would be beneath it.How would I go about doing that?</description> <content:encoded><![CDATA[<p>I would like to use something like this where the user would click and release or click and drag it so that when it peeled away, an entry form would be beneath it.</p><p>How would I go about doing that?</p> ]]></content:encoded> </item> <item><title>By: Casey</title><link>http://davidwalsh.name/peel-effect#comment-24519</link> <dc:creator>Casey</dc:creator> <pubDate>Tue, 28 Jun 2011 05:22:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-24519</guid> <description>I played around for a bit and I got it to work if I add this code to the end of the script:&lt;code&gt;			var imageresize = function() {
var winx = window.getSize().x;
flip.setStyle(&#039;display&#039;, ( (winx.toInt() &lt; 1095) ? &#039;none&#039; : &#039;block&#039; )
);
};window.addEvents(
{
&#039;domready&#039; : imageresize,
&#039;resize&#039; : imageresize&lt;/code&gt;Any idea on how I could go about using morph again to shrink the #page-flip to 0 so it looks like it peels back in place instead of just disappearing?</description> <content:encoded><![CDATA[<p>I played around for a bit and I got it to work if I add this code to the end of the script:</p><p><code> var imageresize = function() {<br
/> var winx = window.getSize().x;<br
/> flip.setStyle('display', ( (winx.toInt() &lt; 1095) ? &#039;none&#039; : &#039;block&#039; )<br
/> );<br
/> };</p><p>window.addEvents(<br
/> {<br
/> &#039;domready&#039; : imageresize,<br
/> &#039;resize&#039; : imageresize</code></p><p>Any idea on how I could go about using morph again to shrink the #page-flip to 0 so it looks like it peels back in place instead of just disappearing?</p> ]]></content:encoded> </item> <item><title>By: Casey</title><link>http://davidwalsh.name/peel-effect#comment-24515</link> <dc:creator>Casey</dc:creator> <pubDate>Mon, 27 Jun 2011 22:27:51 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-24515</guid> <description>Great script! Any way to hide the page peel if the window is resized to be smaller? It covers up part of my menu. Thanks.</description> <content:encoded><![CDATA[<p>Great script! Any way to hide the page peel if the window is resized to be smaller? It covers up part of my menu. Thanks.</p> ]]></content:encoded> </item> <item><title>By: Russ</title><link>http://davidwalsh.name/peel-effect#comment-24275</link> <dc:creator>Russ</dc:creator> <pubDate>Tue, 31 May 2011 00:30:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-24275</guid> <description>Nice Job. This works perfectly. Thanks.</description> <content:encoded><![CDATA[<p>Nice Job. This works perfectly. Thanks.</p> ]]></content:encoded> </item> <item><title>By: Asiantv</title><link>http://davidwalsh.name/peel-effect#comment-23276</link> <dc:creator>Asiantv</dc:creator> <pubDate>Mon, 28 Mar 2011 05:21:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-23276</guid> <description>nice technique, however you cant align PNG’s to the right as background images in IE6 and below…using a GIF in that situation would suffice.</description> <content:encoded><![CDATA[<p>nice technique, however you cant align PNG’s to the right as background images in IE6 and below…using a GIF in that situation would suffice.</p> ]]></content:encoded> </item> <item><title>By: The-F</title><link>http://davidwalsh.name/peel-effect#comment-15720</link> <dc:creator>The-F</dc:creator> <pubDate>Fri, 29 Jan 2010 17:24:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-15720</guid> <description>Yes, could you please port this in Mootools 1.1 too?</description> <content:encoded><![CDATA[<p>Yes, could you please port this in Mootools 1.1 too?</p> ]]></content:encoded> </item> <item><title>By: Pablo Caballero</title><link>http://davidwalsh.name/peel-effect#comment-14157</link> <dc:creator>Pablo Caballero</dc:creator> <pubDate>Thu, 03 Dec 2009 09:50:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-14157</guid> <description>Hi!,Thanks for this but as I have several code with 1.11 I need this code to work on 1.11.I know that the mouseenter &amp; mouseleave was developed for 1.2 so, is there a way to change this into 1.11?I&#039;m really newbiw with javascript so, I hope you can help me.Greetings</description> <content:encoded><![CDATA[<p>Hi!,</p><p>Thanks for this but as I have several code with 1.11 I need this code to work on 1.11.</p><p>I know that the mouseenter &amp; mouseleave was developed for 1.2 so, is there a way to change this into 1.11?</p><p>I&#8217;m really newbiw with javascript so, I hope you can help me.</p><p>Greetings</p> ]]></content:encoded> </item> <item><title>By: Alexander</title><link>http://davidwalsh.name/peel-effect#comment-13860</link> <dc:creator>Alexander</dc:creator> <pubDate>Mon, 23 Nov 2009 01:46:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-13860</guid> <description>Thanks for this, you rock!</description> <content:encoded><![CDATA[<p>Thanks for this, you rock!</p> ]]></content:encoded> </item> <item><title>By: Try2Love</title><link>http://davidwalsh.name/peel-effect#comment-12010</link> <dc:creator>Try2Love</dc:creator> <pubDate>Sat, 19 Sep 2009 04:20:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-12010</guid> <description>Thanx Dude............ This is superb idea to utilize..........</description> <content:encoded><![CDATA[<p>Thanx Dude&#8230;&#8230;&#8230;&#8230; This is superb idea to utilize&#8230;&#8230;&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Jonathan Bennett</title><link>http://davidwalsh.name/peel-effect#comment-11806</link> <dc:creator>Jonathan Bennett</dc:creator> <pubDate>Thu, 10 Sep 2009 22:06:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=3588#comment-11806</guid> <description>I&#039;m not sure if I&#039;d ever use that effect but it&#039;s pretty cool. Nice to see how easy it is to do with MooTools.</description> <content:encoded><![CDATA[<p>I&#8217;m not sure if I&#8217;d ever use that effect but it&#8217;s pretty cool. Nice to see how easy it is to do with MooTools.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/7 queries in 0.005 seconds using disk: basic
Object Caching 804/805 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 15:55:26 -->
