<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Read at Joe's</title>
	<atom:link href="http://joecascio.net/joecblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joecascio.net/joecblog</link>
	<description>Everyone is entitled to my opinion</description>
	<pubDate>Wed, 07 Jan 2009 12:06:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Welcome to Twitter, Natalie. Can we talk&#8230;? by Phil Bundy</title>
		<link>http://joecascio.net/joecblog/2008/12/29/welcome-to-twitter-natalie-can-we-talk/#comment-133</link>
		<dc:creator>Phil Bundy</dc:creator>
		<pubDate>Mon, 29 Dec 2008 19:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=150#comment-133</guid>
		<description>Joe, Well-written post. Go Nat!</description>
		<content:encoded><![CDATA[<p>Joe, Well-written post. Go Nat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Work for yourself by Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/10/17/work-for-yourself/#comment-132</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Wed, 24 Dec 2008 15:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=90#comment-132</guid>
		<description>Most of my work has been adding features to existing software for a single customer. I have become a huge fan of the plugin model. If you are working on a stand-alone application or even a plugin, I would suggest making it extensible.

Then if a customer or anyone else requests a feature that does not belong in core, write a plugin for them. This reduces spaghetti code and code bloat, but still gives you a way to meet the needs of individual customers.</description>
		<content:encoded><![CDATA[<p>Most of my work has been adding features to existing software for a single customer. I have become a huge fan of the plugin model. If you are working on a stand-alone application or even a plugin, I would suggest making it extensible.</p>
<p>Then if a customer or anyone else requests a feature that does not belong in core, write a plugin for them. This reduces spaghetti code and code bloat, but still gives you a way to meet the needs of individual customers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin question by Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/#comment-131</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-131</guid>
		<description>Joe,

Are you wanting to replace/modify the template's default header, footer, or sidebar? If so which ones and to what degree?

If you are not changing the header or footer, you can ask the user to create a blank page (and as a bonus they can name it whatever they want) and insert your shortcode and save it.

For example the user would type [Open-Microblogging] as the only content of the new page then your plugin would replace the short code with a whole page of code. You can include tabs, forms, ajax, and... well... everything.

Again, the only limit here is that you are keeping the theme's header and footer, because you can modify the sidebar separately.

References:
http://codex.wordpress.org/Shortcode_API
http://wordpress.org/extend/plugins/pageview/ (another way)
http://wordpress.org/extend/plugins/social-media-page/ (plugin using similar method)
http://wordpress.org/extend/plugins/blogroll-links-page/ (older shortcode method)</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>Are you wanting to replace/modify the template&#8217;s default header, footer, or sidebar? If so which ones and to what degree?</p>
<p>If you are not changing the header or footer, you can ask the user to create a blank page (and as a bonus they can name it whatever they want) and insert your shortcode and save it.</p>
<p>For example the user would type [Open-Microblogging] as the only content of the new page then your plugin would replace the short code with a whole page of code. You can include tabs, forms, ajax, and&#8230; well&#8230; everything.</p>
<p>Again, the only limit here is that you are keeping the theme&#8217;s header and footer, because you can modify the sidebar separately.</p>
<p>References:<br />
<a href="http://codex.wordpress.org/Shortcode_API" rel="nofollow">http://codex.wordpress.org/Shortcode_API</a><br />
<a href="http://wordpress.org/extend/plugins/pageview/" rel="nofollow">http://wordpress.org/extend/plugins/pageview/</a> (another way)<br />
<a href="http://wordpress.org/extend/plugins/social-media-page/" rel="nofollow">http://wordpress.org/extend/plugins/social-media-page/</a> (plugin using similar method)<br />
<a href="http://wordpress.org/extend/plugins/blogroll-links-page/" rel="nofollow">http://wordpress.org/extend/plugins/blogroll-links-page/</a> (older shortcode method)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin question by JoeC</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/#comment-130</link>
		<dc:creator>JoeC</dc:creator>
		<pubDate>Tue, 23 Dec 2008 17:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-130</guid>
		<description>@Hilary
I need a little more explanation on the second suggestion. I'll email.</description>
		<content:encoded><![CDATA[<p>@Hilary<br />
I need a little more explanation on the second suggestion. I&#8217;ll email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin question by Hilary Mason</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/#comment-129</link>
		<dc:creator>Hilary Mason</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-129</guid>
		<description>A page template contains a lot of things, including the page styles. Depending on what the page will contain, it might be more prudent to create a new template tag that people can insert into a page.

You might even be able to automate the construction of the page using the default page template for the theme but with your template tag in place.</description>
		<content:encoded><![CDATA[<p>A page template contains a lot of things, including the page styles. Depending on what the page will contain, it might be more prudent to create a new template tag that people can insert into a page.</p>
<p>You might even be able to automate the construction of the page using the default page template for the theme but with your template tag in place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin question by JoeC</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/#comment-128</link>
		<dc:creator>JoeC</dc:creator>
		<pubDate>Tue, 23 Dec 2008 16:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-128</guid>
		<description>Not an add-in for the sidebar or a like badge. It's really a whole page, almost like another app, embedded into that page.</description>
		<content:encoded><![CDATA[<p>Not an add-in for the sidebar or a like badge. It&#8217;s really a whole page, almost like another app, embedded into that page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress plugin question by Luke Gedeon</title>
		<link>http://joecascio.net/joecblog/2008/12/23/wordpress-plugin-question/#comment-127</link>
		<dc:creator>Luke Gedeon</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=145#comment-127</guid>
		<description>Do you actually need a page template? Would a [short code] or two work? It seems like the user might want the ability to put this on the page with other things but it depends on how much you are doing on the page.
Are we looking at a form for input and a list of recent posts or are you planning something much bigger?</description>
		<content:encoded><![CDATA[<p>Do you actually need a page template? Would a [short code] or two work? It seems like the user might want the ability to put this on the page with other things but it depends on how much you are doing on the page.<br />
Are we looking at a form for input and a list of recent posts or are you planning something much bigger?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve been tagged in the 6th photo meme by C.C. Chapman</title>
		<link>http://joecascio.net/joecblog/2008/12/04/ive-been-tagged-in-the-6th-photo-meme/#comment-117</link>
		<dc:creator>C.C. Chapman</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=130#comment-117</guid>
		<description>Ah, that was such a good meal and a great place to go. Even though Scott has left New England I think we should hit another diner early in the new year!</description>
		<content:encoded><![CDATA[<p>Ah, that was such a good meal and a great place to go. Even though Scott has left New England I think we should hit another diner early in the new year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve been tagged in the 6th photo meme by Pamela Seiple</title>
		<link>http://joecascio.net/joecblog/2008/12/04/ive-been-tagged-in-the-6th-photo-meme/#comment-116</link>
		<dc:creator>Pamela Seiple</dc:creator>
		<pubDate>Fri, 05 Dec 2008 03:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=130#comment-116</guid>
		<description>Hooray!  Way to keep it going, Joe! :o)</description>
		<content:encoded><![CDATA[<p>Hooray!  Way to keep it going, Joe! :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#8217;ve been tagged in the 6th photo meme by PurpleCar</title>
		<link>http://joecascio.net/joecblog/2008/12/04/ive-been-tagged-in-the-6th-photo-meme/#comment-115</link>
		<dc:creator>PurpleCar</dc:creator>
		<pubDate>Fri, 05 Dec 2008 02:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://joecascio.net/joecblog/?p=130#comment-115</guid>
		<description>I was tagged too!  My photo isn't nearly as cool as yours.  but then again, I'm not nearly as cool as you!  Awesome.</description>
		<content:encoded><![CDATA[<p>I was tagged too!  My photo isn&#8217;t nearly as cool as yours.  but then again, I&#8217;m not nearly as cool as you!  Awesome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
