<?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"
	>

<channel>
	<title>FYREBEAR.com Blog</title>
	<atom:link href="http://blog.fyrebear.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fyrebear.com</link>
	<description>FYREBEAR.com &#124; Web Development &#124; Push the envelope. Watch it bend.</description>
	<pubDate>Mon, 07 Jul 2008 19:32:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Installing &#8216;Gallery&#8217; CMS using PHP, MySQL, Javascript, CSS</title>
		<link>http://blog.fyrebear.com/2008/06/18/installing-gallery-cms-tool-using-php-mysql-javascript-css/</link>
		<comments>http://blog.fyrebear.com/2008/06/18/installing-gallery-cms-tool-using-php-mysql-javascript-css/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 15:02:32 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[imagemagik]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[photos]]></category>

		<category><![CDATA[smarty]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=11</guid>
		<description><![CDATA[After experimenting with a blogging CMS in WordPress, a forums CMS in SimpleMachines Forums and MediaWiki for our wiki, the Bear wanted to see what tools were available on the web for displaying photos.
There seem to be a number of open source photo gallery options out there but the one that seemed the most stable [...]]]></description>
			<content:encoded><![CDATA[<p>After experimenting with a blogging <a class="thickbox" href="http://en.wikipedia.org/wiki/Content_management_system?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="CMS">CMS</a> in <a class="thickbox" href="http://en.wikipedia.org/wiki/WordPress?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="WordPress">WordPress</a>, a forums CMS in <a class="thickbox" href="http://en.wikipedia.org/wiki/Simple_Machines_Forum?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="Simple Machines Forums">SimpleMachines Forums</a> and <a class="thickbox" href="http://en.wikipedia.org/wiki/MediaWiki?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="MediaWiki">MediaWiki</a> for our wiki, the Bear wanted to see what tools were available on the web for displaying photos.<BR><BR></p>
<p>There seem to be a number of open source photo gallery options out there but the one that seemed the most stable with the largest community of developers and contributors was, <a class="thickbox" href="http://gallery.menalto.com/?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="Gallery CMS Photo Tool">Gallery.</a><BR><BR></p>
<p>Like many of the open source CMS tools, Gallery combines PHP, javascript, css, and a MySQL backend to drive the application. There are a lot of modules/plugins and files in Gallery so it took some time to get it all set up but once they all got uploaded things moved quickly thereafter. Skinning the Gallery CMS wasn&#8217;t too difficult as the main template is pretty basic, many consisting of Gallery&#8217;s <a class="thickbox" href="http://en.wikipedia.org/wiki/Smarty?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="Smarty">&#8220;smarty tags&#8221;</a> that work within their framework.<BR><BR></p>
<p>Gallery offers a lot of nice features like batch photo uploads, rss feeds, photo commenting and ratings, album slideshows, thumbnail auto creation using <a class="thickbox" href="http://en.wikipedia.org/wiki/Imagemagik?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="ImageMagik">ImageMagik</a>, and the ability to rearrage the order of your photos and albums. Shortly, the Bear is going to investigate integrations between Gallery and WordPress. <a class="thickbox" href="http://wpg2.galleryembedded.com/?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="WPG2">Maybe the Bear should look here.</a> But, for now, enjoy the Photos!<BR><BR></p>
<p>• <a target="_blank" href="http://photos.fyrebear.com/" title="FYREBEAR.com Photos"><b>Click Here to view the FYREBEAR.com Photos section.</b></a><BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/06/18/installing-gallery-cms-tool-using-php-mysql-javascript-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exploring Ajax - Using it to paginate content items</title>
		<link>http://blog.fyrebear.com/2008/05/28/exploring-ajax-using-it-to-paginate-content-items/</link>
		<comments>http://blog.fyrebear.com/2008/05/28/exploring-ajax-using-it-to-paginate-content-items/#comments</comments>
		<pubDate>Wed, 28 May 2008 15:44:05 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[content display]]></category>

		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=8</guid>
		<description><![CDATA[Ajax is pretty handy. It&#8217;s a great way to dynamically fetch content/data from your site/server on demand using XMLHttpRequest so that it reduces server bandwidth load. That way when viewing content items on the page only that specific content item that is selected is fetched from the server and not the entire page.
The Bear has [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" href="http://en.wikipedia.org/wiki/AJAX?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="What is Ajax?">Ajax</a> is pretty handy. It&#8217;s a great way to dynamically fetch content/data from your site/server on demand using <a class="thickbox" href="http://en.wikipedia.org/wiki/XMLHttpRequest?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="What is XMLHttpRequest?">XMLHttpRequest</a> so that it reduces server bandwidth load. That way when viewing content items on the page only that specific content item that is selected is fetched from the server and not the entire page.<BR><BR></p>
<p>The Bear has installed an Ajax Pagination script on the FYREBEAR homepage that he borrowed from <a class="thickbox" href="http://www.dynamicdrive.com/?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800" title="DynamicDrive">DynamicDrive.</a><BR><BR></p>
<p>This pagination script illustrates a nice way to display multiple pieces of content on one page without the page&#8217;s length continously being extended. Also, using this method, instead of an iFrame method, allows the content to inherit the page&#8217;s style attributes.<BR><BR></p>
<p>Right now the content items are just static files being fetched, but they could be fetched from a database back-end as well.<BR><BR></p>
<p>• Check it out in action on the <a target="_blank" href="http://www.fyrebear.com/" title="FYREBEAR.com"><B>FYREBEAR.com homepage</b></a>.<BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/05/28/exploring-ajax-using-it-to-paginate-content-items/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Javascript, AJAX, PHP for My.Fyrebear.com</title>
		<link>http://blog.fyrebear.com/2008/05/13/javascript-ajax-php-myfyrebearcom/</link>
		<comments>http://blog.fyrebear.com/2008/05/13/javascript-ajax-php-myfyrebearcom/#comments</comments>
		<pubDate>Tue, 13 May 2008 13:50:05 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[content aggregation]]></category>

		<category><![CDATA[drag and drop]]></category>

		<category><![CDATA[magpie]]></category>

		<category><![CDATA[modules]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=7</guid>
		<description><![CDATA[Javascript is fun. It&#8217;s even more fun adding in some AJAX goodness.
Using javascript+AJAX along with Magpie&#8217;s XML RSS PHP parser, we have installed a &#8220;My-Fyrebear&#8221; type application which allows one to add in your own RSS feeds to this page. It&#8217;s a great way to aggregate all of your information sources into one place.
Additoinally there [...]]]></description>
			<content:encoded><![CDATA[<p><a class="thickbox" title="What is Javascript?" href="http://en.wikipedia.org/wiki/JavaScript?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800">Javascript</a> is fun. It&#8217;s even more fun adding in some <a class="thickbox" title="What is AJAX?" href="http://en.wikipedia.org/wiki/AJAX?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800">AJAX</a> goodness.<BR><BR></p>
<p>Using javascript+AJAX along with <a class="thickbox" title="What is Magpie?" href="http://magpierss.sourceforge.net?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800">Magpie&#8217;s XML RSS PHP parser</a>, we have installed a <strong>&#8220;My-Fyrebear&#8221;</strong> type application which allows one to add in your own <a class="thickbox" title="What is RSS?" href="http://en.wikipedia.org/wiki/RSS_%28file_format%29?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800">RSS feeds</a> to this page. It&#8217;s a great way to aggregate all of your information sources into one place.<BR><BR></p>
<p>Additoinally there is a handy &#8220;drag and drop&#8221; functionallity to the content modules that allows one to sort/rearrange the page to one&#8217;s liking. And the RSS feed selections and sorting are stored in a cookie on one&#8217;s machine to remember the changes.<BR><br />
It&#8217;s not quite iGoogle, MyYahoo, or <a class="thickbox" title="Check out Netvibes, The Bear Recommends it" href="http://netvibes.com?KeepThis=true&amp;TB_iframe=true&amp;height=600&amp;width=800">Netvibes</a>, but it&#8217;s pretty neat nonetheless! Not bad for a Bear!<BR><BR></p>
<p>• Check it out at <a href="http://my.fyrebear.com" target="_blank"><strong>My.FYREBEAR.com</strong></a><BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/05/13/javascript-ajax-php-myfyrebearcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exploring Open Source Applications - Forums &#038; Wiki</title>
		<link>http://blog.fyrebear.com/2008/05/08/exploring-open-source-applications-forums-wiki/</link>
		<comments>http://blog.fyrebear.com/2008/05/08/exploring-open-source-applications-forums-wiki/#comments</comments>
		<pubDate>Thu, 08 May 2008 19:56:54 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[forums]]></category>

		<category><![CDATA[GoogleAPI]]></category>

		<category><![CDATA[mediawiki]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[smf]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=6</guid>
		<description><![CDATA[Just recently the Bear has installed a couple of open source projects.
The first of which is MediaWiki, which is the wiki application that Wikipedia uses. For the moment, we are using this to catalog items the Bear has for dinner. The Bear likes to eat.
The second item is Simple Machines Forums (SMF). The Bear installed [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently the Bear has installed a couple of open source projects.<BR /><BR /></p>
<p>The first of which is <a class="thickbox" href="http://en.wikipedia.org/wiki/MediaWiki?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is Mediawiki?">MediaWiki</a>, which is the wiki application that Wikipedia uses. For the moment, we are using this to catalog items the Bear has for dinner. The Bear likes to eat.<BR /><BR /></p>
<p>The second item is <a class="thickbox" href="http://en.wikipedia.org/wiki/Simple_Machines_Forum?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is Simple Machines Forums?">Simple Machines Forums (SMF)</a>. The Bear installed this software and formatted it to include the FYREBEAR website theme. Additionally, the theme includes a right column which contains a javascript code that uses <a class="thickbox" href="http://code.google.com/more?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is Googles API?">Google&#8217;s API</a> to import a Flickr RSS feed to output photo images as well as <a class="thickbox" href="http://www.rss-to-javascript.com?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is RSS to Javascript?">RSS-to-Javascript&#8217;s</a> RSS parser to include a RSS feed.<BR><BR></p>
<p>Both of the open source applications run on <a class="thickbox" href="http://en.wikipedia.org/wiki/PHP?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is PHP?">PHP</a> and are backended by a <a class="thickbox" href="http://en.wikipedia.org/wiki/MySQL?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="What is MySQL?">MySQL database.</a><BR><BR></p>
<p>&#8226; Check them out here at FYREBEAR.com!   <a href="http://wiki.fyrebear.com"><B>Wiki</B></a> | <a href="http://forums.fyrebear.com"><B>Forums</B></a><BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/05/08/exploring-open-source-applications-forums-wiki/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Giving Word Press A Test Drive</title>
		<link>http://blog.fyrebear.com/2008/04/27/giving-word-press-a-test-drive/</link>
		<comments>http://blog.fyrebear.com/2008/04/27/giving-word-press-a-test-drive/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 15:32:39 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[fyrebear]]></category>

		<category><![CDATA[mediawiki]]></category>

		<category><![CDATA[Miscellaneous]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[smf forums]]></category>

		<category><![CDATA[thickbox]]></category>

		<category><![CDATA[word press]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=3</guid>
		<description><![CDATA[While I was testing out some other open source applications, recently SMF Forums and MediaWiki, I thought I also would give WordPress a try.
I am enjoying exploring it&#8217;s templates and CSS. I applied the FYREBEAR wrapper around the templates and am looking forward to checking out all of the available plugins.
Already the plugins I have [...]]]></description>
			<content:encoded><![CDATA[<p>While I was testing out some other open source applications, recently <a class="thickbox" href="http://www.simplemachines.org?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="">SMF Forums</a> and <a class="thickbox" href="http://mediawiki.org?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="">MediaWiki</a>, I thought I also would give <strong>WordPress</strong> a try.<BR><BR></p>
<p>I am enjoying exploring it&#8217;s templates and CSS. I applied the FYREBEAR wrapper around the templates and am looking forward to checking out all of the available plugins.<BR><BR></p>
<p>Already the plugins I have installed are the <a class="thickbox" href="http://wordpress.org/extend/plugins/leopard-admin?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="">Leopard Admin skin</a> and <a class="thickbox" href="http://wordpress.org/extend/plugins/thickbox?KeepThis=true&#038;TB_iframe=true&#038;height=600&#038;width=800" title="">Thickbox.</a><BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/04/27/giving-word-press-a-test-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the FYREBEAR Project!</title>
		<link>http://blog.fyrebear.com/2008/04/26/fyrebear-project/</link>
		<comments>http://blog.fyrebear.com/2008/04/26/fyrebear-project/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 14:14:09 +0000</pubDate>
		<dc:creator>FYREBEAR</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[bears]]></category>

		<category><![CDATA[fyre]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.fyrebear.com/?p=1</guid>
		<description><![CDATA[What is the FYREBEAR Project? It&#8217;s the Bear&#8217;s space to play around with html, css, php, and javascript to develop and test things on the web.
In the meantime have fun playing around on this page. Go ahead and click around as you never know what crazy stuff you might find here. But don&#8217;t poke the [...]]]></description>
			<content:encoded><![CDATA[<p>What is the FYREBEAR Project? It&#8217;s the Bear&#8217;s space to play around with html, css, php, and javascript to develop and test things on the web.<BR><BR></p>
<p>In the meantime have fun playing around on this page. Go ahead and click around as you never know what crazy stuff you might find here. But don&#8217;t poke the bear.<BR><BR></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fyrebear.com/2008/04/26/fyrebear-project/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
