<?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>GeeksOK.com &#187; Website</title>
	<atom:link href="http://geeksok.com/blog/category/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksok.com/blog</link>
	<description>Go Geek, Geeks Making things, Geeks sharing ideas and building a community of innovation.</description>
	<lastBuildDate>Wed, 31 Mar 2010 02:11:23 +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>Blogging Backlog</title>
		<link>http://geeksok.com/blog/2008/07/blogging-backlog/</link>
		<comments>http://geeksok.com/blog/2008/07/blogging-backlog/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 21:50:09 +0000</pubDate>
		<dc:creator>troycoon</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://geeksok.com/blog/?p=48</guid>
		<description><![CDATA[It is strange how fast you can build a blog backlog. There are so many times that I think to myself &#8220;I really need to blog about that &#8221; or &#8221; that would make a great blog post&#8221; but when it comes time to do some blogging I just stare blankly at the screen and [...]]]></description>
			<content:encoded><![CDATA[<p>It is strange how fast you can build a blog backlog. There are so many times that I think to myself &#8220;I really need to blog about that &#8221; or &#8221; that would make a great blog post&#8221; but when it comes time to do some blogging I just stare blankly at the screen and say &#8221; what was I going to blog about&#8221; .</p>
<p>I hope that you the readers, if I have any that is, will bear with me as I clean out the clutter of my thoughts and get up to speed on my blogging. I have so many projects and thoughts to post, sometimes finding the quite time to blog is the hardest part. I goal is to be able to provide 1 new post a day, that should be enough that within a couple of months I will be totally caught up.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/07/blogging-backlog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog Comments</title>
		<link>http://geeksok.com/blog/2008/06/blog-comments/</link>
		<comments>http://geeksok.com/blog/2008/06/blog-comments/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 02:31:08 +0000</pubDate>
		<dc:creator>michael.stahlman</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://geeksok.com/blog/?p=32</guid>
		<description><![CDATA[In our eagerness to get a blog section up on the site, we failed to notice the Wordpress setting that required site registration to blog&#8230; oops. We have now disabled that so anyone is able to comment without registration.
]]></description>
			<content:encoded><![CDATA[<p>In our eagerness to get a blog section up on the site, we failed to notice the Wordpress setting that required site registration to blog&#8230; oops. We have now disabled that so anyone is able to comment without registration.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/06/blog-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing &#8216;Choices&#8217; activity in Moodle 1.9</title>
		<link>http://geeksok.com/blog/2008/05/fixing-choices-activity-in-moodle-19/</link>
		<comments>http://geeksok.com/blog/2008/05/fixing-choices-activity-in-moodle-19/#comments</comments>
		<pubDate>Fri, 30 May 2008 03:34:47 +0000</pubDate>
		<dc:creator>michael.stahlman</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[bluehost]]></category>
		<category><![CDATA[choices]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[moodle]]></category>

		<guid isPermaLink="false">http://geeksok.com/blog/2008/05/fixing-choices-activity-in-moodle-19/</guid>
		<description><![CDATA[I recently had to fix an installation of Moodle 1.9. The Choices activity provides a question and a set of answers to select from for the students. Unfortunately, version 1.9 was available in Fantastico and the options were not showing in any of the Choices activities. There is a new version of Moodle available, which [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to fix an installation of Moodle 1.9. The Choices activity provides a question and a set of answers to select from for the students. Unfortunately, version 1.9 was available in Fantastico and the options were not showing in any of the Choices activities. There is a new version of Moodle available, which it may be fixed, but for this version, the file mod/choice/lib.php must be modified to get it working. There is a line like this:</p>
<blockquote><p>if (isset($text) &amp;&amp; isset($allresponses[$optionid])) {</p></blockquote>
<p>This line must be changed to this:</p>
<blockquote><p>if (isset($text)) {</p></blockquote>
<p>I&#8217;m sure this is probably fixed in the new versions, but for people who use Fantastico through Bluehost, this must be done for Choices to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/05/fixing-choices-activity-in-moodle-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Shiny Gallery Thing</title>
		<link>http://geeksok.com/blog/2008/05/new-shiny-gallery-thing/</link>
		<comments>http://geeksok.com/blog/2008/05/new-shiny-gallery-thing/#comments</comments>
		<pubDate>Tue, 27 May 2008 01:55:47 +0000</pubDate>
		<dc:creator>michael.stahlman</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://geeksok.com/blog/?p=17</guid>
		<description><![CDATA[I found a new flash interface for videos and pictures that I decided to integrate with the gallery and eventually for videos we post. It is currently implemented on the home page, showing the latest uploads to the photo gallery. I also plan on using an alternate version for showing images of projects in the [...]]]></description>
			<content:encoded><![CDATA[<p>I found a new flash interface for videos and pictures that I decided to integrate with the gallery and eventually for videos we post. It is currently implemented on the home page, showing the latest uploads to the photo gallery. I also plan on using an alternate version for showing images of projects in the blog. Like this:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="file=http://www.geeksok.com/gallery/rss.php?album=41&amp;backcolor=0xdfdfdf&amp;frontcolor=0x000000&amp;lightcolor=0x000000&amp;displayheight=300&amp;rotatetime=6&amp;searchbar=false&amp;showicons=false&amp;shownavigation=true&amp;showdigits=false&amp;usefullscreen=true&amp;autostart=false&amp;repeat=true&amp;thumbsinplaylist=false&amp;enablejs=true" /><param name="src" value="http://www.geeksok.com/embed/mediaplayer.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" src="http://www.geeksok.com/embed/mediaplayer.swf" flashvars="file=http://www.geeksok.com/gallery/rss.php?album=41&amp;backcolor=0xdfdfdf&amp;frontcolor=0x000000&amp;lightcolor=0x000000&amp;displayheight=300&amp;rotatetime=6&amp;searchbar=false&amp;showicons=false&amp;shownavigation=true&amp;showdigits=false&amp;usefullscreen=true&amp;autostart=false&amp;repeat=true&amp;thumbsinplaylist=false&amp;enablejs=true"></embed></object></p>
<p>If you want to view the full-size pictures, you can click on the right arrow beside the picture names, but your pop-up blocker must be disabled for this website.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/05/new-shiny-gallery-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeky Movies Section</title>
		<link>http://geeksok.com/blog/2008/05/geek-movies-section/</link>
		<comments>http://geeksok.com/blog/2008/05/geek-movies-section/#comments</comments>
		<pubDate>Thu, 22 May 2008 03:24:22 +0000</pubDate>
		<dc:creator>michael.stahlman</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://geeksok.com/blog/?p=16</guid>
		<description><![CDATA[We now have a new section on the main page for geek movies. Soon, I will try to expand this section for more information and a section to comment about the movies.
]]></description>
			<content:encoded><![CDATA[<p>We now have a new section on the main page for geek movies. Soon, I will try to expand this section for more information and a section to comment about the movies.</p>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/05/geek-movies-section/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Updates</title>
		<link>http://geeksok.com/blog/2008/05/website-updates/</link>
		<comments>http://geeksok.com/blog/2008/05/website-updates/#comments</comments>
		<pubDate>Sat, 17 May 2008 12:23:13 +0000</pubDate>
		<dc:creator>michael.stahlman</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.geeksok.com/blog/?p=10</guid>
		<description><![CDATA[I am glad to say that the website is finally getting a needed update. There is a lot more content and it is becoming more organized. Keep watching for more changes. Current changes include:

More web links
Updated blog interface
Many more project pictures
New RSS feeds
An FAQ section
New polls
Added calendar events
Redesign of logo

]]></description>
			<content:encoded><![CDATA[<p>I am glad to say that the website is finally getting a needed update. There is a lot more content and it is becoming more organized. Keep watching for more changes. Current changes include:</p>
<ul>
<li>More web links</li>
<li>Updated blog interface</li>
<li>Many more project pictures</li>
<li>New RSS feeds</li>
<li>An FAQ section</li>
<li>New polls</li>
<li>Added calendar events</li>
<li>Redesign of logo</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://geeksok.com/blog/2008/05/website-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
