<?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>jappler.com</title>
	<atom:link href="http://jappler.com/feed" rel="self" type="application/rss+xml" />
	<link>http://jappler.com</link>
	<description>random and opinionated thoughts by Jennifer Zelazny</description>
	<lastBuildDate>Tue, 07 Sep 2010 20:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Working With WordPress Shortcodes in Template Files</title>
		<link>http://jappler.com/blog/archive/2010/09/07/working-with-wordpress-shortcodes-in-template-files</link>
		<comments>http://jappler.com/blog/archive/2010/09/07/working-with-wordpress-shortcodes-in-template-files#comments</comments>
		<pubDate>Tue, 07 Sep 2010 20:32:17 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[HOWTOs]]></category>
		<category><![CDATA[shortcodes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jappler.com/?p=1786</guid>
		<description><![CDATA[Ever need to include the functionality of a shortcode in a WordPress template file? Awhile back I needed to create a template that auto changed some of the shortcode parameters depending on the URL it was accessed from. (Think single gallery page &#8211; that depending on the GET variables of the page &#8211; would show [...]]]></description>
			<content:encoded><![CDATA[<p>Ever need to include the functionality of a shortcode in a WordPress template file?</p>
<p>Awhile back I needed to create a template that auto changed some of the shortcode parameters depending on the URL it was accessed from. (Think single gallery page &#8211; that depending on the GET variables of the page &#8211; would show a specific and that gallery specific options.  Instead of creating multiple gallery pages with the gallery shortcode hardcoded in &#8211; I decided to make one gallery page and then change the contents by simply modifying the URL using some GET variables which worked out great.</p>
<p>Example:<br />
URL: http://www.example.com/gallery/?gallery-id=23</p>
<pre class="brush: php;">
do_shortcode( '[jappler-gallery id=&quot; '. intval( $_GET['gallery-id'] ).']' );
</pre>
<p>That code right there will then show the gallery with the ID 23 specified in the URL (?gallery-id=23).<br />
This is just a quick way to utilize shortcodes inside the templates themselves while allowing you to make pages a bit more dynamic!</p>
<p>*Make sure to sanitize your GET variables.</p>
<p>Documentation on do_shortcode(): <a href="http://codex.wordpress.org/Function_Reference/do_shortcode" target="_blank">http://codex.wordpress.org/Function_Reference/do_shortcode</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/09/07/working-with-wordpress-shortcodes-in-template-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-09-05</title>
		<link>http://jappler.com/blog/archive/2010/09/05/twitter-weekly-updates-for-2010-09-05-2</link>
		<comments>http://jappler.com/blog/archive/2010/09/05/twitter-weekly-updates-for-2010-09-05-2#comments</comments>
		<pubDate>Sun, 05 Sep 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/09/05/twitter-weekly-updates-for-2010-09-05-2</guid>
		<description><![CDATA[What a day! All kinds of events/drama! # @KYellowFarm are you in WI? in reply to KYellowFarm # Just beat latest Super Mario Bros with E this morning! Great game! #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>What a day!  All kinds of events/drama! <a href="http://twitter.com/thejappler/statuses/22842203913" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/KYellowFarm" class="aktt_username">KYellowFarm</a> are you in WI? <a href="http://twitter.com/KYellowFarm/statuses/22990237237" class="aktt_tweet_reply">in reply to KYellowFarm</a> <a href="http://twitter.com/thejappler/statuses/22994903108" class="aktt_tweet_time">#</a></li>
<li>Just beat latest Super Mario Bros with E this morning!  Great game! <a href="http://twitter.com/thejappler/statuses/22995001750" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/09/05/twitter-weekly-updates-for-2010-09-05-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-29</title>
		<link>http://jappler.com/blog/archive/2010/08/29/twitter-weekly-updates-for-2010-08-29-2</link>
		<comments>http://jappler.com/blog/archive/2010/08/29/twitter-weekly-updates-for-2010-08-29-2#comments</comments>
		<pubDate>Sun, 29 Aug 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/08/29/twitter-weekly-updates-for-2010-08-29-2</guid>
		<description><![CDATA[Interesting &#8211; just learned the English drink 85% of their beer in a pub vs. Americans who drink 85% in their homes. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Interesting &#8211; just learned the English drink 85% of their beer in a pub vs. Americans who drink 85% in their homes. <a href="http://twitter.com/thejappler/statuses/22285725596" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/08/29/twitter-weekly-updates-for-2010-08-29-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to School Code Cleanup</title>
		<link>http://jappler.com/blog/archive/2010/08/26/back-to-school-code-cleanup</link>
		<comments>http://jappler.com/blog/archive/2010/08/26/back-to-school-code-cleanup#comments</comments>
		<pubDate>Thu, 26 Aug 2010 14:03:22 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[jappler.com]]></category>
		<category><![CDATA[cleanup]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://jappler.com/?p=1778</guid>
		<description><![CDATA[Whether working on projects with a fast change cycle or something that has not been changed recently &#8211; it is always a good idea to step back and review your code from time to time. Generally most people put it off for when &#8220;things slow down&#8221; or do not do it because &#8220;if it works [...]]]></description>
			<content:encoded><![CDATA[<p>Whether working on projects with a fast change cycle or something that has not been changed recently &#8211; it is always a good idea to step back and review your code from time to time. Generally most people put it off for when &#8220;things slow down&#8221; or do not do it because &#8220;if it works don&#8217;t fix it&#8221; mentality.  </p>
<p>When working with something like PHP, CSS, etc &#8211; you develop the best you can at the time you develop the code.  If you simply leave everything as is &#8211; you risk incompatibility/security issues, etc because nothing is constant (browsers, PHP versions, etc).  While it might not seem like the best way to spend your time at first &#8211; it will definitely help you down the road and at the very least make you realize how much you have learned since you initially wrote the code.</p>
<p>After working with a number of open source projects (WordPress, Drupal, XOOPS, etc) &#8211; I realized while that ignoring code cleanup is not an option and am going to from now on delegate September as my code cleanup month in which I will designate 2 days a week to spend exclusively on reviewing code and looking for ways to optimize it, get rid of any depreciated functions/etc. There are projects where code reviews happen more frequently &#8211; but for those that do not have reviews built in &#8211; this will be the catch all month.</p>
<p>Everyone writes code they are not proud of from time to time &#8211; the difference is there are some people who just let it slide vs. others that take the extra step to fix it.  Time to review the jappler.com site <img src='http://jappler.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/08/26/back-to-school-code-cleanup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-22</title>
		<link>http://jappler.com/blog/archive/2010/08/22/twitter-weekly-updates-for-2010-08-22</link>
		<comments>http://jappler.com/blog/archive/2010/08/22/twitter-weekly-updates-for-2010-08-22#comments</comments>
		<pubDate>Sun, 22 Aug 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/08/22/twitter-weekly-updates-for-2010-08-22</guid>
		<description><![CDATA[A little professionalism goes a long way. Yelling at your employees and belittling them in front of others only makes you look bad. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>A little professionalism goes a long way.  Yelling at your employees and belittling them in front of others only makes you look bad. <a href="http://twitter.com/thejappler/statuses/21406975170" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/08/22/twitter-weekly-updates-for-2010-08-22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-15</title>
		<link>http://jappler.com/blog/archive/2010/08/15/twitter-weekly-updates-for-2010-08-15</link>
		<comments>http://jappler.com/blog/archive/2010/08/15/twitter-weekly-updates-for-2010-08-15#comments</comments>
		<pubDate>Sun, 15 Aug 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/08/15/twitter-weekly-updates-for-2010-08-15</guid>
		<description><![CDATA[My latest WordPress/BuddyPress site release was mentioned in Businessweek and WSJ: http://bit.ly/7YtJRd / http://bit.ly/cIdkQA. # @KellyColligan a BB fan? in reply to KellyColligan # Saturdays are for Mantracker. #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>My latest WordPress/BuddyPress site release was mentioned in Businessweek and WSJ:<br />
<a href="http://bit.ly/7YtJRd" rel="nofollow">http://bit.ly/7YtJRd</a> / <a href="http://bit.ly/cIdkQA" rel="nofollow">http://bit.ly/cIdkQA</a>.  <img src='http://jappler.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/thejappler/statuses/20723614578" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/KellyColligan" class="aktt_username">KellyColligan</a> a BB fan? <a href="http://twitter.com/KellyColligan/statuses/20759983838" class="aktt_tweet_reply">in reply to KellyColligan</a> <a href="http://twitter.com/thejappler/statuses/20813023492" class="aktt_tweet_time">#</a></li>
<li>Saturdays are for Mantracker. <a href="http://twitter.com/thejappler/statuses/21171467188" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/08/15/twitter-weekly-updates-for-2010-08-15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-08-08</title>
		<link>http://jappler.com/blog/archive/2010/08/08/twitter-weekly-updates-for-2010-08-08</link>
		<comments>http://jappler.com/blog/archive/2010/08/08/twitter-weekly-updates-for-2010-08-08#comments</comments>
		<pubDate>Sun, 08 Aug 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/08/08/twitter-weekly-updates-for-2010-08-08</guid>
		<description><![CDATA[The exception is not the rule. # Great weekend for seeing old friends! #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>The exception is not the rule.  <img src='http://jappler.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <a href="http://twitter.com/thejappler/statuses/20157124977" class="aktt_tweet_time">#</a></li>
<li>Great weekend for seeing old friends! <a href="http://twitter.com/thejappler/statuses/20640033750" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/08/08/twitter-weekly-updates-for-2010-08-08/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-25</title>
		<link>http://jappler.com/blog/archive/2010/07/25/twitter-weekly-updates-for-2010-07-25-2</link>
		<comments>http://jappler.com/blog/archive/2010/07/25/twitter-weekly-updates-for-2010-07-25-2#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/07/25/twitter-weekly-updates-for-2010-07-25-2</guid>
		<description><![CDATA[Summer cleaning&#8230;time to not overlook optimization any longer. Clean, simple code is always much easier to debug and work with. # Finally a break in the heat here in Chicago. I cannot wait until fall! # Looking forward to my soon much needed vacation&#8230;completely unplugged! # Gotta love conference calls &#8211; I am on #5 [...]]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Summer cleaning&#8230;time to not overlook optimization any longer.  Clean, simple code is always much easier to debug and work with. <a href="http://twitter.com/thejappler/statuses/18932136597" class="aktt_tweet_time">#</a></li>
<li>Finally a break in the heat here in Chicago.  I cannot wait until fall! <a href="http://twitter.com/thejappler/statuses/19010386748" class="aktt_tweet_time">#</a></li>
<li>Looking forward to my soon much needed vacation&#8230;completely unplugged! <a href="http://twitter.com/thejappler/statuses/19102930159" class="aktt_tweet_time">#</a></li>
<li>Gotta love conference calls &#8211; I am on #<a href="http://search.twitter.com/search?q=%235" class="aktt_hashtag">5</a> of the day <a href="http://twitter.com/thejappler/statuses/19273732118" class="aktt_tweet_time">#</a></li>
<li>Last night I had my first dream which included Twitter&#8230; <a href="http://twitter.com/thejappler/statuses/19347511528" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/wordpress" class="aktt_username">wordpress</a> I think 3 days and I would call it PressCon (WordPress, bbPress, buddyPress) &#8211; focus on Press&#8230; <a href="http://twitter.com/wordpress/statuses/19287468291" class="aktt_tweet_reply">in reply to wordpress</a> <a href="http://twitter.com/thejappler/statuses/19347621063" class="aktt_tweet_time">#</a></li>
<li>I wish Orville Redenbacher would create kernels that would just slightly pop and no more. Those are by far my favorite thing about popcorn. <a href="http://twitter.com/thejappler/statuses/19360533968" class="aktt_tweet_time">#</a></li>
<li>I highly recommend Paul&#039;s most recent podcast: <a href="http://bit.ly/dm4nv5" rel="nofollow">http://bit.ly/dm4nv5</a> <a href="http://twitter.com/thejappler/statuses/19367509944" class="aktt_tweet_time">#</a></li>
<li>That settles it &#8211; it is less painful to be on conference calls for 8 hours straight than it is to work with GoDaddy for 1 hour. <a href="http://twitter.com/thejappler/statuses/19370275251" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/07/25/twitter-weekly-updates-for-2010-07-25-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Quality Sign&#8230;</title>
		<link>http://jappler.com/blog/archive/2010/07/20/another-quality-sign</link>
		<comments>http://jappler.com/blog/archive/2010/07/20/another-quality-sign#comments</comments>
		<pubDate>Tue, 20 Jul 2010 13:17:17 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Crazy Signs/Places]]></category>
		<category><![CDATA[This and That]]></category>

		<guid isPermaLink="false">http://jappler.com/?p=1766</guid>
		<description><![CDATA[I love signs new and old&#8230;strange and everyday. Details generally matter and when details get overlooked &#8211; once everyday signs become interesting. Awhile back, my sister ventured back to our hometown in western New York and went to a nearby city where the local community college is located. She apparently went by one of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jappler.com/files/2010/07/photo.jpg"><img src="http://jappler.com/files/2010/07/photo-300x225.jpg" alt="" title="JCC" width="300" height="225" class="alignleft size-medium wp-image-1767" /></a> I love signs new and old&#8230;strange and everyday.  Details generally matter and when details get overlooked &#8211; once everyday signs become interesting.</p>
<p>Awhile back, my sister ventured back to our hometown in western New York and went to a nearby city where the local community college is located.  She apparently went by one of the main entrances and thought of me and my love for signs.  As you can see &#8211; the lovely &#8220;M&#8221; is missing and gives the sign a completely different read.  A big thanks to my sister for the find on her journey.  </p>
<p>Let&#8217;s hope they have put the &#8220;M&#8221; back into place by now&#8230;but I would not be surprised if they did not.  Go JCC! </p>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/07/20/another-quality-sign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for 2010-07-18</title>
		<link>http://jappler.com/blog/archive/2010/07/18/twitter-weekly-updates-for-2010-07-18</link>
		<comments>http://jappler.com/blog/archive/2010/07/18/twitter-weekly-updates-for-2010-07-18#comments</comments>
		<pubDate>Sun, 18 Jul 2010 23:49:00 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[This and That]]></category>
		<category><![CDATA[tweet]]></category>

		<guid isPermaLink="false">http://jappler.com/blog/archive/2010/07/18/twitter-weekly-updates-for-2010-07-18</guid>
		<description><![CDATA[Yahoo! Pipes are amazing. Never used them? Look at some that are available to use (clone) and tell me you could not use at least 4! # @AMCStephanie totally. I am a sucker for the Brenda years! in reply to AMCStephanie #]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Yahoo! Pipes are amazing. Never used them? Look at some that are available to use (clone) and tell me you could not use at least 4! <a href="http://twitter.com/thejappler/statuses/18460881275" class="aktt_tweet_time">#</a></li>
<li>@<a href="http://twitter.com/AMCStephanie" class="aktt_username">AMCStephanie</a> totally. I am a sucker for the Brenda years! <a href="http://twitter.com/AMCStephanie/statuses/18746999939" class="aktt_tweet_reply">in reply to AMCStephanie</a> <a href="http://twitter.com/thejappler/statuses/18784643939" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jappler.com/blog/archive/2010/07/18/twitter-weekly-updates-for-2010-07-18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/45 queries in 0.012 seconds using disk
Object Caching 600/699 objects using disk

Served from: jappler.com @ 2010-09-08 01:04:00 -->