<?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>web development &#8211; YUMMY WAKAME Blog</title>
	<atom:link href="https://yummy-wakame.com/weblog/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://yummy-wakame.com/weblog</link>
	<description>UX Designer + Full-Stack Dev</description>
	<lastBuildDate>Fri, 07 Oct 2016 09:52:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://yummy-wakame.com/weblog/wp-content/uploads/2018/07/cropped-square-icon-2-150x150.png</url>
	<title>web development &#8211; YUMMY WAKAME Blog</title>
	<link>https://yummy-wakame.com/weblog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The IE browser testing nightmare</title>
		<link>https://yummy-wakame.com/weblog/2006/05/the-ie-browser-testing-nightmare/</link>
					<comments>https://yummy-wakame.com/weblog/2006/05/the-ie-browser-testing-nightmare/#comments</comments>
		
		<dc:creator><![CDATA[olivia]]></dc:creator>
		<pubDate>Tue, 09 May 2006 12:23:04 +0000</pubDate>
				<category><![CDATA[Blogalog]]></category>
		<category><![CDATA[Geek out]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.yummy-wakame.com/archives/2006/05/09/3216</guid>

					<description><![CDATA[Every developer knows they can only have one version of Internet Exploder running on their system at a time, which means you need to test your site on multiple machines to see how their site performs across all the different versions. Well no more! Now you can download and run standalone versions of IE 3, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="/pics/internet-explorer.jpg" alt="" class="oldblogthumb" />Every developer knows they can only have one version of Internet Exploder running on their system at a time, which means you need to test your site on multiple machines to see how their site performs across all the different versions.</p>
<p>Well no more! Now you can download and run standalone versions of IE 3, IE4, IE4.01, IE 5.01, IE.5.5 and now even IE 6 (for those who have already installed IE 7 beta over their IE 6)</p>
<p><strong>Find them on <a href="http://browsers.evolt.org/?ie/32bit/standalone" rel="external">Evolt.org&#8217;s Browser Archive</a>.</strong> While its not all that necessary to download IE 3 &#8211; 4 I strongly recommend you ensure your sites work correctly on IE 5, 6 and 7.</p>
<p>Another tool I use frequently is <a href="http://www.browsercam.com" rel="external"><strong>browsercam</strong></a>. You can sign up for a 24 hour free trial and test your site across multiple platforms too.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yummy-wakame.com/weblog/2006/05/the-ie-browser-testing-nightmare/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>PHP</title>
		<link>https://yummy-wakame.com/weblog/2005/05/php/</link>
					<comments>https://yummy-wakame.com/weblog/2005/05/php/#respond</comments>
		
		<dc:creator><![CDATA[olivia]]></dc:creator>
		<pubDate>Tue, 10 May 2005 14:19:31 +0000</pubDate>
				<category><![CDATA[Blogalog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.yummy-wakame.com/archives/2005/05/10//</guid>

					<description><![CDATA[&#8220;One reason for this explosive growth is that PHP is free and open source. It&#8217;s also a relatively easy language to learn and the de facto standard for developers creating dynamic Web pages. But it is also perfectly suited for deploying CSS and many other Web technologies.&#8221; Generating Dynamic CSS with PHPOne of the things [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong><em>&#8220;One reason for this explosive growth is that PHP is free and open source. It&rsquo;s also a relatively easy language to learn and the de facto standard for developers creating dynamic Web pages. But it is also perfectly suited for deploying CSS and many other Web technologies.&#8221;</em></strong></p>
<p><a href="http://www.digital-web.com/articles/generating_dynamic_css_with_php/" rel="external"><strong>Generating Dynamic CSS with PHP</strong></a><br />One of the things I&#8217;ve done with the new yummy wakame (I know I know, it will be launched eventually!) is used PHP in my main stylesheet. This is because each section has identical styles, but a different colourscheme. So at the top of each page (in a section server side include) I declare new values for the colour variables that page will use, and the stylesheet looks for these values when it&#8217;s loaded, filling in the colours where Ive put placeholders. This way I can avoid creating separate stylesheets for each section, keeping the site size down to a minimum, and eliminating the need to make changes across a whole bunch of stylesheets every time I make a small change.</p>
<p>Anyway, <a href="http://www.digital-web.com/articles/generating_dynamic_css_with_php/" rel="external">I found this article today which explains how it&#8217;s done.</a> I wish I&#8217;d found it before when I originally got the idea months back. This one does it in a different way though&#8230; but it works just as well.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://yummy-wakame.com/weblog/2005/05/php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
