<?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>designerZen &#187; php</title>
	<atom:link href="http://www.designerzen.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerzen.com</link>
	<description>design and creative works of zenon olenski</description>
	<lastBuildDate>Mon, 22 Mar 2010 11:58:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dynamic Typographic Styles</title>
		<link>http://www.designerzen.com/2009/dynamic-typographic-styles/</link>
		<comments>http://www.designerzen.com/2009/dynamic-typographic-styles/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:29:12 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=272</guid>
		<description><![CDATA[After writing about vertical rhythms and using a fixed baseline to set type to fit perfectly  onto a grid,  I thought it fitting to release my Typographic CSS generator. It&#8217;s job is three fold, firstly, it resets all styles (negating the use for a reset.css), secondly it sets a cross-browser compatible baseline and adjusts all [...]]]></description>
			<content:encoded><![CDATA[<p>After writing about vertical rhythms and using a fixed baseline to set type to fit perfectly  onto a grid,  I thought it fitting to release my Typographic CSS generator. It&#8217;s job is three fold, firstly, it resets all styles (negating the use for a reset.css), secondly it sets a cross-browser compatible baseline and adjusts all type to fit accordingly, and thirdly it kerns text to make it as readable as possible, especially at the smallest sizes.<span id="more-272"></span><a title="Dynamic Typographic Style Sheet Generator" href="Try it out for yourself" target="_blank">Try it out for yourself</a>, the power lies in the different settings you can add to the query line&#8230;</p>
<h5>Here are some examples with text</h5>
<ol>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;textcol=10,10,100&amp;linkcol=990000&amp;max=96&amp;p=14" target="_blank">Example 01</a> : Red Links, Blue Text (set as individual RGB colours), Maximum font size is 96 points, baseline set at 22 pixels, paragraph set to 14pts</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;textcol=0000FF&amp;linkcol=990000&amp;max=96&amp;capitalise=true" target="_blank">Example 01</a> : Red Links, Blue Text, Maximum font size is 96 points, baseline set at 22 pixels, Headlines in Capitals</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=18&amp;textcol=60,60,0&amp;linkcol=ff0000&amp;max=72" target="_blank">Example 01</a> : Red Links, Brown Text (set as individual RGB colours), Maximum font size is 72 points, baseline set at 18 pixels</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;linkcol=0,0,255&amp;max=46&amp;min=4" target="_blank">Example 02</a> : Blue Links, Maximum font size is 46 points, Minimum is 4 points, baseline set at 22 pixels, Headlines are in capitals</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=34&amp;textcol=0,10,0&amp;linkcol=0,255,0&amp;h1=56&amp;p=18" target="_blank">Example 03</a> : Green Links, H1 set as 56 points, p set to 18 points, baseline set at 34 pixels</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?h1=100&amp;h2=90&amp;h3=80&amp;h4=40&amp;h5=30&amp;h6=20&amp;blockquote=24&amp;textcol=0,0,110" target="_blank">Example 04</a> : Blue Text, H1 set at 100 points, H2 set at 90 points, H3 set at 80 points, H2 set at 40 points, blockquote set at 24points</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?scale=100" target="_blank">Example 05</a> : Double size deafults</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;max=36&amp;textcol=5b504c&amp;font=%27helvetica%27&amp;capitalise=true&amp;linkcol=192d6a&amp;hovercol=37acc4&amp;p=14">Example 06</a> : <em>This</em> site!</li>
</ol>
<p>All of the output CSS is w3c valid, cross browser compatible, scales neatly and is commented and laid out readably.</p>
<p>If you are interested in the inner workings of the script, I am more than happy to release it under a GNU license which would mean that you could use it for any reason you liked, so long as any improvements you do &#8211; I have access to! Everyone wins.</p>
<p>You can currently access the latest version in the SVN at <a title="Google Code Repo for Designerzen" href="http://code.google.com/p/css-dynamic-typographic-php/" target="_blank">Google Code.</a></p>
<p><em>Note :  the query sent to the test page is identical to the query sent to the dynamic CSS file.</em></p>
<hr />
<p>By simply including the <a href="type.css.php">type.css</a> file, you automatically reset and normalize the presentation of HTML elements.<br />
The process creates a level playing field upon which to author your layout CSS. The most common elements are automatically created with sufficient vertical spacing so as to fit onto any sized grid</p>
<p>Typograhpy is handled internally so that all text is easy to read (even at the smallest sizes) and sticks to the specified baseline.<br />
<strong>Kerning and Leading</strong> is added to all small fonts, and margins to all larger ones in keeping with the vertical rythmn that you can specify as part of the query string.<br />
The current baseline is set at <strong>22 pixels</strong> and the source code CSS can be viewed <a href="type.css.php?baseline=22&amp;max=36&amp;textcol=5b504c&amp;font=%27helvetica%27&amp;capitalise=true&amp;linkcol=192d6a&amp;hovercol=37acc4&amp;p=14">here</a>.</p>
<p>The idea for this script came from various sources, most notably <a href="http://webtypography.net/">webtypography.net</a>, and <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/">css reset</a> by Eric Meyer.<br />
Its main goal is to ensure that web principles for good typography are followed automatically for all type sizes, and that all elements flow vertically along a measured rythmn.<br />
Almost all elements are affected by the CSS, from <em>H1</em> through <em>H6</em>, to more obscure elements such as <em>ABBR</em> and <em>KBD</em> &#8211; each is reset so as to remove any existing styles imposed by certain browsers.<br />
All code is fully cross platform and complies with <a href="http://validator.w3.org/check/referer">W3C</a> standards for web accessibilty.</p>
<h6>CSS Source Code : <a href="type.css.php?baseline=22&amp;max=36&amp;textcol=5b504c&amp;font=%27helvetica%27&amp;capitalise=true&amp;linkcol=192d6a&amp;hovercol=37acc4&amp;p=14">type.css</a></p>
<p><!-- Configuration --></h6>
<h4>Options :</h4>
<ol>
<h5>Headings :</h5>
<li><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=0&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=0&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Toggle Capitalisation of Headlines</a></h6>
</li>
<li><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=1&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=1&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Toggle to SERIF Typefaces</a></h6>
</li>
<li><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14&amp;print=1"><br />
</a></p>
<h6><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14&amp;print=1">Print Mode</a></h6>
<h5>Sizes :</h5>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=37&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=37&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Increase Maximum Font Size by +1 (to 37 points)</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=46&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=46&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Decrease Maximum Font Size by +10 (to 46 points)</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=35&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=35&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Increase Maximum Font Size by -1 (to 35 points)</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=26&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=26&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Decrease Maximum Font Size by -10 (to 26 points)</a></h6>
</li>
<li>Max Size : <a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">36 points</a> | <a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=40&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">40 points</a> | <a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=48&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">48 points</a> | <a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=96&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">96 points</a></li>
<h5>Grid :</h5>
<li><a href="?baseline=23&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=23&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Increase Baseline by +1 (new size : 23 pixels)</a></h6>
</li>
<li><a href="?baseline=21&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=21&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Decrease Baseline by -1 (new size : 21 pixels)</a></h6>
</li>
<li>Baseline : <a href="?baseline=18&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">18 pixels</a> | <a href="?baseline=20&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">20 pixels</a> | <a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">22 pixels</a> | <a href="?baseline=24&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">24 pixels</a> | <a href="?baseline=32&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">32 pixels</a></li>
</ol>
<h5>Colour :</h5>
<ol>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=000000&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=000000&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Black Text</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=090105&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=090105&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Brown Text</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=FF0000&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=FF0000&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Red Links</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=00AA00&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=00AA00&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Green Links</a></h6>
</li>
<li><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=0000AA&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14"><br />
</a></p>
<h6><a href="?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=0000AA&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14">Blue Links</a></h6>
<form action="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;textcol=5b504c&amp;linkcol=192d6a&amp;serif=0&amp;max=36&amp;min=6&amp;font=%5C%27helvetica%5C%27&amp;hovercol=37acc4&amp;p=14" method="get"> </form>
<li>Text Colour :<br />
<input maxlength="8" name="textcol" size="10" type="text" value="5b504c" /> (You can use Hex or RGB Values)</li>
<li>Link Colour :<br />
<input maxlength="8" name="linkcol" size="10" type="text" value="192d6a" /> (You can use Hex or RGB Values)</li>
<li>
<input type="submit" value="submit" /></li>
</li>
</ol>
<hr />
<h5>Examples :</h5>
<ol>
<li><a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;textcol=10,10,100&amp;linkcol=990000&amp;max=96&amp;p=14">Example 01</a> :<br />
Red Links, Blue Text (set as individual RGB colours), Maximum font size is 96 points, baseline set at 22 pixels, paragraph set to 14pts</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;textcol=0000FF&amp;linkcol=990000&amp;max=96&amp;capitalise=true">Example 01</a> :<br />
Red Links, Blue Text, Maximum font size is 96 points, baseline set at 22 pixels, Headlines in Capitals</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=18&amp;textcol=60,60,0&amp;linkcol=ff0000&amp;max=72">Example 01</a> :<br />
Red Links, Brown Text (set as individual RGB colours), Maximum font size is 72 points, baseline set at 18 pixels</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=22&amp;capitalise=true&amp;linkcol=0,0,255&amp;max=46&amp;min=4">Example 02</a> :<br />
Blue Links, Maximum font size is 46 points, Minimum is 4 points, baseline set at 22 pixels, Headlines are in capitals</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?baseline=34&amp;textcol=0,10,0&amp;linkcol=0,255,0&amp;h1=56&amp;p=18">Example 03</a> :<br />
Green Links, H1 set as 56 points, p set to 18 points, baseline set at 34 pixels</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?h1=100&amp;h2=90&amp;h3=80&amp;h4=40&amp;h5=30&amp;h6=20&amp;blockquote=24&amp;textcol=0,0,110">Example 04</a> :<br />
Blue Text, H1 set at 100 points, H2 set at 90 points, H3 set at 80 points, H2 set at 40 points, blockquote set at 24points</li>
<li> <a href="http://www.designerzen.com/web/code/test.php?scale=100" target="_blank">Example 04</a> :<br />
Double size deafults</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/dynamic-typographic-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 010 : Typographic Baselines</title>
		<link>http://www.designerzen.com/2009/day-010-typographic-baselines/</link>
		<comments>http://www.designerzen.com/2009/day-010-typographic-baselines/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:09:39 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[designerzen]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=275</guid>
		<description><![CDATA[After coding multiple sites this week and evangelising about fixed baselines last week, I have found myself constantly having to do irritating fiddly maths or copy-pasting previously worked out styles. The problem with this is two fold &#8211; firstly, many of my new projects are based on a 22 pixel baseline (rendering much of my [...]]]></description>
			<content:encoded><![CDATA[<p>After coding multiple sites this week and evangelising about fixed baselines last week, I have found myself constantly having to do irritating fiddly maths or copy-pasting previously worked out styles. The problem with this is two fold &#8211; firstly, many of my new projects are based on a 22 pixel baseline (rendering much of my old code obsolete) and secondly, headlines vary in sizes on every site dependent on the visual aesthetics of the content.<span id="more-275"></span> This site uses large &#8211; well spaced headlines which I had to programatically typeset myself using line-height and margins to maintain a strict vertical rhythm. The maths is not complicated, in fact it is very simple, but if for each site I have to create six headline styles and define the correct kerning which takes time. This has led me to create this Dynamic Typography CSS Generator for typography.I have released the script for all to use. You can read more about it and the many usages for it <a href="http://www.designerzen.com/2009/dynamic-typographic-styles/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/day-010-typographic-baselines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NomadRadio.fm</title>
		<link>http://www.designerzen.com/2009/nomadradiofm/</link>
		<comments>http://www.designerzen.com/2009/nomadradiofm/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 14:27:56 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Favourites]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=223</guid>
		<description><![CDATA[Renegade Web Radio Bored of the charts? Looking for sounds to keep you occupied? Look no longer with music and mixes from around the world in one simple interface &#8211; combining a podcast, blog and mix aggregator &#8211; held together with AJAX magic check it out @ nomadradio.fm Features Cross Fading between tracks Prefetching of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="right size-thumbnail wp-image-318" title="Nomad Screenshot" src="http://www.designerzen.com/blog/wp-content/uploads/2009/04/screenshot-150x150.jpg" alt="Nomad Radio dot FM" width="150" height="150" /></p>
<h3>Renegade Web Radio</h3>
<p>Bored of the charts? Looking for sounds to keep you occupied? Look no longer with music and mixes from around the world in one simple interface &#8211; combining a podcast, blog and mix aggregator &#8211; held together with AJAX magic</p>
<p><span id="more-223"></span><br />
check it out @ <a title="Nomad Radio" class="external_link" href="http://nomadradio.fm/">nomadradio.fm</a></p>
<h4>Features</h4>
<ul>
<li>Cross Fading between tracks</li>
<li>Prefetching of the next track so that there aren&#8217;t any gaps between songs</li>
<li>A fast visualiser that reacts onbeat as well as to the frequencies</li>
<li>Saved volume and a rotary dial <img src='http://www.designerzen.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>AJAX backend so that you can browse around without losing audio</li>
<li>Flash <-> Javascript bi-communication</li>
</ul>
<p>Get involved and send over your mixes!</p>
<div class="flashbox frame">
<a id="max" class="embedflash alignright" style="width: 300px; height: 360px;" href="http://www.nomadradio.fm/wp-content/themes/NomadRadio/MusicVacuum.swf?iptc=http://www.nomadradio.fm/?feed=podcast&#038;seamless=true&#038;autostart=false&#038;crossfade_duration=500&#038;crossfade_curve=0&#038;buffer_duration=1000">nomad radio player</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/nomadradiofm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mixtape.FM</title>
		<link>http://www.designerzen.com/2007/mixtape/</link>
		<comments>http://www.designerzen.com/2007/mixtape/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 18:43:10 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Favourites]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web-services]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/blog/index.php/2007/introducing-a-new-way-to-enjoy-music/</guid>
		<description><![CDATA[introducing a new way to enjoy music! Mix your favourite music blogs with your social bookmarks, add streaming radio and folksonomy&#8230; integrate with new music web services plus the latest web trends and what do you get&#8230;? Social Music for the masses Mixtape Democratic Radio Ver 0.8 What is it? A fancy new website that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://www.designerzen.com/blog/wp-content/uploads/2007/03/democracy.gif" alt="Social Radio for the masses" /></p>
<h3>introducing a new way to enjoy music!</h3>
<p>Mix your favourite music blogs with your social bookmarks, add streaming radio and folksonomy&#8230; integrate   with new music web services plus the latest web trends and what do you get&#8230;?<span id="more-6"></span></p>
<blockquote><p>Social Music for the masses</p></blockquote>
<p><a title="follow me..." href="http://www.designerzen.com/democracy/">Mixtape Democratic Radio Ver 0.8</a></p>
<h5>What is it?</h5>
<p>A fancy new website that collects your<strong> favourite music blogs</strong>, MP3s and <strong>net playlists</strong> into one universally accessible site. Read about music, discover new music, and <strong>listen to &amp; download the latest songs</strong> based on your web-based bookmarks and the <strong>social bookmarks of thousands</strong>.</p>
<h5>What does it do?</h5>
<p>The use of a social bookmarking service allows you to <em>bookmark practically any music service</em>. You can save simple <strong>RSS</strong> or <strong>ATOM feeds</strong> from your favourite music blog, your <strong>XSPF playlists</strong>, even <strong>M3U </strong>radiostreams! The volume of music services is growing by the day, so you can aggregate all your favourite music from sites such as<em> Imeem, IJig, The Hype Machine, BlogDigger </em>or any blog from the thousands collected on <em>el.bo.ws</em>.</p>
<p>Furthermore, if you use<strong> last.fm</strong> webservices &#8211; which I highly recommend &#8211; you can save your recently played songs, find out which songs you already have in your collection and get advice on music that you would like but just haven&#8217;t yet heard.</p>
<h5>How does it work?</h5>
<p>The channels are saved in your favourite online social bookmark collection. If you don&#8217;t have one, look no further than <a href="http://del.icio.us">Del.icio.us</a>&#8230;</p>
<p>Simply save the RSS feed from your favourite music blog using the tag <em>mp3blogfeed</em> and your music-blog will be <strong>automatically available to everybody in the world on the home page</strong> with the most recent at the top. If you prefer to only see your own bookmarks, simply enter your del.icio.us username in the settings box, or if you are using another service, the correct RSS URL.</p>
<p>Playlists are automatically saved onto your hard disk as shared flash-cookies along with such useful things as volume and the last page you visited &#8211; dive back in from where you started!</p>
<h5>What&#8217;s in store for the future&#8230;</h5>
<ul>
<li>Better integration &amp; support for M3U streaming audio files.</li>
<li>Actionscript 3 version with interactive music controls, pitch, cue, crossfading between songs.</li>
<li>Integrate last.fm radio stations for each user!</li>
</ul>
<h5 class="bluu">Technical details</h5>
<p class="geek">Written entirely from the ground up in <strong>actionscript 2</strong> &#8211; <em>no components, no templates</em>.</p>
<p>Uses <em>Shared Local Objects</em> to save xspf playlist, volume and recent browsing history.</p>
<p>Features <strong>javascript data api</strong> to allow bookmarking and the emailing of blog links.</p>
<p>Uses your existing social bookmarking services &#8211; <strong>imports RSS, XML &amp; OPML.</strong></p>
<p><strong>Intelligent caching of data</strong> and pre-empting of user desired information.</p>
<p>Features a scrolling data window with mousewheel input, inertia and variable speed scrolling.</p>
<p><a class="website" title="follow me..." href="http://www.designerzen.com/democracy/">Check it out, tell me what you think!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2007/mixtape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stereo Art</title>
		<link>http://www.designerzen.com/2007/stereo-art/</link>
		<comments>http://www.designerzen.com/2007/stereo-art/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:54:28 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Microsites]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/blog/index.php/2007/stereo-art/</guid>
		<description><![CDATA[music meet art / east meets west A fascinating hybrid of electro J-Pop and classical cello, the Stereo Art project is still in its early phase, but thanks to many live performances, the word is spreading! As the idea is to combine music &#38; art, I was commissioned to put together a clean but &#8216;scribbled&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designerzen.com/blog/wp-content/uploads/2007/01/stereoart.png" class="right" alt="Stereo Art" /></p>
<h3>music meet art / east meets west</h3>
<p>A fascinating hybrid of electro J-Pop and classical cello, the Stereo Art project is still in its early phase, but thanks to many live performances, the word is spreading!<span id="more-13"></span></p>
<p>As the idea is to combine music &amp; art, I was commissioned to put together a clean but &#8216;scribbled&#8217; style Flash website to show off the music and display live news. The end result is a scruffy but-not-too-shabby gallery and news reader all wrapped round a live music streamer. You can check it out <a href="http://www.stereoart.co.uk/">here</a>.</p>
<p>The design process was refreshingly quick with this project&#8230;After five minutes of sketch ideas, Producer Pop lifts up the most basic looking sketch and finalised,</p>
<blockquote><p>Less is more! &#8230; Complete!</p></blockquote>
<p>and so within a short space of sketching (and a few months of actionscript coding!) the site was launched and began picking up popularity. If you want to check out the Western J-Pop sounds, <a href="http://www.stereoart.co.uk">see it here!</a></p>
<h5 class="bluu">Technical details</h5>
<p class="geek"> Full Screen 100% <strong>actionscript 2</strong> &#8211; <em>no components, no templates</em>.<br />
Uses <em>Shared Local Objects</em> to save volume.<br />
Imports web services from Flickr and Blogger.com.<br />
Intelligent gallery module with thumbnail zoom and comments.<br />
Designed as a widget to be entirely embeddable into any site with just three lines of html.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2007/stereo-art/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>saffrolla sounds</title>
		<link>http://www.designerzen.com/2007/saffrolla/</link>
		<comments>http://www.designerzen.com/2007/saffrolla/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 17:29:41 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Favourites]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web-services]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/2007/saffrolla/</guid>
		<description><![CDATA[Ajax Multimedia webshop! Dripping with high-tech features, this new music label offers free previews, podcasts and chances to buy digital songs or vinyl! This one stop site will cater for all your eclectic dance needs. Don&#8217;t forget about the secret button! This new music label that cut its teeth releasing party vinyl has gone digital [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designerzen.com/blog/wp-content/uploads/2007/07/saffrolla.gif" class="right" alt="Saffrolla Sounds Homepage" /></p>
<h3>Ajax Multimedia webshop!</h3>
<p>Dripping with high-tech features, this new music label offers free previews, podcasts and chances to buy digital songs or vinyl! This one stop site will cater for all your eclectic dance needs. Don&#8217;t forget about the secret button!  <span id="more-82"></span></p>
<p>This new music label that cut its teeth releasing party vinyl has gone digital with a <strong>fresh new music website</strong> and<strong> shop</strong>!</p>
<p><strong>Play music whilst shopping for music</strong>, previewing any track live. That was the main objective&#8230; well that along with high quality music delivery using Web2.0 features such as podcasting and rss feeds.</p>
<p>With a stark graphic style by <strong>Vacant Design</strong> we needed some strong visual animations as cue points for actions. The Flash-based music player is autonomous and animated as it loads an artist&#8217;s playlist or swaps between songs. For those not of a nervous disposition, there is always the <em>secret hyper mode</em> (*top dial on the left) if you find it too tame.</p>
<p>Speaking of the music player, let me mention a few unique features:</p>
<ul>
<li>automatic saving of your volume preference for when you come visit us again</li>
<li>communicates with the artists&#8217; pages so that songs can be selected outside of the music player</li>
<li>wholly animated to reflect the party music is playing with regards to the volume</li>
<li>super secret party mode for fast processors</li>
</ul>
<p>If you would like to attend any events, join the mailing list and check out the news and live pages.</p>
<h2 class="bluu">Technical details</h2>
<p class="geek">  ⊗ ActionScript 2.0 Custom music player code with intelligent internal music database.</p>
<p>⊗	Flash mx compatible with ActionScript animated GUI.</p>
<p>⊗	Music Player loads XML, RSS and XSPF playlists from the netcast.</p>
<p>⊗	Javascript html music controls and feedback &#8211; communicating between flash and html.</p>
<p>⊗	On-the-fly xpsf and xml (atom or RSS) playlist creation with scraped coverart</p>
<p>⊗	Based on the Opensource CMS WordPress. Yes really!</p>
<p>⊗	SEO super optimised with analytical software to determine most important records.</p>
<p>⊗	All Artists and channels have relevant RSS and ATOM feeds.</p>
<p>⊗	AJAX page requests into dynamic html.</p>
<p>⊗	Down-gradeable to simple html shop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2007/saffrolla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
