<?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>March Hare Designs</title>
	<atom:link href="http://marchharedesigns.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://marchharedesigns.com/blog</link>
	<description>Development Blog</description>
	<lastBuildDate>Wed, 17 Apr 2013 19:59:26 +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>Updating Namecheap DynDNS with a Mikrotik</title>
		<link>http://marchharedesigns.com/blog/?p=101</link>
		<comments>http://marchharedesigns.com/blog/?p=101#comments</comments>
		<pubDate>Sun, 10 Mar 2013 22:38:44 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=101</guid>
		<description><![CDATA[Found a great solution to a problem I was having with my ISP situation.. http://forum.mikrotik.com/viewtopic.php?f=2&#38;t=63738 [crayon-51a03cb214b4f/]]]></description>
				<content:encoded><![CDATA[<p>Found a great solution to a problem I was having with my ISP situation..</p>
<p><a href="http://forum.mikrotik.com/viewtopic.php?f=2&amp;t=63738">http://forum.mikrotik.com/viewtopic.php?f=2&amp;t=63738</a></p><pre class="crayon-plain-tag"># Set local variables. If you want to update subdomain.example.com, put in &quot;subdomain&quot; under subdomain and &quot;example.com&quot; in the domain variable. If you want to update just example.com with no subdomain, enter in &quot;@&quot; for the subdomain.

# Get Public IP

/tool fetch url=&quot;http://bot.whatismyipaddress.com/&quot; mode=http dst-path=pubIP.txt
:local currentIP [/file get pubIP.txt contents]
:log info &quot;Current Public IP is:$currentIP&quot;

:local password &quot;somepass&quot;
:local subdomain &quot;somesub&quot;
:local domain &quot;somedomain&quot;

:local url0 &quot;http://dynamicdns.park-your-domain.com/update?host=$subdomain0&amp;amp;domain=$domain0&amp;amp;password=$password0&amp;amp;ip=$currentIP&quot;
/tool fetch url=($url0) mode=http
:log info &quot;DNS Updated!</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Been a while..</title>
		<link>http://marchharedesigns.com/blog/?p=96</link>
		<comments>http://marchharedesigns.com/blog/?p=96#comments</comments>
		<pubDate>Mon, 18 Feb 2013 14:49:33 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=96</guid>
		<description><![CDATA[It&#8217;s been a while since some updates, but I&#8217;ve been busy. I&#8217;ve had a ton of projects started since the last update to this blog. 2 web design projects, 2 electronic projects, a coding project. Also need to updated this &#8230; <a href="http://marchharedesigns.com/blog/?p=96">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been a while since some updates, but I&#8217;ve been busy. I&#8217;ve had a ton of projects started since the last update to this blog. 2 web design projects, 2 electronic projects, a coding project. Also need to updated this site, which is headed on back to being my personal homepage. Stay tuned for the big things to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Posting excerpts from a certain category</title>
		<link>http://marchharedesigns.com/blog/?p=87</link>
		<comments>http://marchharedesigns.com/blog/?p=87#comments</comments>
		<pubDate>Wed, 01 Aug 2012 20:20:24 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=87</guid>
		<description><![CDATA[[crayon-51a03cb21f7c6/]]]></description>
				<content:encoded><![CDATA[<p></p><pre class="crayon-plain-tag">&lt;?php query_posts('cat=1&amp;showposts=5'); ?&gt;
&lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&gt;
&lt;li&gt;
&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
&lt;?php the_excerpt() ?&gt;
&lt;/li&gt;
&lt;?php endwhile; endif; ?&gt;</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Off-topic fixes!</title>
		<link>http://marchharedesigns.com/blog/?p=83</link>
		<comments>http://marchharedesigns.com/blog/?p=83#comments</comments>
		<pubDate>Tue, 10 Jul 2012 03:21:43 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=83</guid>
		<description><![CDATA[How to fix fullscreen in the new Chrome update.. 1. In the URL bar enter chrome://plugins/ 2. Locate the Flash plug-in, you should see multiple versions listed 3. Click Disable for the plug-in with the location /opt/google/chrome/PepperFlash/libpepflashplayer.so 4. You should &#8230; <a href="http://marchharedesigns.com/blog/?p=83">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>How to fix fullscreen in the new Chrome update..</p>
<p>1. In the URL bar enter chrome://plugins/<br />
2. Locate the Flash plug-in, you should see multiple versions listed<br />
3. Click Disable for the plug-in with the location /opt/google/chrome/<wbr>PepperFlash/libpepflashplayer.<wbr>so<br />
4. You should still have one enabled in another location, like /usr/lib/adobe-flashplugin/<wbr>libflashplayer.so<br />
5. Restart Chrome (quit and open again)</wbr></wbr></wbr></p>
<p><a href="http://productforums.google.com/forum/#!topic/chrome/Mi-YgjNGaaQ">http://productforums.google.com/forum/#!topic/chrome/Mi-YgjNGaaQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting ready to launch!</title>
		<link>http://marchharedesigns.com/blog/?p=79</link>
		<comments>http://marchharedesigns.com/blog/?p=79#comments</comments>
		<pubDate>Thu, 17 May 2012 15:16:47 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=79</guid>
		<description><![CDATA[Hello visitors! This week we&#8217;re getting ready to launch the Photography By Lauren Joy website. Lauren Joy is a photography in Fargo, North Dakota. She takes portrait photography to a whole different level, by adding her own unique style to her &#8230; <a href="http://marchharedesigns.com/blog/?p=79">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Hello visitors!</p>
<p>This week we&#8217;re getting ready to launch the Photography By Lauren Joy website. Lauren Joy is a photography in Fargo, North Dakota. She takes portrait photography to a whole different level, by adding her own unique style to her published works.</p>
<p>Although we haven&#8217;t publicly released this info yet you can preview the new website here first: <a href="http://photographybylaurenjoy.com/">http://photographybylaurenjoy.com/</a> Go ahead and check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Flea-Bitten Tramps is LIVE!!!</title>
		<link>http://marchharedesigns.com/blog/?p=76</link>
		<comments>http://marchharedesigns.com/blog/?p=76#comments</comments>
		<pubDate>Wed, 04 Apr 2012 23:28:58 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=76</guid>
		<description><![CDATA[Early last week we secretly released the new website for our friends in the blue-grass band &#8220;The Flea-Bitten Tramps&#8221;. This site was something we&#8217;ve had in the works for a while and we got to use a ton of new &#8230; <a href="http://marchharedesigns.com/blog/?p=76">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Early last week we secretly released the new website for our friends in the blue-grass band &#8220;The Flea-Bitten Tramps&#8221;. This site was something we&#8217;ve had in the works for a while and we got to use a ton of new technology on it. It has a parallax header, smooth scrolling with navigation that follows the page down. It has a modal gallery and a advertisement slider. I can&#8217;t believe we got all that tech in there with out running into some incompatibilities somewhere, but we did!</p>
<p>Go on check it out:  <a title="http://thefleabittentramps.com" href="http://thefleabittentramps.com" target="_blank">http://thefleabittentramps.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick way to ge rid of the admin bar on a wordpress template</title>
		<link>http://marchharedesigns.com/blog/?p=43</link>
		<comments>http://marchharedesigns.com/blog/?p=43#comments</comments>
		<pubDate>Thu, 23 Feb 2012 04:21:48 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=43</guid>
		<description><![CDATA[[crayon-51a03cb21fdd1/] You can also select to hide it from the user profile menu.]]></description>
				<content:encoded><![CDATA[<p></p><pre class="crayon-plain-tag">function my_function_admin_bar(){return false; } 
add_filter( 'show_admin_bar' , 'my_function_admin_bar');</pre><p>You can also select to hide it from the user profile menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mind Over Material &#8211; Website Launched!</title>
		<link>http://marchharedesigns.com/blog/?p=34</link>
		<comments>http://marchharedesigns.com/blog/?p=34#comments</comments>
		<pubDate>Tue, 14 Feb 2012 19:25:12 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=34</guid>
		<description><![CDATA[The Mind Over Material Website has gone LIVE! A custom designed site for Mind Over Material, central North Dakota&#8217;s premier artisian metals and scuplture studio. Justin Rode approched March Hare with few ideas of how to best express the work &#8230; <a href="http://marchharedesigns.com/blog/?p=34">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="../img/thumbs/tbn_Mom1.png" alt="701 Entertainment 1" width="150" /></p>
<p>The Mind Over Material Website has gone LIVE!</p>
<p>A custom designed site for Mind Over Material, central North Dakota&#8217;s premier artisian metals and scuplture studio. Justin Rode approched March Hare with few ideas of how to best express the work he does.</p>
<p>He knew he wanted a portfolio and he knew that he wanted a warm design. We took his input and added the March Hare design flair taking his business to the next level.</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mind Over Material &#8211; Launch Countdown!</title>
		<link>http://marchharedesigns.com/blog/?p=30</link>
		<comments>http://marchharedesigns.com/blog/?p=30#comments</comments>
		<pubDate>Thu, 09 Feb 2012 19:39:50 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=30</guid>
		<description><![CDATA[So we&#8217;re starting to get really excited about the next project we&#8217;re about to release! It&#8217;s for our friend and cohort Justin Rode, and the project is looking great. We had just finished making a logo and getting business cards &#8230; <a href="http://marchharedesigns.com/blog/?p=30">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>So we&#8217;re starting to get really excited about the next project we&#8217;re about to release! It&#8217;s for our friend and cohort Justin Rode, and the project is looking great.</p>
<p>We had just finished making a logo and getting business cards printed for him and started his web site project in the last half of January. Start the count down because we&#8217;re getting ready to go live!</p>
<p>http://mindovermaterial.com</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfect Image Taxidermy</title>
		<link>http://marchharedesigns.com/blog/?p=17</link>
		<comments>http://marchharedesigns.com/blog/?p=17#comments</comments>
		<pubDate>Tue, 24 Jan 2012 18:28:18 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[web design]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://marchharedesigns.com/blog/?p=17</guid>
		<description><![CDATA[We&#8217;re about to publish the latest site we&#8217;ve designed! Even though we haven&#8217;t publicly released it yet, you can view it at our portfolio or view the site itself at http://perfectimagetaxidermy.com.]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re about to publish the latest site we&#8217;ve designed!</p>
<p>Even though we haven&#8217;t publicly released it yet, you can view it at our portfolio or view the site itself at <a title="Perfect Image Taxidermy" href="http://perfectimagetaxidermy.com/" target="_blank">http://perfectimagetaxidermy.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://marchharedesigns.com/blog/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
