<?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>Tyrael&#039;s Blog</title>
	<atom:link href="http://constantmayhem.com/tyrael/feed/" rel="self" type="application/rss+xml" />
	<link>http://constantmayhem.com/tyrael</link>
	<description>Just another Constant Mayhem Society weblog</description>
	<lastBuildDate>Mon, 02 Nov 2009 17:36:54 +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>Remove Line Breaks from List Elements in Wordpress</title>
		<link>http://constantmayhem.com/tyrael/2009/11/02/remove-line-breaks-from-list-elements-in-wordpress/</link>
		<comments>http://constantmayhem.com/tyrael/2009/11/02/remove-line-breaks-from-list-elements-in-wordpress/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:36:04 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[line breaks]]></category>
		<category><![CDATA[list elements]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=54</guid>
		<description><![CDATA[Ok, so for some reason, Wordpress insists on outputting cleanly-formatted code (with tabs, line breaks, and everything). The problem I have, is that with this site where the navigation area is an inline-list, these line breaks are translated into spaces between the elements. Combine this with the background hover effect on the elements, and you [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so for some reason, Wordpress insists on outputting cleanly-formatted code (with tabs, line breaks, and everything). The problem I have, is that with this site where the navigation area is an inline-list, these line breaks are translated into spaces between the elements. Combine this with the background hover effect on the elements, and you get a bunch of buttons with spaces between content and right border.</p>
<p>I end up having to tweak this every time I update the site, and compounding this is the fact that between updates, I consistently forget exactly how to do it. Anyways, here&#8217;s how:</p>
<ol>
<li>Open up <strong>wp-includes/classes.php</strong>.</li>
<li>Find the <strong>Walker_Page</strong> class.</li>
<li>Find the <strong>end_el</strong> function of the Walker_Page class.</li>
<li>Change remove the <strong>\n</strong> from <strong>$output .= &#8220;&lt;/li&gt;\n&#8221;;</strong>.</li>
<li>Save and upload the file.</li>
</ol>
<p>Yes, I&#8217;m aware that this should probably be remedied by creating a custom function in my template that formats the output correctly, but that would require a delving into Wordpress&#8217;s class structure that I find much more daunting than just deleting two characters from a file after each update. This fix works on both Wordpress MU, and regular Wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/11/02/remove-line-breaks-from-list-elements-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Will Never EVER Work</title>
		<link>http://constantmayhem.com/tyrael/2009/08/06/this-will-never-ever-work/</link>
		<comments>http://constantmayhem.com/tyrael/2009/08/06/this-will-never-ever-work/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 23:48:16 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Computer Problems]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wds]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=50</guid>
		<description><![CDATA[So I&#8217;ve been working at my old high school still. You may recall that I was helping install that school&#8217;s wireless infrastructure for use by both students and teachers as we roll out our whole laptop for every student thing. Well, we&#8217;re past the networking part and are working with the Windows techs (hired from [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been working at my old high school still. You may recall that I was helping install that school&#8217;s wireless infrastructure for use by both students and teachers as we roll out our whole laptop for every student thing. Well, we&#8217;re past the networking part and are working with the Windows techs (hired from outside) to get every machine in the building up to date with the schools various software packages (Word 2007 and Adobe CS3 being the major packages). All kinds of stuff going on with that. We&#8217;ve got operating systems installing from the network, group policy issues, and teachers giving us blank stares as we figure out how to fix their issues on a case-by-case basis.</p>
<p><span id="more-50"></span></p>
<p>The Windows mercs have implemented a method of reloading the machines that I think is pretty awesome. Using <a href="http://en.wikipedia.org/wiki/Windows_Deployment_Services">Windows Deployment Services</a> (WDS), we can hit F12 as the machine boots, select the image corresponding to the machine&#8217;s specific build (there are several species being used throughout the building) and Windows is (re)installed fresh on the computer in about half an hour over the network. All we have to do is name the machine once it boots for the first time on the network.</p>
<p>Now, we have brand-spankin&#8217; new HP Elitebook 2730p laptops that are going out to the teachers this week. The teachers already have laptops (Toshiba something-or-others, we&#8217;ve got like three similar models of them floating around) and we have to move their data so that it appears on the network and is synchronized to their new laptop when they log on. The Windows mercs have devised a Group Policy that redirects their &#8220;My Documents&#8221;, &#8220;Desktop&#8221;, and &#8220;AppData&#8221; folders to the network and uses Sync Center to make them available offline (ie: at home).  The problem is that the Documents redirection very rarely ever works properly (automagically). So I have to move the teacher&#8217;s data from their local machine (usually in &#8220;My Documents&#8221;, or on the extra partition on the machine) up to the network and then get them on the laptop. Once they log in, I have to manually relocate their Documents folder to the network, and then make it available offline. Me and the other two guys working on this have made sure to get out of the habit of saying &#8220;It shouldn&#8217;t be too long,&#8221; and have instead picked up saying &#8220;This will never work!&#8221; when we sat down at their machine.</p>
<p>I&#8217;m also getting a crash course in Symantec Ghost and Sysprep (got any tips?), as there are several machines that don&#8217;t take kindly to WDS, we need a way to update them, and for the price of the Windows mercs getting it done we could buy all-new machines to replace them. I&#8217;m enjoying this part, I&#8217;m basically getting a chance to custom-roll an install for the school. While I&#8217;ve already convinced them to load up Firefox (something they were quite opposed to), Notepad++, 7-zip, MediaCoder, and VLC Media Player on the computers, this is different because I&#8217;ll get to handle it. Even though the machines I&#8217;ll be imaging are far from the best in the building, I know I can make them run well enough to be confused with the best <img src='http://constantmayhem.com/tyrael/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . When these other guys roll up packages, they leave all the junk around. Adobe Reader quickloader, Flash/shockwave updaters, driver tray programs, and all kinds of other unnecessary junk&#8211;not a big issue on the beefier machines, but on the boxes I&#8217;m working with (512MB of RAM or less) it really eats up resources. To give you an idea of what I&#8217;m talking about, on the old Toshiba machines, about half of the taskbar would be eaten up by this crap. They&#8217;d take about three minutes to be usable after login while it all loaded!</p>
<p>I love this shit.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/08/06/this-will-never-ever-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So begins a new website&#8230;</title>
		<link>http://constantmayhem.com/tyrael/2009/07/24/so-begins-a-new-website/</link>
		<comments>http://constantmayhem.com/tyrael/2009/07/24/so-begins-a-new-website/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:14:37 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=44</guid>
		<description><![CDATA[Well, with my time freed up from working on CMS v2, I'm able to start working on a new website. A friend and I have started a student chapter of the ACM at our university, and we need to get a website together to help us organize.]]></description>
			<content:encoded><![CDATA[<p>Well, with my time freed up from working on CMS v2, I&#8217;m able to start working on a new website. A friend and I have started a student chapter of the <a title="Association for Computing Machinery" href="http://www.acm.org/">ACM</a> at our university, and we need to get a website together to help us organize.</p>
<p>In any case, I think I&#8217;ve got the basic <a href="http://files.getdropbox.com/u/40722/acmTemplate/index.html">look of the template</a> down and now I need to just work on cross-browser compatibility and then on refactoring it to play nicely with Wordpress. I can&#8217;t wait until I can get my main computer going again, I need to get some <a href="http://www.virtualbox.org/">VirtualBox</a> instances running so I can make this thing work in other browsers/operating systems. <img src='http://constantmayhem.com/tyrael/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><span id="more-44"></span></p>
<p>As for the site&#8217;s look, I wanted something simple and clean. I don&#8217;t think our site is going to be very content-heavy, so I went with a fixed-width layout. The main goal was to somehow get The gold/black colors of NKU to jive with the light blues of the ACM. I think where it is at (with the gold header and important content being blue) is about as close as I&#8217;ll get. I tried making the stripey background have a dark blue as a secondary color, but it seemed a tad bit distracting. I think I&#8217;ll experiment a little more with colors.</p>
<p>I&#8217;d appreciate any input you guys have to offer! Just hit me up on the forums or on Xfire/Steam.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/07/24/so-begins-a-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working five days a week is weird.</title>
		<link>http://constantmayhem.com/tyrael/2009/07/01/working-five-days-a-week-is-weird/</link>
		<comments>http://constantmayhem.com/tyrael/2009/07/01/working-five-days-a-week-is-weird/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:48:32 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[full-time]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=33</guid>
		<description><![CDATA[Starting last week, my high school (where I work) has been working towards installing some wireless infrastructure and upgrading their old infrastructure. So, this past week I&#8217;ve been working full days (7:30am-4:00pm) pulling and relocating ethernet wire (total bitch!), installing the mounting brackets for the wireless access points (APs), and we&#8217;re getting around to installing [...]]]></description>
			<content:encoded><![CDATA[<p>Starting last week, my high school (where I work) has been working towards installing some wireless infrastructure and upgrading their old infrastructure. So, this past week I&#8217;ve been working full days (7:30am-4:00pm) pulling and relocating ethernet wire (total bitch!), installing the mounting brackets for the wireless access points (APs), and we&#8217;re getting around to installing jacks (the network guys keep calling them &#8220;biscuit boxes&#8221;) and terminating the wire in the classrooms.</p>
<p><span id="more-33"></span>It is really wierd working five days a week full-time. Sure, I&#8217;m around for the same times that I used to be there for school, but this is totally different. In class, if you aren&#8217;t having it at the moment you can just kind of zone out and get away with it without issue (unless you&#8217;ve got one of those evil teachers that like to call on the people zoning out&#8211;I&#8217;m looking at you, math teachers!). But when you&#8217;re there for work, zoning out just isn&#8217;t an option. Don&#8217;t get me wrong, I love doing this stuff. I&#8217;m not used to being required to focus on (often) small, specific tasks for 40hrs a week.</p>
<p>I think I&#8217;ll set a long-term career goal to work no more than four days a week. Yeah, that sounds good.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/07/01/working-five-days-a-week-is-weird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Nice Having Electricity Again!</title>
		<link>http://constantmayhem.com/tyrael/2009/06/27/its-nice-having-electricity-again/</link>
		<comments>http://constantmayhem.com/tyrael/2009/06/27/its-nice-having-electricity-again/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 17:57:13 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[storm]]></category>
		<category><![CDATA[suckage]]></category>
		<category><![CDATA[UPS]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=27</guid>
		<description><![CDATA[For those of you not in the know, I was without power from about 2:30am Friday morning until about 8:30am today. There was a crazy storm that rolled through Friday with &#62;60MPH winds and a shit ton of lightning. My brother woke everyone up to inform us there was no power, so I sat outside [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you not in the know, I was without power from about 2:30am Friday morning until about 8:30am today. There was a crazy storm that rolled through Friday with &gt;60MPH winds and a shit ton of lightning. My brother woke everyone up to inform us there was no power, so I sat outside and watched the storm for a while I think it is safe to say there were at least three lightning strikes per second. They sounded like they were getting uncomfortably close, so I went back inside and set the alarm clock on my phone and went back to sleep.</p>
<p>After I got home from work Friday, there was still no power. So I listened to the radio for a while (I couldn&#8217;t believe a station in Cincinnati was playing some decent black metal!). My brother and I both agreed that the situation sucked, so we went outside, hooked the iPod into the radio for some metal goodness, and started a fire in the grill. All of our non-frozen foods were spoiled and/or funky smelling, so we grabbed some ham and burgers from the freezer and cooked (read: burned) them on the grill. I couldn&#8217;t eat one of the burgers, it was so bad.</p>
<p>I think I am going to charge up an older uninterruptible power supply I have, so that it may be used to power my laptop and the DSL modem during lengthy periods of power failure.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/06/27/its-nice-having-electricity-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This is Why I Hate Joomla</title>
		<link>http://constantmayhem.com/tyrael/2009/06/22/this-is-why-i-hate-joomla/</link>
		<comments>http://constantmayhem.com/tyrael/2009/06/22/this-is-why-i-hate-joomla/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:11:58 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mce]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=10</guid>
		<description><![CDATA[As I was porting our old content from Joomla, I couldn&#8217;t help but notice that many of the posts had code like that seen in the image. Why in the world would the software allow that to happen in the first place?
I&#8217;m glad we&#8217;re finally on Wordpress, where the code editor works well by default, [...]]]></description>
			<content:encoded><![CDATA[<a class="alignright" href="http://constantmayhem.com/tyrael/files/2009/06/why-i-hate-joomla.png"><img class="size-medium wp-image-11" src="http://constantmayhem.com/tyrael/files/2009/06/why-i-hate-joomla-292x300.png" alt="&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;&lt;font&gt;" width="292" height="300" /></a>
<p>As I was porting our old content from Joomla, I couldn&#8217;t help but notice that many of the posts had code like that seen in the image. Why in the world would the software allow that to happen in the first place?</p>
<p>I&#8217;m glad we&#8217;re finally on Wordpress, where the code editor works well by default, and the administration panel is pretty, and at least somewhat coherent.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/06/22/this-is-why-i-hate-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Video Problems?</title>
		<link>http://constantmayhem.com/tyrael/2009/06/21/more-video-problems/</link>
		<comments>http://constantmayhem.com/tyrael/2009/06/21/more-video-problems/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 19:08:06 +0000</pubDate>
		<dc:creator>_TyIzaeL_</dc:creator>
				<category><![CDATA[Computer Problems]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[rma]]></category>
		<category><![CDATA[video card]]></category>
		<category><![CDATA[xfx]]></category>

		<guid isPermaLink="false">http://constantmayhem.com/tyrael/?p=3</guid>
		<description><![CDATA[I've been having off and on video problems for a while now. Sometimes during a game (though it seems to be rarely as of late) my screen will go blank (the monitor reports no signal), the last bit of sound will loop (sometimes), and the machine stops responding. I've been in contact with XFX support for a while and we're not sure what the problem is. They've hinted that this might be a software problem, but I suspect it might be the card itself.  The issue only appears during games, and happens randomly.]]></description>
			<content:encoded><![CDATA[<p>Weird stuff this afternoon when I went to use my computer. When it came up, it looked like it was in 256-color mode and was in 640&#215;480 resolution (looking absolutely hideous on my 24&#8243; widescreen monitor). I gave it a reboot for the hell of it and when it came up I got more of the same. I then went into the control panel and set the display resolution to its native 1920&#215;1200 so I could see more (it was difficult moving windows around with that low-res nonsense going on). I was expecting to have to go after the color settings next, but to my suprise, when I change the resolution my color settings went back to 32-bit and everything was fine again.</p>
<p><span id="more-3"></span>I&#8217;ve been having off and on video problems for a while now. Sometimes during a game (though it seems to be rarely as of late) my screen will go blank (the monitor reports no signal), the last bit of sound will loop (sometimes), and the machine stops responding. I&#8217;ve been in contact with XFX support for a while and we&#8217;re not sure what the problem is. They&#8217;ve hinted that this might be a software problem, but I suspect it might be the card itself.  The issue only appears during games, and happens randomly.</p>
<p>I have tried driver reinstalls, reseating the card, checking the temperatures, and downgrading to Windows Vista SP1. I&#8217;ll think that I am fine for a while, and then out of nowhere the machine will crash again. I can&#8217;t come up with any sort of pattern in all this either. XFX has offered to RMA the card so they can test it, but I don&#8217;t want to send it to them and be without a beefy computer for a week and then have them send it back to me like &#8220;Yeah, should be fine!&#8221;. However, I guess that would make things certain that it is indeed a software problem (that I would probably have to remedy by reloading Windows) instead of a hardware problem that I can&#8217;t do much about.</p>
]]></content:encoded>
			<wfw:commentRss>http://constantmayhem.com/tyrael/2009/06/21/more-video-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.275 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-31 04:55:44 -->
