<?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>Wittmania Marketing</title>
	<atom:link href="http://www.wittmania.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wittmania.com</link>
	<description>Every small business has a story.  Let&#039;s work together to tell yours.  I can help you create a marketing presence that engages your customers.  Don&#039;t just tell them what you sell.  Tell them how you can change their lives.</description>
	<lastBuildDate>Mon, 13 Aug 2012 18:25:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>jQuery Sticky Footer &#8211; Simple and Easy Solution</title>
		<link>http://www.wittmania.com/simple-easy-jquery-sticky-footer/</link>
		<comments>http://www.wittmania.com/simple-easy-jquery-sticky-footer/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 17:23:29 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=118</guid>
		<description><![CDATA[I needed a quick and easy solution that would use jQuery (already in use on the site) and expand the main content wrapper to fill the viewport, but only on pages where it wasn&#8217;t tall enough already.  A quick Google search returned a bunch of solutions from 2005-2007, or that included poorly formed code (and [...]]]></description>
				<content:encoded><![CDATA[<p>I needed a quick and easy solution that would use jQuery (already in use on the site) and expand the main content wrapper to fill the viewport, but only on pages where it wasn&#8217;t tall enough already.  A quick Google search returned a bunch of solutions from 2005-2007, or that included poorly formed code (and lots of it).  So, I just wrote my own instead.</p>
<p>It&#8217;s pretty simple and easy, and I&#8217;ve commented the only lines you should need to worry about configuring.  In my case, I wanted to expand the #sidebar element in order to push the footer down.  You can set the target variable to whichever element you want to expand by using the standard jQuery selector syntax.  The wrapper variable should be the element that contains all of your content, i.e. the element that should be compared to the viewport to see if it needs to be expanded or not.  Finally, the adjustment variable allows you to customize the height of the adjustment.  In my case, I needed to knock off 10px due to padding applied to elements being manipulated.  I thought about using jQuery&#8217;s .outerHeight() function, but this just seemed a lot easier.  This variable can be a positive or negative number, based on your needs.</p>
<p>As always, your mileage may vary.  It worked fine for me in the situation I tested it in.  Let me know if you have any questions about implementing this code, or leave a comment below to link to where you&#8217;re using this code so we can all see it in action.</p>
<p>Here&#8217;s the code:</p>
<pre>jQuery.noConflict();
jQuery(document).ready(function($) {

    var target = $('#sidebar'); //What element should the additional height be added to?
    var wrapper = $('#wrapper'); //What element should be compared to the viewport height?
    var adjustment = 0; //Do you need to adjust the height due to padding, etc.?

//You shouldn't need to configure anything else down here.
    var viewportHeight = $(window).height();
    var wrapperHeight = wrapper.height();

    if(viewportHeight &gt; wrapperHeight) {
        var addHeight =     (viewportHeight-wrapperHeight);
        var targetHeight = target.height();
        var newHeight = addHeight + targetHeight;
        
        target.height(newHeight+adjustment);
    }

});</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/simple-easy-jquery-sticky-footer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Lose a Customer Forever</title>
		<link>http://www.wittmania.com/how-to-lose-a-customer-forever/</link>
		<comments>http://www.wittmania.com/how-to-lose-a-customer-forever/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:52:11 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=112</guid>
		<description><![CDATA[I signed up for a credit report monitoring service seven or eight years ago.  You know, the one with the catchy commercials.  I&#8217;ve been paying $15 a month for a service that I really never use.  I would have cancelled a long time ago but they don&#8217;t offer an option through their website.  Instead, you [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-113" title="How to Lose a Customer Forever" src="http://www.wittmania.com/wp-content/uploads/2011/02/angry-customer-phone-300x198.jpg" alt="" width="300" height="198" />I signed up for a credit report monitoring service seven or eight years ago.  You know, the one with the <a href="http://www.youtube.com/watch?v=YWnUmpQhiOw">catchy commercials</a>.  I&#8217;ve been paying $15 a month for a service that I really never use.  I would have cancelled a long time ago but they don&#8217;t offer an option through their website.  Instead, you have to call and talk to a real live person if you want to cancel your account.  It&#8217;s an awkward process that feels more like breaking up than cancelling a subscription.  To make matters worse, the lady on the other end of the line gave me the &#8220;so sorry to see you go&#8221; line, and then offered to give me a discount of 50% off the cost for the next 24 months.</p>
<p>I went from being a little frustrated with having paid, month after month, for a service I never used to being really, really frustrated that I could have been paying 50% less every month for a service I never used.  If they valued my business as much as that lady said they did, why was I paying double what I could have been if I had tried to cancel sooner?</p>
<p>If you&#8217;re looking for a really great way to make sure your customers leave your business with a sour taste in their mouths, be sure to offer them a discount&#8211;but only after they&#8217;ve already decided to take their business elsewhere.  That&#8217;ll really leave a good impression.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/how-to-lose-a-customer-forever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Real Cost of Black and White Printing</title>
		<link>http://www.wittmania.com/the-real-cost-of-black-and-white-printing/</link>
		<comments>http://www.wittmania.com/the-real-cost-of-black-and-white-printing/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 19:02:22 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Design Philosophy]]></category>
		<category><![CDATA[Marketing Tips]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=103</guid>
		<description><![CDATA[The use of color in O&#8217;Hare International Airport While I wouldn&#8217;t always put it this way, one of the most important parts of my job is helping clients avoid doing something stupid. Or, put another way, I spend a lot of time and energy helping clients get to the point where they&#8217;re able to get [...]]]></description>
				<content:encoded><![CDATA[<div class="alignright"><a href="http://www.flickr.com/photos/brownpau/4953074046/" title="O'Hare Neon Tunnel by brownpau, on Flickr"><img src="http://farm5.static.flickr.com/4132/4953074046_f71242c984_m.jpg" width="240" height="180" alt="O'Hare Neon Tunnel" /></a><br />
The use of color in O&#8217;Hare<br />
International Airport</div>
<p>While I wouldn&#8217;t always put it this way, one of the most important parts of my job is helping clients avoid doing something stupid.  Or, put another way, I spend a lot of time and energy helping clients get to the point where they&#8217;re able to get past their hang ups and make the right decision for their company in their marketing investments.</p>
<p>In terms of <em>printed marketing materials</em>, one of the ways I&#8217;ve done this is by setting all of my printing prices based on full-color printing for everything from business cards to 8.5 x 11&#8243; flyers.  Most printers and designers will have one set of prices for black and white printing (technically just black since the paper is white) and then they charge more for each additional color, with full color (CMYK) being the most expensive.  They do this because it reflects their cost of production, which is very convenient for the printer&#8211;though not as much so for the client.</p>
<p>Study after study, decade after decade, has shown that the use of color improves attention, reaction, retention, and emotional response.  A few quick facts:</p>
<ul>
<li>The use of color in a document increases &#8220;the audience’s willingness to read it by as much as 80% and their motivation to finish it by 78%.&#8221; (<a href="http://www.zdnet.com/blog/doc/is-full-color-the-new-standard-for-office-documents/786?tag=col1;post-786">source</a>)</li>
<li>&#8220;Color enhances learning and improves retention by up to 75 percent.&#8221; (<a href="http://www.ricoh-usa.com/ppbg/resources/IP/The%20Color%20Explosion%20Tip.pdf">source</a>)</li>
<li>Colors can significantly impact our moods and emotions, which in turn drive buying decisions. (<a href="http://findarticles.com/p/articles/mi_qn4179/is_20000416/ai_n11746004/">source</a>)</li>
</ul>
<p>A full-color printed marketing piece is far more likely to be noticed, read, understood, and emotionally influential.  In other words, it&#8217;s more likely to do the things you want it to do when a potential client or customer sees it.  Offering cut rate prices on black and white printing gives the <em>appearance</em> of savings to the client when compared to full color, but in reality it almost always costs them more because of missed sales and opportunities.</p>
<p>So, I&#8217;ve done my clients a favor.  I have one set of prices.  I have taken away the financial incentive to print ineffective marketing materials.  And they almost always thank me for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/the-real-cost-of-black-and-white-printing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Twitter Vector Icon</title>
		<link>http://www.wittmania.com/twitter-vector-icon/</link>
		<comments>http://www.wittmania.com/twitter-vector-icon/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 22:09:52 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=97</guid>
		<description><![CDATA[I&#8217;ve been getting quite a bit of traffic on my Facebook Vector Icon post from last year, so I thought I should also share the Twitter vector icon I created around that same time. The icons are very similar in style, so you could easily use them side by side. You can download the .zip [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been getting quite a bit of traffic on my <a href="http://www.wittmania.com/facebook-vector-icon/">Facebook Vector Icon</a> post from last year, so I thought I should also share the Twitter vector icon I created around that same time.  The icons are very similar in style, so you could easily use them side by side.  You can download the .zip file below.</p>
<p>Preview:<br />
<img class="aligncenter size-full wp-image-98" title="Twitter-Vector-Icon" src="http://www.wittmania.com/wp-content/uploads/2011/01/Twitter-Vector-Icon.jpg" alt="Twitter-Vector-Icon" width="400" height="400" /></p>
<p><a href="http://www.wittmania.com/wp-content/uploads/2011/01/Twitter-Vector-Icon.zip">Download Twitter-Vector-Icon.zip</a></p>
<p>Just like the Facebook icon, I would appreciate it if you would leave a comment and a link so I can see how you’re using this Twitter vector icon in your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/twitter-vector-icon/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>There Are Only Two Reasons Your Business Needs a Website</title>
		<link>http://www.wittmania.com/there-are-only-two-reasons-your-business-needs-a-website/</link>
		<comments>http://www.wittmania.com/there-are-only-two-reasons-your-business-needs-a-website/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 21:42:48 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=93</guid>
		<description><![CDATA[There are only two reasons that your business needs a website. To increase revenue. To reduce costs. That&#8217;s it. After all, no matter what your mission statement says (if you have one), you know that in order to stay in business you have to make money. Frankly, there&#8217;s nothing wrong with that. But there is [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.wittmania.com/wp-content/uploads/2011/01/iStock_000008196674XSmall-300x187.jpg" alt="" title="Increase revenue.  Decrease costs." width="300" height="187" class="alignright size-medium wp-image-94" />There are only two reasons that your business needs a website.</p>
<ol>
<li>To increase revenue.</li>
<li>To reduce costs.</li>
</ol>
<p>That&#8217;s it.  After all, no matter what your mission statement says (if you have one), you know that in order to stay in business you have to make money.  Frankly, there&#8217;s nothing wrong with that.  But there is something wrong with having a website that doesn&#8217;t help you to do that.</p>
<p>I run into small businesses all the time who have a website that was built a decade ago and hasn&#8217;t been updated in years.  If you ask them if they have a website they will tell you, &#8220;Yeah, we got one of those.&#8221;  I usually go on to ask them if they have a great website that they&#8217;re proud of and that drives customers to their business or makes it easier for them to do business.  &#8220;Uh&#8230; no&#8221; is the usual response.</p>
<p>The problem here is usually that whoever built the website for them never helped them understand its potential value to their business.  A well designed and regularly updated website can help your small business find new customers and earn repeat business from existing ones.  Could your business use a little more revenue?  Of course.</p>
<p>What about businesses that are customer service intensive?  Do you find yourself answering the same question over the phone a dozen times a day?  If each of those conversations takes five minutes, that&#8217;s an entire hour <em>per day</em> that you&#8217;re losing.  What if you had an effective website that included an FAQ&#8217;s page?  You probably already know what the questions are because you hear them all the time.  Why not incorporate them into your website?  When the phone rings, you can simply direct the caller to visit that page on your site.  Before long you&#8217;ll find that your customers will learn to check the website first.  They&#8217;ll appreciate the convenience and you&#8217;ll actually get some work done!</p>
<p>If your website isn&#8217;t helping your business increase revenue or decrease costs, you need a new one.  <a href="http://www.wittmania.com/contact-us/">Contact us</a> to find out how Wittmania can create an affordable, effective website for your small business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/there-are-only-two-reasons-your-business-needs-a-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tabs On Top &#8211; And Why It Matters</title>
		<link>http://www.wittmania.com/tabs-on-top-and-why-it-matters/</link>
		<comments>http://www.wittmania.com/tabs-on-top-and-why-it-matters/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 17:42:04 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=86</guid>
		<description><![CDATA[I may be a bit late to the game here (in tech nerd terms), but I just got around to installing the Firefox 4.0 Beta this morning. I actually came across the mobile version in the Android Market on my phone last night and decided to give it a try on my desktop as well. [...]]]></description>
				<content:encoded><![CDATA[<p>I may be a bit late to the game here (in tech nerd terms), but I just got around to installing the Firefox 4.0 Beta this morning.  I actually came across the mobile version in the Android Market on my phone last night and decided to give it a try on my desktop as well.  While browsing through the list of new features I noticed the following item:</p>
<ul>
<li>Tabs are now on top by default on Windows, Mac OS X, and Linux</li>
</ul>
<p>In previous versions of Firefox, tabs for multiple pages in the browser were located directly above the content of the page, but below the address bar and search box.  In Firefox 4, the tabs have been moved up, now residing above the address bar and just below the menu commands (File, Edit, etc.).  Like in this diagram:</p>
<p><a href="http://blog.mozilla.com/faaborg/2010/06/24/why-tabs-are-on-top-in-firefox-4/"><img src="http://www.wittmania.com/wp-content/uploads/2011/01/Tabs-on-Top-600x373.jpg" alt="" title="Tabs on Top" width="600" height="373" class="aligncenter size-large wp-image-89" /></a></p>
<p>While the debate about tab position has gone on literally for years, Mozilla chose to take a decisive step forward in the name of usability.  I won&#8217;t go into all of the reasons here (<a href="http://blog.mozilla.com/faaborg/2010/06/24/why-tabs-are-on-top-in-firefox-4/">you can red them on Mozilla&#8217;s blog</a>), I was rather impressed by the depth of thought they put into the decision.  This is just one more example of developers shifting their focus to user experience rather than just flashy eye-candy that looks nice but doesn&#8217;t actually contribute anything.  That&#8217;s in line with a trend among my clients, who are less concerned with my Photoshop skills than they are about my ability to create a website that attracts and engages their visitors.</p>
<p>If you&#8217;re interested in checking out the Firefox 4 Beta, you can <a href="http://www.mozilla.com/en-US/firefox/beta/">get it here</a>.  If you&#8217;re interested in a website for your business that is engaging, interactive, and effective, you can <a href="http://www.wittmania.com/contact-us/">get one here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/tabs-on-top-and-why-it-matters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shake Well &amp; Buy Often</title>
		<link>http://www.wittmania.com/shake-well-buy-often/</link>
		<comments>http://www.wittmania.com/shake-well-buy-often/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 15:04:26 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=85</guid>
		<description><![CDATA[As my wife was pouring a bowl of granola and soy milk this morning, I noticed the message on the top of the milk carton. &#8220;SHAKE WELL &#038; BUY OFTEN&#8221;. What a great marketing move, I thought to myself. It would have been easy enough for them to just advise their customer to &#8220;shake well&#8221;. [...]]]></description>
				<content:encoded><![CDATA[<p>As my wife was pouring a bowl of granola and soy milk this morning, I noticed the message on the top of the milk carton.  &#8220;SHAKE WELL &#038; BUY OFTEN&#8221;.  What a great marketing move, I thought to myself.</p>
<p>It would have been easy enough for them to just advise their customer to &#8220;shake well&#8221;.  This simple step would have been enough to improve the user&#8217;s experience with their product, making them more likely to purchase it again.  Always a good idea.</p>
<p>But somewhere in some cubicle in Colorado, an &#8220;associate&#8221; in Packaging took it a step further.  &#8220;Buy often.&#8221;  In those two little words, the message is clear.  &#8220;Don&#8217;t forget to buy our product again the next time you visit the grocery store.&#8221;  Will it work 100% of the time?  Probably not, but so what?  How much more does it cost to add those two words and an ampersand?  Not much, if anything.</p>
<p>There are two important lessons here that no business owner or marketing professional should miss.</p>
<p>First, don&#8217;t be afraid to give your customers advice on how to best enjoy your product or service.  Don&#8217;t assume that they&#8217;re experts or long-time users.  Giving them tips like this can greatly improve the value your product or service provides to them, making them much more likely to purchase it again in the future.</p>
<p>Second, never miss an opportunity to market your business or product.  Always remember that people respond to directives.  I know it sounds obvious, but telling people to buy your product increases the likelihood that they will.  When you are communicating with potential and existing customers, don&#8217;t be afraid to tell them what you want them to do.  Tell them to visit your website.  Tell them to call your office.  Tell them to &#8220;buy often&#8221;.</p>
<p>So, let&#8217;s wrap up with some practical applications.  What about your business cards?  Are they just a piece of paper with contact info on them, or do they carry an effective marketing message?  Is the back blank?  Why not put your website address on there.  How about your email signature?  Again, put in a link to your website and tell people to check it out for the latest x, y, and z.  What about the website itself?  Is it chock full of boring information, or does it give visitors a consistent, compelling call to action resulting in additional business and increased revenue?</p>
<p>You&#8217;re always marketing.  The only question is whether or not you&#8217;re marketing effectively.  If you need help making your marketing more effective, give us a call at 402-570-6482 or <a href="http://www.wittmania.com/contact-us/">send us an email</a> to find out how Wittmania Marketing can help you add new customers and increase repeat business from existing ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/shake-well-buy-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Up, Back Up, and After That, Back Up</title>
		<link>http://www.wittmania.com/back-up-back-up-and-after-that-back-up/</link>
		<comments>http://www.wittmania.com/back-up-back-up-and-after-that-back-up/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 17:14:43 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=84</guid>
		<description><![CDATA[Two WordPress plugins that no WP-powered site should be without: WP-DB-Backup WordPress Backup The first one automatically backs up your database and sends it to an email address (I use a spare Gmail account). The second one zips up your uploads, plugins, and themes directories and emails them. You can set the backup frequency for [...]]]></description>
				<content:encoded><![CDATA[<p>Two WordPress plugins that no WP-powered site should be without:</p>
<p><a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP-DB-Backup</a><br />
<a href="http://wordpress.org/extend/plugins/wordpress-backup/">WordPress Backup</a></p>
<p>The first one automatically backs up your database and sends it to an email address (I use a spare Gmail account).  The second one zips up your uploads, plugins, and themes directories and emails them.  You can set the backup frequency for both of them.  I backup databases once a day and files once a week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/back-up-back-up-and-after-that-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Permalinker</title>
		<link>http://www.wittmania.com/the-permalinker/</link>
		<comments>http://www.wittmania.com/the-permalinker/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:25:13 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=83</guid>
		<description><![CDATA[I found a nice WordPress plugin today that takes some of the headaches out of placing page links inside of WordPress pages and posts. It can be a real pain to include links in the body of a page during testing/development, and then to change them all on launch, and then to change them all [...]]]></description>
				<content:encoded><![CDATA[<p>I found a nice WordPress plugin today that takes some of the headaches out of placing page links inside of WordPress pages and posts.  It can be a real pain to include links in the body of a page during testing/development, and then to change them all on launch, and then to change them all again if you ever need to move the site to a different domain.</p>
<p><a href="http://wordpress.org/extend/plugins/the-permalinker/">The Permalinker</a> lets you use WP shortcodes in your page/post content that automatically update your links if you ever need to change the base URL for a site.  There&#8217;s also a handy shortcode for the current template directory, making it very easy to link to or display images included in a theme rather than in the &#8220;standard&#8221; uploads directory.</p>
<p>This seems to be much easier than using a plugin to allow PHP execution from within pages and posts, and then using the native PHP permalink functions in WordPress.  We&#8217;ll see how it goes&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/the-permalinker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Apprentice</title>
		<link>http://www.wittmania.com/the-apprentice/</link>
		<comments>http://www.wittmania.com/the-apprentice/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:13:03 +0000</pubDate>
		<dc:creator>Mike Wittmann</dc:creator>
				<category><![CDATA[Just For Fun]]></category>

		<guid isPermaLink="false">http://www.wittmania.com/?p=81</guid>
		<description><![CDATA[A few months ago, one of the young men at my church approached me with some questions about getting started in website design and development. I loaned him a couple of books and set him up with his own little IP address-based sandbox on my server. Since then he&#8217;s had somewhere around 2.7 million questions [...]]]></description>
				<content:encoded><![CDATA[<p>A few months ago, one of the young men at my church approached me with some questions about getting started in website design and development.  I loaned him a couple of books and set him up with his own little IP address-based sandbox on my server.  Since then he&#8217;s had somewhere around 2.7 million questions about how to do this or that, ranging from WordPress hacks to jQuery UI elements to CSS basics.  It&#8217;s been a lot of fun working with him and seeing his excitement as he discovers new tricks and tries them out on his site.  One of these days I&#8217;m going to have to hire him just so somebody&#8217;s able to channel all of that energy.</p>
<p>For Christmas, I registered his domain for him so he could go &#8220;public&#8221;.  You can check it out at <a href="http://www.robbiehotz.com/">RobbieHotz.com</a>.  Stop by to leave him a comment and wish him a Merry Christmas.</p>
<p>For a Merry Christmas from Wittmania Marketing, check out our <a href="http://campaign.constantcontact.com/render?v=001L9m-OEIPJ7W7wRTWRZkZNc10s1i7VRTcZlVKuN2yU3Qa-Q6L923PDDFyj4t-9zGoU_QuszHqjMGe2D9HdSP8KTlkodtq_MYTF8Yr2O0FO11WguC0VBKORQ%3D%3D">e-mail Christmas card</a> sent via <a href="http://www.constantcontact.com/index.jsp?pn=wittmaniamarketing">Constant Contact</a> earlier today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wittmania.com/the-apprentice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
