<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Design, Development, and Consulting</title>
	
	<link>http://netlumination.com</link>
	<description>A web design, development, and consulting firm based in Portland, Oregon helping small businesseses and individuals.</description>
	<lastBuildDate>Sat, 10 Sep 2011 05:09:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForDesignDevelopmentAndConsulting" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="commentsfordesigndevelopmentandconsulting" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on PluGeSHin by Peter Ajtai</title>
		<link>http://netlumination.com/blog/plugeshin#comment-6140</link>
		<dc:creator>Peter Ajtai</dc:creator>
		<pubDate>Sat, 10 Sep 2011 05:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-6140</guid>
		<description>Thanks Pascal,

I see that &lt;a href="http://qbnz.com/highlighter/geshi-doc.html#using-targets" rel="nofollow"&gt;GeSHi has an option for controlling that&lt;/a&gt;. It's a good idea for a shortcode attribute. Version 2.5 has an option for controlling where links to documentation open.</description>
		<content:encoded><![CDATA[<p>Thanks Pascal,</p>
<p>I see that <a href="http://qbnz.com/highlighter/geshi-doc.html#using-targets" rel="nofollow">GeSHi has an option for controlling that</a>. It&#8217;s a good idea for a shortcode attribute. Version 2.5 has an option for controlling where links to documentation open.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PluGeSHin by Pascal Dürsteler</title>
		<link>http://netlumination.com/blog/plugeshin#comment-6111</link>
		<dc:creator>Pascal Dürsteler</dc:creator>
		<pubDate>Fri, 09 Sep 2011 08:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-6111</guid>
		<description>Thanks for your plugin! Just updated it. however, I think links on code functions to manual pages (e.g. for php functions) should open in a new window.</description>
		<content:encoded><![CDATA[<p>Thanks for your plugin! Just updated it. however, I think links on code functions to manual pages (e.g. for php functions) should open in a new window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PluGeSHin by Peter Ajtai</title>
		<link>http://netlumination.com/blog/plugeshin#comment-5787</link>
		<dc:creator>Peter Ajtai</dc:creator>
		<pubDate>Mon, 29 Aug 2011 01:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-5787</guid>
		<description>JV,

&lt;strong&gt;Update to Version 2.4 - That'll fix the quotes&lt;/strong&gt; 
&lt;em&gt;( but you should still wrap your code in &lt;pre&gt; tags, so that you can use indentation ... read on for a full explanation )&lt;/em&gt;

The problem was caused by Wordpress' &lt;a href="http://codex.wordpress.org/Function_Reference/wptexturize" rel="nofollow"&gt;wptexturize()&lt;/a&gt;. WP essentially tries to make your quotes look pretty by using curling quotes. WP doesn't touch quotes inside of &lt;pre&gt; tags.

This is no longer an issue in PluGeSHin. You should still wrap your code in &lt;pre&gt; tags, so that you can indent your code easilly.

The simple way to do this is to always use the PluGeSHin TinyMCE button:

&lt;img src="http://netlumination.com/wp-content/uploads/2011/08/split.png" alt="PluGeSHin Button" /&gt;

You can also choose to control things manually. The HTML of PluGeSHin tags should look like:

[geshi lang="python"]
&lt;pre&gt;
z = "george"
&lt;/pre&gt;
[/geshi]

You can do this either in the HTML view, or the simpler method is to highlight your code in the Visual View and choose "preformatted" from the drop down. Make sure you do NOT wrap the short codes themselves in &lt;pre&gt; tags.

Often, if you paste code into the HTML view directly from a text editor, it'll automatically be wrapped in &lt;pre&gt; tags and the indentation will be preserved.

&lt;img src="http://netlumination.com/wp-content/uploads/2011/08/pre-tags.png" alt="Pre Tags" /&gt;

Let me know if this helps, and thanks for using PluGeSHin!
Peter.

PS: Make sure you go to the PluGeSHin Settings page in WP-Admin and click Draft a Test Post. Look at the examples in the draft. A lot of the highlighted code has quote marks.</description>
		<content:encoded><![CDATA[<p>JV,</p>
<p><strong>Update to Version 2.4 &#8211; That&#8217;ll fix the quotes</strong><br />
<em>( but you should still wrap your code in &lt;pre> tags, so that you can use indentation &#8230; read on for a full explanation )</em></p>
<p>The problem was caused by WordPress&#8217; <a href="http://codex.wordpress.org/Function_Reference/wptexturize" rel="nofollow">wptexturize()</a>. WP essentially tries to make your quotes look pretty by using curling quotes. WP doesn&#8217;t touch quotes inside of &lt;pre> tags.</p>
<p>This is no longer an issue in PluGeSHin. You should still wrap your code in &lt;pre> tags, so that you can indent your code easilly.</p>
<p>The simple way to do this is to always use the PluGeSHin TinyMCE button:</p>
<p><img src="http://netlumination.com/wp-content/uploads/2011/08/split.png" alt="PluGeSHin Button" /></p>
<p>You can also choose to control things manually. The HTML of PluGeSHin tags should look like:</p>
<p>[geshi lang=&#34;python&#34;]<br />
&lt;pre><br />
z = &#34;george&#34;<br />
&lt;/pre><br />
[/geshi]</p>
<p>You can do this either in the HTML view, or the simpler method is to highlight your code in the Visual View and choose &#8220;preformatted&#8221; from the drop down. Make sure you do NOT wrap the short codes themselves in &lt;pre> tags.</p>
<p>Often, if you paste code into the HTML view directly from a text editor, it&#8217;ll automatically be wrapped in &lt;pre> tags and the indentation will be preserved.</p>
<p><img src="http://netlumination.com/wp-content/uploads/2011/08/pre-tags.png" alt="Pre Tags" /></p>
<p>Let me know if this helps, and thanks for using PluGeSHin!<br />
Peter.</p>
<p>PS: Make sure you go to the PluGeSHin Settings page in WP-Admin and click Draft a Test Post. Look at the examples in the draft. A lot of the highlighted code has quote marks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PluGeSHin by jv</title>
		<link>http://netlumination.com/blog/plugeshin#comment-5753</link>
		<dc:creator>jv</dc:creator>
		<pubDate>Sat, 27 Aug 2011 01:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-5753</guid>
		<description>Ha ha, hmm.  My @ # 8220 etc, got translated back into real quotes in my example above by this comment software.  But you get the idea...  

Obviously someone is trying to use open and close quotes and yes, I checked my code and used the ASCII " key on the keyboard in my code.</description>
		<content:encoded><![CDATA[<p>Ha ha, hmm.  My @ # 8220 etc, got translated back into real quotes in my example above by this comment software.  But you get the idea&#8230;  </p>
<p>Obviously someone is trying to use open and close quotes and yes, I checked my code and used the ASCII &#8221; key on the keyboard in my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PluGeSHin by jv</title>
		<link>http://netlumination.com/blog/plugeshin#comment-5752</link>
		<dc:creator>jv</dc:creator>
		<pubDate>Sat, 27 Aug 2011 01:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-5752</guid>
		<description>Hi,

I am using your PluGeSHin with python and most of the single- and double-quotes are being url-encoded in unicode or something.

Example:

“lift the tool and transition home”

Any ideas?

Thanks,

jv</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using your PluGeSHin with python and most of the single- and double-quotes are being url-encoded in unicode or something.</p>
<p>Example:</p>
<p>&#8220;lift the tool and transition home&#8221;</p>
<p>Any ideas?</p>
<p>Thanks,</p>
<p>jv</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PluGeSHin by pajtai på "PluGeSHin" - CyberMaster</title>
		<link>http://netlumination.com/blog/plugeshin#comment-5439</link>
		<dc:creator>pajtai på "PluGeSHin" - CyberMaster</dc:creator>
		<pubDate>Tue, 16 Aug 2011 02:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=1529#comment-5439</guid>
		<description>[...] PluGeSHin er et WordPress- plugin, som Peter Ajtai, så du kan bruge den syntaks fremhævelse af GeSHi gennem WordPress kortkoder . [...]</description>
		<content:encoded><![CDATA[<p>[...] PluGeSHin er et WordPress- plugin, som Peter Ajtai, så du kan bruge den syntaks fremhævelse af GeSHi gennem WordPress kortkoder . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating perspective and a mirror image in Photoshop by winkletweb</title>
		<link>http://netlumination.com/blog/creating-perspective-and-a-mirror-image-in-photoshop#comment-5286</link>
		<dc:creator>winkletweb</dc:creator>
		<pubDate>Mon, 16 May 2011 17:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.netlumination.com/?p=32#comment-5286</guid>
		<description>Thanks for this tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Jonathan</title>
		<link>http://netlumination.com/contact#comment-5272</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 25 Apr 2011 17:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.netlumination.com/?page_id=77#comment-5272</guid>
		<description>Hello Peter,

I've been searching everywhere and posting on wordpress.org but no luck.

I'm trying to display 3 posts but with the middle post as an excerpt. 

There is an image and paragraphs on the 3rd post, which display if the middle post uses "the_content" but image / paragraphs are not displayed if middle post uses "the_excerpt"

I'm guessing the middle post isn't closed properly and is affecting the look / functionality of the 3rd post.

I'm mostly a Designer, so doing my best to solve this code problem!

Here's the code I'm using for http://greenlightresources.ca/test-home-2/
( You can see the image / paragraphs by looking at http://greenlightresources.ca

post_content;
$title = $page_data-&gt;post_title;
echo apply_filters( 'the_content', $page_data-&gt;post_content );
?&gt;

  



    &lt;a href="" rel="bookmark"&gt;&lt;/a&gt;






 

post_content;
$title = $page_data-&gt;post_title;
echo '';
echo $page_data-&gt;post_title;
echo '';
echo apply_filters( 'the_content', $page_data-&gt;post_content );
?&gt;</description>
		<content:encoded><![CDATA[<p>Hello Peter,</p>
<p>I&#8217;ve been searching everywhere and posting on wordpress.org but no luck.</p>
<p>I&#8217;m trying to display 3 posts but with the middle post as an excerpt. </p>
<p>There is an image and paragraphs on the 3rd post, which display if the middle post uses &#8220;the_content&#8221; but image / paragraphs are not displayed if middle post uses &#8220;the_excerpt&#8221;</p>
<p>I&#8217;m guessing the middle post isn&#8217;t closed properly and is affecting the look / functionality of the 3rd post.</p>
<p>I&#8217;m mostly a Designer, so doing my best to solve this code problem!</p>
<p>Here&#8217;s the code I&#8217;m using for <a href="http://greenlightresources.ca/test-home-2/" rel="nofollow">http://greenlightresources.ca/test-home-2/</a><br />
( You can see the image / paragraphs by looking at <a href="http://greenlightresources.ca" rel="nofollow">http://greenlightresources.ca</a></p>
<p>post_content;<br />
$title = $page_data-&gt;post_title;<br />
echo apply_filters( &#8216;the_content&#8217;, $page_data-&gt;post_content );<br />
?&gt;</p>
<p>    &lt;a href=&quot;&#8221; rel=&#8221;bookmark&#8221;&gt;</p>
<p>post_content;<br />
$title = $page_data-&gt;post_title;<br />
echo &#8221;;<br />
echo $page_data-&gt;post_title;<br />
echo &#8221;;<br />
echo apply_filters( &#8216;the_content&#8217;, $page_data-&gt;post_content );<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Website Designs by Site Redesign | SciTechy</title>
		<link>http://netlumination.com/portfolio/website-designs#comment-5252</link>
		<dc:creator>Site Redesign | SciTechy</dc:creator>
		<pubDate>Sat, 26 Feb 2011 01:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://wordpress.netlumination.com/?page_id=88#comment-5252</guid>
		<description>[...] You can also take a look at a few of my other site builds over here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You can also take a look at a few of my other site builds over here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Multiple Loops in WordPress with query_posts() and get_categories() by Peter</title>
		<link>http://netlumination.com/blog/using-multiple-loops-in-wordpress-with-query_posts-and-get_categories#comment-5240</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 17 Feb 2011 04:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://netlumination.com/?p=390#comment-5240</guid>
		<description>If you're using query_posts, you can use a negative sign to exclude a category:
&lt;code&gt;
&lt;?php query_posts('cat=-5');
if ( have_posts() ...&lt;/code&gt;

The above will exclude category 5.  For multiple categories use commas:
&lt;code&gt;query_posts('cat=-5,-9,-10');&lt;/code&gt;

Take a look at &lt;a href="http://codex.wordpress.org/Template_Tags/query_posts" rel="nofollow"&gt;this Wordpress reference page on query_posts()&lt;/a&gt;.

If you're using get_catagories, simply include "exclude", like this:

&lt;code&gt;&lt;?php 
  $categories=  get_categories('exclude=4,7');&lt;/code&gt;

Take a look at &lt;a href="http://codex.wordpress.org/Function_Reference/get_categories" rel="nofollow"&gt;the Wordpress get categories reference page&lt;/a&gt;.

To figure out the number for the category, navigate to the category page withing th WP admin panel. The category number is the Tag_ID number: '...&amp;tag_ID=3'.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using query_posts, you can use a negative sign to exclude a category:<br />
<code><br />
&lt;?php query_posts('cat=-5');<br />
if ( have_posts() ...</code></p>
<p>The above will exclude category 5.  For multiple categories use commas:<br />
<code>query_posts('cat=-5,-9,-10');</code></p>
<p>Take a look at <a href="http://codex.wordpress.org/Template_Tags/query_posts" rel="nofollow">this WordPress reference page on query_posts()</a>.</p>
<p>If you&#8217;re using get_catagories, simply include &#8220;exclude&#8221;, like this:</p>
<p><code>&lt;?php<br />
  $categories=  get_categories(&#039;exclude=4,7&#039;);</code></p>
<p>Take a look at <a href="http://codex.wordpress.org/Function_Reference/get_categories" rel="nofollow">the WordPress get categories reference page</a>.</p>
<p>To figure out the number for the category, navigate to the category page withing th WP admin panel. The category number is the Tag_ID number: &#8216;&#8230;&#038;tag_ID=3&#8242;.</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.545 seconds. --><!-- Cached page generated by WP-Super-Cache on 2011-11-14 17:35:33 -->

