<?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"
	>
<channel>
	<title>Comments on: The art and craft of postload preloads</title>
	<atom:link href="http://www.phpied.com/the-art-and-craft-of-postload-preloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/</link>
	<description>Stoyan's blog about &#60;a href="/category/xhtml" class="tag-minor"&#62;(x)html&#60;/a&#62;, &#60;a href="/category/ajax" class="tag-major"&#62;ajax&#60;/a&#62;, &#60;a href="/category/bookmarklets" class="tag-major"&#62;bookmarklets&#60;/a&#62;, &#60;a href="/category/browsers" class="tag-minor"&#62;browsers&#60;/a&#62;, &#60;a href="/category/css" class="tag-normal"&#62;css&#60;/a&#62;, &#60;a href="/category/firebug" class="tag-minor"&#62;firebug&#60;/a&#62;, &#60;a href="/category/javascript" class="tag-numero-uno"&#62;javascript&#60;/a&#62;, &#60;a href="/category/json" class="tag-normal"&#62;json&#60;/a&#62;, &#60;a href="/category/mdb2" class="tag-minor"&#62;mdb2&#60;/a&#62;, &#60;a href="/category/mysql" class="tag-normal"&#62;mysql&#60;/a&#62;, &#60;a href="/category/pear" class="tag-numero-uno"&#62;pear&#60;/a&#62;, &#60;a href="/category/performance" class="tag-major"&#62;performance&#60;/a&#62;, &#60;a href="/category/php" class="tag-numero-uno"&#62;php&#60;/a&#62;, &#60;a href="/category/phpbb" class="tag-major"&#62;phpbb&#60;/a&#62;, &#60;a href="/category/tools" class="tag-normal"&#62;tools&#60;/a&#62;, &#60;a href="/category/yslow" class="tag-minor"&#62;yslow&#60;/a&#62;, &#60;a href="/category/yui" class="tag-normal"&#62;yui&#60;/a&#62;, &#60;a href="/category/writing" class="tag-minor"&#62;writing&#60;/a&#62;, &#60;a href="/category/music" class="tag-major"&#62;music&#60;/a&#62;,... &#60;a href="/category/life-and-everything" class="tag-normal"&#62;life and everything&#60;/a&#62;.</description>
	<pubDate>Thu, 09 Sep 2010 17:42:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: jpvincent</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-72767</link>
		<dc:creator>jpvincent</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-72767</guid>
		<description>do we know if browsers cache XHR the same way than JS files ? (or even CSS)
I mean : maybe that some have separate process to store XHR results and JS files so this technique might cache them twice ?</description>
		<content:encoded><![CDATA[<p>do we know if browsers cache XHR the same way than JS files ? (or even CSS)<br />
I mean : maybe that some have separate process to store XHR results and JS files so this technique might cache them twice ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dedektif</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-72443</link>
		<dc:creator>dedektif</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-72443</guid>
		<description>nice document, i liked method 1</description>
		<content:encoded><![CDATA[<p>nice document, i liked method 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HB</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71505</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Sun, 13 Sep 2009 05:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71505</guid>
		<description>Never thought of XHRing to a script and not using/appending it. Does get cached though, very cool.</description>
		<content:encoded><![CDATA[<p>Never thought of XHRing to a script and not using/appending it. Does get cached though, very cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: can u help me with this html doc plz: http://trucreation.net/band/doc.html? &#124; Convert Word To Html</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71494</link>
		<dc:creator>can u help me with this html doc plz: http://trucreation.net/band/doc.html? &#124; Convert Word To Html</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71494</guid>
		<description>[...] The prowess and foxiness of postload preloads / phpied.com [...]</description>
		<content:encoded><![CDATA[<p>[...] The prowess and foxiness of postload preloads / phpied.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan Kozina</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71380</link>
		<dc:creator>Dejan Kozina</dc:creator>
		<pubDate>Mon, 31 Aug 2009 03:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71380</guid>
		<description>Re: Method #1
To avoid having the downloaded js executed you may try this: 
js.type = "text/html";

The browser would (well, should) download the script, do absolutely nothing with it bar for storing it in its cache and your next page will find the script already waiting in the cache...</description>
		<content:encoded><![CDATA[<p>Re: Method #1<br />
To avoid having the downloaded js executed you may try this:<br />
js.type = &#8220;text/html&#8221;;</p>
<p>The browser would (well, should) download the script, do absolutely nothing with it bar for storing it in its cache and your next page will find the script already waiting in the cache&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitter Trackbacks for The art and craft of postload preloads / phpied.com [phpied.com] on Topsy.com</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71367</link>
		<dc:creator>Twitter Trackbacks for The art and craft of postload preloads / phpied.com [phpied.com] on Topsy.com</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71367</guid>
		<description>[...] The art and craft of postload preloads / phpied.com  www.phpied.com/the-art-and-craft-of-postload-preloads &#8211; view page &#8211; cached  Stoyan's blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,... life and everything. &#8212; From the page [...]</description>
		<content:encoded><![CDATA[<p>[...] The art and craft of postload preloads / phpied.com  <a href="http://www.phpied.com/the-art-and-craft-of-postload-preloads" rel="nofollow">http://www.phpied.com/the-art-and-craft-of-postload-preloads</a> &ndash; view page &ndash; cached  Stoyan&#8217;s blog about (x)html, ajax, bookmarklets, browsers, css, firebug, javascript, json, mdb2, mysql, pear, performance, php, phpbb, tools, yslow, yui, writing, music,&#8230; life and everything. &mdash; From the page [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71365</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Thu, 27 Aug 2009 17:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71365</guid>
		<description>Hey Dave, good point for the ajax part. Using image to preload JS and CSS is not an option is FF, it has a separate cache for images and separate for JS/CSS.</description>
		<content:encoded><![CDATA[<p>Hey Dave, good point for the ajax part. Using image to preload JS and CSS is not an option is FF, it has a separate cache for images and separate for JS/CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Artz</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71364</link>
		<dc:creator>Dave Artz</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71364</guid>
		<description>Nice to have an article on this topic!  Think it's worth noting AJAX won't work across domains, the scenario I live in.  

Have you tried something like this?  

new Image().src = 'path/to/javascript.js'; 
new Image().src = 'path/to/css.css'; 

...and seeing if that works?</description>
		<content:encoded><![CDATA[<p>Nice to have an article on this topic!  Think it&#8217;s worth noting AJAX won&#8217;t work across domains, the scenario I live in.  </p>
<p>Have you tried something like this?  </p>
<p>new Image().src = &#8216;path/to/javascript.js&#8217;;<br />
new Image().src = &#8216;path/to/css.css&#8217;; </p>
<p>&#8230;and seeing if that works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech Thursday: Easy Git, preloading, books (including HTML5), accessibility news and SVG for IE &#124; Techno Portal</title>
		<link>http://www.phpied.com/the-art-and-craft-of-postload-preloads/#comment-71363</link>
		<dc:creator>Tech Thursday: Easy Git, preloading, books (including HTML5), accessibility news and SVG for IE &#124; Techno Portal</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=791#comment-71363</guid>
		<description>[...] Stefanov has a great piece on postload preloads, which means preloading information needed by following pages on very popular [...]</description>
		<content:encoded><![CDATA[<p>[...] Stefanov has a great piece on postload preloads, which means preloading information needed by following pages on very popular [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
