<?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>Do Know Evil - A Blog by Tyler Mulligan &#187; Art</title>
	<atom:link href="http://www.doknowevil.net/category/art/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doknowevil.net</link>
	<description>Tips and Tricks About Computers, Web Development, Linux, the Internet and the Like</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:37:42 +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>Mac Browsers + PNGs = Mismatching Image Colors with Same HTML Hex</title>
		<link>http://www.doknowevil.net/2010/05/28/mac-browsers-pngs-mismatching-image-colors-with-same-html-hex/</link>
		<comments>http://www.doknowevil.net/2010/05/28/mac-browsers-pngs-mismatching-image-colors-with-same-html-hex/#comments</comments>
		<pubDate>Fri, 28 May 2010 11:30:36 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[The Internet]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/?p=635</guid>
		<description><![CDATA[Most people with a Mac don&#8217;t know this but their gamma is set to 1.8 by default where the rest of the world is set to 2.2 for web/tv. The only reason I know this is because I had to figure out what was causing certain images to display darker on macs than Windows/Linux computers.]]></description>
			<content:encoded><![CDATA[<p>Most people with a Mac don&#8217;t know this but their gamma is set to 1.8 by default where the rest of the world is set to 2.2 for web/tv.  The only reason I know this is because I had to figure out what was causing certain images to display darker on macs than Windows/Linux computers.  Thankfully <a href="http://don.blogs.smugmug.com/author/onethumb/" target="_blank">Don MacAskill</a>, explained the basics of this &#8220;phenomenon&#8221; of <a href="http://don.blogs.smugmug.com/2007/02/14/this-is-your-mac-on-drugs/" target="_blank">Mac Browsers + PNGs = Mismatching Image Colors with Same HTML Hex&#8221;</a> in great detail and with <a href="http://www.smugmug.com/help/safari/safari.html" target="_blank">good examples</a></p>
<blockquote><p>Internet standards, including HTML, CSS, and Flash, are based on a gamma of 2.2, making colors partway between black &#038; white appear darker and higher contrast than 1.8 gamma makes them appear.</p></blockquote>
<p>Clearly this is a problem, as referenced by Ron, even <a href="http://support.apple.com/kb/HT2026?viewlocale=en_US" target="_blank">Apple recommends you change your default gamma from 1.8 to 2.2</a>, where they also link to some <a href="http://www.gballard.net/psd/srgbforwww.html" target="_blank">further reading</a>.</p>
<p>If images are delivered with the lower gamma information embedded, web browsers on macs tend to* (not all see note below) display them incorrectly if it&#8217;s not reading the color profile properly.</p>
<p>As a webdesigner / web developer / photographer, this might worry you.  You&#8217;ll want it too look the same to everyone or at least the majority (95%+ of the world uses windows). The easiest way I found to fix this in my work flow, using Ubuntu Linux was with <a href="http://en.wikipedia.org/wiki/Pngcrush" target="_blank">pngcrush</a>, a cross-platform application that allows you to not only reduce image filesize loseless, but allows you to remove information that can cause confusion with the way images appear in mac web browsers.</p>
<p>All I had to do to install it on Ubuntu was:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> pngcrush</pre></div></div>

<p>Then I wrote the following command to strip all gAMA, cHTM, iCCP and sRGB information from all png files within a directory and move them to a folder called &#8220;crushed&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;">pngcrush <span class="re5">-d</span> crushed <span class="re5">-rem</span> gAMA <span class="re5">-rem</span> cHRM <span class="re5">-rem</span> iCCP <span class="re5">-rem</span> sRGB <span class="sy0">*</span>.png</pre></div></div>

<p>*It&#8217;s important to point out that <a href="http://support.apple.com/kb/ht3712">this does not effect OSX 10.6+ (snow leopard and beyond)</a>.  Further reading on <a href="http://www.earthboundlight.com/phototips/gamma-18-or-22.html" target="_blank">why apple chose 1.8 gamma as the default can be found here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2010/05/28/mac-browsers-pngs-mismatching-image-colors-with-same-html-hex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>feh &#8211; lightweight command line image viewer and data tool</title>
		<link>http://www.doknowevil.net/2009/08/17/feh-lightweight-command-line-image-viewer-and-data-tool/</link>
		<comments>http://www.doknowevil.net/2009/08/17/feh-lightweight-command-line-image-viewer-and-data-tool/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 15:37:48 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/?p=464</guid>
		<description><![CDATA[While I was looking for a better image viewer than the default &#8216;eye of gnome&#8217; (eog from the command line), that&#8217;s able to play animated gifs, I came across a command line tool called feh sudo apt-get install feh feh is is lightweight image viewer that you can call from the command line. It can]]></description>
			<content:encoded><![CDATA[<p>While I was looking for a better image viewer than the default &#8216;eye of gnome&#8217; (eog from the command line), that&#8217;s able to play animated gifs, I came across a command line tool called feh</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> feh</pre></div></div>

<p>feh is is lightweight image viewer that you can call from the command line.  It can recursively view files with the following command for example:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;">feh <span class="re5">-r</span> <span class="sy0">*</span>.jpg</pre></div></div>

<p>You can navigate through the images with your arrow keys or space bar and backspace.  Use the window close button or press esc to quit.</p>
<p>That&#8217;s all good and fun and I&#8217;ll probably use it from time to time but it&#8217;s not what really got me excited about this tool.  It has an option for a &#8220;list&#8221; of image attributes as the screenshot below shows.</p>
<p><a href="http://www.doknowevil.net/wp-content/uploads/2009/08/screenshot3.png" rel="shadowbox[post-464];player=img;"><img src="http://www.doknowevil.net/wp-content/uploads/2009/08/screenshot3-500x177.png" alt="screenshot3" title="screenshot3" width="500" height="177" class="alignnone size-thumbnail wp-image-465" /></a></p>
<p>By typing for example</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;">feh <span class="re5">-l</span> <span class="sy0">*</span>.jpg</pre></div></div>

<p>I would list all attributes for jpgs within a specified directory.  In my screenshot, I had a text file multiple image extensions, so I did a subshell with an &#8216;ls&#8217; command piped to &#8216;grep -v&#8217; which negates whatever pattern that follows it.  To rephrase, the command inside $() is run first and that list which has all files minus those ending in &#8216;.txt&#8217; is called by the &#8216;feh -l&#8217; command.</p>
<p>I find this very helpful for when I&#8217;m slicing images for web pages.  When I&#8217;m typing out css for example:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="re0">#my_image</span> <span class="br0">&#123;</span>
  <span class="kw1">display</span><span class="sy0">:</span><span class="kw2">block</span><span class="sy0">;</span>
  <span class="kw1">height</span><span class="sy0">:</span><span class="re3">25px</span><span class="sy0">;</span>
  <span class="kw1">width</span><span class="sy0">:</span><span class="re3">120px</span><span class="sy0">;</span>
  <span class="kw1">background</span><span class="re2">:<span class="kw2">transparent</span> </span>url<span class="br0">&#40;</span><span class="st0">'img/my_image.png'</span><span class="br0">&#41;</span> <span class="nu0">0</span> <span class="nu0">0</span> <span class="kw2">no-repeat</span><span class="sy0">;</span>
<span class="br0">&#125;</span></pre></div></div>

<p>it&#8217;s very handy to have the image dimensions.  The nice thing about this raw dimension output is that I can script it further to generate CSS like above.</p>
<p>There are many other tricks this command can do, just type &#8216;man feh&#8217; to learn more.</p>
<p>By the way, I&#8217;ve started using gThumb as my default image viewer, it&#8217;s still lightweight and quite powerful.  It&#8217;s essentially the same as eog with some minor differences and a few major enhancements</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> gthumb</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2009/08/17/feh-lightweight-command-line-image-viewer-and-data-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Liquid Rescaling images &#8211; A truly mind-blowing plugin for GIMP</title>
		<link>http://www.doknowevil.net/2009/05/02/liquid-rescaling-images-a-truly-mind-blowing-plugin-for-gimp/</link>
		<comments>http://www.doknowevil.net/2009/05/02/liquid-rescaling-images-a-truly-mind-blowing-plugin-for-gimp/#comments</comments>
		<pubDate>Sat, 02 May 2009 15:22:26 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/?p=349</guid>
		<description><![CDATA[I&#8217;ve been using a lot of GIMP since switching to Linux because while Photoshop inside WINE is fast, it&#8217;s buggy and opening up a virtual machine just isn&#8217;t worth the time for a small edit. I&#8217;ve been getting used to the differences and with the latest release of 2.6.6 (packaged with Ubuntu 9.04, Jaunty Jackalope)]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a lot of <a href="http://www.gimp.org" title="GNU Image Manipulation" target="_blank">GIMP</a> since switching to Linux because while Photoshop inside <a href="http://www.winehq.org" target="_blank">WINE</a> is fast, it&#8217;s buggy and opening up a virtual machine just isn&#8217;t worth the time for a small edit.  I&#8217;ve been getting used to the differences and with the latest release of 2.6.6 (packaged with Ubuntu 9.04, Jaunty Jackalope) it&#8217;s really starting to come together.</p>
<p>Looking to get the most power out of this application, I headed over to <a href="http://registry.gimp.org" title="GIMP plugin repository is a mess" target="_blank">this messy repository</a> that is the official plugin registry.  Doing a quick breeze through to see if anything caught my eye, it quickly did with <a href="http://registry.gimp.org/node/144" title="GIMP - Liquid Rescaling" target="_blank">this page about Liquid Rescaling</a>.  The picture was enough to catch my attention but the video below dropped my jaw.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6NcIJXTlugc&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6NcIJXTlugc&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Looking to learn more, I went to the <a href="http://liquidrescale.wikidot.com/" target="_blank">official page</a> to learn more.  On the download page, I found out that it&#8217;s included in the Ubuntu repsitories:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw2">sudo</span> <span class="kw2">apt-get</span> <span class="kw2">install</span> gimp-plugin-registry</pre></div></div>

<p>After installing, I went to the help >> plugin browser in gimp and found that it was under the &#8216;layer&#8217; file menu.  I gave it a shot and It really is magic!</p>
<p>Panoramic Sunsets are so much nicer, aren&#8217;t they? <img src='http://www.doknowevil.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>Step one, original picture:<br />
<a href="http://www.doknowevil.net/wp-content/uploads/2009/04/sunset.jpg" rel="shadowbox[post-349];player=img;"><img src="http://www.doknowevil.net/wp-content/uploads/2009/04/sunset-300x225.jpg" alt="sunset" title="sunset" width="300" height="225" class="alignnone size-medium wp-image-365" /></a></p>
<p>Step two, mark the area I&#8217;d like preserved:<br />
<a href="http://www.doknowevil.net/wp-content/uploads/2009/05/sunset-edit.png" rel="shadowbox[post-349];player=img;"><img src="http://www.doknowevil.net/wp-content/uploads/2009/05/sunset-edit-300x207.png" alt="sunset-edit" title="sunset-edit" width="300" height="207" class="alignnone size-medium wp-image-369" /></a></p>
<p>Step three, magic:<br />
<a href="http://www.doknowevil.net/wp-content/uploads/2009/04/sunset-panoramic.jpg" rel="shadowbox[post-349];player=img;"><img src="http://www.doknowevil.net/wp-content/uploads/2009/04/sunset-panoramic-300x158.jpg" alt="sunset-panoramic" title="sunset-panoramic" width="300" height="158" class="alignnone size-medium wp-image-366" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2009/05/02/liquid-rescaling-images-a-truly-mind-blowing-plugin-for-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexuiz 2.5 is released!</title>
		<link>http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/</link>
		<comments>http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:31:01 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nexuiz]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/?p=293</guid>
		<description><![CDATA[Quoting the change log: Almost a year of hard work, 3000 single changes, new developers and players, a few tourneys and lots of matches have passed since the last release. Today the Alientrap team is proud to bring you a new and improved Nexuiz! Still trying to achieve this fine balance between fun and a]]></description>
			<content:encoded><![CDATA[
<a href='http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_5.jpg' rel='shadowbox[album-293];player=img;' title='nexuiz_screenshot_5'><img width="500" height="400" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_5-500x400.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_5" title="nexuiz_screenshot_5" /></a>
<a href='http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_6.jpg' rel='shadowbox[album-293];player=img;' title='nexuiz_screenshot_6'><img width="500" height="375" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_6-500x375.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_6" title="nexuiz_screenshot_6" /></a>
<a href='http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_7.jpg' rel='shadowbox[album-293];player=img;' title='nexuiz_screenshot_7'><img width="500" height="400" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_7-500x400.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_7" title="nexuiz_screenshot_7" /></a>
<a href='http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_8.jpg' rel='shadowbox[album-293];player=img;' title='nexuiz_screenshot_8'><img width="500" height="375" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_8-500x375.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_8" title="nexuiz_screenshot_8" /></a>
<a href='http://www.doknowevil.net/wp-content/uploads/2009/04/background.png' rel='shadowbox[album-293];player=img;' title='background'><img width="500" height="375" src="http://www.doknowevil.net/wp-content/uploads/2009/04/background-500x375.png" class="attachment-thumbnail" alt="background" title="background" /></a>

<p>Quoting the change log:</p>
<p>Almost a year of hard work, 3000 single changes, new developers and players, a few tourneys and lots of matches have passed since the last release.</p>
<p>Today the Alientrap team is proud to bring you a new and improved Nexuiz! Still trying to achieve this fine balance between fun and a challenge, you will notice lots of small additions that will make playing even more fun.</p>
<p>Some larger changes like the new guns and particle effects will make you want to dive into the great and friendly Nexuiz community, while the large additions including the race game mode, some new maps and improved netcode will take away lots of hours of your free time.</p>
<p>Do you dare to take a look and see for yourself what a totally free and open source game can be?</p>
<p></p>
<p>New features include:</p>
<p></p>
<ul class="news_ul">
<li>Completely redone HUD and user adjustable scoreboard</li>
<li>Totally rewritten Client/Server communication to cut the bandwidth usage in half</li>
<li>New gamemode &#8220;Race&#8221;. Try to get from start to end of a level as fast as possible. Available as free-for-all and team variant. Further allows to play with or without a qualification period.</li>
<li>Added several new weapons (on-hand Grappling Hook, Port-O-Launch, T.A.G. Seeker, Heavy Laser Assault Cannon, Rifle)</li>
<li>Map editor NetRadiant included</li>
<li>Improved all effects for eye candy and tweakability</li>
<li>All maps recompiled with external lightmaps which allow for much crisper shadows</li>
<li>Added maps desertfactory (DM, TDM, MinstaGib), racetrack (Race) and made aggressor support Key Hunt</li>
<li>New player sounds, announcer sounds/voices, textures, crosshairs, weapon models, effects and menu skins</li>
<li>Added support for video capture to OggTheora</li>
<li>Integrated the Havoc mod into the menu! Havoc servers use quite different physics and weapons, give it a try!</li>
<li>Fixed a crash with ATI drivers on shutdown or vid_restart</li>
<li>Fixed several problems with lagging gameplay/crashes/wrong display of effects</li>
<li>Improved bots (teamworking, bunnyhopping, swimming, better way finding, support for ladders, less CPU usage, faster map loading)</li>
<li>Better visual display of carried items (Strength, Shield, flags and keys)</li>
<li>Better parental guidance support with cl_gentle and cl_nogibs</li>
<li>Lots of tourney-related features (timeout/in, spectator-slots, allready, warmup mode, lockteams, unlockteams, movetoteam_red/blue/&#8230;, nospectators, records, cointoss)</li>
<li>Added some effects customization options like cl_casings, cl_weaponpriority</li>
<li>Many more map entities allowing for more dynamic maps</li>
<li>Restructured and improved menu: demos menu and multiple campaigns are back, also added an advanced menu containing ALL settings of the game </li>
</ul>
<p>For a more complete list of changes see: <a href="https://sourceforge.net/project/shownotes.php?release_id=672474&#038;group_id=81584" title="Sourceforge - Nexuiz change log" target="_blank">https://sourceforge.net/project/shownotes.php?release_id=672474&#038;group_id=81584</a></p>
<p></p>
<p>As usual, you can download the newest release from our download page.</p>
<p>If you are providing a mirror of the release, please notify us so we can add it to the official mirror list. For any comments, suggestions or questions, please refer to our forum or the FAQ.</p>
<p></p>
<p>Because of many major changes there is <b>NO PATCH available.</b><br />
To make sure nothing breaks, you should use a new directory to unzip Nexuiz 2.5!</p>
<p></p>
<p>If you use 2.5 and see a server with no gametype it&#8217;s an 2.4.2 server, don&#8217;t play on those. <img src='http://www.doknowevil.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p></p>
<p><a href="http://alientrap.org">Alientrap</a> is also currently looking for new coders, modelers, mappers and people experienced with creating sound effects.  If you feel like helping improve <a href="http://nexuiz.com">Nexuiz</a> or <a href="http://alientrap.org/zymotic">Zymotic</a> please contact the team via <a href="http://alientrap.org/forum">forum</a> or <a href="irc://irc.anynet.org/alientrap">IRC</a>.</p>
<p>You can <a href="http://downloads.sourceforge.net/nexuiz/nexuiz-25.zip">Download Nexuiz Here</a>.  To run Nexuiz, extract the files anywhere on your computer and run the executable.  Try GLX first and if you experience problems, you hardware maybe better suited for the SDL version.  The main difference between the two is the software libraries they are compiled for.</p>
<p>If you&#8217;d like to spread the word, it&#8217;s a good idea to share the Nexuiz 2.5 release on your facebook account.  You can digg it here: http://digg.com/pc_games/Nexuiz_2_5_is_released</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Resume Templates &#8211;  Attribution-Noncommercial-Share Alike 3.0 Unported</title>
		<link>http://www.doknowevil.net/2008/12/24/free-resume-templates-attribution-noncommercial-share-alike-30-unported/</link>
		<comments>http://www.doknowevil.net/2008/12/24/free-resume-templates-attribution-noncommercial-share-alike-30-unported/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 21:41:21 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[The Internet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[resume]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2008/12/24/free-resume-templates-attribution-noncommercial-share-alike-30-unported/</guid>
		<description><![CDATA[With more and more people using the Internet as a way to market themselves or find employees, it&#8217;s only a matter of time before it becomes the norm. As an employee, I find it an easy way to convey information about myself to employers. As an employer, it gives me an idea of a person&#8217;s]]></description>
			<content:encoded><![CDATA[<p>With more and more people using the Internet as a way to market themselves or find employees, it&#8217;s only a matter of time before it becomes the norm.  As an employee, I find it an easy way to convey information about myself to employers.  As an employer, it gives me an idea of a person&#8217;s professionalism and understanding of the age that I can easily reference or ask a friend for an opinion on.</p>
<p>I present to you my first two pieces of work released under the creative commons, 100% XHTML/CSS valid resume templates.</p>
<h3>Resume Template &#8211; Modern v1 by Tyler Mulligan</h3>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2008/12/tyler-j-mulligan-resume.png' rel='shadowbox[post-255];player=img;' title='Tyler J Mulligan - Resume Modern v1 template'><img src='http://www.doknowevil.net/wp-content/uploads/2008/12/tyler-j-mulligan-resume.thumbnail.png' alt='Tyler J Mulligan - Resume Modern v1 template' /></a><br />
<a href="http://www.tylerjmulligan.com" title="Tyler J. Mulligan" target="_blank">View Live</a></p>
<p>Released under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-Noncommercial-Share Alike 3.0 Unported License</a> you may freely use and modify this resume template as long as you leave in the credit to me in footer, don&#8217;t sell it and release it under the same or similar license (see the link for details).</p>
<p>To use it <a href="http://www.detrition.net/tjm_resume_modern_v1.zip" title="Tyler J. Mulligan's - Modern v1 - Resume Template" target="_blank">Download the zip from the Resume link in the footer</a>, extract the files, edit them for your liking and information, upload them to your server and then upload the zip so others may easily download the template from your footer.</p>
<h3>Resume Template &#8211; Neo v1 by Tyler Mulligan</h3>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2008/12/tyler-j-mulligan-resume2.png' rel='shadowbox[post-255];player=img;' title='Tyler J Mulligan - Resume Neo v1 template'><img src='http://www.doknowevil.net/wp-content/uploads/2008/12/tyler-j-mulligan-resume2.thumbnail.png' alt='Tyler J Mulligan - Resume Neo v1 template' /></a><br />
<a href="http://www.detrition.net/resume_neo.html" title="Tyler J. Mulligan" target="_blank">View Live</a></p>
<p>Released under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Attribution-Noncommercial-Share Alike 3.0 Unported License</a> you may freely use and modify this resume template as long as you leave in the credit to me in footer, don&#8217;t sell it and release it under the same or similar license (see the link for details).</p>
<p>To use it <a href="http://www.detrition.net/tjm_resume_neo_v1.zip" title="Tyler J. Mulligan's - Neo v1 - Resume Template" target="_blank">Download the zip from the Resume link in the footer</a>, extract the files, edit them for your liking and information, upload them to your server and then upload the zip so others may easily download the template from your footer.</p>
<p>If you make any changes to these, I&#8217;d be glad if you told me.  The XHTML is pretty solid but I was pretty conservative when it came to the CSS to keep the classic look and feel of a document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2008/12/24/free-resume-templates-attribution-noncommercial-share-alike-30-unported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xepic.com is now xepic.net</title>
		<link>http://www.doknowevil.net/2008/07/07/xepiccom-is-not-xepicnet/</link>
		<comments>http://www.doknowevil.net/2008/07/07/xepiccom-is-not-xepicnet/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 14:05:04 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2008/07/07/xepiccom-is-not-xepicnet/</guid>
		<description><![CDATA[Due to a lack of funds and neglect I&#8217;ve lost xepic.com to squatters. It&#8217;s quite unfortunate because I&#8217;ve done a lot of marketing for it and now I&#8217;ve lost all meaningful back links. I don&#8217;t feel like wasting time dancing with these fools who repeatedly degrade the quality of the internet for their own benefit,]]></description>
			<content:encoded><![CDATA[<p>Due to a lack of funds and neglect I&#8217;ve <a href="http://www.xepic.com" target="_blank" title="Lost xepic.com to squatters, use xepic.net">lost xepic.com to squatters</a>.  It&#8217;s quite unfortunate because I&#8217;ve done a lot of marketing for it and now I&#8217;ve lost all meaningful back links.  I don&#8217;t feel like wasting time dancing with these fools who repeatedly degrade the quality of the internet for their own benefit, so I opted to port the application to a new domain.  I was able to pickup <a href="http://www.xepic.net" target="_blank" title="xepic.net is the new xepic.com">xepic.net, mirroring the old application exactly</a>.  This means all links work if you just replace .com with .net.</p>
<p>Porting the application was easy&#8230; I just had to change a few variables.  What I&#8217;m more concerned about is all the back links coming from my sites, I have to go through and change all those before google docks me for linking to a &#8216;bad neighborhood&#8217;.</p>
<p>Live and learn I guess.  It boggles my mind&#8230; around the same time I renewed 5 domains I didn&#8217;t really care about.  Everything happens for a reason though I guess, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2008/07/07/xepiccom-is-not-xepicnet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Nexuiz Website</title>
		<link>http://www.doknowevil.net/2008/02/25/new-nexuiz-website/</link>
		<comments>http://www.doknowevil.net/2008/02/25/new-nexuiz-website/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 15:36:52 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Nexuiz]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2008/02/25/new-nexuiz-website/</guid>
		<description><![CDATA[Well well well, I&#8217;ve been quite busy the past few weeks. Balancing school, work, play and of course the internet (which can fall under all three). In my business I have been maintaining websites for my clients, for myself and creating entirely new pages. Today I&#8217;d like to announce the release of the new Nexuiz]]></description>
			<content:encoded><![CDATA[<p>Well well well, I&#8217;ve been quite busy the past few weeks.  Balancing school, work, play and of course the internet (which can fall under all three).  In my business I have been maintaining websites for <a href="http://www.detrition.net" title="Tyler Mulligan's working portfolio" target="_blank">my clients</a>, <a href="http://maps.nexuizninjaz.com" title="Nexuiz Map Repository" target="_blank">for</a> <a href="http://www.nexuizninjaz.com" title="Nexuiz Ninjaz - Practicing the ninja arts of Nexuiz" target="_blank">myself</a> and <a href="http://alientrap.org/forum/viewtopic.php?t=2586" title="The Nexuiz Brand" target="_blank">creating entirely new pages</a>.  Today I&#8217;d like to announce the release of the new <a href="http://www.nexuiz.com" title="Nexuiz - A free open-source game for Windows, Linux and OSX" target="_blank">Nexuiz Homepage</a>, redesigned for the soon to be released version, 2.4.</p>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2008/02/nexuiz_site.jpg' rel='shadowbox[post-236];player=img;' title='New Nexuiz Webpage'><img src='http://www.doknowevil.net/wp-content/uploads/2008/02/nexuiz_site.thumbnail.jpg' alt='New Nexuiz Webpage' /></a></p>
<p>The new version will be released shortly, I&#8217;ll be sure to let you all know when.  Check the site for screenshots, videos and more details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2008/02/25/new-nexuiz-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do you know how to create your own wordpress template?</title>
		<link>http://www.doknowevil.net/2008/01/08/do-you-know-how-to-create-your-own-wordpress-template/</link>
		<comments>http://www.doknowevil.net/2008/01/08/do-you-know-how-to-create-your-own-wordpress-template/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 19:14:29 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2008/01/08/do-you-know-how-to-create-your-own-wordpress-template/</guid>
		<description><![CDATA[I don&#8217;t but I&#8217;m giving it a shot for the first time! I&#8217;m starting from scratch, building an XHTML compliant template the way I like it, then through some reverse engineering / tutorials, I will pass the data I need to my template files. I&#8217;m pretty excited! Here&#8217;s a sneak peak: I&#8217;ve been busy with]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t but I&#8217;m giving it a shot for the first time!  I&#8217;m starting from scratch, building an XHTML compliant template the way I like it, then through some reverse engineering / tutorials, I will pass the data I need to my template files.  I&#8217;m pretty excited!</p>
<p>Here&#8217;s a sneak peak:</p>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2008/01/dke_teaser.jpg' rel='shadowbox[post-197];player=img;' title='Do Know Evil - New Design - Teaser'><img src='http://www.doknowevil.net/wp-content/uploads/2008/01/dke_teaser.thumbnail.jpg' alt='Do Know Evil - New Design - Teaser' /></a></p>
<p>I&#8217;ve been busy with some design work the past few days, finishing up a few more <a href="http://www.doknowevil.net/entrecard" target="_blank" title="Entrecard Designs">entrecards</a> and working close with clients to get a design that properly represents their business:</p>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2008/01/pl_site_21.jpg' rel='shadowbox[post-197];player=img;' title='Peter Lombardo'><img src='http://www.doknowevil.net/wp-content/uploads/2008/01/pl_site_21.thumbnail.jpg' alt='Peter Lombardo' /></a></p>
<p>The <a href="http://www.nexuizninjaz.com" title="Nexuiz Ninjaz" target="_blank">ninjaz</a> have been making some headway and we&#8217;re testing out a new host for ~5 game servers which will run <a href="http://www.nexuizninjaz.com/forum/forumdisplay.php?fid=14" target="_blank" title="NANL - North American Nexuiz League">NANL configs</a> on.  I go back to school in less than a week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2008/01/08/do-you-know-how-to-create-your-own-wordpress-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I Have Entrecard Seller Status!</title>
		<link>http://www.doknowevil.net/2008/01/02/i-have-entrecard-seller-status/</link>
		<comments>http://www.doknowevil.net/2008/01/02/i-have-entrecard-seller-status/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 14:05:55 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Entrecard]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2008/01/02/i-have-entrecard-seller-status/</guid>
		<description><![CDATA[I&#8217;m proud to announce that I&#8217;m one of the Entrecard users with seller status. I will begin selling Card Redesigns, Quality reviews, Ad space shortly and possibly some t-shirts in the future. To give you an idea of the quality of my work, here are two cards I&#8217;ve designed for forum goers who took advantage]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud to announce that I&#8217;m one of the <a href="http://entrecard.com/blog/?p=86" title="Entrecard Sellers" target="_blank">Entrecard users with seller status</a>.  I will begin selling <a href="http://www.doknowevil.net/2007/12/26/entrecard-introducing-stores/" title="Tyler Mulligan's Entrecard Store Products" target="_blank">Card Redesigns, Quality reviews, Ad space</a> shortly and possibly some t-shirts in the future.</p>
<p>To give you an idea of the quality of my work, here are two cards I&#8217;ve designed for <a href="http://entrecard.com/forums/3/602/#p=7">forum goers</a> who took advantage of my free offer.  There are 2 spots left&#8230; if you&#8217;re interested, act fast.  Otherwise, it&#8217;ll cost you 400 Credits.</p>
<p><img src="http://www.doknowevil.net/entrecard/inspiring_quotes.jpg" alt="Inspiring Quotes" /></p>
<p><img src="http://www.doknowevil.net/entrecard/treat_infamy.jpg" alt="Treat Infamy" /></p>
<p>Congratulations to the rest of the winners and too readers uninterested in Entrecard, I have some more how-tos and lifehacks on the way!</p>
<p>I you&#8217;d like a check check out <a href="http://www.doknowevil.net/entrecard/">My Entrecard Page</a>.</p>
<p>Happy New Years 2008!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2008/01/02/i-have-entrecard-seller-status/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Simple Organizer</title>
		<link>http://www.doknowevil.net/2007/12/30/the-simple-organizer/</link>
		<comments>http://www.doknowevil.net/2007/12/30/the-simple-organizer/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 12:47:04 +0000</pubDate>
		<dc:creator>Tyler Mulligan</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Organization]]></category>

		<guid isPermaLink="false">http://www.doknowevil.net/2007/12/30/the-simple-organizer/</guid>
		<description><![CDATA[I&#8217;ve always had some trouble staying organized in real life (IRL). I think part of the reason is that other people&#8217;s methods don&#8217;t really work for me. This tool is designed to help me deal with &#8216;mind overflow&#8217;. That is, more information than my brain is willing to process at one time. An organizer of]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always had some trouble staying organized in real life (IRL).  I think part of the reason is that other people&#8217;s methods don&#8217;t really work for me.</p>
<p>This tool is designed to help me deal with &#8216;mind overflow&#8217;.  That is, more information than my brain is willing to process at one time.  An organizer of sorts.  That is what I consider my project to be.  It is neither a notepad or a day planner, a scribble pad or a journal; it is what you need it to be, fast.</p>
<p>Used in conjunction with its bigger brother, who we&#8217;ll call &#8216;Homebase&#8217;, the device &#8216;Soldier&#8217; is a fully customizable, expandable, archivable, seperatable &#8216;mind overflow system&#8217;.</p>
<p>Soldier is able to hold ~10-30 pages of 3 ringed paper 3.5&#8243;x5.5&#8243;.  He can find relief from older documents by redistributing them to Homebase. </p>
<p><a href='http://www.doknowevil.net/wp-content/uploads/2007/12/the_simple_organizer.png' rel='shadowbox[post-185];player=img;' title='The Simple Organizer'><img src='http://www.doknowevil.net/wp-content/uploads/2007/12/the_simple_organizer.thumbnail.png' alt='The Simple Organizer' /></a></p>
<p>Notice the pen on the outside edge.  This is intentionally done for quick access to the pen when TSO is closed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.doknowevil.net/2007/12/30/the-simple-organizer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
