<?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>The Thinking Lemur &#187; Design</title>
	<atom:link href="http://thinkinglemur.com/index.php/category/thinking/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkinglemur.com</link>
	<description>from the mind of Donnie Bachan</description>
	<lastBuildDate>Fri, 06 Jan 2012 10:42:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>IE 7/8 PNG-24 transparency issue</title>
		<link>http://thinkinglemur.com/index.php/2010/06/ie-78-png-24-transparency-issue/</link>
		<comments>http://thinkinglemur.com/index.php/2010/06/ie-78-png-24-transparency-issue/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 11:12:47 +0000</pubDate>
		<dc:creator>Donnie Bachan</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://thinkinglemur.com/?p=384</guid>
		<description><![CDATA[We came across an error today with our drop down menu system that uses a PNG-24 semi transparent drop shadow image around the border where the transparency would appear black in IE 7 and IE 8. After searching and trying all possible fixes we found the solution to the problem and it was quite simple. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2010%2F06%2Fie-78-png-24-transparency-issue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2010%2F06%2Fie-78-png-24-transparency-issue%2F&amp;source=thinkinglemur&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>We came across an error today with our drop down menu system that uses a PNG-24 semi transparent drop shadow image around the border where the transparency would appear black in IE 7 and IE 8. After searching and trying all possible fixes we found the solution to the problem and it was quite simple.</p>
<p>Our menu system uses jQuery (doesn't everything these days?), and had a nice fade in and fade out transition. jQuery handles the fade transitions by setting the opacity which IE does not like very much. So using the fadeTo() functions in jQuery is a no-no in IE. The solution, use hide() and show() instead. It's not as elegant but the transparency issue was fixed on all modern browsers.</p>
<p>Other solutions to the problem include:</p>
<p>1. Using a background colour instead of transparent on the style so you would do:</p>
<blockquote><p>.my-transparent-stuff{background: #fff url('image.png') repeat-y scroll left top;}</p>
<p>instead of</p>
<p>.my-transparent-stuff{background: transparent url('image.png') repeat-y scroll left top;}</p></blockquote>
<p>2. Using PNG-8/transparent gifs (hey, it's a solution)</p>
<p>3. Forcing IE8 into IE7 mode by adding the following meta tag:</p>
<blockquote><p>&lt;meta http-equiv="X-UA-Compatible" content="IE=7" /&gt;</p></blockquote>
<p>I still can't understand what Microsoft is doing!</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkinglemur.com/index.php/2010/06/ie-78-png-24-transparency-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento: Adventures in creating a custom design</title>
		<link>http://thinkinglemur.com/index.php/2009/02/magento-adventures-in-creating-a-custom-design/</link>
		<comments>http://thinkinglemur.com/index.php/2009/02/magento-adventures-in-creating-a-custom-design/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 00:47:28 +0000</pubDate>
		<dc:creator>Donnie Bachan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[web store]]></category>

		<guid isPermaLink="false">http://thinkinglemur.com/?p=126</guid>
		<description><![CDATA[Let me start off by saying, Magento is an EXTREMELY powerful and well built ecommerce platform. It contains all of the features necessary to deliver a stable and scalable solution for ecommerce (and more). That being said, I do have a few issues. So far, I find the system quite slow. Maybe it is just [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2009%2F02%2Fmagento-adventures-in-creating-a-custom-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2009%2F02%2Fmagento-adventures-in-creating-a-custom-design%2F&amp;source=thinkinglemur&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Let me start off by saying, <a href="http://www.magentocommerce.com">Magento</a> is an EXTREMELY powerful and well built ecommerce platform. It contains all of the features necessary to deliver a stable and scalable solution for ecommerce (and more). That being said, I do have a few issues. So far, I find the system quite slow. Maybe it is just the current hardware but it does seem a bit sluggish. The next issue is documentation or lack thereof. The system documentation is VERY sparse and you rely mostly on community support and google. Of course, you can get premium support and Varien is well within their rights to charge for support but I think a bit more on the way of documentation would be a good way to gain more users.</p>
<p>I am attempting to implement this system and have had some success so far. Let me start by covering what has worked to this point.</p>
<ul>
<li>Installation of Magento on a Windows 2003, IIS 6 platform.</li>
<li>Addition of inventory</li>
</ul>
<p>The installation was a bit scary since I couldn't get it to work locally using the wizard. Eventually I got it working using a manual install. The site works for the most part but does not use url rewrites at this point. I have installed <a href="http://www.isapirewrite.com/">ISAPI Rewrite Lite</a> but couldn't get it to work. I honestly haven't put enough time into it so I can't say if there is a bug or not.</p>
<p>Inventory takes a bit of getting used to. The interface is quite good however, it is a complex system and it can be a bit daunting for first time users. One thing I find quite annoying is the fact that the stock level defaults to Out Of Stock, which is a bit counter intuitive especially when you are adding products. I am sure that there is a global override somewhere, when I find it I'll make the change!</p>
<p>Now, the most important thing (and most difficult thing by far) is implementing a new design. This really takes some dedication to put all the pieces together. The <a href="http://www.magentocommerce.com/design_guide">designers guide</a> offers some help in this area and you really have to sit back and digest it. Read ALL of it before you attempt to look at the code and ensure that you have some sort of understanding about how the system is designed and what each element does.</p>
<p>After doing some research I've noticed that what most people do is to simply change the styles for the default design that comes with Magento. The entire front end is governed by one stylesheet that can be customised as need be. I however don't want to simply change the look of it, I want to put things where I want them and really shake things up!</p>
<p>At the core of the design or <strong>theme</strong> is the layout. The <strong>layout</strong> is an xml file that defines the structure of any page. The layout <em>references</em> <strong>templates</strong> which contain the actual logic and markup to be displayed. This is an extremely flexible implementation. It gives you the ability to create custom content blocks and use them in multiple places. The only problem though is getting things to work the way you want them is quite another story. One very invaluable setting is the Template Path Hint which highlights on the screen and well, shows the template paths so you can fiddle with them as necessary. To turn this on follow the instructions found <a href="http://www.magentocommerce.com/design_guide/articles/intro-to-layouts#head-quick-exercises">here</a>. Another tip is to set all caching to off. This was extremely frustrating when I first started. To do this:</p>
<ul>
<li>Go to System &gt; Cache Management</li>
<li>Select Disable from the All Cache drop down</li>
<li>Save Settings</li>
</ul>
<p>It would be wise to also Refresh Layered Navigation Indices, which are found at the bottom of the Cache Management page.</p>
<p>I'll continue to work on this and post more about my success or failures as I go along.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkinglemur.com/index.php/2009/02/magento-adventures-in-creating-a-custom-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Striped Backgrounds</title>
		<link>http://thinkinglemur.com/index.php/2007/04/striped-backgrounds/</link>
		<comments>http://thinkinglemur.com/index.php/2007/04/striped-backgrounds/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 10:10:01 +0000</pubDate>
		<dc:creator>Donnie Bachan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://thinkinglemur.com/?p=32</guid>
		<description><![CDATA[I was digging around at alexa.com today and noticed that www.stripegenerator.com was getting a lot of traffic so I headed over there and made the background that I use on this site. I would like to see the preview change without having to click on it to refresh but all in all it is really [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2007%2F04%2Fstriped-backgrounds%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fthinkinglemur.com%2Findex.php%2F2007%2F04%2Fstriped-backgrounds%2F&amp;source=thinkinglemur&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was digging around at alexa.com today and noticed that <a href="http://www.stripegenerator.com">www.stripegenerator.com</a> was getting a lot of traffic so I headed over there and made the background that I use on this site. I would like to see the preview change without having to click on it to refresh but all in all it is really cool. Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkinglemur.com/index.php/2007/04/striped-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

