<?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>Gabriel de Kadt &#187; webdesign</title>
	<atom:link href="http://www.lazydada.com/tag/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazydada.com</link>
	<description>Personal notes on Mac based web development and design.</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>More PNG transparency notes</title>
		<link>http://www.lazydada.com/2009-05-10/more-png-notes/</link>
		<comments>http://www.lazydada.com/2009-05-10/more-png-notes/#comments</comments>
		<pubDate>Sun, 10 May 2009 10:24:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=325</guid>
		<description><![CDATA[Via thinkvitamin and  tipster: a couple of notes that may resolve a couple of outstanding issues I&#8217;ve had with PNG24 transparency use&#8230; Set width and height for the element/s containing the transparent background image [...] (also, bear in mind that the background images can no longer be tiled or positioned via &#8216;background-position&#8217;) Apply  position: relative; to [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://thinkvitamin.com/design/css/handy-tips-to-help-you-out/">thinkvitamin</a> and  <a href="http://tipster.carsonified.com/categories/css/transparent-background-images-png-fix-for-ie6-a-fe/">tipster</a>: a couple of notes that may resolve a couple of outstanding issues I&#8217;ve had with PNG24 transparency use&#8230;</p>
<blockquote><p>Set width and height for the element/s containing the transparent background image [...] (also, bear in mind that the background images can no longer be tiled or positioned via &#8216;background-position&#8217;)</p>
<div>Apply  <code>position: relative;</code> to any contained links to ensure functionality</div>
</blockquote>
<p>The first point means I&#8217;ll probably not bother trying to tile a drop-shadow background image to a variable length column again. Time to switch to progressive enhancement with Photoshop CS4/Fireworks/other tools&#8217; ability to stuff alpha transparency into  regular PNG8 files.</p>
<p>The second point is probably the better answer to my last <a href="/2009-02-22/ie6-link-bug-over-png/">PNG problem</a> post.</p>
<p>Main post about how to work with <a href="/2008-10-18/full-alpha-transparency-for-png-images-and-css-backgrounds-in-ie6/">PNG24 alpha transparency and IE6</a> &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-05-10/more-png-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery in anger</title>
		<link>http://www.lazydada.com/2009-04-17/jquery-in-anger/</link>
		<comments>http://www.lazydada.com/2009-04-17/jquery-in-anger/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 19:10:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=228</guid>
		<description><![CDATA[[notes to self] Shadowbox Tooltip highlightFade http://jquery.offput.ca/highlightFade/old.php jquery.validate.js Lovely, lightweight carousel: http://www.gmarwaha.com/jquery/jcarousellite/ http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html http://www.jasonbradbury.com/]]></description>
			<content:encoded><![CDATA[<p>[notes to self]<br />
<strong> </strong></p>
<p><strong>Shadowbox</strong><br />
<strong> </strong></p>
<p><strong>Tooltip</strong></p>
<p><strong></strong><strong>highlightFade</strong></p>
<p>http://jquery.offput.ca/highlightFade/old.php</p>
<p><strong>jquery.validate.js</strong></p>
<p><strong>Lovely, lightweight carousel:<br />
<span style="font-weight: normal;">http://www.gmarwaha.com/jquery/jcarousellite/</span></strong></p>
<p>http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html</p>
<p>http://www.jasonbradbury.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-04-17/jquery-in-anger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 link bug over PNG</title>
		<link>http://www.lazydada.com/2009-02-22/ie6-link-bug-over-png/</link>
		<comments>http://www.lazydada.com/2009-02-22/ie6-link-bug-over-png/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 22:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[PNG]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=209</guid>
		<description><![CDATA[One day I awoke brightly, but to my surprise&#8230; I&#8217;ve been so excited to be able to use full alpha transparency PNGs and getting them to play nice in IE6. Today I&#8217;ve found another PNG/IE6 issue. It seems that in some cases IE6 doesn&#8217;t like to have links in an element that is child of [...]]]></description>
			<content:encoded><![CDATA[<h4>One day I awoke brightly, but to my surprise&#8230;</h4>
<p>I&#8217;ve been <b>so</b> excited to be able to <a href="/2008-10-18/full-alpha-transparency-for-png-images-and-css-backgrounds-in-ie6/">use full alpha transparency PNGs and getting them to play nice in IE6</a>. Today I&#8217;ve found another PNG/IE6 issue. It seems that in some cases IE6 doesn&#8217;t like to have links in an element that is child of one with a background PNG to which <code>filter:progid:DXImageTransform.Microsoft.AlphaImageLoader</code> is applied. </p>
<p>The solution (in my case) was very simple:  just needed to close the div for the background and add another for the links. Now the links just appear to be contained by the background. </p>
<p> CSS trickery: eat my heart out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2009-02-22/ie6-link-bug-over-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Options for &#8220;hybrid modal&#8221; lightbox display of images</title>
		<link>http://www.lazydada.com/2008-05-29/options-for-hybrid-modal-lightbox-display-of-images/</link>
		<comments>http://www.lazydada.com/2008-05-29/options-for-hybrid-modal-lightbox-display-of-images/#comments</comments>
		<pubDate>Thu, 29 May 2008 16:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=33</guid>
		<description><![CDATA[[Update 2009 - OK now I'm not the total newbie anymore and would have to recommend Shadowbox on top of jQuery for it's versatility and power. Slimbox is still great though.] The Contenders Slimbox The true successor to the king (Lightbox). This is the chosen one. Very lightweight, simple instructions, does what it says on [...]]]></description>
			<content:encoded><![CDATA[<p>[Update 2009 - OK now I'm not the total newbie anymore and would have to recommend <a href="#shadowbox">Shadowbox</a> on top of jQuery for it's versatility and power. Slimbox is still great though.]</p>
<hr />
<h2>The Contenders</h2>
<h4><a href="http://www.digitalia.be/software/slimbox">Slimbox</a></h4>
<p>The true successor to the king (Lightbox). This is the chosen one. Very lightweight, simple instructions, does what it says on the tin. Simple instructions for when I&#8217;ve forgotten in two weeks are further <a href="#slimboxwalkthrough">down</a>&#8230;</p>
<h4 id="shadowbox"><a href="http://mjijackson.com/shadowbox/">Shadowbox.js</a></h4>
<p>This one seems to be the current best in breadth of options but too much to read for a low level webdev monkey like me.</p>
<h4><a href="http://www.lokeshdhakar.com/projects/lightbox2/">Lightbox</a></h4>
<p>The original &#8211; but perhaps no longer the beast.</p>
<h4><a href="http://jquery.com/demo/thickbox/">Thickbox</a></h4>
<p>Could have been a contender but I balked at the heavy graphic design.</p>
<h4><a href="http://www.cabel.name/2008/02/fancyzoom-10.html">FancyZoom</a></h4>
<p>The one that started the search thanks to seeing it in action at <a href="http://www.fontshop.com/fontfeed/archives/new-fontfonts-release-44/">this</a> FontFeed article. Great tool &#8211; but as a webdev guerilla [read chimp] the commercial licence stopped me. Need a bit of slack before I can convince anybody to pay&#8230;</p>
<hr />
<h2><a name="slimboxwalkthrough">Slimbox walk-through</a></h2>
<p>Upload css and js files &#8211; add these three lines of code to the head of the HTML:</p>
<pre>&lt;script type="text/javascript" src="js/mootools.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/slimbox.js"&gt;&lt;/script&gt;
&lt;link rel="stylesheet" href="css/slimbox.css" type="text/css" media="screen" /&gt;</pre>
<p>(The last slash there may want removing according to your doctype. Are you strict enough for it?)<br />
Then craft the images links like this for single images</p>
<pre>&lt;a href="" rel="lightbox" title=""&gt;&lt;img src="" alt="" /&gt;&lt;/a&gt;</pre>
<p>or, for sets, like this (where the <tt>rel</tt> attribute has the set name&#8217;s suffix)</p>
<pre>&lt;a href="" rel="lightboxset" title=""&gt;&lt;img src="" alt="" /&gt;&lt;/a&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2008-05-29/options-for-hybrid-modal-lightbox-display-of-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->