<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Web Development and Design, Rochester NY</title>
	<atom:link href="http://ostedesign.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ostedesign.com</link>
	<description>Oste Design</description>
	<lastBuildDate>Sun, 20 May 2012 00:25:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Automatically Change Post Slug and Permalink When Editing WordPress Title by Automatically Change Post Slug and Permalink When Editing WordPress Title &#124; CodeNova</title>
		<link>http://ostedesign.com/automatically-change-post-slug-and-permalink-when-editing-wordpress-title#comment-1021</link>
		<dc:creator>Automatically Change Post Slug and Permalink When Editing WordPress Title &#124; CodeNova</dc:creator>
		<pubDate>Sun, 20 May 2012 00:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=389#comment-1021</guid>
		<description>[...] =&gt; $post_id, &#039;post_name&#039; =&gt; str_replace(&#039; &#039;, &#039;-&#039;, $_POST[&#039;post_title&#039;]))); Credit to: http://ostedesign.com/automatically-change-post-slug-and-permalink-when-editing-wordpress-title      Share &#8594;   (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if [...]</description>
		<content:encoded><![CDATA[<p>[...] =&gt; $post_id, &#039;post_name&#039; =&gt; str_replace(&#039; &#039;, &#039;-&#039;, $_POST[&#039;post_title&#039;]))); Credit to: <a href="http://ostedesign.com/automatically-change-post-slug-and-permalink-when-editing-wordpress-title" rel="nofollow">http://ostedesign.com/automatically-change-post-slug-and-permalink-when-editing-wordpress-title</a>      Share &rarr;   (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ajax on Front End of WordPress Site by Mike</title>
		<link>http://ostedesign.com/using-ajax-on-front-end-of-wordpress-site#comment-976</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 07 May 2012 18:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=474#comment-976</guid>
		<description>There are endless amounts of examples I can think of. One example might be to show the next post via Ajax which would avoid a page refresh.</description>
		<content:encoded><![CDATA[<p>There are endless amounts of examples I can think of. One example might be to show the next post via Ajax which would avoid a page refresh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design is a funny word &#8211; Steve Jobs by Agga Phyo</title>
		<link>http://ostedesign.com/design-is-a-funny-word#comment-967</link>
		<dc:creator>Agga Phyo</dc:creator>
		<pubDate>Sat, 05 May 2012 07:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=340#comment-967</guid>
		<description>i like that</description>
		<content:encoded><![CDATA[<p>i like that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Ajax on Front End of WordPress Site by Peter Verkooijen</title>
		<link>http://ostedesign.com/using-ajax-on-front-end-of-wordpress-site#comment-868</link>
		<dc:creator>Peter Verkooijen</dc:creator>
		<pubDate>Sat, 07 Apr 2012 17:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=474#comment-868</guid>
		<description>Could you give a real life usage example?</description>
		<content:encoded><![CDATA[<p>Could you give a real life usage example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Register Activation Hook with Object Oriented Plugin by Mike</title>
		<link>http://ostedesign.com/register-activation-hook-with-object-oriented-plugin#comment-810</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 23 Mar 2012 21:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=455#comment-810</guid>
		<description>Yep, just create a new instance of the class you need to use.</description>
		<content:encoded><![CDATA[<p>Yep, just create a new instance of the class you need to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Register Activation Hook with Object Oriented Plugin by Damon Sharp</title>
		<link>http://ostedesign.com/register-activation-hook-with-object-oriented-plugin#comment-807</link>
		<dc:creator>Damon Sharp</dc:creator>
		<pubDate>Fri, 23 Mar 2012 17:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=455#comment-807</guid>
		<description>Figured it out.  I can just do something like this...

$cn = new my_plugin;
register_activation_hook(&amp;$cn, &#039;install&#039;);</description>
		<content:encoded><![CDATA[<p>Figured it out.  I can just do something like this&#8230;</p>
<p>$cn = new my_plugin;<br />
register_activation_hook(&amp;$cn, &#8216;install&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Register Activation Hook with Object Oriented Plugin by Damon Sharp</title>
		<link>http://ostedesign.com/register-activation-hook-with-object-oriented-plugin#comment-806</link>
		<dc:creator>Damon Sharp</dc:creator>
		<pubDate>Fri, 23 Mar 2012 17:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=455#comment-806</guid>
		<description>How did you get around the fact that in the register_activation_hook() function treats the my_plugin as static.

In other words, within the install() function you cannot do something like echo $this-&gt;class_property (if you have a class property called &quot;$class_property&quot;), you have to do it like my_plugin::$class_property.

I&#039;m hoping everything doesn&#039;t have to be static when using this method.

Any ideas?</description>
		<content:encoded><![CDATA[<p>How did you get around the fact that in the register_activation_hook() function treats the my_plugin as static.</p>
<p>In other words, within the install() function you cannot do something like echo $this-&gt;class_property (if you have a class property called &#8220;$class_property&#8221;), you have to do it like my_plugin::$class_property.</p>
<p>I&#8217;m hoping everything doesn&#8217;t have to be static when using this method.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress MultiSite Global Navigation Menu Synchronization by Paul K</title>
		<link>http://ostedesign.com/wordpress-multisite-global-navigation-menu-synchronization#comment-673</link>
		<dc:creator>Paul K</dc:creator>
		<pubDate>Mon, 06 Feb 2012 23:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=261#comment-673</guid>
		<description>Dude, thank you. This is just perfect. Does exactly what we needed it to do, so we now have a global navigation controlled from the primary blog&#039;s choices from the built in Wordpress Menus system.

This is bookmarked for eternity, never let this sites hosting or domain lapse! ;0)</description>
		<content:encoded><![CDATA[<p>Dude, thank you. This is just perfect. Does exactly what we needed it to do, so we now have a global navigation controlled from the primary blog&#8217;s choices from the built in WordPress Menus system.</p>
<p>This is bookmarked for eternity, never let this sites hosting or domain lapse! ;0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting Point for Custom WordPress Registration Form by Mike</title>
		<link>http://ostedesign.com/starting-point-for-custom-wordpress-registration-form#comment-656</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 02 Feb 2012 04:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=356#comment-656</guid>
		<description>The best thing we can do now is build upon this and make it better. This could make a nice plugin if done right.</description>
		<content:encoded><![CDATA[<p>The best thing we can do now is build upon this and make it better. This could make a nice plugin if done right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting Point for Custom WordPress Registration Form by Aminul</title>
		<link>http://ostedesign.com/starting-point-for-custom-wordpress-registration-form#comment-655</link>
		<dc:creator>Aminul</dc:creator>
		<pubDate>Thu, 02 Feb 2012 03:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://ostedesign.com/?p=356#comment-655</guid>
		<description>Wow! nice coding like to use all of this code.

Thanks
Aminul Islam</description>
		<content:encoded><![CDATA[<p>Wow! nice coding like to use all of this code.</p>
<p>Thanks<br />
Aminul Islam</p>
]]></content:encoded>
	</item>
</channel>
</rss>

