<rss version="2.0"><channel>
            <title>Ed Eliot - Latest Blog Comments</title>
            <link>http://www.ejeliot.com/</link>
            <description>Web Standards, PHP, HTML, CSS, JavaScript and other technologies</description>
            <language>en-gb</language>
         <item><title>Milan on Equal Height Columns using CSS</title><description>&lt;p&gt;Thank you very very much! You are great!&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/61</link><pubDate>Thu, 07 Aug 2014 13:02:34 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/61#2496</guid></item><item><title>Herbalife - Bitkisel Kilo Kontrol on Equal Height Columns using CSS</title><description></description><link>http://www.ejeliot.com/blog/61</link><pubDate>Sat, 26 Jul 2014 00:39:07 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/61#2495</guid></item><item><title>filmseyredelim on Source code for version 2 of CSS Sprite Generator</title><description>&lt;p&gt;thaks&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/130</link><pubDate>Wed, 23 Jul 2014 11:43:33 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/130#2491</guid></item><item><title>Mike on Equal Height Columns using CSS</title><description>&lt;p&gt;I think the problem here is if you have content with id in any of the child divs. That's the problem I have with my site layout. My left div has the content and the right div has the side panel and a background color. I have added margin-bottom:-1000px;padding-bottom:1000px to the child divs, and overflow:hidden to the parent div. However I have content inside child divs with id's so I can reference to that exact position from another page. Example div id=&quot;map&quot;. The page looks fine when the url is http://www.mysite.com/page.html but the content gets pushed up (not visible anymore) when the url is http://www.mysite.com/page.html#map&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/61</link><pubDate>Sat, 03 May 2014 21:12:02 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/61#2489</guid></item><item><title>ben on SimpleRss - a class for retrieving and caching RSS feeds</title><description>&lt;p&gt;How about image tag?&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/77</link><pubDate>Tue, 18 Feb 2014 07:05:49 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/77#2485</guid></item><item><title>Duka on Blog Code Formatting Tool</title><description>&lt;p&gt;Hi, I just create my own tool. The ideas is the same with you :) but it's look more simple than you. By the way, your's very good. I'm trying to improve mine&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/67</link><pubDate>Sat, 14 Dec 2013 20:04:07 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/67#2484</guid></item><item><title>Jimmy on Blog Code Formatting Tool</title><description>&lt;p&gt;I've just created the same tool like this, but more beautiful and colorful. More option for you to choose which color is appropriate to your blog or website.
Check it here:
http://www.phamngoctan.com/2013/11/format-source-code-for-blogger.html&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/67</link><pubDate>Mon, 18 Nov 2013 20:16:26 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/67#2479</guid></item><item><title>fernando on Unix Permissions Calculator Released</title><description>&lt;p&gt;oi&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/134</link><pubDate>Sun, 20 Oct 2013 12:32:39 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/134#2478</guid></item><item><title>online favicon generator on Favicon Generator &amp; Editor Released</title><description>&lt;p&gt;you can use http://favicon1.com to generate favicons online.&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/133</link><pubDate>Sat, 19 Oct 2013 11:19:18 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/133#2477</guid></item><item><title>Levi on Dynamically loading JS libraries and detecting when they're loaded</title><description>&lt;p&gt;Assigning onload and onreadystatechanged as you have shown will cause the callback to be called twice (as tested in IE10). You need to cancel the event handlers if you are going to do it that way. Or you can check for readystate first and use an else condition to prevent wiring up two event handlers.&lt;/p&gt;
&lt;p&gt;function loadScript(src, async, elem, callback) {
        /// Loads a script.
        elem = elem || _document.createElement('script');
        elem.async = elem.defer = async;
        elem.src = src;&lt;/p&gt;
&lt;p&gt;if (callback) {
            if (elem.readyState) {
                // IE
                elem.onreadystatechange = function () {
                    if (elem.readyState == &quot;loaded&quot; || elem.readyState == &quot;complete&quot;) {
                        elem.onreadystatechange = null;
                        callback();
                    }
                };
            } else {
                // Good browsers
                elem.onload = function () {
                    callback();
                }
            }            
        }&lt;/p&gt;
&lt;p&gt;insertScript(elem);
    }&lt;/p&gt;
&lt;p&gt;function insertScript(e) {
        /// Inserts a script into the document.
        var ib = _document.getElementsByTagName('script')[0]; ib.parentNode.insertBefore(e, ib);
    }&lt;/p&gt;
</description><link>http://www.ejeliot.com/blog/109</link><pubDate>Wed, 16 Oct 2013 15:19:53 PDT</pubDate><guid isPermaLink="true">http://www.ejeliot.com/blog/109#2476</guid></item></channel></rss>