<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Mike Meisner</title>
	
	<link>http://www.mikemeisner.com</link>
	<description>Creative web developer and designer</description>
	<pubDate>Thu, 20 Nov 2008 20:36:58 +0000</pubDate>
	
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MikeMeisner" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Create multiple headers in Wordpress</title>
		<link>http://www.mikemeisner.com/create-multiple-headers-in-wordpress</link>
		<comments>http://www.mikemeisner.com/create-multiple-headers-in-wordpress#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467</guid>
		<description><![CDATA[The Problem
As usual, a new problem arose when I was developing this site. I didn&#8217;t want the featured slider to appear on every page, as it was located in the header. You too, may want to display page-specific headers on your site. Well, it&#8217;s not that hard.
The Fix
First, open your header.php file and copy and [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>As usual, a new problem arose when I was developing this site. I didn&#8217;t want the featured slider to appear on every page, as it was located in the header. You too, may want to display page-specific headers on your site. Well, it&#8217;s not that hard.</p>
<h3>The Fix</h3>
<p>First, open your header.php file and copy and paste its contents into a new file. Name this new file &#8220;headerwithnofeaturedslider.php&#8221; or whatever is more semantic to you. Make sure you remove the offending featured slider portion (or include/remove what you want from this version of the header).  Save and upload this new header file to your site. </p>
<p>Now you have two headers; you could easily make another, and another, and so on. Next we need to call them to appear on the pages in Wordpress. In my case, I wanted to include the &#8220;headerwithfeaturedslider.php&#8221; only on my home page. Every other page would load the normal header.  So in my index.php file I replace the normal header tag with to include the new header file we created, like so:  </p>
<pre class="syntax-highlight:php">&lt;?php include (TEMPLATEPATH . &#039;/header_notebook.php&#039;); ?&gt;  </pre>
<p>All other pages will load the regular header. As you can see, it&#8217;s very simple. The most involving part would be changing your headers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/create-multiple-headers-in-wordpress/feed</wfw:commentRss>
		</item>
		<item>
		<title>Give Firefox mad boost</title>
		<link>http://www.mikemeisner.com/make-firefox-your-bitch</link>
		<comments>http://www.mikemeisner.com/make-firefox-your-bitch#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=449</guid>
		<description><![CDATA[I recently came across a few interesting sites that offer tips and tricks on how to tweak Firefox; if you&#8217;re like me and want your nine tabs of data-heavy websites to run at hyper speed, check out these links. Most notable were the speed tweaks, which I can say increased this things effectiveness. Having used [...]]]></description>
			<content:encoded><![CDATA[<p>I recently came across a few interesting sites that offer tips and tricks on how to tweak Firefox; if you&#8217;re like me and want your nine tabs of data-heavy websites to run at hyper speed, check out these links. Most notable were the speed tweaks, which I can say increased this things effectiveness. Having used it for a few days, I can tell it helps speed things up, plus it&#8217;s interesting to know about these kinds of things.</p>
<h4>How to turbocharge Firefox</h4>
<p><a class="add" href="http://www.inquisitr.com/5294/how-to-turbo-charge-firefox-31-beta/">Visit</a></p>
<h4>21 Firefox hacks and tweaks</h4>
<p><a class="add" href="http://www.blogsdna.com/372/21-aboutconfig-hackstweaks-for-firefox-3.htm">Visit</a></p>
<h4>Speed up Firefox</h4>
<p><a class="add" href="http://hackaday.com/2004/12/26/speed-up-firefox/">Visit</a></p>
<h4>Bonus speed hacks</h4>
<p>I figured I&#8217;d post up the best speed improvement hacks for Firefox right here, since that&#8217;s what you want, right?</p>
<p>To switch Firefox from a six banger to a v8, type &#8220;about:config&#8221; in your address bar and hit return. Then modify these lines as shown:</p>
<p>network.http.max-connections 30 to 96<br />
network.http.max-connections-per-server 15 to 32<br />
network.http.max-persistent-connections-per-server 6 to 8<br />
network.http.pipelining false to true<br />
network.http.proxy.pipelining false to true<br />
network.http.pipelining.maxrequests 30 to 8<br />
network.http.pipelining.ssl false to true<br />
network.http.proxy.pipelining false to true</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/make-firefox-your-bitch/feed</wfw:commentRss>
		</item>
		<item>
		<title>Two new jQuery plugins - flip and animate on hover</title>
		<link>http://www.mikemeisner.com/jquerys-flippable-and-flip</link>
		<comments>http://www.mikemeisner.com/jquerys-flippable-and-flip#comments</comments>
		<pubDate>Thu, 30 Oct 2008 01:45:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=340</guid>
		<description><![CDATA[In case you have been wishing and looking for a way to nicely flip and slide objects to reveal content using jQuery, here are two options. The first lets you flip an object up, down, left and right and it can contain HTML content as well. I can think of several cool things to do [...]]]></description>
			<content:encoded><![CDATA[<p>In case you have been wishing and looking for a way to nicely flip and slide objects to reveal content using jQuery, here are two options. The first lets you flip an object up, down, left and right and it can contain HTML content as well. I can think of several cool things to do with this; an &#8220;e business card&#8221; or as a link to some small amount of html such as pricing or services, availability, etc.</p>
<p><a href="http://lab.smashup.it/flip/#" class="add">Visit Flip - A jQuery Plugin</a></p>
<p>The second option is a little different. It animates a hover and slides the top portion off to reveal some HTML below. Take a look. Again, I can think of multiple uses for these excellent plugins.</p>
<p><a href="http://www.incg.nl/blog/2008/hover-block-jquery/example/animate_hover.htm" class="add">Visit Animate a Hover with jQuery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/jquerys-flippable-and-flip/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Services</title>
		<link>http://www.mikemeisner.com/our-services</link>
		<comments>http://www.mikemeisner.com/our-services#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:21:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=432</guid>
		<description><![CDATA[Here&#8217;s a quick and dirty breakdown of services I provide. 


            Web Services Table
            


Web Design
Web Development
Online Marketing
Additional



Branding, Corporate Identity
Content Management Systems (CMS)
Search Engine Optimization (SEO)
Content Writing


User Interface Design
E-commerce
Pay Per Click Advertising
Web/Email Hosting


Flash
Custom [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick and dirty breakdown of services I provide. </p>
<table border="0" cellpadding="0" cellspacing="0" id="ourservices">
<caption>
            Web Services Table<br />
            </caption>
<thead>
<tr>
<th class="design">Web Design</th>
<th class="development">Web Development</th>
<th class="marketing">Online Marketing</th>
<th class="additional">Additional</th>
</tr>
</thead>
<tr>
<td class="design">Branding, Corporate Identity</td>
<td class="development"><a href="web-development">Content Management Systems (CMS)</a></td>
<td class="marketing"><a href="email-campaigns">Search Engine Optimization (SEO)</a></td>
<td class="additional">Content Writing</td>
</tr>
<tr>
<td class="design">User Interface Design</td>
<td class="development"><a href="web-development">E-commerce</a></td>
<td class="marketing"><a href="web-development/">Pay Per Click Advertising</a></td>
<td class="additional"><a href="email-campaigns">Web/Email Hosting</a></td>
</tr>
<tr>
<td class="design">Flash</td>
<td class="development"><a href="web-development">Custom Applications</a></td>
<td class="marketing"><a href="email-campaigns">Online Strategy</a></td>
<td class="additional">Logo Design</td>
</tr>
<tr>
<td class="design">Multimedia Presentations</td>
<td class="development">Database Programming</td>
<td class="marketing">Graphical Ad Design</td>
<td class="additional">Business Cards</td>
</tr>
<tr>
<td class="design">XHTML/CSS</td>
<td class="development">User and Concept Testing</td>
<td class="marketing">Email Campaigns</td>
<td class="additional">Domain Registration</td>
</tr>
<tr>
<td class="design">Information Architecture (IA)</td>
<td class="development">Intranet/Extranet</td>
<td class="marketing"><a href="email-campaigns">Site Analytics</a></td>
<td class="additional">&nbsp;</td>
</tr>
<tr>
<td class="design">User Experience</td>
<td class="development"><a href="web-development">Blogs/Forums</a></td>
<td class="marketing">&nbsp;</td>
<td class="additional">&nbsp;</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/our-services/feed</wfw:commentRss>
		</item>
		<item>
		<title>Create a featured posts slider in Wordpress using jQuery</title>
		<link>http://www.mikemeisner.com/wordpress-featured-slider</link>
		<comments>http://www.mikemeisner.com/wordpress-featured-slider#comments</comments>
		<pubDate>Wed, 22 Oct 2008 20:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[notebook]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=342</guid>
		<description><![CDATA[Many premium themes feature cool featured content sliding areas, where the latest posts appear. There is one such plugin, built around the Mootools library, but I wanted to use jQuery, as I prefer it over the other libraries. I also wanted it to automatically scroll. Of course, this can easily be modified to use the [...]]]></description>
			<content:encoded><![CDATA[<p>Many premium themes feature cool featured content sliding areas, where the latest posts appear. There is one such plugin, built around the Mootools library, but I wanted to use jQuery, as I prefer it over the other libraries. I also wanted it to automatically scroll. Of course, this can easily be modified to use the navigation buttons as well.</p>
<p>To begin, you will need a few things:</p>
<ul>
<li class="add"><a href="http://docs.jquery.com/Downloading_jQuery">Latest version jQuery</a></li>
<li class="add"><a href="&lt;a href=">jFlow 1.2</a></li>
<li class="add"><a href="http://tzeif.com/jq/jflow/jquery.flow.1.1.js">jFlow (autoscrolling version</a></li>
</ul>
<p>jFlow is an awesome tool to use for this purpose because it&#8217;s super lightweight, and the code is retardedly simple. Compared to coda slider and others, it&#8217;s a breeze. Install this, and set it up on your page where you would like it to appear. Play around with it for a bit.</p>
<p>Now you need to decide what you want to appear in the sliding window. In my case, I wanted an image, the post title, and an excerpt to appear. But first, we need to set up the PHP code to make this happen.</p>
<h2>The PHP</h2>
<p>First, put this bit of code just after your #myslides div and just before the first open div that will contain the first piece of sliding content.</p>
<pre class="syntax-highlight:php">
&lt;div id=&quot;mySlides&quot;&gt;
&lt;?php $countfeatured=0; ?&gt;
&lt;?php $my_query = new WP_Query(&#039;category_name=Featured&amp;amp;showposts=4&#039;);
while ($my_query-&gt;have_posts()) : $my_query-&gt;the_post();
$do_not_duplicate = $post-&gt;ID; ?&gt;
&lt;?php if ($countfeatured == 0) { ?&gt;
</pre>
<p>What this does is set query posts in a category - in this case, &#8220;Featured&#8221;, and to show four of them.</p>
<p>Now let&#8217;s make the first featured entry.</p>
<pre class="syntax-highlight:php">
&lt;h2 class=&quot;feature-title&quot;&gt;
&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;?php the_excerpt(); ?&gt;&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; class=&quot;readmore add&quot;&gt;View project&lt;/a&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div class=&quot;entry&quot; style=&quot;padding-left:10px;&quot;&gt;
    &lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title(); ?&gt;&quot;&gt;
	&lt;img src=&quot;&lt;?php echo get_option(&#039;home&#039;); ?&gt;/wp-content/themes/thematic/images/projects/&lt;?php
// this is where the Lead Story image gets printed
$values = get_post_custom_values(&quot;frontpageproject&quot;); echo $values[0]; ?&gt;&quot; alt=&quot;&quot; class=&quot;featureimg&quot; /&gt;&lt;/a&gt;
						&lt;?php $thumb = get_post_meta($post-&gt;ID, &quot;thumb&quot;, true);
						if ($thumb != &quot;&quot;) { ?&gt;
							&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;
							&lt;img src=&quot;&lt;?php $values = get_post_custom_values(&quot;frontpageproject&quot;); echo $values[0]; ?&gt;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; class=&quot;thumb&quot; /&gt;
							&lt;/a&gt;
							&lt;?php the_excerpt(); ?&gt;
						&lt;?php } else { ?&gt;
						&lt;?php } ?&gt;&lt;br/&gt;

                        &lt;p&gt;&lt;?php $values = get_post_custom_values(&quot;link&quot;); echo $values[0]; ?&gt;&lt;/p&gt;
</pre>
<p>That looks like a lot, and in fact it contains some custom fields and other stuff which may be a bit advanced. In between each blank div that jFlow provides, you can put whatever sliding content you want. In this example I created several new classes to hold content such as the title, excerpt and &#8220;read more&#8221; bits that the PHP pulls in, and later a transparent section to hold the written content. </p>
<p>If we wanted to simply display a post, with an excerpt, you&#8217;d place something like so in between the divs:</p>
<pre class="syntax-highlight:php">
&amp;lt;h2&amp;gt;
&amp;lt;a href=&amp;quot;&amp;lt;?php the_permalink() ?&amp;gt;&amp;quot; rel=&amp;quot;bookmark&amp;quot; title=&amp;quot;Permanent Link to &amp;lt;?php the_title(); ?&amp;gt;&amp;quot;&amp;gt;&amp;lt;?php the_title(); ?&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/h2&amp;gt;
&amp;lt;?php the_excerpt(); ?&amp;gt;&amp;lt;br /&amp;gt;
&amp;lt;strong&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;?php the_permalink() ?&amp;gt;&amp;quot; class=&amp;quot;readmore add&amp;quot;&amp;gt;View project&amp;lt;/a&amp;gt;&amp;lt;/strong&amp;gt;
</pre>
<p>In between each div, you must insert the following bit of code, which will look for more featured posts:</p>
<pre class="syntax-highlight:php">
&lt;?php $countfeatured++; ?&gt;
&lt;?php } elseif ($countfeatured == 1) { ?&gt;
</pre>
<p>So for the second div, you would repeat the above process, and replace the &#8220;1&#8243; with a &#8220;2&#8243; in the $countfeatured variable.</p>
<h2>The CSS</h2>
<p>I used some less-than-perfect CSS to get what I wanted. But here it is.</p>
<pre class="syntax-highlight:css">
/* =Featured Slider
-------------------------------------------------------------- */
#featurewrap {float: right; width: 520px;}/*holds entire feature container*/
#myController span{color:#FFF;margin-right:10px;cursor:pointer;}
#mySlides {}
#mySlides div {padding: 0px;} /*the divs that hold sliding content*/
#jFlowSlide{float: right; margin-top: -5px; background:url(images/featured.png) no-repeat; overflow: hidden; z-index:10;}/*bg image for slider*/
#jFlowSlide img {z-index:4;}
#myController span.jFlowSelected {background:#F00;}

#prevNext{position: absolute; margin: 100px 100px 0 -21px; width: 595px;}/*The navigation buttons, custom positioned*/
#prevNext img{position: relative;z-index: 2;cursor: pointer;}

.jFlowPrev{float: left; background: url(images/leftarrows.png) no-repeat left top; height: 35px; width: 45px;}/*left arrow*/
.jFlowPrev:hover {background-position: left bottom;}
.jFlowNext{float: right; background: url(images/rightarrows.png) no-repeat; height: 35px; width: 45px;}/*right arrow*/
.jFlowNext:hover{background-position: left bottom;}
jFlowSlideContainer .entry {float: right; margin-top: 10px; width: 180px;} /*the featured post entry*/

.featureimg { margin:16px 13px; border: thin solid gray; float: right; z-index:1;} /*the white background on each feature*/
.featurecontainer {background: white; position: absolute; width:470px; height: 100px; margin: 127px 200px 0px 16px; z-index:3; padding: 5px;}/*container for written post content*/
.feature {margin-left: 28px;}
.feature-title {margin: 5px 0px 0px 5px;}
.featurecontainer p {margin: 0px 10px 0px 10px;!important padding-left: 5px;}
.transparent {
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
.readmore {margin-left: 10px;}
</pre>
<p>Now if you should choose to use the previous and next navigation, or style the controller nav, that&#8217;s up to you. I wanted to automate mine.  Also notice the &#8220;featurecontainer&#8221; and &#8220;transparent&#8221; classes, which I use to structure post content. Copy the code and repeat the same steps above into the blank divs that jFlow provides and you should be all set.</p>
<h2>Fire it up</h2>
<p>Last thing you need to do is put this in your header.php head, <strong>just after</strong> the php wp_head tag.</p>
<pre class="syntax-highlight:javascript">
&lt;script language=&quot;javascript&quot;&gt;
$(document).ready(function(){

	$(&quot;#myController&quot;).jFlow({
		slides: &quot;#mySlides&quot;,
		width: &quot;400px&quot;,
		height: &quot;200px&quot;,
		duration: 400
	});
});
&lt;/script&gt;
</pre>
<p>Of course if you&#8217;re using the autoplay version, you&#8217;d want this simple extended version:</p>
<pre class="syntax-highlight:javascript">
&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
$(document).ready(function(){

	$(&amp;quot;#myController&amp;quot;).jFlow({
		slides: &amp;quot;#mySlides&amp;quot;,
		width: &amp;quot;470px&amp;quot;,
		height: &amp;quot;210px&amp;quot;,
		autoplay: &#039;true&#039;,
		easing: &#039;easeIn&#039;,
		duration: 1200
	});
});
&amp;lt;/script&amp;gt;
</pre>
<p>I hope this helps some people get started building a featured content slider with Wordpress, and I look forward to updating this post with more detailed instructions. If you have any suggestions, tweaks, or can explain things further than I can (which is easy to do) please voice them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/wordpress-featured-slider/feed</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Optimization</title>
		<link>http://www.mikemeisner.com/seo</link>
		<comments>http://www.mikemeisner.com/seo#comments</comments>
		<pubDate>Mon, 20 Oct 2008 16:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=377</guid>
		<description><![CDATA[Why do you need online marketing?
Having a website is only the first piece of a much larger online marketing mosaic. It’s like having a great product sitting on a shelf - it’s useless if no one knows enough about it to buy it. I know how to get your site traffic.
Get your new or existing [...]]]></description>
			<content:encoded><![CDATA[<h2>Why do you need online marketing?</h2>
<p>Having a website is only the first piece of a much larger online marketing mosaic. It’s like having a great product sitting on a shelf - it’s useless if no one knows enough about it to buy it. I know how to get your site traffic.</p>
<p>Get your new or existing website seen &#038; heard with effective online marketing &#038; promotion tactics, including Pay Per Click, Search Engine Optimization, Email Marketing, and Link Building with my help. The ROI seen on many online marketing techniques is usually so good that it pays for itself and then some, and what’s more, you don’t have to hassle with the organizing, administrating and maintaining of the various programs - I do. All you have to deal with is results and profits.</p>
<p>When you work with me we will create a detailed marketing approach for the website and create the most effective campaign possible.</p>
<p>My online marketing services include:</p>
<p>    * Pay Per Click advertising with Google, Yahoo and MSN<br />
    * External link building programs<br />
    * Online Advertising design &#038; creation - banner ads and flash ads<br />
    * Sponsored blogging<br />
    * Online advertising – banners, advertisements<br />
    * Design &#038; creation of unique landing pages for PPC, email, viral or one-off campaigns<br />
Affiliate marketing set up</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/seo/feed</wfw:commentRss>
		</item>
		<item>
		<title>Online Marketing and SEO</title>
		<link>http://www.mikemeisner.com/marketing-seo</link>
		<comments>http://www.mikemeisner.com/marketing-seo#comments</comments>
		<pubDate>Mon, 20 Oct 2008 16:29:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=374</guid>
		<description><![CDATA[When someone queries a search engine for a keyword related to your company’s products or services does your page appear in the top ten matches, or does your competitor’s? If your website is listed but not within the first two or three pages of results you’re losing out on a potential customer—no matter how many [...]]]></description>
			<content:encoded><![CDATA[<p>When someone queries a search engine for a keyword related to your company’s products or services does your page appear in the top ten matches, or does your competitor’s? If your website is listed but not within the first two or three pages of results you’re losing out on a potential customer—no matter how many search engines you submitted your site to.</p>
<div class="benefits">
<h4>Benefits of Online Marketing</h4>
<ul>
<li>Measurable results: through the use of analytic software, detailed data can be collected allowing analysis to support and develop the marketing campaign.</li>
<li>Increased visits to your website: using SEO and PPC brings a higher volume of visitors to your site, which often leads to higher visibility and more sales.</li>
<li>Higher quality leads: effective use of online marketing connects potential customers directly to your business. </li>
</ul></div>
<h2>Email Campaigns</h2>
<p>Email Marketing campaigns are a proven and highly effective marketing tool that can be used by any-sized business, at any stage in their marketing cycle, and with great results. They are cheap to start up and offer a large return on investment; it&#8217;s also completely trackable – meaning you can see where every hard-earned penny went and better target your audience.</p>
<p>Offers range from tailored email marketing services to SMBs, ranging from single newsletter or campaign design &amp; creation to full-scale email marketing programs that see you delivering your monthly content and letting me do the rest.</p>
<p>Regardless of what stage you’re at in your SMB marketing lifecycle, email marketing can and should be used in some capacity. If you’re just starting out and don’t yet have an email list, no problem: I can add a list-building/newsletter subscription form to your website to start collecting and building relationships with your customers. If you already have a list, then we can build off that existing platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/marketing-seo/feed</wfw:commentRss>
		</item>
		<item>
		<title>Website Maintenance</title>
		<link>http://www.mikemeisner.com/website-maintenance</link>
		<comments>http://www.mikemeisner.com/website-maintenance#comments</comments>
		<pubDate>Mon, 20 Oct 2008 16:21:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=372</guid>
		<description><![CDATA[Most websites require periodic updating; some more frequently than others. Updates may be as simple as a change in an email address or may involve a complete rework of the website.
Good organization and simplicity are keys to a website that is easy to maintain and that can expand to meet your expanding needs. For those [...]]]></description>
			<content:encoded><![CDATA[<p>Most websites require periodic updating; some more frequently than others. Updates may be as simple as a change in an email address or may involve a complete rework of the website.</p>
<p>Good organization and simplicity are keys to a website that is easy to maintain and that can expand to meet your expanding needs. For those website owners who have the time and moderate technical skills I will design the site so that it may be maintained by the owner or his/her aid. I can even design custom software to help owners maintain their own sites. However, many website owners will choose to have updates made for them. My low rates and fast response time make this a viable option for nearly everyone.</p>
<p>If you already have a website we can maintain and manage that site for you. I handle everything from updates and domain name registration renewal to search engine submission.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/website-maintenance/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Development &amp; Ecommerce</title>
		<link>http://www.mikemeisner.com/web-development</link>
		<comments>http://www.mikemeisner.com/web-development#comments</comments>
		<pubDate>Mon, 20 Oct 2008 15:04:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=369</guid>
		<description><![CDATA[I am a big fan of WordPress, the world&#8217;s most popular Content Management System (CMS). It&#8217;s easy to use and can handle everything a site needs, large and small. If you currently have a static website and are looking to put a Content Management System behind it, give us a call and we&#8217;ll give you [...]]]></description>
			<content:encoded><![CDATA[<p>I am a big fan of WordPress, the world&#8217;s most popular Content Management System (CMS). It&#8217;s easy to use and can handle everything a site needs, large and small. If you currently have a static website and are looking to put a Content Management System behind it, give us a call and we&#8217;ll give you a free quote. Any site can benefit from a CMS backbone, as it makes updating and maintaining much easier. Just look at the <a href="http://www.mikemeisner.com/wp-content/uploads/2008/10/wpvisual1.jpg">text editor screenshot</a>. If you&#8217;re familiar with Word or any text editor, you will be all good. </p>
<div class="benefits">
<h4>Benefits of Using Content Management Systems</h4>
<ul>
<li>Empower business users to create and manage content without HTML knowledge</li>
<li>Decentralized maintenance; develop on any computer, anywhere</li>
<li>Automate processes associated with managing the Web</li>
<li>Lower the time and costs associated with managing sites</li>
<li>Turn sites into interactive marketing applications</li>
<li>Easily manage and upload files and data</li>
</ul>
</div>
<h3>SEO Friendly</h3>
<p><a href="http://www.mikemeisner.com/wp-content/uploads/2008/10/seopack.jpg"><img src="http://www.mikemeisner.com/wp-content/uploads/2008/10/seopack.jpg" alt="Gain control over your SEO" title="seopack" class="aligncenter size-full wp-image-404" /></a><br />
Right out of the box, Wordpress comes ready to reign in the search engines with it&#8217;s powerful &#8220;All in One SEO&#8221; plugin which performs fantastically. I integrate it with Google Analytics, and other tools and strategies to give you a complete overview of you site&#8217;s performance and usage. </p>
<h3>Blog Management</h3>
<p>Wordpress is by nature a blogging tool; as the most popular one it has a huge support network and can easily be customized.  If your website includes Articles, Press Releases, and Updates of any nature, our CMS will allow you to easily manage everything. I include all sorts of social networking goodies, RSS feeds, and more, so your blog gets maximum exposure.</p>
<h3>Ecommerce</h3>
<p>I can integrate most popular merchants with an easy to manage shopping cart on your blog or website. If you want to sell a few items or a warehouse full, there&#8217;s a solution.</p>
<div class="benefits">
<h4>Benefits of Doing Business Online</h4>
<ul>
<li><strong>Increased Market Opportunity:</strong> Any business website presence broadens the market reach for your company. Local retailers can market and sell products across the country or the around the world.</li>
<li><strong>Reduced Information Distribution Costs:</strong> A business website allows you to provide information such as, product sell sheets, technical specifications, or catalogues, in real time when the customer needs it, at almost no cost.</li>
<li><strong>Expanded Availability to Customers:</strong> Your business website gives your customers 24/7 access to your business with very little increase in overhead or employment costs.</li>
<li><strong>Increased Sales:</strong> If your small business website includes an online shopping cart or E-commerce system you can increase your sales with little additional cost.</li>
<li><strong>Customers Require It:</strong> Today with Internet usage growing exponentially, consumer expectation almost requires you to have some sort of interactive, dynamic web presence and to have online ordering enabled.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/web-development/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web Design</title>
		<link>http://www.mikemeisner.com/design</link>
		<comments>http://www.mikemeisner.com/design#comments</comments>
		<pubDate>Sun, 19 Oct 2008 23:00:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.mikemeisner.com/?p=360</guid>
		<description><![CDATA[For starters, a visually appealing design always sets the stage. I&#8217;m passionate about my craft, and create unique, original site designs that will grab the visitor&#8217;s attention and make sure they hang around long enough to really take in what you have to offer them. Look at some of my designs in the portfolio, or [...]]]></description>
			<content:encoded><![CDATA[<p>For starters, a visually appealing design always sets the stage. I&#8217;m passionate about my craft, and create unique, original site designs that will grab the visitor&#8217;s attention and make sure they hang around long enough to really take in what you have to offer them. Look at some of my designs in the <a href="portfolio">portfolio</a>, or read on to find out more about what we have to offer.</p>
<h2>Designing by web standards</h2>
<p>I take pride in designing attractive websites by W3C compliant standards.  Designing by these standards ensure cross-browser compatibility, keeps code clean, and makes sure that the site design is forward and backward compatible with web browsers. We check compatibility with Internet Explorer, Firefox, and Safari.</p>
<h2>Making your message clear</h2>
<p>I understands how critical the first five seconds of a user&#8217;s visit to your site truly is.  Users don&#8217;t want to have to try too hard to find the information, service, or product they were looking for.  That first five seconds may very well be all you ever see of that potential customer if the website doesn&#8217;t reflect what they were hoping to find.</p>
<h2>Simple design, simple navigation</h2>
<p>Web design should be simple, elegant and innovative.  I prioritize the end-user experience first, and understand that the last thing anybody wants is to be confused by site navigation that doesn&#8217;t follow typical logic one expects when they get to a website.</p>
<h2>Appealing to your client base</h2>
<p>Before starting on your design, we do our research to make sure that the website strikes the right chord with you and your intended audience. I often recommend clients download the <a href="docs/questionairre.doc">project questionnaire</a> before starting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikemeisner.com/design/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
