<?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"
	>

<channel>
	<title>MarkTeipe.com</title>
	<atom:link href="http://markteipe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://markteipe.com</link>
	<description>New Media Development</description>
	<pubDate>Mon, 25 Aug 2008 19:55:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Brightcove and Youtube embed code in Wordpress MU</title>
		<link>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/</link>
		<comments>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:52:53 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://markteipe.com/?p=63</guid>
		<description><![CDATA[By default Wordpress MU does not allow embed code even when using the HTML post feature. This is different from singe Wordpress instances that do allow embedding.
The fix: Edit wp-include/kses.php. In that file search for “Post filtering” and then comment out the following lines:

// Post filtering
//add_filter(’content_save_pre’, ‘wp_filter_post_kses’);

Please note this will affect all blog instances within [...]]]></description>
			<content:encoded><![CDATA[<p>By default Wordpress MU does not allow embed code even when using the HTML post feature. This is different from singe Wordpress instances that do allow embedding.</p>
<p>The fix: Edit wp-include/kses.php. In that file search for “Post filtering” and then comment out the following lines:<br />
<code><br />
// Post filtering<br />
//add_filter(’content_save_pre’, ‘wp_filter_post_kses’);<br />
</code></p>
<p>Please note this will affect all blog instances within the Wordpress MU installation.</p>
<p>This fix came from  <a href="http://simply-basic.com/posts/194160" target="_blank">Simply-Basic.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/08/25/brightcove-and-youtube-embed-code-in-wordpress-mu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress paging problem in custom category templates</title>
		<link>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/</link>
		<comments>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:40:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Code]]></category>

		<category><![CDATA[Templating]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://markteipe.com/?p=62</guid>
		<description><![CDATA[So there&#8217;s a bug in the wordpress query_posts() function with Pagination when you&#8217;re building a custom template and you want to view posts by category and have it limit a page to a certain numbers of posts. Most of the solutions in the WP forums are bogus. You get the page links but the pages [...]]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s a bug in the wordpress query_posts() function with Pagination when you&#8217;re building a custom template and you want to view posts by category and have it limit a page to a certain numbers of posts. Most of the solutions in the WP forums are bogus. You get the page links but the pages are the same posts. As i suspected you gotta tweak the query and this guy has the <a href="http://stylizedweb.com/2008/08/13/query_posts-pagination-problem/#comment-15406" target="_blank">perfect solution here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/08/22/wordpress-paging-problem-in-custom-category-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Issues with Podtrac and Podpress in Wordpress</title>
		<link>http://markteipe.com/2008/08/07/issues-with-podtrac-and-podpress-in-wordpress/</link>
		<comments>http://markteipe.com/2008/08/07/issues-with-podtrac-and-podpress-in-wordpress/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 23:38:57 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Podpress]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[podtrac]]></category>

		<guid isPermaLink="false">http://markteipe.com/?p=60</guid>
		<description><![CDATA[Saw a lot of possible fixes for this issue. The problem is in the General Settings of Podpress, when enabling Podtrac statistics nothing changes with the MP3 urls in the feed. All you have to do is format your uploads folder field named &#8220;URI of media files directory&#8221; like this:
http://www.podtrac.com/pts/redirect.mp3/www.YOURDOMAINNAME.com/wp-content/uploads
This is assuming you already have [...]]]></description>
			<content:encoded><![CDATA[<p>Saw a lot of possible fixes for this issue. The problem is in the General Settings of Podpress, when enabling Podtrac statistics nothing changes with the MP3 urls in the feed. All you have to do is format your uploads folder field named &#8220;URI of media files directory&#8221; like this:</p>
<p><code>http://www.podtrac.com/pts/redirect.mp3/www.YOURDOMAINNAME.com/wp-content/uploads</code></p>
<p>This is assuming you already have an account set up wih <a href="http://www.podtrac.com/" target="_blank">Podtrac</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/08/07/issues-with-podtrac-and-podpress-in-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>document.getElementById null error</title>
		<link>http://markteipe.com/2008/07/30/documentgetelementbyid-null-error/</link>
		<comments>http://markteipe.com/2008/07/30/documentgetelementbyid-null-error/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 01:39:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/07/30/documentgetelementbyid-null-error/</guid>
		<description><![CDATA[If you keep getting this error it is because the element ID truly is null.  But you say &#8220;But it&#8217;s write here on the page with a DIV id on it!&#8221;? Well you&#8217;re probably doing what I did - calling the getElementById before the DIV exists in the normal flow of the page. Put your [...]]]></description>
			<content:encoded><![CDATA[<p>If you keep getting this error it is because the element ID truly is <em>null</em>.  But you say &#8220;But it&#8217;s write here on the page with a DIV id on it!&#8221;? Well you&#8217;re probably doing what I did - calling the getElementById before the DIV exists in the normal flow of the page. Put your call in a function call after the DIV on the page (not in the page header) and the issue goes away.</p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/07/30/documentgetelementbyid-null-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WP_Query issues with sortby</title>
		<link>http://markteipe.com/2008/05/02/wp_query-issues-with-sortby/</link>
		<comments>http://markteipe.com/2008/05/02/wp_query-issues-with-sortby/#comments</comments>
		<pubDate>Fri, 02 May 2008 20:47:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/05/02/wp_query-issues-with-sortby/</guid>
		<description><![CDATA[Was trying to figure out the proper way to sort my WP_Query post results by category and found out that there are some buggy things with the sortby using WP_Query. I wanted to sort by cat_name then tried cat_id and cat_nicename. All work for the most part but would throw a post randomly out of [...]]]></description>
			<content:encoded><![CDATA[<p>Was trying to figure out the proper way to sort my WP_Query post results by category and found out that there are some buggy things with the sortby using WP_Query. I wanted to sort by cat_name then tried cat_id and cat_nicename. All work for the most part but would throw a post randomly out of order. So I ended up stacking my results into an object array and using the trusty PHP &#8220;sort&#8221;. Like this:</p>
<p>class an_object {<br />
var $an_name;<br />
var $an_slug;<br />
}</p>
<p>$i=0;<br />
$my_query = new WP_Query();<br />
while ($my_query-&gt;have_posts()) : $my_query-&gt;the_post();<br />
$an[$i] = new an_object();<br />
foreach((get_the_category()) as $category) {<br />
$an[$i]-&gt;an_slug = $category-&gt;category_nicename;<br />
$an[$i]-&gt;an_name = $category-&gt;cat_name;<br />
}<br />
$i++;<br />
endwhile;<br />
<strong><br />
sort($an);</strong></p>
<p>$z=0;<br />
while($an[$z]){<br />
echo $an[$z]-&gt;an_name.&#8221; &#8220;.$an[$z]-&gt;an_slug.&#8221;&lt;br /&gt;&#8221;;</p>
<p>$z++;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/05/02/wp_query-issues-with-sortby/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Intel Corporation</title>
		<link>http://markteipe.com/2008/04/20/intel-corporation/</link>
		<comments>http://markteipe.com/2008/04/20/intel-corporation/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 00:22:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/04/20/intel-corporation/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/works/intelcom/"><img src="http://markteipe.com/wp-content/uploads/featured_intel.jpg" alt="featured_intel.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/04/20/intel-corporation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Game: Witch Hunt</title>
		<link>http://markteipe.com/2008/04/19/witch-hunt/</link>
		<comments>http://markteipe.com/2008/04/19/witch-hunt/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:55:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/04/19/game-witch-hunt/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/works/game-witch-hunt/"><img src="http://markteipe.com/wp-content/uploads/featured_witchhunt.jpg" alt="featured_witchhunt.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/04/19/witch-hunt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Game: Snowball Fight</title>
		<link>http://markteipe.com/2008/04/19/game-snowball-fight/</link>
		<comments>http://markteipe.com/2008/04/19/game-snowball-fight/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:53:37 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/04/19/game-snowball-fight/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/works/game-snowball-fight/"><img src="http://markteipe.com/wp-content/uploads/featured_snowballfight.jpg" alt="featured_snowballfight.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/04/19/game-snowball-fight/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Entercom Communications Corporate Site</title>
		<link>http://markteipe.com/2008/04/19/entercom-communications-corporate-site/</link>
		<comments>http://markteipe.com/2008/04/19/entercom-communications-corporate-site/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:49:07 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Works]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/04/19/entercom-communications-corporate-site/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/works/entercomcom/"><img src="http://markteipe.com/wp-content/uploads/featured_entercom11.jpg" alt="featured_entercom11.jpg" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/04/19/entercom-communications-corporate-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testimonial - Nicolle</title>
		<link>http://markteipe.com/2008/04/19/51/</link>
		<comments>http://markteipe.com/2008/04/19/51/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:44:56 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Testimonials]]></category>

		<guid isPermaLink="false">http://markteipe.com/2008/04/19/51/</guid>
		<description><![CDATA[&#8220;I was shocked with how quickly Mark Teipe was able to turn my website around. The professional quality of the site was far beyond my expectations. Mark was easy to work with and created a site that was beautiful and easy to use. I would enthusiastically recommend his web-building services to anyone.&#8221;
- Nicolle M
Belesama.com

]]></description>
			<content:encoded><![CDATA[<p>&#8220;I was shocked with how quickly Mark Teipe was able to turn my website around. The professional quality of the site was far beyond my expectations. Mark was easy to work with and created a site that was beautiful and easy to use. I would enthusiastically recommend his web-building services to anyone.&#8221;</p>
<p><em><strong>- Nicolle M<br />
<a href="/works/belesamacom/">Belesama.com</a><br />
</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://markteipe.com/2008/04/19/51/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
