<?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; php</title>
	<atom:link href="http://www.abirendon.com/index.php/tag/php/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>Tue, 17 Aug 2010 00:44:19 +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>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 I did [...]]]></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>Joomla?</title>
		<link>http://www.abirendon.com/index.php/2007/04/23/joomla/</link>
		<comments>http://www.abirendon.com/index.php/2007/04/23/joomla/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 20:21:24 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Labor]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.azuretek.com/archives/17</guid>
		<description><![CDATA[NetRiver is officially using Joomla as a CMS solution. Because of this I&#8217;m working on a way to automate installation and templating from our development team. Currently it takes me about 3 hours of modification to successfully template a Joomla install.
I&#8217;m working on a way to automate most of the process and basically get those [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://netriver.net">NetRiver</a> is officially using Joomla as a CMS solution. Because of this I&#8217;m working on a way to automate installation and templating from our development team. Currently it takes me about 3 hours of modification to successfully template a Joomla install.</p>
<p>I&#8217;m working on a way to automate most of the process and basically get those 3 hours of my time back to put towards other things.</p>
<p>So far I&#8217;ve made a base SVN trunk for our Joomla installs. The trunk has a default basic template and a set of our &#8220;supported&#8221; modules. We currently have a similar setup for our Chambergate product and I&#8217;m going to be maintaining our joomla base install. Hopefully the way I&#8217;m doing it will make it easier to roll out mass updates for people and also allow us to document a set of static features.</p>
<p>You can check out my default install <a href="http://joomla.nr-dev.com">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2007/04/23/joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Heart Chinese</title>
		<link>http://www.abirendon.com/index.php/2007/04/22/i-heart-chinese/</link>
		<comments>http://www.abirendon.com/index.php/2007/04/22/i-heart-chinese/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 02:31:26 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Labor]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.azuretek.com/archives/16</guid>
		<description><![CDATA[I was recently contracted to do work for a fellow goon over at the something awful forums, so far it&#8217;s going pretty great.
The project is called &#8220;I Heart Chinese&#8220;, it&#8217;s a really neat idea. Teaching Chinese with online flash animations, it&#8217;s online learning but in a fun and easy way. So far I&#8217;ve been working [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently contracted to do work for a fellow goon over at the something awful <a href="http://forums.somethingawful.com">forums</a>, so far it&#8217;s going pretty great.</p>
<p>The project is called &#8220;<a href="http://iheartchinese.com/">I Heart Chinese</a>&#8220;, it&#8217;s a really neat idea. Teaching Chinese with online flash animations, it&#8217;s online learning but in a fun and easy way. So far I&#8217;ve been working on the base system, the base system is built around my own database abstraction layer working with ADODB. It&#8217;s also using the smarty template engine, no particular reason other than it helps keep the code managable.</p>
<p>I&#8217;ll be updating as I write more, but so far it&#8217;s hard to show any recognizable progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2007/04/22/i-heart-chinese/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 whoever [...]]]></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>
