<?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: Behind the Library: Javascript Events</title>
	<atom:link href="http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html</link>
	<description>Web Design Magazine</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:12:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Harry</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-32204</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Sun, 01 May 2011 09:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-32204</guid>
		<description>&lt;a href=&quot;http://www.pskiller.com/&quot; rel=&quot;nofollow&quot;&gt;Photoshopped Image Killer&lt;/a&gt; is very useful to get detailed information of a JPEG image as for whether it has been Photoshopped. PSKiller opens and decodes your JPEG file, then several image statistics features are analyzed to see whether some of them are abnormal compared to those of untouched images.</description>
		<content:encoded><![CDATA[<p><a href="http://www.pskiller.com/" rel="nofollow">Photoshopped Image Killer</a> is very useful to get detailed information of a JPEG image as for whether it has been Photoshopped. PSKiller opens and decodes your JPEG file, then several image statistics features are analyzed to see whether some of them are abnormal compared to those of untouched images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurius</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8772</link>
		<dc:creator>Jurius</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8772</guid>
		<description>What about custom events in ie? In firefox for example you can fire custom event by creating it with document.createEvent(), but in ie firing custom event causes an error.
This code:
var evObject = document.createEventObject();
someelement.attachEvent(&#039;blowanevent&#039;, function(){});
someelement.fireEvent(&#039;blowanevent&#039;); 
doesn`t work.</description>
		<content:encoded><![CDATA[<p>What about custom events in ie? In firefox for example you can fire custom event by creating it with document.createEvent(), but in ie firing custom event causes an error.<br />
This code:<br />
var evObject = document.createEventObject();<br />
someelement.attachEvent(&#8216;blowanevent&#8217;, function(){});<br />
someelement.fireEvent(&#8216;blowanevent&#8217;);<br />
doesn`t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logolitic</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8471</link>
		<dc:creator>logolitic</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8471</guid>
		<description>very interesting post and useful information</description>
		<content:encoded><![CDATA[<p>very interesting post and useful information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8388</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8388</guid>
		<description>That&#039;s a cool code snippet there. Just one question: Does javascript allow for parameters to have default values? If so, could you just set cap with a default value to false?</description>
		<content:encoded><![CDATA[<p>That&#8217;s a cool code snippet there. Just one question: Does javascript allow for parameters to have default values? If so, could you just set cap with a default value to false?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rilwis</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8345</link>
		<dc:creator>Rilwis</dc:creator>
		<pubDate>Sat, 06 Mar 2010 12:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8345</guid>
		<description>Good article. But it looks like another article on Nettuts+. Anyway, thank you for this.</description>
		<content:encoded><![CDATA[<p>Good article. But it looks like another article on Nettuts+. Anyway, thank you for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8337</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8337</guid>
		<description>Of course it is good to know, but a library makes our lives easier.</description>
		<content:encoded><![CDATA[<p>Of course it is good to know, but a library makes our lives easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/behind-the-library-javascript-events.html/comment-page-1/#comment-8334</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=3859#comment-8334</guid>
		<description>I really enjoyed this tutorial, great stuff.</description>
		<content:encoded><![CDATA[<p>I really enjoyed this tutorial, great stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

