<?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 blog | Braylin Morales</title>
	<atom:link href="http://braylinmorales.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://braylinmorales.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 28 Oct 2010 14:34:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Blog is released! by Braylin Morales</title>
		<link>http://braylinmorales.com/blog/2010/08/blog-is-released/#comment-6</link>
		<dc:creator>Braylin Morales</dc:creator>
		<pubDate>Thu, 28 Oct 2010 14:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://braylinmorales.com/blog/?p=40#comment-6</guid>
		<description>Hello there!

You are correct. No special changes to the WordPress files that I can remember. I only did two things other than making a custom WP theme:
&lt;ol&gt;
	&lt;li&gt;My site&#039;s home (which is CodeIgniter) uses the &lt;a target=&quot;_blank&quot; href=&quot;http://68kb.com/2007/10/31/codeigniter-and-simplepie/&quot; rel=&quot;nofollow&quot;&gt;SimplePie library&lt;/a&gt; to grab my latest comments in the sidebar and my latest blog posts in the main content from their RSS feeds. The library page explains how to use SimplePie 1.0.1 with CI but I successfully used the latest version right now which is 1.2.&lt;/li&gt;
	&lt;li&gt;The sidebar on my blog&#039;s home (which is WP) has a section called &quot;Pages&quot; which lists links to my CI pages. The top navigation on the other hand is using the WP plugin called &lt;a target=&quot;_blank&quot; href=&quot;http://wordpress.org/extend/plugins/page-links-to/&quot; rel=&quot;nofollow&quot;&gt;Page Links To&lt;/a&gt;. I&#039;m using version 2.3 but the latest is 2.4 at the moment. This enables you to make WP pages just link to a URL (which in my case is a CI page on my site). So, I made a WP page for each CI page I had in my navigation and linked it to their respective pages using the plugin. As a result, when I search for &quot;about&quot; in my blog section, I get a link to my About CI page and a blog post.&lt;/li&gt;
&lt;/ol&gt;
I hope I answered all of your questions. If you need anything else, please don&#039;t hesitate. Thanks for finding my blog and for your comment. :)</description>
		<content:encoded><![CDATA[<p>Hello there!</p>
<p>You are correct. No special changes to the WordPress files that I can remember. I only did two things other than making a custom WP theme:</p>
<ol>
<li>My site&#8217;s home (which is CodeIgniter) uses the <a target="_blank" href="http://68kb.com/2007/10/31/codeigniter-and-simplepie/" rel="nofollow">SimplePie library</a> to grab my latest comments in the sidebar and my latest blog posts in the main content from their RSS feeds. The library page explains how to use SimplePie 1.0.1 with CI but I successfully used the latest version right now which is 1.2.</li>
<li>The sidebar on my blog&#8217;s home (which is WP) has a section called &#8220;Pages&#8221; which lists links to my CI pages. The top navigation on the other hand is using the WP plugin called <a target="_blank" href="http://wordpress.org/extend/plugins/page-links-to/" rel="nofollow">Page Links To</a>. I&#8217;m using version 2.3 but the latest is 2.4 at the moment. This enables you to make WP pages just link to a URL (which in my case is a CI page on my site). So, I made a WP page for each CI page I had in my navigation and linked it to their respective pages using the plugin. As a result, when I search for &#8220;about&#8221; in my blog section, I get a link to my About CI page and a blog post.</li>
</ol>
<p>I hope I answered all of your questions. If you need anything else, please don&#8217;t hesitate. Thanks for finding my blog and for your comment. <img src='http://braylinmorales.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blog is released! by Fantasy NASCAR</title>
		<link>http://braylinmorales.com/blog/2010/08/blog-is-released/#comment-5</link>
		<dc:creator>Fantasy NASCAR</dc:creator>
		<pubDate>Sun, 24 Oct 2010 22:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://braylinmorales.com/blog/?p=40#comment-5</guid>
		<description>Hi Braylin-

Congrats on the launch of your blog.

I found your site while looking for solutions to integrating Codeigniter 1.7 and Wordpress 3.0

I have a site that is built completely with Codeigniter. I want to integrate a Wordpress blog and share WP and my custom Codeigniter functions seamlessly through the site.

Things like:
* Have access to &#039;logged in&#039; user information from main site into the blog section
* WP post excerpts, titles, ect available in the main site
* Main site statistics (it is a NASCAR statistics site) available in the sidebar of the blog, etc.

I&#039;m completely comfortable making my own custom theme to carry over the visual aspect from Codeigniter site to Wordpress section. Just not sure about the stuff I mentioned above.

I guess I should just break down and try it, but I read so much about issues people have integrating the two.  No ones previous posts seem to convince me of the success of doing the things I&#039;ve outline.

I&#039;d much rather enjoy the great benefits that Wordpress offers over Expression Engine.

Bottom line. You are saying that you have done a full install of WP in a directory called &#039;blog&#039;. Meanwhile, the rest of your site is built using Codeigniter? No problems, no changes to the files?

But...I guess I am still looking for a solution to carrying over the functions between the two, right? You haven&#039;t done that?</description>
		<content:encoded><![CDATA[<p>Hi Braylin-</p>
<p>Congrats on the launch of your blog.</p>
<p>I found your site while looking for solutions to integrating Codeigniter 1.7 and WordPress 3.0</p>
<p>I have a site that is built completely with Codeigniter. I want to integrate a WordPress blog and share WP and my custom Codeigniter functions seamlessly through the site.</p>
<p>Things like:<br />
* Have access to &#8216;logged in&#8217; user information from main site into the blog section<br />
* WP post excerpts, titles, ect available in the main site<br />
* Main site statistics (it is a NASCAR statistics site) available in the sidebar of the blog, etc.</p>
<p>I&#8217;m completely comfortable making my own custom theme to carry over the visual aspect from Codeigniter site to WordPress section. Just not sure about the stuff I mentioned above.</p>
<p>I guess I should just break down and try it, but I read so much about issues people have integrating the two.  No ones previous posts seem to convince me of the success of doing the things I&#8217;ve outline.</p>
<p>I&#8217;d much rather enjoy the great benefits that WordPress offers over Expression Engine.</p>
<p>Bottom line. You are saying that you have done a full install of WP in a directory called &#8216;blog&#8217;. Meanwhile, the rest of your site is built using Codeigniter? No problems, no changes to the files?</p>
<p>But&#8230;I guess I am still looking for a solution to carrying over the functions between the two, right? You haven&#8217;t done that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Under Construction by Braylin Morales</title>
		<link>http://braylinmorales.com/blog/2010/06/under-construction/#comment-4</link>
		<dc:creator>Braylin Morales</dc:creator>
		<pubDate>Fri, 30 Jul 2010 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://braylinmorales.com/blog/?p=5#comment-4</guid>
		<description>Thanks for the test, Brittany! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the test, Brittany! <img src='http://braylinmorales.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Under Construction by brittany Morales</title>
		<link>http://braylinmorales.com/blog/2010/06/under-construction/#comment-3</link>
		<dc:creator>brittany Morales</dc:creator>
		<pubDate>Tue, 22 Jun 2010 18:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://braylinmorales.com/blog/?p=5#comment-3</guid>
		<description>Hello! This is a test comment.</description>
		<content:encoded><![CDATA[<p>Hello! This is a test comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

