<?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>The WordPress PAD &#187; Design and Development</title>
	<atom:link href="http://www.wordpresspad.com/category/design-and-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpresspad.com</link>
	<description>Let’s talk WordPress Design, Development and Social Media</description>
	<lastBuildDate>Mon, 23 May 2011 02:04:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Add a Function to Your Post Using Shortcode not PHP</title>
		<link>http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/</link>
		<comments>http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:53:36 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[shortcode]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=467</guid>
		<description><![CDATA[Redesigning Poles Apart Design, I used the Datafeedr Random Ads V2 plugin as a random image rotator. The plugin requires that I add PHP code to a template page which I didn&#8217;t want to do because I wanted the image rotators to appear in specific posts. I could make that happen by installing and enabling [...]]]></description>
			<content:encoded><![CDATA[<p>Redesigning <a href="http://polesapartdesign.com" title="Poles Apart Design">Poles Apart Design</a>, I used the <a href="http://www.datafeedr.com/random-ads-plugin-v2.php">Datafeedr Random Ads V2</a> plugin as a random image rotator. The plugin requires that I add PHP code to a template page which I didn&#8217;t want to do because I wanted the image rotators to appear in specific posts.  I could make that happen by installing and enabling another plugin that enables me to use PHP code within a post, but sometimes using PHP code within a post can cause unexpected issues, plugin or no. So, I thought, oh yeah, shortcodes. Shortcodes are pieces of simplified code that represent PHP code/functions without having to use actual PHP in the place you put the shortcode. Actually, you can use shortcodes for output of regular text, html and even CSS. A shortcode comes in this format <code>[shortcode-post-title-here]</code>. Here&#8217;s how to add a PHP function into a post from any plugin that requires a specific function call (which is almost all) to generate whatever content the plugin is for.<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/">Add a Function to Your Post Using Shortcode not PHP</a> (219 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2009. |
<a href="http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/">Permalink</a> |
<a href="http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/&amp;title=Add a Function to Your Post Using Shortcode not PHP">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/shortcode/" rel="tag">shortcode</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/add-a-function-to-your-post-using-shortcode-not-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Pick of the Week: Broken Link Checker</title>
		<link>http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/</link>
		<comments>http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 06:18:17 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=453</guid>
		<description><![CDATA[Broken Link Checker is a great, great, great plugin because it saves you mucho, mucho, mucho time and headache keeping your site up to date with correct information, specifically, updated links. The plugin basically shows you a list of broken links under the Tools section of your WordPress dashboard. It shows you the post that [...]]]></description>
			<content:encoded><![CDATA[<p>Broken Link Checker is a great, great, great plugin because it saves you mucho, mucho, mucho time and headache keeping your site up to date with correct information, specifically, updated links. The plugin basically shows you a list of broken links under the Tools section of your WordPress dashboard. It shows you the post that the broken link was found in, the text it&#8217;s linked to, gives you the option of discarding the post, unlinking the text, and editing the post. But, the best, best, best part is that you can click &#8220;edit&#8221; to edit the link right there instead of having to fish for it within HTML code or in visual mode! Thank you <a title="WordPress plugin Broken Link Checker" href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/" target="_blank">Broken Link Checker</a>!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.wordpresspad.com%2Fwordpress-plugin-pick-of-the-week-broken-link-checker%2F';
  addthis_title  = 'WordPress+Plugin+Pick+of+the+Week%3A+Broken+Link+Checker';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2009. |
<a href="http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/">Permalink</a> |
<a href="http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/&amp;title=WordPress Plugin Pick of the Week: Broken Link Checker">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/links/" rel="tag">links</a>, <a href="http://www.wordpresspad.com/tag/plugins/" rel="tag">plugins</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/wordpress-plugin-pick-of-the-week-broken-link-checker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why WordPress 2.8 is the Best Version Yet!</title>
		<link>http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/</link>
		<comments>http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 01:15:58 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[WordPress 2.8]]></category>
		<category><![CDATA[WordPress 2.9]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=447</guid>
		<description><![CDATA[Out of the many new additions to 2.8 from 2.7 my favorites so far have to do with accommodating my laziness. Or maybe just my impatience. The best thing about WordPress I&#8217;ve always found is that the dashboard, the admin area, is extremely user friendly, though of course not fool proof &#8217;cause nothing&#8217;s fool proof, [...]]]></description>
			<content:encoded><![CDATA[<p>Out of the many new additions to 2.8 from 2.7 my favorites so far have to do with accommodating my laziness. Or maybe just my impatience. The best thing about WordPress I&#8217;ve always found is that the dashboard, the admin area, is extremely user friendly, though of course not fool proof &#8217;cause nothing&#8217;s fool proof, &#8217;cause well, fools are foolish, aren&#8217;t they. Anyway, as user friendly as WordPress has always been, it hasn&#8217;t always been admin-friendly. Too many hidden features and sometimes not enough options in how to view the admin area without this plugin or that. With that said, I&#8217;m loving the many new admin area features that make my life as WordPress blogger, designer and developer that much easier when I&#8217;m blogging, setting up and/or explaining the admin area for a client and so forth.(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/">Why WordPress 2.8 is the Best Version Yet!</a> (168 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2009. |
<a href="http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/">Permalink</a> |
<a href="http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/&amp;title=Why WordPress 2.8 is the Best Version Yet!">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/new-features/" rel="tag">new features</a>, <a href="http://www.wordpresspad.com/tag/wordpress-2-8/" rel="tag">WordPress 2.8</a>, <a href="http://www.wordpresspad.com/tag/wordpress-2-9/" rel="tag">WordPress 2.9</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/why-wordpress-2-8-is-the-best-version-yet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best WordPress Forums Integration (bbPress software vs Simple:Press plugin)</title>
		<link>http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/</link>
		<comments>http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:58:51 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[simple:press]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=416</guid>
		<description><![CDATA[I know, it&#8217;s been a while since I posted an article here at WordPress PAD. I have a good excuse, I&#8217;ve been hard at work developing websites using WordPress as a CMS (and blog). In the past few months I have learned a great deal about what WordPress can and cannot do&#8230;mostly what can be [...]]]></description>
			<content:encoded><![CDATA[<p>I know, it&#8217;s been a while since I posted an article here at WordPress PAD. I have a good excuse, I&#8217;ve been hard at work developing websites using WordPress as a CMS (and blog). In the past few months I have learned a great deal about what WordPress can and cannot do&#8230;mostly what can be done to it with a little grease, time and patience.</p>
<p>With that said, working on a current project where I had to implement a bbpress forum with a current wordpress blog installation, I realized that <a title="bbPress" href="http://bbpress.org/" target="_blank">bbPress</a>, although a sister software of WordPress, is not the best solution for WordPress forum integration for two reasons. One, it&#8217;s quite buggy and two, it&#8217;s not a smooth integration.(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/">Best WordPress Forums Integration (bbPress software vs Simple:Press plugin)</a> (174 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2009. |
<a href="http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/">Permalink</a> |
<a href="http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/#comments">29 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/&amp;title=Best WordPress Forums Integration (bbPress software vs Simple:Press plugin)">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/bbpress/" rel="tag">bbpress</a>, <a href="http://www.wordpresspad.com/tag/forums/" rel="tag">forums</a>, <a href="http://www.wordpresspad.com/tag/simplepress/" rel="tag">simple:press</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/best-wordpress-forums-integration-bbpress-software-vs-simplepress-plugin/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Archiving for Blogs That Publish More Than Posts</title>
		<link>http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/</link>
		<comments>http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 22:32:42 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Essentials]]></category>
		<category><![CDATA[SEO and Web Marketing]]></category>
		<category><![CDATA[Web Content]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=412</guid>
		<description><![CDATA[So, let&#8217;s say you have a blog that publishes more than blog posts. Or rather, you use WordPress&#8217;s blog posts loop to publish glossaries, directories, or other lists that you don&#8217;t necessarily want published in your rss feed or exposed in your archives. Well, there&#8217;s a two-prong solution that takes just about 60 minutes of [...]]]></description>
			<content:encoded><![CDATA[<p>So, let&#8217;s say you have a blog that publishes more than blog posts. Or rather, you use WordPress&#8217;s blog posts loop to publish glossaries, directories, or other lists that you don&#8217;t necessarily want published in your rss feed or exposed in your archives. Well, there&#8217;s a two-prong solution that takes just about 60 minutes of your time. First, installing the WordPress <a href="http://advanced-category-excluder.dev.rain.hu/">Advanced Category Excluder plugin</a> and two, creating a JavaScript enhanced archives page that only exposes the posts and pages you want your users to see.<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/">Archiving for Blogs That Publish More Than Posts</a> (104 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/">Permalink</a> |
<a href="http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/&amp;title=Archiving for Blogs That Publish More Than Posts">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/archiving/" rel="tag">archiving</a>, <a href="http://www.wordpresspad.com/tag/wordpress-plugin/" rel="tag">wordpress plugin</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/archiving-for-blogs-that-publish-more-than-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Love Affair with WordPress: Part 5, Blog Maintenance Essentials</title>
		<link>http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/</link>
		<comments>http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 19:08:09 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Essentials]]></category>
		<category><![CDATA[Our Love Affair w/ WP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog Development]]></category>
		<category><![CDATA[blog maintenance]]></category>
		<category><![CDATA[our love affair with wordpress]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=389</guid>
		<description><![CDATA[Hi, welcome back to Our Love Affair with WordPress series. It&#8217;s been a while, I know. But, I&#8217;ve been busy working with some clients to make their WordPress blogs as fabulous as they can be! So, last time on Our Love Affair with WordPress, we talked about Enhancing Your WordPress Blog With Essentials. Now, let&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Our Love Affair with WordPress" src="http://www.wordpresspad.com/wp-content/images/2007/10/iheartwp.jpg" alt="" width="80" height="200" />Hi, welcome back to Our Love Affair with WordPress series. It&#8217;s been a while, I know. But, I&#8217;ve been busy working with some clients to make their WordPress blogs as fabulous as they can be! So, last time on Our Love Affair with WordPress, we talked about <a title="Our Love Affair with WordPRess Part 4 Episode 4" href="http://www.wordpresspad.com/our-love-affair-series-part-4-episode-4/" target="_blank">Enhancing Your WordPress Blog With Essentials</a>. Now, let&#8217;s say you&#8217;ve got a pretty tricked out blog, that both emphasizes your topic without all the unnecessary spinning rims and shiny bling, but you got some seriously phat content, sweet design and sick SEO that doesn&#8217;t interfere with the user experience.  Now, one reason I very much dislike excess in blog design, and excess in general is because having a lot of anything means there&#8217;s that much more to maintain and that much more to look a hot mess when not maintained on a regular basis. With that said, let&#8217;s talk about what blog maintenance essentials you should practice to maintain keep your blog hot, and prevent a hot mess.<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/">Our Love Affair with WordPress: Part 5, Blog Maintenance Essentials</a> (1,089 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/">Permalink</a> |
<a href="http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/&amp;title=Our Love Affair with WordPress: Part 5, Blog Maintenance Essentials">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/blog-development/" rel="tag">Blog Development</a>, <a href="http://www.wordpresspad.com/tag/blog-maintenance/" rel="tag">blog maintenance</a>, <a href="http://www.wordpresspad.com/tag/our-love-affair-with-wordpress/" rel="tag">our love affair with wordpress</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/our-love-affair-with-wordpress-part-5-blog-maintenance-essentials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Image Align Issue, Solution</title>
		<link>http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/</link>
		<comments>http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 17:18:10 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress 2.6]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=390</guid>
		<description><![CDATA[I like simplicity because of it&#8217;s elegance. Awkward moments and people, unnecessarily complicated tasks, and so forth are my pet peeves. With that said, when WordPress 2.6 came out and I noticed I couldn&#8217;t simply float left or right my images in my post, let&#8217;s just say I had a little &#8220;fit&#8221;. I love WordPress, [...]]]></description>
			<content:encoded><![CDATA[<p>I like simplicity because of it&#8217;s elegance. Awkward moments and people, unnecessarily complicated tasks, and so forth are my pet peeves.  With that said, when WordPress 2.6 came out and I noticed I couldn&#8217;t simply float left or right my images in my post, let&#8217;s just say I had a little &#8220;fit&#8221;. I love WordPress, but this is a silly bug that shouldn&#8217;t even exist. I could fix this by adding <code>style="float:left;"</code> to each image, but that could prove to be annoying after a while. So, here&#8217;s a simple solution. Add the default styles for the <code>alignleft</code>, <code>alignright</code>, etc. classes that WordPress assigns to your images when you click the left, right, center, etc. buttons anyway:<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/">WordPress 2.6 Image Align Issue, Solution</a> (62 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/">Permalink</a> |
<a href="http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/&amp;title=WordPress 2.6 Image Align Issue, Solution">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/wordpress-26/" rel="tag">wordpress 2.6</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/wordpress-26-image-align-issue-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Ajax, Compress CSS, Decrease Page Load Time on Your Blog</title>
		<link>http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/</link>
		<comments>http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 00:17:09 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[(Web) Technology]]></category>
		<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/?p=360</guid>
		<description><![CDATA[Sorry I have been so bad with consistent posts lately. I&#8217;m working on a couple of WordPress projects that are diverting my attention and which I&#8217;ll share with you once they&#8217;re up (in beta). Anyway, on one of the current projects I installed the WordPress plugin, AJAXed WordPress, and implemented a trick to compress my [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry I have been so bad with consistent posts lately. I&#8217;m working on a couple of WordPress projects that are diverting my attention and which I&#8217;ll share with you once they&#8217;re up (in beta).  Anyway, on one of the current projects I installed the WordPress plugin, AJAXed WordPress, and implemented a trick to compress my CSS stylesheets to decrease load time.<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/">WordPress Ajax, Compress CSS, Decrease Page Load Time on Your Blog</a> (368 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/">Permalink</a> |
<a href="http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/#comments">12 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/&amp;title=WordPress Ajax, Compress CSS, Decrease Page Load Time on Your Blog">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/wordpress-ajax-compress-css-decrease-page-load-time-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Manipulating Your WordPress And External OPML Files</title>
		<link>http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/</link>
		<comments>http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 19:50:25 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[opml]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/</guid>
		<description><![CDATA[Recently I&#8217;ve had to manipulate my OPML files to get some feeds and a blogroll to work the way I want. I found that there are fortunately quite a few options to get links and rss feed URLs to read and link the way I need and thought I would share these options with y&#8217;all. [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wordpresspad.com/wp-content/uploads/2008/04/opml.jpg" alt="OPML" align="left" />Recently I&#8217;ve had to manipulate my OPML files to get some feeds and a blogroll to work the way I want. I found that there are fortunately quite a few options to get links and rss feed URLs to read and link the way I need and thought I would share these options with y&#8217;all. What is an <a href="http://www.opml.org/" title="OPML" target="_blank">OPML</a> file you ask? Well, let me show you rather than tell you. Add &#8220;wp-links-opml.php&#8221; to the end of your home page URL for your WordPress blog (example: http://www.wordpresspad.com/wp-links-opml.php). See all that <a href="http://www.xml.com/" title="XML" target="_blank">XML</a> code gibberish, that&#8217;s your blogroll (list of links) as an outline.<br />
(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/">Manipulating Your WordPress And External OPML Files</a> (401 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/">Permalink</a> |
<a href="http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/&amp;title=Manipulating Your WordPress And External OPML Files">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/links/" rel="tag">links</a>, <a href="http://www.wordpresspad.com/tag/opml/" rel="tag">opml</a>, <a href="http://www.wordpresspad.com/tag/rss-feed/" rel="tag">rss feed</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/manipulate-your-wordpress-opml-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 to WordPress 2.5, Ready to Upgrade?</title>
		<link>http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/</link>
		<comments>http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 00:53:37 +0000</pubDate>
		<dc:creator>wppad</dc:creator>
				<category><![CDATA[Design and Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpress installation]]></category>
		<category><![CDATA[wordpress upgrades]]></category>

		<guid isPermaLink="false">http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/</guid>
		<description><![CDATA[On the Blog Herald yesterday there was an article about preparing a checklist before upgrading to WordPress 2.5. Now you&#8217;re probably wondering, isn&#8217;t WordPress at version 2.3.3 now? What happened to 2.4? Well, it got canceled, or rather delayed and then skipped over. Read more about WordPress 2.4 skipped to WordPress 2.5. Anyway, this got [...]]]></description>
			<content:encoded><![CDATA[<p>On the Blog Herald yesterday there was an article about <a href="http://www.blogherald.com/2008/03/07/wordpress-upgrade-preparation-checklist/" title="updating to WordPress 2.5 a checklist" target="_blank">preparing a checklist before upgrading to WordPress 2.5</a>. Now you&#8217;re probably wondering, isn&#8217;t WordPress at version 2.3.3 now? What happened to 2.4? Well, it got canceled, or rather delayed and then skipped over. Read more about <a href="http://weblogtoolscollection.com/archives/2008/01/04/24-skipped-25-is-next/" title="WordPress 2.4 cancelled for WordPress 2.5" target="_blank">WordPress 2.4 skipped to WordPress 2.5</a>. Anyway, this got me to thinking about troubles I&#8217;ve been having with a recent installation of WP 2.3.3.  A quite frustrating experience. Nonetheless, It got me thinking about how important it is to due more testing and creating your own checklists before launching blogs or regular websites when using third party open source software even as popular as WordPress. Something to think about, I think.</p>
<p>(...)<br/>Read the rest of <a href="http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/">WordPress 2.3 to WordPress 2.5, Ready to Upgrade?</a> (41 words)</p>
<hr />
<p><small>&copy; wppad for <a href="http://www.wordpresspad.com">The WordPress PAD</a>, 2008. |
<a href="http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/">Permalink</a> |
<a href="http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/&amp;title=WordPress 2.3 to WordPress 2.5, Ready to Upgrade?">del.icio.us</a>
<br/>
Post tags: <a href="http://www.wordpresspad.com/tag/wordpress-installation/" rel="tag">wordpress installation</a>, <a href="http://www.wordpresspad.com/tag/wordpress-upgrades/" rel="tag">wordpress upgrades</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wordpresspad.com/wordpress-23-to-wordpress-25-ready-to-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

