<?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>Blog For .NET &#187; lorem ipsum</title>
	<atom:link href="http://www.blogfor.net/tag/lorem-ipsum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogfor.net</link>
	<description>welcome to the blogosphere</description>
	<lastBuildDate>Sun, 02 May 2010 17:20:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Grand Opening, Google Syntax Highlighter Fix</title>
		<link>http://www.blogfor.net/2007/12/12/grand-opening/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=grand-opening</link>
		<comments>http://www.blogfor.net/2007/12/12/grand-opening/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 06:16:47 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[lorem ipsum]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blogfor.net/?p=3</guid>
		<description><![CDATA[ The blog is up and running and with the first post comes some interesting info on setting up syntax highlighting. So, I finally got the google syntax highlighter working with my wordpress install HOORAY.
Google Syntax Highlighter for WordPress
http://wordpress.org/extend/plugins/google-syntax-highlighter/
doing some pretty simple testing i tracked down the footer wasn&#8217;t adding it&#8217;s code to wordpress. So [...]]]></description>
			<content:encoded><![CDATA[<p> The blog is up and running and with the first post comes some interesting info on setting up syntax highlighting. So, I finally got the google syntax highlighter working with my wordpress install HOORAY.</p>
<p><strong>Google Syntax Highlighter for WordPress</p>
<p>http://wordpress.org/extend/plugins/google-syntax-highlighter/</strong></p>
<p>doing some pretty simple testing i tracked down the footer wasn&#8217;t adding it&#8217;s code to wordpress. So i looked at how other people had hooked the footer event and then just did that.</p>
<p>Something has changed with wordpress since Peter Ryan last updated his wordpress plugin, so i fixed it. Seems that the footer load event changed or the one he was using was deprecated?  I haven&#8217;t the slightest idea since today was the first day i&#8217;ve seen wordpress code, nor do i really care now that it&#8217;s working.<br />
<strong>Original Code: google_syntax_highlighter.php</strong></p>
<pre name="code" class="php">
add_action('wp_footer','insert_footer');</pre>
<p><strong>Working Code: google_syntax_highlighter.php</strong></p>
<pre name="code" class="php">
add_action('get_footer','insert_footer');</pre>
<p><span id="more-3"></span><br />
The good stuff has arrived.</p>
<pre name="code" class="vb">
Private Function DetermineRenderClientScript() As Boolean
  If Not Me._renderClientScriptValid Then
    Me._renderClientScript = False
    If Me.EnableSortingAndPagingCallbacks AndAlso Me.Page.Request.Browser.SupportsCallback Then
      Dim browser As HttpBrowserCapabilities = Me.Page.Request.Browser
      Dim flag As Boolean = (browser.EcmaScriptVersion.Major &gt; 0)
      Dim flag2 As Boolean = (browser.W3CDomVersion.Major &gt; 0)
      Dim flag3 As Boolean = Not StringUtil.EqualsIgnoreCase(browser.Item("tagwriter"), GetType(Html32TextWriter).FullName)
      Me._renderClientScript = ((flag AndAlso flag2) AndAlso flag3)
    End If
    Me._renderClientScriptValid = True
  End If
  Return Me._renderClientScript
End Function</pre>
<p>this is testing the code markup</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogfor.net/2007/12/12/grand-opening/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
