<?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>illusionmedia.com</title>
	<atom:link href="http://illusionmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://illusionmedia.com</link>
	<description>Specializing in custom web application development, internet development, graphic design, consulting, social media consulting and more!</description>
	<lastBuildDate>Mon, 26 Mar 2012 02:38:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mobile Device Detection on a Web Site</title>
		<link>http://illusionmedia.com/128/mobile-device-detection-on-a-web-site/</link>
		<comments>http://illusionmedia.com/128/mobile-device-detection-on-a-web-site/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 00:55:16 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=128</guid>
		<description><![CDATA[Lately I&#8217;ve needed to find out how the person is viewing my pages. Now, in WordPress there&#8217;s a cool plugin called WPTouch that does all this for me. But when I&#8217;m not using WordPress then what do I do? Enter the script below. It detects about 90+% of the mobile devices out there and then [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://illusionmedia.com/wp-content/uploads/2012/03/mobileDevices1.jpg"><img class="size-medium wp-image-144 alignright" title="Mobile Devices" src="http://illusionmedia.com/wp-content/uploads/2012/03/mobileDevices1-300x200.jpg" alt="" width="300" height="200" /></a>Lately I&#8217;ve needed to find out how the person is viewing my pages. Now, in WordPress there&#8217;s a cool plugin called <a href="http://wordpress.org/extend/plugins/wptouch/" target="_blank">WPTouch</a> that does all this for me. But when I&#8217;m not using WordPress then what do I do? Enter the script below. It detects about 90+% of the mobile devices out there and then sets a variable. I use that variable throughout my layout to include extra css, js, images, whatever. Hope someone finds it useful.</p>
<h1>Device detection script</h1>
<pre class="crayon-plain-tag"><code>$is_mobile = 0; // init variable

// detect what device/browser is being used
$mobile_pattern = &quot;/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|OperaM(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/&quot;;

if(preg_match($mobile_pattern, env('HTTP_USER_AGENT'))) {
   // set mobile variable
   $is_mobile = 1;
}</code></pre><p>As you can see it&#8217;s pretty simple. You could actually take the <strong>$pattern</strong> value and use it in any regex.</p>
<p>Once I know if the user is on a mobile device I can set various things inside the code such as:</p>
<pre class="crayon-plain-tag"><code>&lt;!--?php if($is_mobile): ?--&gt;
&lt;meta name='viewport' content='width=device-width'&gt;
&lt;!--?php endif; ?--&gt;</code></pre>
<p>Which will fit the viewport to match what mobile device the user is on.</p>
<p>Feel free to use the code above and ask any questions you may have or give comments in the space below.</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/128/mobile-device-detection-on-a-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips For All at WordCamp San Diego 2012</title>
		<link>http://illusionmedia.com/106/wordpress-tips-for-all/</link>
		<comments>http://illusionmedia.com/106/wordpress-tips-for-all/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 17:46:48 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[San Diego]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=106</guid>
		<description><![CDATA[Yesterday I spent the day talking and learning with the WordPress community at WordCamp San Diego 2012. In short, it was pretty awesome. A day packed full of what I like to call &#8220;The fast track to WordPress knowledge.&#8221; See, you can go out an buy a book on WordPress&#8230;but it&#8217;ll likely be too general [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Yesterday I spent the day talking and learning with the WordPress community at <a href="http://2012.sandiego.wordcamp.org/" target="_blank">WordCamp San Diego 2012</a>. In short, it was pretty awesome. A day packed full of what I like to call &#8220;The fast track to WordPress knowledge.&#8221; See, you can go out an buy a book on WordPress&#8230;but it&#8217;ll likely be too general or basic. Let&#8217;s face it, books have to be in order to appeal to a mass audience. I&#8217;m not saying books are bad, just that they&#8217;re more generalized. Or, you can do a <a href="https://www.google.com/#hl=en&amp;sugexp=llsin&amp;gs_nf=1&amp;cp=5&amp;gs_id=m&amp;xhr=t&amp;q=wordpress&amp;pf=p&amp;output=search&amp;sclient=psy-ab&amp;oq=wordp&amp;aq=&amp;aqi=&amp;aql=&amp;gs_l=&amp;pbx=1&amp;bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&amp;fp=fe5f7167c1c4f600&amp;biw=1600&amp;bih=756" target="_blank">Google search on WordPress</a> and get about 585,000,000 results.</p>
<p>WordCamp brings people who already know about WordPress&#8230;who know what you need to know because they&#8217;ve been doing the same thing you&#8217;re trying to do&#8230;right to you. They&#8217;ll pass on awesomeness to you, answer your questions, and show you stuff you&#8217;d probably never stumble upon on your own.</p>
<p>I&#8217;m still going through my notes from yesterday&#8217;s WordCamp, but I did run across a tweet that someone had linked to all the presentations from the day.</p>
<p>&nbsp;</p>
<blockquote class="twitter-tweet tw-align-center"><p>Looking for a list of slidedecks/code from WordCamp San Diego 2012 presos? Here you go: <a title="http://bit.ly/GP0I7a" href="http://t.co/kpm9665z">bit.ly/GP0I7a</a> <a href="https://twitter.com/search/%2523wcsd" target="_blank">#wcsd</a></p>
<p>— DeborahEdwards-Onoro (@redcrew) <a href="https://twitter.com/redcrew/status/183922599519195137" data-datetime="2012-03-25T14:25:39+00:00">March 25, 2012</a></p></blockquote>
<p><script charset="utf-8" type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><br />
So feel free to check that out. I&#8217;ll also write/comment on what I learned, tips I picked up, and awesome people I either met or heard about.</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/106/wordpress-tips-for-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Don&#8217;t Develop Using HTML5 and CSS3</title>
		<link>http://illusionmedia.com/103/why-i-dont-develop-using-html5-and-css3/</link>
		<comments>http://illusionmedia.com/103/why-i-dont-develop-using-html5-and-css3/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 02:24:20 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=103</guid>
		<description><![CDATA[Technology is awesome. It moves really fast and sometimes it can be quite difficult to keep up with the latest trends. Some ideas come and go so fast that you didn&#8217;t even know about it until it&#8217;s dead. HTML5 is not one of those things. HTML5, and CSS3, are here to stay and they&#8217;re awesome. [...]]]></description>
			<content:encoded><![CDATA[<p></p><div>Technology is awesome. It moves really fast and sometimes it can be quite difficult to keep up with the latest trends. Some ideas come and go so fast that you didn&#8217;t even know about it until it&#8217;s dead. <em>HTML5 is not one of those things</em>. HTML5, and CSS3, are here to stay and they&#8217;re awesome. There are so many <a href="http://html5demos.com/" target="_blank">cool things</a> you can do with HTML5 that bring a rich experience to the end user.</p>
<p>But I don&#8217;t develop using HTML5&#8230;and I won&#8217;t for the foreseeable future.</p>
<p>That doesn&#8217;t mean I haven&#8217;t dabbled in it. That doesn&#8217;t mean that I haven&#8217;t created a few things just for myself that no one will ever see. The reason why I don&#8217;t offer it up as a service is plain and simple: browser support.</p>
<p>The fact is that while IE6, 7 &amp; 8 are <a href="http://gs.statcounter.com/#browser_version-US-monthly-201103-201103-bar" target="_blank">still a majority</a> in the Internet world, you CAN&#8217;T develop enterprise level sites and apps in HTML 5 because you&#8217;re wasting your efforts. Clients want great looking, functional sites with a lot of bells &amp; whistles (which is great), but they want it done quickly. If you go through all the trouble to create an app using tons of HTML5 then you&#8217;ll have to make sure that code degrades delicately in browsers that don&#8217;t support it. That takes time&#8230;time clients usually don&#8217;t want to pay for.</p>
<p>Maybe your user base is 80% FireFox and Google Chrome. That&#8217;s great, then have at it. Most &#8216;real world&#8217;, &#8216;non-techy&#8217; sites out there don&#8217;t have that luxury. A good example is a friend of mine who works at a very large (and prominent) corporation. She is forced to use IE6 on a daily basis because they have a corporate policy about not upgrading. IE6 for heavens sake!!! This is a browser that even Microsoft wants people to stop using.</p>
<p>To developers out there who boast about their HTML5 prowess: Good for you for learning new technology, it probably won&#8217;t help your clients though.</p>
<p>To clients and employers that insist their developers know and/or have a mastery of HTML5 in order to get a contract or get hired: You&#8217;re kidding yourselves. Instead of Googling the latest technology and deciding that&#8217;s what your next dev has to have, you should worry about finding a dev that will be able to solve <em>your</em> problems <em>today</em>.</p>
<p>I hope that this trend turns around and that IE9 has some kind of mass adoption somehow, but until that happens&#8230;my HTML5 tool-set will probably remain on my sandbox at home.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/103/why-i-dont-develop-using-html5-and-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Usability. You need to care about it.</title>
		<link>http://illusionmedia.com/89/usability-you-need-to-care-about-it/</link>
		<comments>http://illusionmedia.com/89/usability-you-need-to-care-about-it/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 05:12:07 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=89</guid>
		<description><![CDATA[I was recently involved in a project consisting of a group of websites. There is one big player who&#8217;s in charge of several franchises of the same business. Each one of the businesses has its own manager in charge of it. The job was to create a site for each individual business that would display [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was recently involved in a project consisting of a group of websites. There is one big player who&#8217;s in charge of several franchises of the same business. Each one of the businesses has its own manager in charge of it. The job was to create a site for each individual business that would display the products each of them had in their inventory, as well as one site for the &#8216;group&#8217; that would show the combined inventory of all the sites.</p>
<p><a href="http://illusionmedia.com/wp-content/uploads/2010/10/road_warning_sign.jpg"><img class="size-full wp-image-90 alignright" style="margin-left: 7px; margin-right: 7px;" title="Warning" src="http://illusionmedia.com/wp-content/uploads/2010/10/road_warning_sign.jpg" alt="" width="200" height="248" /></a>Turns out though that the big boss wants all the products to show up on all the sites, regardless of which store they&#8217;re actually in. Now we have conflict right? The individual managers <em>have</em> to play along, but they want <strong>their</strong> products shown on top of all the others.</p>
<p>Starting to get the picture? A user can find the same product on 9 different websites but only one of the stores actually has that product. There&#8217;s another little wrinkle. The products on each of the individual sites have several sorting options: price (low to high), brand, etc. However, since each individual business owner wants their products shown first (regardless of the sorting), a user can be browsing the products by price, but the price will suddenly jump around as the user goes past that specific stores products.</p>
<p>Why all the complication? In a word, ego. The big boss wants max exposure for all his products. The little bosses don&#8217;t want to be selling products for their sister stores. Despite telling them that it&#8217;s a confusing concept, they all came up with this &#8220;solution&#8221;. And yeah, it meets the criteria set&#8230;but at what cost? The development team had to figure out how to sort and display all the products to the given specification&#8211;which took more time and cost the client more money. But the cost of losing business because your visitors are leaving your site&#8230;either by confusion or frustration&#8230;I&#8217;m not sure can be measured.</p>
<p>Bottom line is that usability is a big deal. When you hire a web developer it&#8217;s not just because he can put some code together to make some images and text show up. It&#8217;s the experience of trial and error building hundreds of sites. The expertise of figuring out what works and what doesn&#8217;t work. That&#8217;s why you hire a seasoned web developer and not the 13 year old kid that will build your site dirt cheap.</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/89/usability-you-need-to-care-about-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keep Your Passwords Safe</title>
		<link>http://illusionmedia.com/71/keep-your-passwords-safe/</link>
		<comments>http://illusionmedia.com/71/keep-your-passwords-safe/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 05:05:55 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[LifeHacker]]></category>
		<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=71</guid>
		<description><![CDATA[Today I came across a post about passwords. It had many tips for using a &#8216;system&#8217; that helps you remember your various passwords while still keeping them secure. It also shows you some handy tools for keeping track of your passwords. It reminded me that it&#8217;s time that I look over my many passwords and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="size-medium wp-image-73  alignright" style="margin-left: 8px; margin-right: 8px;" title="Lock" src="http://illusionmedia.com/wp-content/uploads/2010/09/broken-182x300.jpg" alt="" width="182" height="300" />Today I came across a <a href="http://su.pr/5Xge3j" target="_blank">post about passwords</a>. It had many tips for using a &#8216;system&#8217; that helps you remember your various passwords while still keeping them secure. It also shows you some handy tools for keeping track of your passwords. It reminded me that it&#8217;s time that I look over my many passwords and make sure they&#8217;re good and clean.</p>
<p>In my line of work I deal with passwords a lot and over the years I&#8217;ve learned to &#8216;remember&#8217; the odd combinations I come up with. My clients often tell me that the passwords I give them for the tools I make aren&#8217;t easy enough to remember. &#8220;That&#8217;s kind of the point&#8221; is my first reaction, but they don&#8217;t have to be difficult. The theories in the article linked above aren&#8217;t anything new&#8230;I&#8217;ve heard them before, but it&#8217;s a good resource to point clients to and show them that just because you make a &#8216;secure&#8217; password doesn&#8217;t mean it has to be impossible to remember.</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/71/keep-your-passwords-safe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Touch That Dial</title>
		<link>http://illusionmedia.com/65/dont-touch-that-dial/</link>
		<comments>http://illusionmedia.com/65/dont-touch-that-dial/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 02:49:39 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[San Diego]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=65</guid>
		<description><![CDATA[SDRadio.net is one of the most popular sites about radio on the web. SDRadio.net reports on radio (and tv) in the San Diego area and a bit beyond. &#8220;Todd understood my web site problem: A great blog in content that lacked appeal. He handcrafted a back engine and SDRadio is one of the premiere radio [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://blog.sdradio.net/" target="_blank">SDRadio.net</a> is one of the most popular sites about radio on the web. <a href="http://blog.sdradio.net/" target="_blank">SDRadio.net</a> reports on radio (and tv) in the San Diego area and a bit beyond.</p>
<p><img class="size-medium wp-image-66 alignleft" style="margin-left: 5px; margin-right: 8px;" title="SDRadio.net" src="http://illusionmedia.com/wp-content/uploads/2010/08/sdradio-net-home-192x300.png" alt="" width="192" height="300" /></p>
<blockquote><p>&#8220;Todd understood my web site problem: A great blog in content that lacked appeal. He handcrafted a back engine and SDRadio is one of the premiere radio sites in the country. Plus he delivered before the due date. I still use him today and highly recommend.&#8221; <em>~ Chris from SDRadio.net</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/65/dont-touch-that-dial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun and Games</title>
		<link>http://illusionmedia.com/51/fun-and-games/</link>
		<comments>http://illusionmedia.com/51/fun-and-games/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 00:58:14 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[91X]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[San Diego]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=51</guid>
		<description><![CDATA[Reaching deep into the archives, I came across a flash game I made for 91X. Back in the late 90&#8242;s, the Brand X morning show had a game on the air called &#8220;You Can&#8217;t Win&#8221;. Since the game was so popular, they asked me to make an online version. Here was the first &#8220;episode&#8221; of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Reaching deep into the archives, I came across a flash game I made for 91X. Back in the late 90&#8242;s, the Brand X morning show had a game on the air called &#8220;You Can&#8217;t Win&#8221;. Since the game was so popular, they asked me to make an online version. Here was the first &#8220;episode&#8221; of that game.</p>
<p>Click on the image below to play the game.</p>
<p><a rel="shadowbox;height=500;width=600;" href="http://illusionmedia.com/wp-content/uploads/2010/08/youcantwin.swf"><img class="alignnone size-full wp-image-52" title="You Can't Win" src="http://illusionmedia.com/wp-content/uploads/2010/08/you-cant-win.png" alt="" width="250" height="209" /></a></p>
<p>(This is an SWF so may not be mobile compatible)</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/51/fun-and-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Teasers</title>
		<link>http://illusionmedia.com/42/flash-teasers/</link>
		<comments>http://illusionmedia.com/42/flash-teasers/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:33:55 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Avalanche]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=42</guid>
		<description><![CDATA[KKFN often wanted to use short flash teasers on their home page as a way to promote to their site visitors the biggest thing happening on the station at the time. These were not flash intro&#8217;s. They appeared on the main page of the site like where you&#8217;d see a &#8220;slider&#8221; or feature box. Below [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>KKFN often wanted to use short flash teasers on their home page as a way to promote to their site visitors the biggest thing happening on the station at the time. These were not flash intro&#8217;s. They appeared on the main page of the site like where you&#8217;d see a &#8220;slider&#8221; or feature box. Below are two of them from when the Colorado Avalanche (KKFN carried the games) were in the playoffs.</p>
<p><a rel="shadowbox;height=250;width=550" href="http://illusionmedia.com/wp-content/uploads/2010/08/home_and_away_2004.swf"><img class="alignnone size-medium wp-image-45" title="KKFN Home &amp; Away Screenshot" src="http://illusionmedia.com/wp-content/uploads/2010/08/kkfn-swf-home-and-away-300x136.png" alt="" width="300" height="136" /></a> <a rel="shadowbox;height=250;width=550" href="http://illusionmedia.com/wp-content/uploads/2010/08/avs_playoff01.swf"><img class="alignnone size-medium wp-image-46" title="KKFN Playoff Hockey" src="http://illusionmedia.com/wp-content/uploads/2010/08/kkfn-swf-playoff-hockey-300x136.png" alt="" width="300" height="136" /></a></p>
<p>Click each thumbnail to view the movie (SWF so sorry, may not be mobile compatable)</p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/42/flash-teasers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo Design</title>
		<link>http://illusionmedia.com/34/logo-design/</link>
		<comments>http://illusionmedia.com/34/logo-design/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:06:03 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Logos]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=34</guid>
		<description><![CDATA[Over the years I&#8217;ve designed many logos for clients. Sometimes a client had a very specific idea in their head (and even a drawing) of exactly how they wanted it to look&#8230;sometimes the client just said &#8220;make me a logo&#8221;. Of course that&#8217;s how it is with anything. There are times you know exactly what [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the years I&#8217;ve designed many logos for clients. Sometimes a client had a very specific idea in their head (and even a drawing) of exactly how they wanted it to look&#8230;sometimes the client just said &#8220;make me a logo&#8221;. Of course that&#8217;s how it is with anything. There are times you know exactly what you want and times you don&#8217;t know what you want until you see it.</p>
<p>Here are a few logos I&#8217;ve created over the years. I will continue to add to this post as I dig through my hard drive(s) and find more.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-34">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://illusionmedia.com/wp-content/gallery/logos/fan_golf_tour_logo2004.gif" title="This logo was used for several years (only the year changed) for KKFN." class="shutterset_set_1" >
								<img title="The Fan Golf Tour" alt="The Fan Golf Tour" src="http://illusionmedia.com/wp-content/gallery/logos/thumbs/thumbs_fan_golf_tour_logo2004.gif" width="92" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://illusionmedia.com/wp-content/gallery/logos/hour_of_power.jpg" title="The Irv &amp; Joe Power Hour was an hour radio show on KKFN" class="shutterset_set_1" >
								<img title="The Hour of Power" alt="The Hour of Power" src="http://illusionmedia.com/wp-content/gallery/logos/thumbs/thumbs_hour_of_power.jpg" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://illusionmedia.com/wp-content/gallery/logos/mnf_logo.jpg" title="This logo was created and used for a few years for a Monday Night Football promotion." class="shutterset_set_1" >
								<img title="Monday Nights with Mike &amp; Sandy" alt="Monday Nights with Mike &amp; Sandy" src="http://illusionmedia.com/wp-content/gallery/logos/thumbs/thumbs_mnf_logo.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://illusionmedia.com/wp-content/gallery/logos/mudflap_logo_black_bg.gif" title="A radio personality on KYGO wanted a logo with his name on it to look like the NASCAR logo." class="shutterset_set_1" >
								<img title="Mudflap" alt="Mudflap" src="http://illusionmedia.com/wp-content/gallery/logos/thumbs/thumbs_mudflap_logo_black_bg.gif" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://illusionmedia.com/wp-content/gallery/logos/xfest2001logo.jpg" title="Logo for 91X's big summer concert." class="shutterset_set_1" >
								<img title="91X X-Fest 2001" alt="91X X-Fest 2001" src="http://illusionmedia.com/wp-content/gallery/logos/thumbs/thumbs_xfest2001logo.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/34/logo-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filling  The  *Sports  News*  Need</title>
		<link>http://illusionmedia.com/30/filling-the-sports-news-need/</link>
		<comments>http://illusionmedia.com/30/filling-the-sports-news-need/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 22:04:37 +0000</pubDate>
		<dc:creator>Todd</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[San Diego]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://illusionmedia.com/?p=30</guid>
		<description><![CDATA[Most people don&#8217;t think of San Diego as a great sports town, but it does have a rich sports history. The sports fans in this town are passionate about their team. The media has never taken it seriously though and thus, because the media puts sports in the back seat&#8230;people often think that&#8217;s where it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Most people don&#8217;t think of San Diego as a great sports town, but it does have a rich sports history. The sports fans in this town are passionate about their team. The media has never taken it seriously though and thus, because the media puts sports in the back seat&#8230;people often think that&#8217;s where it should be.</p>
<p>Except for Craig Elsten, Chris Ello and Cookie &#8220;Chainsaw&#8221; Randolph that is. They wanted to give San Diego sports fans a place to go for local coverage, news and commentary. Not just professional sports either. <a href="http://619sports.net" target="_blank">619Sports.net</a> covers college sports and high school sports as well.</p>
<p>They came to me to build their site and I&#8217;ve been coding and designing for them since 2009.</p>
<p>Details: While <a href="http://619sports.net" target="_blank">619Sports</a> is mainly a WordPress site so that they can manage all the content, there was a lot of custom work done. PHP, JavaScript and database wise.</p>
<p><a rel="shadowbox;" href="http://illusionmedia.com/wp-content/uploads/2010/08/619sports-net-chargers-page.png"><img class="alignnone size-medium wp-image-31" title="619Sports.net Screenshot" src="http://illusionmedia.com/wp-content/uploads/2010/08/619sports-net-chargers-page-170x300.png" alt="" width="170" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://illusionmedia.com/30/filling-the-sports-news-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

