<?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>Eklog &#187; Design</title>
	<atom:link href="http://www.ekstasis.net/log/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ekstasis.net/log</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2009 21:21:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Buttons</title>
		<link>http://www.ekstasis.net/log/2009/06/11/buttons/</link>
		<comments>http://www.ekstasis.net/log/2009/06/11/buttons/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:13:59 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2009/07/19/buttons/</guid>
		<description><![CDATA[Here&#8217;s some CSS buttons.
These will stretch to fit any amount of text &#8211; even if it gets so large it becomes a banner.
They use just one image &#8211; and have a &#8216;web 2.0&#8242; sheen.
They have an icon (which can be positioned to the left or right)
They have a hover state &#8211; the text and the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some CSS buttons.</p>
<p>These will stretch to fit any amount of text &#8211; even if it gets so large it becomes a banner.<br />
They use just one image &#8211; and have a &#8216;web 2.0&#8242; sheen.<br />
They have an icon (which can be positioned to the left or right)<br />
They have a hover state &#8211; the text and the background colour can change. </p>
<p><span id="more-85"></span></p>
<p><a class="btn" href="#nogo"><b><b><b>Shrink-wrapped buttons</b></b></b></a><br />
<a class="btn_grn btn" href="#nogo"><b><b><b><b>Shrink-wrapped buttons</b></b></b></b></a></p>
<p>			<a class="btn_grn2 btn" href="#nogo"><br />
				<b><b><b><b>Shrink-wrapped buttons</b></b></b></b><br />
			</a><br />
			<a class="btn_brwn btn" href="#nogo"><br />
				<b><b><b>..and a final one!</b></b></b><br />
			</a></p>
<div class="clear"></div>
<p>Here&#8217;s the code:</p>
<p>a.btn, <br />
	a.btn:visited {<br />
	float:left; <br />
	background-color: #80c64c; <br />
	background-image: url(/images/blog/btn.png); <br />
	color:#fff; <br />
	text-decoration:none; <br />
	font-size:0.95em; <br />
	clear:both; <br />
	margin:0 0 12px 6px; <br />
	line-height: 1.1; <br />
	letter-spacing: 0;<br />
	}<br />
	a:hover.btn {<br />
	color:#ff0;<br />
	}<br />
	a.btn * {<br />
	display:block; <br />
	font-weight:normal;<br />
	}<br />
	a.btn b {<br />
	margin-left:6px; <br />
	padding:2px 0 0 0; <br />
	background: transparent url(/images/blog/btn.png) right top;<br />
	}<br />
	a.btn b b {<br />
	margin:0 0 0 -6px; <br />
	padding:0 0 0 12px; <br />
	background-position: left bottom;<br />
	}<br />
	a.btn b b b {<br />
	padding:6px 12px 12px 0px; <br />
	margin: 0;<br />
	background-position: right bottom; <br />
	text-indent: -3px;<br />
	}</p>
<p>
	a.btn_grn, <br />
	a.btn_grn:visited {<br />
	background-color: #80c64c;<br />
	}<br />
	a.btn_grn b b b b {<br />
	padding: 0 28px 0 0;<br />
	background-image: url(/images/blog/arrows.png); <br />
	background-position: right center;<br />
	background-repeat: no-repeat; <br />
	}</p>
<p> &lt;a class=&quot;btn&quot; href=&quot;#nogo&quot;&gt;<br />
&lt;b&gt;&lt;b&gt;&lt;b&gt;Shrink-wrapped buttons&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;<br />
&lt;/a&gt;</p>
<p>&lt;a class=&quot;btn_grn btn&quot; href=&quot;#nogo&quot;&gt;<br />
&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;Shrink-wrapped buttons&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;<br />
&lt;/a&gt;</p>
<p> &lt;a class=&quot;btn_grn2 btn&quot; href=&quot;#nogo&quot;&gt;<br />
	&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;Shrink-wrapped buttons&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;<br />
	&lt;/a&gt;<br />
	&lt;a class=&quot;btn_brwn btn&quot; href=&quot;#nogo&quot;&gt;<br />
	&lt;b&gt;&lt;b&gt;&lt;b&gt;..and a final one!&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;<br />
	&lt;/a&gt;</p>
<p>This is an adaption to the work done by:<br/><br />
<a href="http://www.schillmania.com/content/entries/2006/04/more-rounded-corners/">schillmania.com &#8211; More Rounded Corners with CSS<a/><br />
<a href="http://www.456bereastreet.com/lab/bulletproof-shrinkwrapping-buttons/">456bereastreet.com &#8211; Bulletproof shrinkwrapping buttons<a/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2009/06/11/buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS tags</title>
		<link>http://www.ekstasis.net/log/2009/05/12/css-tags/</link>
		<comments>http://www.ekstasis.net/log/2009/05/12/css-tags/#comments</comments>
		<pubDate>Tue, 12 May 2009 17:52:04 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2009/05/12/css-tags/</guid>
		<description><![CDATA[Here&#8217;s some tags. They stretch to fit the text and change state on hover:


tag 1
tag whatever you like
tag three




Here&#8217;s the code and image:

&#60;style type=&#34;text/css&#34;&#62;
	#cssTags ul.tags {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	background-colour: transparent;
	}
	#cssTags ul.tags li {
	display: inline;
	background: yellow;
	}
	#cssTags ul.tags li a {
	display:block;
	float:left;
	font-size:14px;
        line-height:16px;
	height:20px;
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some tags. They stretch to fit the text and change state on hover:</p>
<div id="cssTags">
<ul class="tags">
<li><a href="#" rel="tag">tag 1</a></li>
<li><a href="#" rel="tag">tag whatever you like</a></li>
<li><a href="#" rel="tag">tag three</a></li>
</ul>
</div>
<div class="clear"></div>
<p><br/></p>
<p>Here&#8217;s the code and image:</p>
<p><span id="more-81"></span></p>
<p>&lt;style type=&quot;text/css&quot;&gt;<br />
	#cssTags ul.tags {<br />
	margin: 0 0 5px 0;<br />
	padding: 0;<br />
	list-style: none;<br />
	background-colour: transparent;<br />
	}<br />
	#cssTags ul.tags li {<br />
	display: inline;<br />
	background: yellow;<br />
	}</p>
<p>	#cssTags ul.tags li a {<br />
	display:block;<br />
	float:left;<br />
	font-size:14px;<br />
        line-height:16px;<br />
	height:20px;<br />
	overflow: hidden;<br />
	margin: 5px 0 0 0;<br />
	padding: 4px 14px 0 26px;<br />
	text-decoration:none;<br />
	background:transparent url(/images/blog/tag.gif) no-repeat 0 0;<br />
	border-right:1px solid #666666;<br />
	}</p>
<p>#cssTags ul.tags li a:hover {<br />
	background-position: 0 -24px;<br />
	}</p>
<p>&lt;/style&gt;<br />
	&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;div id=&quot;ccTags&quot;&gt;<br />
	&lt;ul class=&quot;tags&quot;&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;tag&quot;&gt;tag 1&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;tag&quot;&gt;tag whatever you like&lt;/a&gt;&lt;/li&gt;<br />
	&lt;li&gt;&lt;a href=&quot;#&quot; rel=&quot;tag&quot;&gt;tag three&lt;/a&gt;&lt;/li&gt;<br />
	&lt;/ul&gt;<br />
	&lt;/div&gt;</p>
<p><img src="/images/blog/tag.gif" alt="tags"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2009/05/12/css-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser shots</title>
		<link>http://www.ekstasis.net/log/2009/04/27/browser-shots/</link>
		<comments>http://www.ekstasis.net/log/2009/04/27/browser-shots/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 08:57:33 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2009/04/27/browser-shots/</guid>
		<description><![CDATA[I&#8217;ve created a frame for browser shots &#8211; it&#8217;s the safari browser. All screenshots have to be 300px wide.









 

Here&#8217;s a link to the pre-sliced Photoshop image: mac_browser_sml.psd
Add some extra padding to the bottom and a reflection to the bottom of the browser frame to get that web 2.0 look.
Here&#8217;s the CSS

#browserWrap {
float: left;
margin: 0 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a frame for browser shots &#8211; it&#8217;s the safari browser. All screenshots have to be 300px wide.</p>
<div id="browserWrap">
<div class="browsershot">
<div class="browsershotscroll">
<div class="browsershotscrolltop"><a href="/log/"><img src="/images/blog/website_thumbnail.jpg" width="300" height="263" alt="Eklog" /></a>
<div class="browsershotscrollbot"></div>
</div>
</div>
</div>
</div>
<p> <!-- /#browserWrap --></p>
<div class="clear"></div>
<p>Here&#8217;s a link to the pre-sliced Photoshop image: <a href="/imports/mac_browser_sml.psd" title="Click to download">mac_browser_sml.psd</a></p>
<p>Add some extra padding to the bottom and a reflection to the bottom of the browser frame to get that web 2.0 look.</p>
<h3>Here&#8217;s the CSS</h3>
<p><span id="more-82"></span><br />
#browserWrap {<br />
float: left;<br />
margin: 0 12px 12px 0;<br />
}</p>
<p>#browserWrap .browsershot {<br />
width: 306px;<br />
background: url(images/mac_browser_bot.gif) no-repeat bottom left;<br />
margin: 0;<br />
padding: 0 0 6px 0;<br />
float: left;<br />
position: relative;<br />
}</p>
<p>#browserWrap .browsershot a {<br />
width: 305px;<br />
background: transparent url(images/mac_browser_top.gif) no-repeat top left;<br />
margin: 0;<br />
padding: 20px 0 0 1px;<br />
float: left;<br />
display: block;</p>
<p>}<br />
#browserWrap .browsershotscroll {<br />
width: 306px;<br />
background: transparent url(images/mac_browser_scroll.gif) repeat-y right;<br />
margin: 0;<br />
padding: 0 0 0 10;<br />
float: left;<br />
z-index: 2;<br />
}<br />
#browserWrap .browsershotscrolltop {<br />
background: transparent url(images/mac_browser_scrolltop.gif) no-repeat top right;<br />
margin: 0;<br />
width: 100%;<br />
z-index: 3;<br />
}<br />
#browserWrap .browsershotscrollbot {<br />
width: 6px;<br />
height: 15px;<br />
background: transparent url(images/mac_browser_scrollbot.gif) no-repeat bottom right;<br />
margin: 0;<br />
position: absolute;<br />
bottom: 6px;<br />
right: 0;<br />
z-index: 3;<br />
}<br />
#browserWrap img {<br />
border: 0;<br />
}</p>
<h3>The mark-up</h3>
<p>&lt;div id=&quot;browserWrap&quot;&gt;<br />
&lt;div class=&quot;browsershot&quot;&gt;<br />
&lt;div class=&quot;browsershotscroll&quot;&gt;&lt;div class=&quot;browsershotscrolltop&quot;&gt;<br />
&lt;a href=&quot;/log/&quot;&gt;&lt;img src=&quot;/images/blog/website_thumbnail.jpg&quot; width=&quot;300&quot; height=&quot;263&quot; alt=&quot;Eklog&quot; /&gt;&lt;/a&gt;<br />
&lt;div class=&quot;browsershotscrollbot&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; &lt;!&#8211; /.browsershot &#8211;&gt;<br />
&lt;/div&gt; &lt;!&#8211; /#browserWrap &#8211;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2009/04/27/browser-shots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Email development</title>
		<link>http://www.ekstasis.net/log/2009/01/23/html-email-development/</link>
		<comments>http://www.ekstasis.net/log/2009/01/23/html-email-development/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 00:23:39 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2009/07/19/html-email-development/</guid>
		<description><![CDATA[ I&#8217;ve created a presentation about HTML emails.
Contents:

Design tips
Photoshop/Image software tips
Coding tips
coding examples
Structure
Styling for a variety of email clients
Rendering bug fixing
Email delivery software
Testing
Examples of newsletters: Evans, Miss Selfridge, BHS, House of Fraiser, ASOS, M&#038;S

Here&#8217;s a download link: HTML Email development
]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="/images/blog/spam-spreaders.jpg" alt="spam" /> I&#8217;ve created a presentation about HTML emails.</p>
<p>Contents:</p>
<ul>
<li>Design tips</li>
<li>Photoshop/Image software tips</li>
<li>Coding tips</li>
<li>coding examples</li>
<li>Structure</li>
<li>Styling for a variety of email clients</li>
<li>Rendering bug fixing</li>
<li>Email delivery software</li>
<li>Testing</li>
<li>Examples of newsletters: Evans, Miss Selfridge, BHS, House of Fraiser, ASOS, M&#038;S</li>
</ul>
<p>Here&#8217;s a download link: <a href="/imports/HTML_email_development.pdf" title="click to download" />HTML Email development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2009/01/23/html-email-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Universal Access Point Icons</title>
		<link>http://www.ekstasis.net/log/2008/02/15/universal-access-point/</link>
		<comments>http://www.ekstasis.net/log/2008/02/15/universal-access-point/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 14:55:47 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2008/02/15/universal-access-point/</guid>
		<description><![CDATA[
Wikipedia will tell you that the international symbol for accessibility is the wheelchair symbol. The International Commission on Technology and Accessibility have designated (and copyrighted) this as the International Symbol of Access (ISA).
The symbol is clear, and it denotes wheelchair access. An alternative to stairs or other obstacles which obstruct the access to wheelchairs will [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ekstasis.net/images/logpics/accessibility.jpg" alt="International Symbol of Access according to Wikipedia" /></p>
<p>Wikipedia will tell you that the international symbol for accessibility is the wheelchair symbol. The International Commission on Technology and Accessibility have designated (and copyrighted) this as the International Symbol of Access (ISA).</p>
<p>The symbol is clear, and it denotes wheelchair access. An alternative to stairs or other obstacles which obstruct the access to wheelchairs will not be found where you see this symbol.</p>
<p>Here are a few symbols that could be used as an alternative to a wheelchair:</p>
<p><img src="http://www.ekstasis.net/images/logpics/access-all.jpg" alt="Accessibility Icons - Embossed Vetruvian Man on Internet Navigator globe; Vetruvian man vector in blue and white; Internet navigator globe with keyhole, Apple Universal access icon with Vetruvian Man style twin limbs. " /></p>
<p><img src="http://www.ekstasis.net/images/logpics/access-all2.jpg" alt="Accessibility Icons - Keyboard access icon and symbol in blue and white - keyhole on keyboard key; Audio Description for flash icon; Closed caption for movies. " /></p>
<p><span id="more-63"></span></p>
<p>In the world of the world wide web, access is not about limitations or disabilities, it&#8217;s about alternative ways of accessing shared information. </p>
<p>Some people like to use their finger tips or a little plastic mouse to peruse their digital feeds, as odd as that may sound, and some people like to use their ears, and others use their mobile devices or computer game consoles. </p>
<p>If you don&#8217;t have keyboard access for your user interfaces, people with physical disabilities may not be able to navigate your site, and people with touch screen phones may also be denied access. If your movies don&#8217;t have captioning they&#8217;ll be missed by people with visual impairments and automated internet robots (search engines use these to access to your site&#8217;s content).</p>
<p>The symbols could denote adherence to the following:</p>
<ul>
<li>Content is accessible with a screen reader</li>
<li>Content is clear with CSS and JavaScript turned off</li>
<li>Visual content has alternative text</li>
<li>Moving visual media is captioned</li>
<li>User interface controls have keyboard access</li>
<li>Hyperlinks have titles describing the links destination</li>
<li>Text can still be accessed when enlarged or reduced in size</li>
</ul>
<p>Handy accessibility link: <a href="http://joeclark.org/">joeclark.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2008/02/15/universal-access-point/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bullet proofing for the new browsers</title>
		<link>http://www.ekstasis.net/log/2008/01/15/bullet-proofing-for-the-new-browsers/</link>
		<comments>http://www.ekstasis.net/log/2008/01/15/bullet-proofing-for-the-new-browsers/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 17:24:44 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2008/01/15/bullet-proofing-for-the-new-browsers/</guid>
		<description><![CDATA[
Here&#8217;s a few tips to bear in mind now we have a new range of browsers.
Accessibility needs are becoming more important as a solution to giving cross-browser accessibility to everyone. It&#8217;s not just people who have accessibility needs, now it&#8217;s devices, or &#8216;thin clients&#8217; which are having accessibility issues.
There&#8217;s some new rules for ensuring your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ekstasis.net/images/logpics/newbrowsers.jpg" width="480" height="100" alt="Mobile Browsers" /></p>
<p>Here&#8217;s a few tips to bear in mind now we have a new range of browsers.</p>
<p>Accessibility needs are becoming more important as a solution to giving cross-browser accessibility to everyone. It&#8217;s not just people who have accessibility needs, now it&#8217;s devices, or &#8216;thin clients&#8217; which are having accessibility issues.</p>
<p>There&#8217;s some new rules for ensuring your web site works with browser zoom or in the new mobile browsers.</p>
<h2>Phone browsers</h2>
<p>There&#8217;s two new browsers in town: Apple IPhone and Opera Mini (testing on version 3.1.2). They shrink full websites down to a small screen size. </p>
<p>1. Css media=&#8221;handheld&#8221; is ignored by the iPhone and Opera mini browsers. They think they&#8217;re real browsers. Any style-sheet with media=&#8221;screen&#8221; will be rendered by these phone browsers.</p>
<p>2. Zoom isn&#8217;t a raster zoom. The text font size is reduced independently to the spacial elements. It should be reduced by exactly the same amount but it doesn&#8217;t always work perfectly. </p>
<p><span id="more-62"></span></p>
<p> &#8211; If there&#8217;s a mix of different size fonts on your page, the zoom will try to maintain their relative size ratio. So, for example, if the navigation has a text size that&#8217;s a lot bigger than the body text, it&#8217;s likely it will look too big on a phone browser.<br />
- Piped lists are tricky. If you just add a right border it gets all squashed up. There&#8217;s been a lot of work on developing a piped list (e.g. &#8216;link1 | link2&#8242;) with the best possible mark-up and all presentation separate in the CSS. <a href="http://brunildo.org/test/NavBar8.php">Brunildo&#8217;s CSS piped list</a> is one of the best &#8211; and it seems to work well with browser zoom. He uses the <a href="http://www.cssplay.co.uk/boxes/minwidth.html">cssplay</a> min width technique.  </p>
<p>3. Opera mini doesn&#8217;t do DHTML well. That means it doesn&#8217;t do show-hide toggles, carousels, or menu drop-downs properly. </p>
<p>Here&#8217;s what they say at the <a href="http://dev.opera.com/articles/view/javascript-support-in-opera-mini-4/" title="Click to go to the Opera Mini Dev Center">Opera Mini Dev Center</a>:</p>
<p>1. Limited support for DOM events<br />
2. No background scripting<br />
3. Very limited Ajax support</p>
<p>So all those people who said your web page should be accessible with javascript disabled  may have had a point.</p>
<p>The iPhone can handle these properly.</p>
<p>4.Sliders, dials and drag-drop functionality</p>
<p>Accessible user interfaces are needed for phone browsers with touch screens. The touch screen function is used to either scroll the page or for zoom using the iPhone&#8217;s new &#8216;pinch&#8217; functionality. This means &#8216;draggable&#8217; controls cannot be used with the touch screen technology. This includes sliders, dials and drag-drop elements. So long as the control can be brought into focus and controlled using keys, it should be possible to operate them on some touch screens but the iPhone has no access at all. </p>
<p>5. Flash does not work on the iPhone or using the Opera Mini Browser.</p>
<h2>Zooming on &#8216;computer&#8217; browsers</h2>
<p>1. If people use the zoom in the Opera browser you need to ensure you select background colours properly. Divs with background-color: transparent on top of a div with a white background &#8211; it turns black. You need to set the background-colour to white. (This doesn&#8217;t seem to cause a problem in the mini-opera phone browser.)</p>
<p>2. Zooming on IE7 &#8211; watch out for your floats. This won&#8217;t affect most sites but some liquid sites using opposing floats can be affected. (You don&#8217;t see any of the float issues seen in IE7 (Opera and Opera Mini pass the <a href="http://www.howtocreate.co.uk/acid/" title="Click to see screenshots of the acid test">acid test</a>).)</p>
<div align="center"><img src="http://www.ekstasis.net/images/logpics/ie7zoomlayout1.jpg" width="300" height="373" alt="IE7 zoom text" /></div>
<p><a href="http://www.ekstasis.net/tests/zoomtest/">Click here to see the test</a></p>
<h2>The new box model hack</h2>
<p>Safari isn&#8217;t a new browsers, but it&#8217;s now more widely used. </p>
<p>If you have a liquid layout you&#8217;ll find you need to set the width to 100% for some elements to expand properly in the Safari browser.</p>
<p>Now if that 100% width element contains no text content and you float it against another element, such as a column or an image, Safari can expand it over the second element. The other browsers just expand to the adjacent floated element.</p>
<p>If you pad up an element on the side it&#8217;s sibling elements are floated against, Safari will add the padding to the other side. A workaround is to wrap the div so you can use margin instead of padding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2008/01/15/bullet-proofing-for-the-new-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating batch actions in Photoshop</title>
		<link>http://www.ekstasis.net/log/2007/04/19/creating-batch-actions-in-photoshop/</link>
		<comments>http://www.ekstasis.net/log/2007/04/19/creating-batch-actions-in-photoshop/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 18:27:09 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/2007/04/19/creating-batch-actions-in-photoshop/</guid>
		<description><![CDATA[Instructions for creating a batch action (macro) in Photoshop:
Windows -> Actions
> (button in top right corner of actions box)
> New Set (name)
> New Action (name) &#8212; recording
Image Size
[] untick resample image &#8211; redo resolution &#8211; OK
File automate -> Fit image
(keep the x and y the same) OK
File -> Save as -> Place
File close (For save [...]]]></description>
			<content:encoded><![CDATA[<p>Instructions for creating a batch action (macro) in Photoshop:</p>
<p>Windows -> Actions<br />
> (button in top right corner of actions box)<br />
> New Set (name)<br />
> New Action (name) &#8212; recording</p>
<p>Image Size<br />
[] untick resample image &#8211; redo resolution &#8211; OK</p>
<p>File automate -> Fit image<br />
(keep the x and y the same) OK</p>
<p>File -> Save as -> Place<br />
File close (For save for web must have &#8220;No, don&#8217;t save original&#8221; after close)</p>
<p>Actions -> Stop button</p>
<p>File -> Automate -> Batch</p>
<p>Source -> CHOOSE (button) (supress color profile warnings)</p>
<p>p.s. &#8211; open an image before you start this procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2007/04/19/creating-batch-actions-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All about timing</title>
		<link>http://www.ekstasis.net/log/2006/09/06/all-about-timing/</link>
		<comments>http://www.ekstasis.net/log/2006/09/06/all-about-timing/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 01:21:04 +0000</pubDate>
		<dc:creator>mat</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.ekstasis.net/log/?p=12</guid>
		<description><![CDATA[Here&#8217;s a &#8216;virtual&#8217; version of a nicely designed clock &#8211; created in flash. The location of the site with the original physical clock has been lost &#8211; so sorry, no acknowlegement:










]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a &#8216;virtual&#8217; version of a nicely designed clock &#8211; created in flash. The location of the site with the original physical clock has been lost &#8211; so sorry, no acknowlegement:</p>
<div align="center">
<object width="70" height="70">
<param name="movie" value="/flash/orbit_clock.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="70" height="70" src="/flash/orbit_clock.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ekstasis.net/log/2006/09/06/all-about-timing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
