<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Run PHP in Wordpress Posts</title>
	<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/</link>
	<description>Free Web Design and Web Development</description>
	<pubDate>Thu, 04 Dec 2008 02:18:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Florchakh</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6097</link>
		<author>Florchakh</author>
		<pubDate>Wed, 21 Nov 2007 05:27:12 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6097</guid>
					<description>I still don't get why do you like Joomla that much, srsly  :idea:</description>
		<content:encoded><![CDATA[<p>I still don&#8217;t get why do you like Joomla that much, srsly  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_idea.gif' alt=':idea:' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: SiteLogic</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6105</link>
		<author>SiteLogic</author>
		<pubDate>Wed, 21 Nov 2007 10:16:25 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6105</guid>
					<description>Because like WP there are lots of 'plugins' (Modules and Components) available for it. Only, instead of a WP plugin like "related posts" you can plug in a forum, community software, a blog, e-commerce... you can do this relatively easily... it is a very powerful platform... there are also more templates available for it... if you needed paid support finding Joomla developers is easy, there are a lot of people working with it... 

Before settling on Joomla I looked at Drupal, which is better for bespoke stuff... but there is a lot less ready made stuff to take advantage of.

Xoops looked good, but they abandoned their current branch and reverted to an older one leaving many of the plugins behind... that was a real shame... but hopefully it will get back on track...

Plone is another good one, but I don't use Python...

There are lots of CMS's to choose from... but realistically you can only learn one or two... 

as I work alone I look for products with a lot of readily available features.... 

Which would you pick then???</description>
		<content:encoded><![CDATA[<p>Because like WP there are lots of &#8216;plugins&#8217; (Modules and Components) available for it. Only, instead of a WP plugin like &#8220;related posts&#8221; you can plug in a forum, community software, a blog, e-commerce&#8230; you can do this relatively easily&#8230; it is a very powerful platform&#8230; there are also more templates available for it&#8230; if you needed paid support finding Joomla developers is easy, there are a lot of people working with it&#8230; </p>
<p>Before settling on Joomla I looked at Drupal, which is better for bespoke stuff&#8230; but there is a lot less ready made stuff to take advantage of.</p>
<p>Xoops looked good, but they abandoned their current branch and reverted to an older one leaving many of the plugins behind&#8230; that was a real shame&#8230; but hopefully it will get back on track&#8230;</p>
<p>Plone is another good one, but I don&#8217;t use Python&#8230;</p>
<p>There are lots of CMS&#8217;s to choose from&#8230; but realistically you can only learn one or two&#8230; </p>
<p>as I work alone I look for products with a lot of readily available features&#8230;. </p>
<p>Which would you pick then???</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: HMTKSteve</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6114</link>
		<author>HMTKSteve</author>
		<pubDate>Wed, 21 Nov 2007 16:05:15 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6114</guid>
					<description>I have been using this plug-in for months. In fact, I've been writing some php apps for my Pokemon site (runs on WordPress).

I could have made pages outside of the blog but I wanted the apps to be part of the site (and use my wordpress ads). Using some basic php and mysql I set it up so that a reader picks something in a drop down, hits a button and the query goes to the db, grabs the data and reloads the page with new data.

I could have used ajax but then it would only count as one page view! If someone is going to burn up my bandwidth looking up hundreds of entries in my database I need to earn some PV metrics out of them!</description>
		<content:encoded><![CDATA[<p>I have been using this plug-in for months. In fact, I&#8217;ve been writing some php apps for my Pokemon site (runs on WordPress).</p>
<p>I could have made pages outside of the blog but I wanted the apps to be part of the site (and use my wordpress ads). Using some basic php and mysql I set it up so that a reader picks something in a drop down, hits a button and the query goes to the db, grabs the data and reloads the page with new data.</p>
<p>I could have used ajax but then it would only count as one page view! If someone is going to burn up my bandwidth looking up hundreds of entries in my database I need to earn some PV metrics out of them!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: SiteLogic</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6116</link>
		<author>SiteLogic</author>
		<pubDate>Wed, 21 Nov 2007 17:01:35 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6116</guid>
					<description>Hi Steve,

Yes I used it for the same reason, I wanted to keep everything within my site... there are ways to do it from outside but its a pain... 

I was reading an article on Ajax the other day making just that point, that it is not as widely used as it could be because of the negative effect on stats... funny stuff ;-)

I don't really use JavaScript or Ajax, mainly because of the amount of errors and memory issues I have with FF accessing JS heavy sites... Im not a fan, although some of the effects are very cool ;-)

Got the link to the page you wrote... would be interested to take a look...

Jez</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Yes I used it for the same reason, I wanted to keep everything within my site&#8230; there are ways to do it from outside but its a pain&#8230; </p>
<p>I was reading an article on Ajax the other day making just that point, that it is not as widely used as it could be because of the negative effect on stats&#8230; funny stuff <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I don&#8217;t really use JavaScript or Ajax, mainly because of the amount of errors and memory issues I have with FF accessing JS heavy sites&#8230; Im not a fan, although some of the effects are very cool <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Got the link to the page you wrote&#8230; would be interested to take a look&#8230;</p>
<p>Jez</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: HMTKSteve</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6121</link>
		<author>HMTKSteve</author>
		<pubDate>Wed, 21 Nov 2007 18:08:39 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6121</guid>
					<description>It is on the &lt;a href="http://www.pokefarm.com" rel="nofollow"&gt;PokeFarm&lt;/a&gt;, just click on the AttackDex link on top.</description>
		<content:encoded><![CDATA[<p>It is on the <a href="http://www.pokefarm.com" rel="nofollow">PokeFarm</a>, just click on the AttackDex link on top.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: SiteLogic</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6131</link>
		<author>SiteLogic</author>
		<pubDate>Wed, 21 Nov 2007 21:24:46 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6131</guid>
					<description>Haha yes that would get your stat's up as opposed to Ajax ;-)

I will be doing something pretty similar to what you have there... but for product searches.</description>
		<content:encoded><![CDATA[<p>Haha yes that would get your stat&#8217;s up as opposed to Ajax <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I will be doing something pretty similar to what you have there&#8230; but for product searches.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Hopkins</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6133</link>
		<author>David Hopkins</author>
		<pubDate>Wed, 21 Nov 2007 22:52:51 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6133</guid>
					<description>Does this let anyone put PHP on your site, or just you from the backend?

Obviously there would be some big problems if anyone can. Say goodbye to your database :razz:

Good luck on the affiliate trail and don't turn into to much of a proponent of trickle down blogonomics.</description>
		<content:encoded><![CDATA[<p>Does this let anyone put PHP on your site, or just you from the backend?</p>
<p>Obviously there would be some big problems if anyone can. Say goodbye to your database <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
<p>Good luck on the affiliate trail and don&#8217;t turn into to much of a proponent of trickle down blogonomics.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: SiteLogic</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6136</link>
		<author>SiteLogic</author>
		<pubDate>Wed, 21 Nov 2007 23:12:41 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6136</guid>
					<description>Haha, no its from the backend, and for multi author sites you can set permissions, by default only admin can embed php ;-)

&lt;blockquote&gt;don’t turn into to much of a proponent of trickle down blogonomics&lt;/blockquote&gt;

Dont get me started on that again... overtly self serving scroo..... :evil:  :evil:  :evil:  haha</description>
		<content:encoded><![CDATA[<p>Haha, no its from the backend, and for multi author sites you can set permissions, by default only admin can embed php <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<blockquote><p>don’t turn into to much of a proponent of trickle down blogonomics</p></blockquote>
<p>Dont get me started on that again&#8230; overtly self serving scroo&#8230;.. <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' />  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' />  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' />  haha</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Florchakh</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6248</link>
		<author>Florchakh</author>
		<pubDate>Sat, 24 Nov 2007 00:37:37 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6248</guid>
					<description>There are so many &lt;a href="http://www.opensourcecms.com/" rel="nofollow"&gt;Open Source CMS&lt;/a&gt;, personally I prefer Wordpress (you know it good don't you?) and Drupal. Joomla is a terrible thing, I think I know only one script that can be even worse - phpBB portal with 50 plugins installed on it. That crap can kill every shared hosting! 

Sorry about a little delay, I've just noticed that all email notifications from SiteLogic go to SPAM folder in my Gmail  :idea:</description>
		<content:encoded><![CDATA[<p>There are so many <a href="http://www.opensourcecms.com/" rel="nofollow">Open Source CMS</a>, personally I prefer Wordpress (you know it good don&#8217;t you?) and Drupal. Joomla is a terrible thing, I think I know only one script that can be even worse - phpBB portal with 50 plugins installed on it. That crap can kill every shared hosting! </p>
<p>Sorry about a little delay, I&#8217;ve just noticed that all email notifications from SiteLogic go to SPAM folder in my Gmail  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_idea.gif' alt=':idea:' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: SiteLogic</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6253</link>
		<author>SiteLogic</author>
		<pubDate>Sat, 24 Nov 2007 01:45:02 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6253</guid>
					<description>Joomla is a pain in some ways but you can get sites up fast with it... I looked at drupal and it didnt really fit what I wanted.

I now see lots of mails from blogs going to spam on my gmail account... Gmail must have tightened filters....</description>
		<content:encoded><![CDATA[<p>Joomla is a pain in some ways but you can get sites up fast with it&#8230; I looked at drupal and it didnt really fit what I wanted.</p>
<p>I now see lots of mails from blogs going to spam on my gmail account&#8230; Gmail must have tightened filters&#8230;.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Florchakh</title>
		<link>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6254</link>
		<author>Florchakh</author>
		<pubDate>Sat, 24 Nov 2007 02:02:01 +0000</pubDate>
		<guid>http://www.sitelogic.co.uk/run-php-in-wordpress-posts/#comment-6254</guid>
					<description>Gotta add some info about that spammy issue below the subscription checkbox...


Jez. You are much better in programming than me, so if I can fit what I want I'm sure you can do the same. No pain, no gain  :wink:</description>
		<content:encoded><![CDATA[<p>Gotta add some info about that spammy issue below the subscription checkbox&#8230;</p>
<p>Jez. You are much better in programming than me, so if I can fit what I want I&#8217;m sure you can do the same. No pain, no gain  <img src='http://www.sitelogic.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
</channel>
</rss>
