<?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>Abi Rendon - Sysadmin &#187; design</title>
	<atom:link href="http://www.abirendon.com/index.php/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abirendon.com</link>
	<description>The trials and tribulations of a web developer and sysadmin.</description>
	<lastBuildDate>Mon, 07 Feb 2011 00:43: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>New URL and Design</title>
		<link>http://www.abirendon.com/index.php/2009/02/19/new-url-and-design/</link>
		<comments>http://www.abirendon.com/index.php/2009/02/19/new-url-and-design/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:12:09 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.abirendon.com/?p=171</guid>
		<description><![CDATA[As some might have noticed, I&#8217;ve recently updated my domain to abirendon.com and I&#8217;ve also applied a new wordpress theme, just made a few tweaks but it all seems to be working splendidly and it looks good. I&#8217;ll be posting some guides on setting up and configuring VMWare ESXi, converting VMWare Server VMs to ESXi &#8230; <a href="http://www.abirendon.com/index.php/2009/02/19/new-url-and-design/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As some might have noticed, I&#8217;ve recently updated my domain to <a href="http://www.abirendon.com">abirendon.com</a> and I&#8217;ve also applied a new wordpress theme, just made a few tweaks but it all seems to be working splendidly and it looks good.</p>
<p>I&#8217;ll be posting some guides on setting up and configuring VMWare ESXi, converting VMWare Server VMs to ESXi format, configuring a raid 5 array on an MSA20 via linux command line and hopefully some more interesting pictures.</p>
<p>I&#8217;ve also just bought an iphone so I&#8217;ll probably be messing around with doing updates on the go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2009/02/19/new-url-and-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML, CSS, and Positioning</title>
		<link>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/</link>
		<comments>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 09:28:40 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.azuretek.com/?p=22</guid>
		<description><![CDATA[As many may have noticed I now have a brand new layout and I&#8217;m really digging it. It didn&#8217;t come with it&#8217;s share of problems though and I&#8217;ll point them out here. I started with the base layout, it&#8217;s called Aeros it was put together by Joe at thebuckmaster.com. I didn&#8217;t change too much but &#8230; <a href="http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As many may have noticed I now have a brand new layout and I&#8217;m really digging it. It didn&#8217;t come with it&#8217;s share of problems though and I&#8217;ll point them out here.</p>
<p>I started with the base layout, it&#8217;s called <a href="http://wordpress.org/extend/themes/aeros">Aeros</a> it was put together by Joe at <a href="http://thebuckmaker.com/aeros/">thebuckmaster.com</a>.</p>
<p>I didn&#8217;t change too much but I did make some changes that I think make this layout a cut above the original.</p>
<p><span id="more-22"></span></p>
<div class="ljcut">
<p>I started out and immediately decided to pick a new background image, I&#8217;m not saying the defaults weren&#8217;t decent but I personally couldn&#8217;t stand the blurry background. I am now using one of my favorite desktop images as my background, it&#8217;s called <a href="http://nuahs.deviantart.com/art/Coastal-Sunset-63358385">Coastal Sunset by nauHs</a>.</p>
<p>I personally don&#8217;t like fixed width layouts either so that had to change. I adjusted the body container&#8230;</p>
<blockquote><p>
#rap {<br />
margin:0 auto;<br />
width:90%;<br />
}
</p>
</blockquote>
<p>I also had to change the <strong>#headmenu</strong> and <strong>#header</strong> div width to 100%. to fit the new dynamic layout.</p>
<p>I tried to make my changes entirely in the CSS but unfortunately to make the content area fit properly I had to add a new div (all pages with this post bit), in addition to some extra CSS to use positioning.</p>
<p>the html&#8230; (don&#8217;t forget to close the tags)</p>
<blockquote><p>
&lt;div class=&#8221;list_postcontainer&#8221;&gt;<br />
&lt;div class=&#8221;datecomrap&#8221;&gt;
</p>
</blockquote>
<p>and the CSS&#8230;</p>
<blockquote><p>
.list_postcontainer<br />
{<br />
float: left;<br />
clear: left;<br />
width: 100%;<br />
}
</p>
</blockquote>
<p>Next remove the margin_bottom and width attributes from the <strong>.storywrap</strong> class and add&#8230;</p>
<blockquote><p>
margin: 0 auto 15px 35px;
</p>
</blockquote>
<p>Next just add the following attributes to the <strong>.datecomrap</strong> class and you should be good to go.</p>
<blockquote><p>
clear: left;<br />
position: absolute;
</p>
</blockquote>
<p>I think I also adjusted the side bar to use 18% width instead of the fixed width it used to be, I personally think that dynamic layouts are the only way to go, having a fixed width just makes your design look bad or weird in other people&#8217;s browsers.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An actual layout!</title>
		<link>http://www.abirendon.com/index.php/2006/12/24/an-actual-layout/</link>
		<comments>http://www.abirendon.com/index.php/2006/12/24/an-actual-layout/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 01:48:15 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.azuretek.com/archives/13</guid>
		<description><![CDATA[So I&#8217;ve decided to actually make my actual site finally. I haven&#8217;t really fleshed it out but I plan to put up details regarding all my current projects and basically just talking about my life and my work as a web developer. Nobody will be reading this for sure but I&#8217;ll make sure to keep &#8230; <a href="http://www.abirendon.com/index.php/2006/12/24/an-actual-layout/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve decided to actually make my actual site finally. I haven&#8217;t really fleshed it out but I plan to put up details regarding all my current projects and basically just talking about my life and my work as a web developer.</p>
<p>Nobody will be reading this for sure but I&#8217;ll make sure to keep whoever wants to know up to date with all the happenings in my travels and the problems I run into while coding my language of choice, PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2006/12/24/an-actual-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

