<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webmaster-Source &#187; IE</title>
	<atom:link href="https://www.webmaster-source.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Internet Explorer 9 to Render Pages with WebKit</title>
		<link>https://www.webmaster-source.com/2010/04/01/internet-explorer-9-to-render-pages-with-webkit/</link>
		<comments>https://www.webmaster-source.com/2010/04/01/internet-explorer-9-to-render-pages-with-webkit/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:44:02 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[April 1st]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 9]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3165</guid>
		<description><![CDATA[In a surprising turn of events, Microsoft announced that the upcoming Internet Explorer 9 would render pages with WebKit, the open source rendering engine developed initially by Apple. (Google&#8217;s Chrome browser uses WebKit, as does Safari.) CEO Steve Ballmer declared the move to be &#8220;a wonderful strategy that will finally place Internet Explorer solidly ahead [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-2819" title="Internet Explorer + WebKit" src="//www.webmaster-source.com/wp-content/uploads/msie_webkit.jpg" alt="" width="215" height="174" />In a surprising turn of events, <a href="http://www.youtube.com/watch?v=XfL4-C8OCys#t=0m19s">Microsoft announced</a> that the upcoming Internet Explorer 9 would render pages with <a href="http://webkit.org/">WebKit</a>, the open source rendering engine developed initially by Apple. (Google&#8217;s Chrome browser uses WebKit, as does Safari.)</p>
<p>CEO Steve Ballmer declared the move to be &#8220;a wonderful strategy that will finally place Internet Explorer solidly ahead of the competition.&#8221;</p>
<p>The change was unexpected, given the company&#8217;s long history of less-than-perfect support for web standards and general disapproval of open source software, though the move to WebKit may be the start of a new, friendlier Microsoft.</p>
<p>Web designers have been voicing their approval, though surprisingly there have been a few opposed to the change of rendering engine. One company in particular, a design firm known as Plaid Mango Design, claims that the move to WebKit will cost them 40% of their income, which is made primarily from the extra fees they charge to develop CSS hacks to enable Internet Explorer to render their designs properly.</p>
<p style="text-align: center;"><a href="http://www.youtube.com/watch?v=XfL4-C8OCys#t=0m19s"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-3166" src="//www.webmaster-source.com/wp-content/uploads/microsft-fake-webkit.jpg" alt="" width="451" height="368" /></a></p>
<p><em>Bazinga! April Fools!</em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/04/01/internet-explorer-9-to-render-pages-with-webkit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Around IE&#8217;s Lack of Min-Width Support</title>
		<link>https://www.webmaster-source.com/2008/08/11/getting-around-ies-lack-of-min-width-support/</link>
		<comments>https://www.webmaster-source.com/2008/08/11/getting-around-ies-lack-of-min-width-support/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 11:16:18 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=725</guid>
		<description><![CDATA[Min-width is a useful CSS property that, as it&#8217;s name suggests, sets the minimum width of an element to a specific pixel width (or em or whatever). It&#8217;s very useful. The problem? Microsoft. Internet Exploder doesn&#8217;t support the property. Instead of ranting about Microsoft&#8217;s pathetic browser, I&#8217;ll skip to the solution&#8230; First, make sure you [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.w3schools.com/CSS/pr_dim_min-width.asp"><code>Min-width</code></a> is a useful CSS property that, as it&#8217;s name suggests, sets the minimum width of an element to a specific pixel width (or em or whatever). It&#8217;s <em>very</em> useful.</p>
<p>The problem? Microsoft. Internet Exploder doesn&#8217;t support the property. Instead of ranting about Microsoft&#8217;s pathetic browser, I&#8217;ll skip to the solution&#8230;</p>
<p>First, make sure you have an IE-specific stylesheet to put all you IE hacks in. It makes it easier to manage things, and it makes sure hacks like this don&#8217;t stop your CSS from validating. (Believe me, this one will.) Include it in your page head like so:</p>
<p><code>&lt;!--[if IE]&gt;&lt;link rel="stylesheet" href="ieislame.css" type="text/css" media="all" /&gt;&lt;![endif]--&gt;</code></p>
<p>Next, add something along the lines of this to the file:</p>
<p><code>#mydiv { width:expression(document.body.clientWidth &lt; 850? "850px": "auto" ); }</code></p>
<p>Just replace both instances of &#8220;850&#8221; with the minimum width you prefer.</p>
<p>Not too hard, but it shouldn&#8217;t be necessary.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/08/11/getting-around-ies-lack-of-min-width-support/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IE7.js</title>
		<link>https://www.webmaster-source.com/2008/06/15/ie7js/</link>
		<comments>https://www.webmaster-source.com/2008/06/15/ie7js/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 10:51:51 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=592</guid>
		<description><![CDATA[I recently came across an intriguing script while trying to find a fix for a CSS bug. It&#8217;s called IE7.js, and it claims &#8220;to make Microsoft Internet Explorer behave like a standards-compliant browser,&#8221; and to fix PNG transparency in IE5 and IE6 to boot. Are you just a couple of scripts away from never again [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I recently came across an intriguing script while trying to find a fix for a CSS bug. <a href="http://code.google.com/p/ie7-js/">It&#8217;s called IE7.js</a>, and it claims &#8220;<a id="About">to make Microsoft Internet Explorer behave like a standards-compliant browser,&#8221; and to fix PNG transparency in IE5 and IE6 to boot.</a></p>
<p>Are you just a couple of scripts away from never again having to find a workaround for an IE CSS bug? Probably not. I haven&#8217;t had the time to test the script extensively, but the <a href="http://ie7-js.googlecode.com/svn/test/index.html">test pages</a> look promising. It will make things a lot easier for you, but I doubt it will magically make everything work flawlessly in IE.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/06/15/ie7js/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>IES4OSX &#8211; Run Internet Explorer on Your Mac</title>
		<link>https://www.webmaster-source.com/2008/05/14/ie4osx-run-internet-explorer-on-your-mac/</link>
		<comments>https://www.webmaster-source.com/2008/05/14/ie4osx-run-internet-explorer-on-your-mac/#comments</comments>
		<pubDate>Wed, 14 May 2008 11:13:53 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=548</guid>
		<description><![CDATA[Internet Explorer, a.k.a. the Web Designer&#8217;s Plague, unfortunately, isn&#8217;t available on the Mac. Many will say this is a good thing, but for designers, or anyone who makes many changes to their template, Internet Explorer is pretty much mandatory for testing. So many people use IE that you can&#8217;t afford to have too many major [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.kronenberg.org/ies4osx/"><img class="alignright" style="float: right; margin: 5px;;  float: right; padding: 4px; margin: 0 0 2px 7px;" src="http://i25.tinypic.com/f2t35h.jpg" alt="" width="262" height="252" /></a>Internet Explorer, a.k.a. the Web Designer&#8217;s Plague, unfortunately, isn&#8217;t available on the Mac. Many will say this is a good thing, but for designers, or anyone who makes many changes to their template, Internet Explorer is pretty much mandatory for testing. So many people use IE that you can&#8217;t afford to have too many major bugs in the behemoth browser.</p>
<p>There aren&#8217;t many options for the large amount of Mac-using designers. To test a site in IE, your choices are pretty much limited to either using a PC, or using a virtual PC setup, like VMWare Fusion. If you have a PC on hand, good for you, you&#8217;re covered. Otherwise, you&#8217;d probably go for VMWare fusion, which costs $80 plus a $189 Windowss XP license. (Or you could just get the WinXP license and use the BootCamp software Apple provides with OS X 10.5) Rather pricey, though, isn&#8217;t it?</p>
<p>Luckily, there&#8217;s another option out there, albeit a buggy and hacked-together option. It costs $0.00 though, so who cares if it&#8217;s a little buggy?</p>
<p><a href="http://www.kronenberg.org/ies4osx/">IES4OSX</a> allows you to run several different versions of Internet Explorer on your Mac, for testing designs, or using sites that refuse to work in your preferred browser. It&#8217;s a little buggy, it relies on X11, and it takes up a bit of CPU power. But it seems to render pages <span style="text-decoration: line-through;">correctly</span> the same as IE does.</p>
<p>So if you&#8217;re not using a Mac yet, here&#8217;s another reason to switch&#8230; <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/05/14/ie4osx-run-internet-explorer-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8: The Next IE5?</title>
		<link>https://www.webmaster-source.com/2008/03/17/internet-explorer-8-the-next-ie5/</link>
		<comments>https://www.webmaster-source.com/2008/03/17/internet-explorer-8-the-next-ie5/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 12:04:05 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2008/03/17/internet-explorer-8-the-next-ie5/</guid>
		<description><![CDATA[I installed the Internet Explorer 8 beta a few days ago, and I&#8217;ve tested some sites in it. So far, I&#8217;m not really impressed. It seems to pass the ACID2 test, but there are plenty of rendering bugs that drive me crazy&#8230;and they had better be fixed by the time the final release is out. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I installed the Internet Explorer 8 beta a few days ago, and I&#8217;ve tested some sites in it. So far, I&#8217;m not really impressed. It seems to pass the <a href="http://www.webstandards.org/action/acid2/">ACID2 test</a>, but there are plenty of rendering bugs that drive me crazy&#8230;and they had better be fixed by the time the final release is out.</p>
<p>I&#8217;m very well aware that the browser is in beta, but I can&#8217;t help but be worried about this. Some pages seem to render worse than ever, and I can&#8217;t help but think &#8220;Are these bugs, or some sort of ploy to keep things as they&#8217;ve been?&#8221; It&#8217;s not really in Microsoft&#8217;s best interests to be fully standards compliant, after all.</p>
<p>Here are just a few examples of the render bugs I&#8217;ve noticed:<span id="more-463"></span></p>
<ul>
<li>WSC&#8217;s footer appears halfway down the page, right at the end of the sidebar, not at the bottom of the page where it belongs.</li>
<li>The contents of Facebook&#8217;s main page are squished funny.</li>
<li>The search bar on Apple.com appears below it&#8217;s parent navigation bar, instead of inside it.</li>
<li>Digg&#8217;s header doesn&#8217;t match-up with the top of the screen, and has a bunch of extra padding below the navigational links.</li>
<li>WebDesignerWall.com doesn&#8217;t look very good. The background image (which is most of the design) does not line-up correctly, because there is at least 800px of extra space inserted above the content.</li>
<li>FreelanceSwitch.com looks horrible, and we&#8217;ll leave it at that.</li>
</ul>
<p>Few sites have escaped its horrible rendering issues. Again, I <em>know</em> IE8 is in beta. But I wonder, how on Earth did it pass the ACID2 test with such horrible problems? Did they just adjust things until all of the ACID2 elements lined-up, messing everything else up?</p>
<p>I hope things improve.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/03/17/internet-explorer-8-the-next-ie5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On IE8&#8217;s Controversial &#8220;Standards Mode&#8221;</title>
		<link>https://www.webmaster-source.com/2008/03/04/on-ie8s-controversial-standards-mode/</link>
		<comments>https://www.webmaster-source.com/2008/03/04/on-ie8s-controversial-standards-mode/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 13:05:17 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2008/03/04/on-ie8s-controversial-standards-mode/</guid>
		<description><![CDATA[Internet Explorer version 8, to be released later this year, will, by default, render web pages the same way as IE7. If the meta tag &#60;meta http-equiv="X-UA-Compatible" content="IE=8" /&#62; is detected in a page&#8217;s header, it will render in the new ACID2-compliant mode. This is a bad idea, for several reasons. First of all, Microsoft, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Internet Explorer version 8, to be released later this year, will, by default, render web pages the same way as IE7. If the meta tag <code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt;</code> is detected in a page&#8217;s header, it will render in the new <a href="http://www.webstandards.org/action/acid2/">ACID2-compliant</a> mode. This is a bad idea, for several reasons.</p>
<p>First of all, Microsoft, again, is <strong>trying to force us to build web pages for IE specifically</strong>. If the X-UA-Compatible tag is not found, then a page will not render in the standards-compliant mode. So, basically, <strong>you&#8217;re having to specifically instruct IE to follow the standard, which it&#8217;s supposed to follow anyway</strong>. Does that make any sense? No. It seems like another ploy to maintain their monopoly. After all, if most pages work in any browser, there is less reason for people to continue using IE.</p>
<p>Microsoft claims that the meta tag exists so manually-updated web pages won&#8217;t break when IE8 comes around. <em>Manually updated?</em> If you&#8217;re still doing that, you&#8217;re just asking for trouble. Take this as an opportunity to move away from a manually-updated site. While you&#8217;re making your design standards-compliant, install a CMS, or at least start using <a href="http://us.php.net/include/">PHP includes</a>. Also, as <a href="http://realtech.burningbird.net/standards/bobbing-heads-and-the-ie8-meta-tag/">Bb&#8217;s RealTech</a> said:</p>
<blockquote><p>&#8220;The argument for this tag is actually the number one argument against this tag: those people with hand crafted pages are not going to be willing to hand edit each page to make it standards compliant–why on earth would they hand edit each of these pages to add this tag? As for being able to test a site against a version of a browser–this site looks good in IE7, but not IE8, or some such nonsense–when are we finally going to actually commit to standards? Not just as browser vendors, but as web page designers and developers? More importantly, as people who use browsers to surf the web?&#8221;</p></blockquote>
<p>Instead, <strong>IE8 should check the DOCTYPE</strong>. If it&#8217;s XHTML Strict, then use the standards mode. If it&#8217;s HTML transitional, or absent, use the IE7 engine. I&#8217;m guessing that a lot of the people who would run into the problem Microsoft talks of wouldn&#8217;t be using XHTML. It&#8217;s much easier to manually-update HTML than strict XHTML after all. Or IE8 could validate the entire markup in-browser, and if it&#8217;s not standards-compliant, render in IE7 mode, and display an icon to show that the page isn&#8217;t compliant. <strong>At the very least, they should make the standards-mode default, and have the meta tag specify IE7 mode instead.</strong> Microsoft needs to base their trigger off of an existing feature of (X)HTML, rather than inventing proprietary tags.</p>
<p><em>Edit: I wrote this post before <a href="http://www.news.com/8301-13860_3-9884688-56.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20">Microsoft changed their minds</a>. You read my mind, didn&#8217;t you, Microsoft? But couldn&#8217;t you wait until the post went live?</em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/03/04/on-ie8s-controversial-standards-mode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is IE5 Dead?</title>
		<link>https://www.webmaster-source.com/2008/02/26/is-ie5-dead/</link>
		<comments>https://www.webmaster-source.com/2008/02/26/is-ie5-dead/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 12:01:27 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/2008/02/26/is-ie5-dead/</guid>
		<description><![CDATA[Internet Explorer version 5 was released on March 18, 1999. It has almost been nine years since its initial release, and two more versions have followed. We all know that IE5 is a buggy piece of software with fairly awful standards support, though it was significantly better than its predecessor IE4. It&#8217;s no secret that [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Internet Explorer version 5 was released on March 18, 1999. It has almost been nine years since its initial release, and two more versions have followed.</p>
<p>We all know that IE5 is a buggy piece of software with fairly awful standards support, though it was significantly better than its predecessor IE4. It&#8217;s no secret that I&#8217;m no fan of Microsoft&#8217;s browsers, but I do have to grudgingly admit that they&#8217;ve come a long way.</p>
<p>I was comparing stats on a couple of my web sites recently, and I wondered: Do we need to continue supporting Internet Explorer 5? There have been two major versions released since, and nine years is a long time in computer years. To put it in perspective, look at this timeline:<span id="more-429"></span></p>
<ul>
<li><strong>August 15, 1998</strong>: The <a href="http://en.wikipedia.org/wiki/IMac_G3">original CRT iMac</a> released</li>
<li><strong>March 18, 1999:</strong> IE5 Released</li>
<li><strong>February 13, 2000</strong>: The final original Peanuts comic strip is published</li>
<li><strong>October 23, 2001:</strong> The original iPod released</li>
<li><strong>November 15, 2001</strong>: The original XBox Released</li>
<li><strong>January 6, 2004</strong>: The iPod Mini Released</li>
<li><strong>February 15, 2005:</strong> IE7 Released</li>
<li><strong>Mid-February, 2005:</strong> YouTube launched</li>
<li><strong>September 7, 2005</strong>: The iPod Nano replaces the iPod Mini</li>
<li><strong>January 30, 2007</strong>: Microsoft (finally) launches Windows Vista</li>
<li><strong>July 21, 2007</strong>: Harry Potter and the Deathly Hallows released</li>
<li><strong>February 26, 2008:</strong> I published this post</li>
</ul>
<p>It&#8217;s been a long time.</p>
<p>Obviously it&#8217;s not a great idea to stop supporting a browser version if there is still a sizable percentage of people using it. Luckily we have statistics software!</p>
<p>According to Google analytics (over a 30-day period), 21.06% of Webmaster-Source&#8217;s visitors used a version of Internet Explorer. Firefox totally dominated the user base, though that&#8217;s irrelevant here. Of that 21.06% of Internet Explorer users, 64.80% used IE7, 35.01% IE6, and a measly 0.72% used IE5.</p>
<p><img src="http://i25.tinypic.com/2ldhlbp.jpg" alt="64.80% used IE7, 35.01% IE6, and a measly 0.72% used IE5." width="500" height="136" /></p>
<p>On <a href="http://www.siteofrequirement.com">The Site of Requirement</a>, a Harry Potter fan site, which therefore would likely have a somewhat less tech-literate user base, 50.48% of viewers used Internet Explorer. Checking the actual versions, only 0.63% of the IE users has IE5.5 (5.1&#8217;s usage was nonexistent). 27.04% used IE6, and 72.33% used IE7.</p>
<p><img src="http://i26.tinypic.com/2cmvoy1.jpg" alt="only 0.63% of the IE users has IE5.5 (5.1's usage was nonexistent). 27.04% used IE6, and 72.33% used IE7" width="500" height="117" /></p>
<p>IE5 users are definitely a fairly small group now, according to my sites&#8217; statistics. IE5 seems to be mainly used among &#8220;average users&#8221; who have very old equipment, though I&#8217;m surprised that they could have ten-year old computers (I&#8217;ve never had one last longer than three years). Most users who know their way around computers fairly well have either upgraded to a higher version of IE, switched to a different browser, or bought a new computer with IE7 preloaded. So, in the end, it really depends on your target audience. Keep an eye on your statistics, and you can decide whether to support IE5 based upon your user base.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/02/26/is-ie5-dead/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-29 11:43:44 by W3 Total Cache
-->