<?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>72dpi.net.au &#187; Subdreamer</title>
	<atom:link href="http://www.72dpi.net.au/category/subdreamer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.72dpi.net.au</link>
	<description>Web Development and Design</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:06:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A New Free Subdreamer Template</title>
		<link>http://www.72dpi.net.au/2007/08/a-new-free-subdreamer-template/</link>
		<comments>http://www.72dpi.net.au/2007/08/a-new-free-subdreamer-template/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 12:23:55 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Subdreamer]]></category>

		<guid isPermaLink="false">http://test.72dpi.net.au/?p=22</guid>
		<description><![CDATA[I decided (after subtle nudging from TullyMan) to pull my finger out and release a new skin for the Subdreamer Content Management System. The skin you see here makes the use of many new features.
Features

Skin uses MooTools as an effects base
Fantastic new SEO menu (thanks to XhUnTeR for this!)
Mootools effect on the drop down menu
MooTools [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/news/showpics.jpg" border="0" alt="A New Look" width="200" height="133" align="right" />I decided (after subtle nudging from TullyMan) to pull my finger out and release a new skin for the <strong>Subdreamer Content Management System</strong>. The skin you see here makes the use of many new features.<span id="more-22"></span></p>
<h4>Features</h4>
<ul class="tick">
<li>Skin uses <a href="http://mootools.net/" target="_blank">MooTools</a> as an effects base</li>
<li>Fantastic new SEO menu (thanks to XhUnTeR for this!)</li>
<li>Mootools effect on the drop down menu</li>
<li>MooTools ToolTips</li>
<li>Skin switcher, choice of 4 colors (Again, thanks to X!)</li>
<li>Font-Sizer/Switcher</li>
<li>Semantic output for modules</li>
<li>Div &amp; CSS based</li>
<li>Forum integration</li>
</ul>
<p>Plus loads more&#8230;</p>
<p><!---more--></p>
<h4>What else can i do?</h4>
<p><!-- Start Grunge Box --></p>
<div class="roughbluebox">
<div>
<div>
<div>
<h2 class="roughbluebox">Grunge Boxes!</h2>
<div class="roughbluebox_content"><!-- Content here --> </p>
<p>You can add grunge boxes into your content. By adding a few div&#8217;s and assigning a class, you can add content simply * easily. Currently I have only included blue boxes, so feel free to create your own.</p>
<p>It&#8217;s a good place to start to make things &#8220;stand out&#8221; a little better.</p>
<p>Use like:<br />
<strong></strong></p>
<p><strong>&lt; div class=&#8221;roughbluebox&#8221;&gt;<br />
&lt; div&gt;<br />
&lt; div&gt;<br />
&lt; div&gt;<br />
&lt; h2 class=&#8221;roughbluebox&#8221;&gt;heading goes here!&lt; / h2&gt;<br />
&lt; div class=&#8221;roughbluebox_content&#8221;&gt;<br />
<!-- Content here --><br />
&lt; p&gt;Content goes here!&lt; /p&gt;<br />
<!-- End Content --><br />
&lt; / div&gt;<br />
&lt; / div&gt;<br />
&lt; / div&gt;<br />
&lt; / div&gt;<br />
&lt; / div&gt;<br />
</strong></p>
<p><!-- End Content --></div>
</div>
</div>
</div>
</div>
<p><!-- End grunge Box --></p>
<h4>Cpanel</h4>
<p>I have added a &#8220;CPanel&#8221; for you to add goodies to. This uses MooTools for the action, and degrades gracefully if JS is turned off. I recommend only adding extras in this box, not things like user Logins etc&#8230;</p>
<h4>Tool Tips</h4>
<p>If you want to add a Tool Tip to an item, such as an image or a link, you can do so by adding a <strong>class</strong> and a <strong>title</strong> within the code.<br />
ie: &lt; img src=&#8221;blah.gif&#8221; alt=&#8221;blah&#8221; title=&#8221;Tip Title :: Hello!&#8221; class=&#8221;Tips2&#8243; width=&#8221;10&#8243; height=&#8221;10&#8243; /&gt;<br />
More examples:</p>
<ul class="arrow">
<li><a class="Tips1" title="Instant :: I appear Instantly!" href="#">Tips1</a> == Appears instantly</li>
<li><a class="Tips2" title="Fade :: I Fade In &amp; Out!" href="#">Tips2</a> == Fades in &amp; Out</li>
<li><a class="Tips3" title="Fixed :: I am Fixed!" href="#">Tips3</a> == Fixed Position</li>
<li><a class="Tips4" title="Custom :: I am a Custom box!" href="#">Tips4</a> == Custom Box (design your own Via CSS)</li>
</ul>
<ul class="linkout">
<li><a class="Tips2" title="Awesome! :: ooooh, thanks MooTools!" href="http://demos.mootools.net/Tips" target="_blank">Want to know more? see the MooTools Demo!</a></li>
</ul>
<p>The beauty is, the styles are controlled by CSS.</p>
<h4>Classes for color</h4>
<p>two important additions are:<br />
<span class="alert">Alert (red text)</span> &#8211; Use like: class=&#8221;alert&#8221;<br />
<span class="confirm">Confirm (green text)</span> &#8211; Use like: class=&#8221;confirm&#8221;<br />
Again, this is for visual appeal &amp; recognition.</p>
<h4>Heading Classes</h4>
<p>I have added styles for headings, to helps split up content.</p>
<h1>H1 tag</h1>
<h2>H2 tag</h2>
<h3>H3 tag</h3>
<h4>H4 tag</h4>
<h5>H5 tag</h5>
<h4>Unordered Lists</h4>
<p>Want more control over the style of your unordered lists? yeah, mee too, so I have added a few classes to make your life better.</p>
<ul class="arrow">
<li>This is an unordered lists using arrows</li>
<li>Use like: &lt; ul class=&#8221;arrow&#8221;&gt;</li>
</ul>
<ul class="dot">
<li>This is an unordered lists using dots</li>
<li>Use like: &lt; ul class=&#8221;dot&#8221;&gt;</li>
</ul>
<ul class="tick">
<li>This is an unordered lists using ticks</li>
<li>Use like: &lt; ul class=&#8221;tick&#8221;&gt;</li>
</ul>
<ul class="acrobat">
<li>This is an unordered lists using the acrobat icon</li>
<li>Use like: &lt; ul class=&#8221;acrobat&#8221;&gt;</li>
</ul>
<ul class="acrobatout">
<li>This is an unordered lists using the external acrobat icon</li>
<li>Use like: &lt; ul class=&#8221;acrobatout&#8221;&gt;</li>
</ul>
<ul class="anchor">
<li>This is an unordered lists using the &#8220;jump to anchor&#8221; icon</li>
<li>Use like: &lt; ul class=&#8221;anchor&#8221;&gt;</li>
</ul>
<ul class="linkout">
<li>This is an unordered lists using the &#8220;linkout&#8221; icon</li>
<li>Use like: &lt; ul class=&#8221;linkout&#8221;&gt;</li>
</ul>
<h4>Classes for links</h4>
<p>To give you more control over looks, and help with visual design, I have adedd several classes that allow you to design the overall look &amp; feel of links. These include links:<br />
<a class="linkout" href="#">Linkout</a> &#8211; use: class=&#8221;linkout&#8221;<br />
<a class="anchor" href="#">Anchor</a> &#8211; use: class=&#8221;anchor&#8221;<br />
<a class="acrobatout" href="#">Acrobatout out</a> &#8211; use: class=&#8221;acrobatout&#8221;<br />
<a class="acrobat" href="#">Acrobat</a> &#8211; use: class=&#8221;acrobat&#8221;</p>
<h4>Dividing content</h4>
<p>Want to break up your content, rather than just use a &#8220;hr&#8221; (horizontal rule)then use: &lt; div class=&#8221;hdot&#8221;&gt; <!-- div--></p>
<p>The class <strong>hdot</strong> will add a 1 px hight dotted line across the page.</p>
<h4>Where to from here?</h4>
<p>Get creative, add extras, you can add so much to this skin it&#8217;s not funny. Since it has MooTools as a base, you can extend features, add image slides &amp; more. Visit <a class="linkout" href="http://mootools.net/" target="_blank">MooTools</a> for more tricks.</p>
<p>Consider this a <em>work</em> in progress, it will be released on Subdreamer.org hopefully this saturday. All feedback is welcome (I expect to get a million bug reports.</p>
<p>Any questions, just ask!</p>
<h4 class="alert"><img src="images/icons/traffic-cone_24.png" alt="Alert" width="24" height="24" /> Important Information!</h4>
<p class="alert"><strong> *Note:</strong> if you use &#8220;<strong>Div&#8217;s</strong>&#8221; in your content, or any plugins do, any extra closing divs/bad markup will break the layout, so be sure your content &amp; plugins are well coded!</p>
<h4>Download</h4>
<p>This skin is available at <a href="http://www.subdreamer.org">Subdreamer.org</a> (*requires membership), and is only for the <strong>Subdreamer CMS</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.72dpi.net.au/2007/08/a-new-free-subdreamer-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
