<?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; Graphics</title> <atom:link href="http://www.doknowevil.net/category/art/graphics/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>Sat, 16 Jul 2011 01:25:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.5</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><pre class="brush:bash">sudo apt-get install pngcrush</pre><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><pre class="brush:bash">pngcrush -d crushed -rem gAMA -rem cHRM -rem iCCP -rem sRGB *.png</pre><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><pre class="brush:bash">sudo apt-get install feh</pre><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><pre class="brush:bash">feh -r *.jpg</pre><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"><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><pre class="brush:bash">feh -l *.jpg</pre><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><pre class="brush:css">#my_image {
  display:block;
  height:25px;
  width:120px;
  background:transparent url(&#039;img/my_image.png&#039;) 0 0 no-repeat;
}</pre><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><pre class="brush:bash">sudo apt-get install gthumb</pre>]]></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>6</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><pre class="brush:bash">sudo apt-get install gimp-plugin-registry</pre><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? :-P</p><p>Step one, original picture:<br /> <a href="http://www.doknowevil.net/wp-content/uploads/2009/04/sunset.jpg" rel="attachment wp-att-365"><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/04/sunset-edit.png" rel="attachment wp-att-369"><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="attachment wp-att-366"><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/2009/04/03/nexuiz-25-is-released/nexuiz_screenshot_5/' title='nexuiz_screenshot_5'><img width="150" height="150" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_5-150x150.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_5" title="nexuiz_screenshot_5" /></a> <a href='http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/nexuiz_screenshot_6/' title='nexuiz_screenshot_6'><img width="150" height="150" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_6-150x150.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_6" title="nexuiz_screenshot_6" /></a> <a href='http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/nexuiz_screenshot_7/' title='nexuiz_screenshot_7'><img width="150" height="150" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_7-150x150.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_7" title="nexuiz_screenshot_7" /></a> <a href='http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/nexuiz_screenshot_8/' title='nexuiz_screenshot_8'><img width="150" height="150" src="http://www.doknowevil.net/wp-content/uploads/2009/04/nexuiz_screenshot_8-150x150.jpg" class="attachment-thumbnail" alt="nexuiz_screenshot_8" title="nexuiz_screenshot_8" /></a> <a href='http://www.doknowevil.net/2009/04/03/nexuiz-25-is-released/background/' title='background'><img width="150" height="150" src="http://www.doknowevil.net/wp-content/uploads/2009/04/background-150x150.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. :)</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>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' title='Do Know Evil - New Design - Teaser'><img src='http://www.doknowevil.net/wp-content/uploads/2008/01/dke_teaser-150x150.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' title='Peter Lombardo'><img src='http://www.doknowevil.net/wp-content/uploads/2008/01/pl_site_21-150x150.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>Nexuiz &#8211; A Free-for-all Free For All</title><link>http://www.doknowevil.net/2007/12/11/nexuiz-a-free-for-all-free-for-all/</link> <comments>http://www.doknowevil.net/2007/12/11/nexuiz-a-free-for-all-free-for-all/#comments</comments> <pubDate>Tue, 11 Dec 2007 22:42:42 +0000</pubDate> <dc:creator>Tyler Mulligan</dc:creator> <category><![CDATA[Art]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[Nexuiz]]></category> <category><![CDATA[Personal]]></category><guid isPermaLink="false">http://www.doknowevil.net/2007/12/11/nexuiz-a-free-for-all-free-for-all/</guid> <description><![CDATA[My friend is making a movie for a free open-source first person shoot (FPS) we like to play from time to time. Much like the video below&#8230; except, this guy knows what he&#8217;s doing ;). Today I designed some graphics for him to use in the movie. It should be out in a few weeks.]]></description> <content:encoded><![CDATA[<p>My friend is making a movie for a free <a href="http://www.nexuiz.com" title="Free Open Source First Person Shooter - Nexuiz">open-source first person shoot (FPS)</a> <a href="http://www.nexuizninjaz.com" title="Nexuiz Ninjaz - Learn the Ninja Arts of Nexuiz">we like to play</a> from time to time.  Much like the video below&#8230; except, this guy knows what he&#8217;s doing ;).</p><p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/QQLYUBbcSBs&#038;rel=1&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/QQLYUBbcSBs&#038;rel=1&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p><h2></h2><p>Today I designed some graphics for him to use in the movie.</p><p><a href='http://www.nexuizninjaz.com' title='Nexuiz Icons'><img src='http://www.doknowevil.net/wp-content/uploads/2007/12/nexuiz_ninjaz_icons.png' alt='Nexuiz Icons' /></a></p><p>It should be out in a few weeks.  I&#8217;ll be sure to post information about it here for those interested.</p> ]]></content:encoded> <wfw:commentRss>http://www.doknowevil.net/2007/12/11/nexuiz-a-free-for-all-free-for-all/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 1065/1135 objects using disk

Served from: www.doknowevil.net @ 2012-02-04 03:20:04 -->
