<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Engaging Social Software Blog</title>
	<atom:link href="http://pagetribe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pagetribe.wordpress.com</link>
	<description>Its about engaging.</description>
	<lastBuildDate>Wed, 15 Dec 2010 22:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pagetribe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Engaging Social Software Blog</title>
		<link>http://pagetribe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pagetribe.wordpress.com/osd.xml" title="Engaging Social Software Blog" />
	<atom:link rel='hub' href='http://pagetribe.wordpress.com/?pushpress=hub'/>
		<item>
		<title>rvm and rails</title>
		<link>http://pagetribe.wordpress.com/2010/09/30/rvm-and-rails/</link>
		<comments>http://pagetribe.wordpress.com/2010/09/30/rvm-and-rails/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 11:41:43 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[manage]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rvm]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=257</guid>
		<description><![CDATA[This is a summary of the following excellent articles: RVM: More than Ruby 1.9 and Rails 3 RVM and project-specific gemsets in Rails Get started right with RVM Note: Do not use &#8220;sudo&#8221; rvmrc Now there are different kinds of rvmrc files: System /etc/rvmrc System wide configuration User ~/.rvmrc User wide configuration Project .rvmrc Project [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=257&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2010/09/30/rvm-and-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL output in your script controller</title>
		<link>http://pagetribe.wordpress.com/2010/06/04/sql-output-in-your-script-controller/</link>
		<comments>http://pagetribe.wordpress.com/2010/06/04/sql-output-in-your-script-controller/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 12:24:51 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Social Software elss08]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[script console]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=252</guid>
		<description><![CDATA[Ever found you needed to debug an activerecord query and wanted to see the SQL it was producing in the script/console. Well now you can. If you want to see the sql output while you are in script/controller add this to your .irbrc file: if ENV.include?(&#8216;RAILS_ENV&#8217;) &#38;&#38; !Object.const_defined?(&#8216;RAILS_DEFAULT_LOGGER&#8217;) require &#8216;logger&#8217; RAILS_DEFAULT_LOGGER = Logger.new(STDOUT) end Thanks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=252&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2010/06/04/sql-output-in-your-script-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML5 Features to shorten you code</title>
		<link>http://pagetribe.wordpress.com/2010/04/29/html5-features-to-shorten-you-code/</link>
		<comments>http://pagetribe.wordpress.com/2010/04/29/html5-features-to-shorten-you-code/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:37:58 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Social Software elss08]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=247</guid>
		<description><![CDATA[These can be used right now, even works for older browsers. Use: &#60;!DOCTYPE hml&#62; instead of: &#60;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&#62; Use: &#60;style&#62; instead of: &#60;style type="text/css"&#62; Use: &#60;script&#62; instead of: &#60;script type="text/javascript"&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=247&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2010/04/29/html5-features-to-shorten-you-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox Profiles for Web Development</title>
		<link>http://pagetribe.wordpress.com/2010/01/16/firefox-profiles-for-web-development/</link>
		<comments>http://pagetribe.wordpress.com/2010/01/16/firefox-profiles-for-web-development/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:33:54 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web tech]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=242</guid>
		<description><![CDATA[Background As part of web development you probably have a number of Firefox extensions added; like the excellent firebug. Occasionally you have to clear you cache, cookies etc while testing. This is annoying if you use Firefox for your day to day email, banking etc. You don&#8217;t want your normal browser environment disrupted by your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=242&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2010/01/16/firefox-profiles-for-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux chmod explained</title>
		<link>http://pagetribe.wordpress.com/2009/11/12/linux-chmod-explained/</link>
		<comments>http://pagetribe.wordpress.com/2009/11/12/linux-chmod-explained/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 05:30:11 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web tech]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[read]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=208</guid>
		<description><![CDATA[There are different groups on Linux with file permissions. They are user, group and others. User &#8211; the owner of the file Group &#8211; users who are in this file&#8217;s group Others &#8211; everyone else. Each of these can have 3 types of permission: Read &#8211; lets them view the file, but not change it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=208&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/11/12/linux-chmod-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up a LAMP server in Ubuntu &#8211; the easy way</title>
		<link>http://pagetribe.wordpress.com/2009/11/12/setting-up-a-lamp-server-in-ubuntu-the-easy-way/</link>
		<comments>http://pagetribe.wordpress.com/2009/11/12/setting-up-a-lamp-server-in-ubuntu-the-easy-way/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:39:35 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web tech]]></category>
		<category><![CDATA[9.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual host]]></category>
		<category><![CDATA[walk through]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=173</guid>
		<description><![CDATA[The following is a step-by-step guide with images, on how to install a LAMP server on your Ubuntu system &#8211; the easy way. Having a local LAMP server is great for web development, it is both private and fast. The easiest way to set up a LAMP (Linux, Apache, MySQL, php) server in Ubuntu 9.10 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=173&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/11/12/setting-up-a-lamp-server-in-ubuntu-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_0181.png" medium="image">
			<media:title type="html">screenshot_018</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_019.png" medium="image">
			<media:title type="html">screenshot_019</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_020.png" medium="image">
			<media:title type="html">screenshot_020</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_021.png" medium="image">
			<media:title type="html">screenshot_021</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_022.png" medium="image">
			<media:title type="html">screenshot_022</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_023.png" medium="image">
			<media:title type="html">screenshot_023</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_024.png" medium="image">
			<media:title type="html">screenshot_024</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_025.png" medium="image">
			<media:title type="html">screenshot_025</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_028.png" medium="image">
			<media:title type="html">screenshot_028</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_029.png" medium="image">
			<media:title type="html">screenshot_029</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_30.png" medium="image">
			<media:title type="html">screenshot_30</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_31.png" medium="image">
			<media:title type="html">screenshot_31</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_32.png" medium="image">
			<media:title type="html">screenshot_32</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_33.png" medium="image">
			<media:title type="html">screenshot_33</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_34.png" medium="image">
			<media:title type="html">screenshot_34</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_35.png" medium="image">
			<media:title type="html">screenshot_35</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_36.png" medium="image">
			<media:title type="html">screenshot_36</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/screenshot_37.png" medium="image">
			<media:title type="html">screenshot_37</media:title>
		</media:content>
	</item>
		<item>
		<title>Dowload manager with firefox integration for Ubuntu</title>
		<link>http://pagetribe.wordpress.com/2009/11/11/dowload-manager-with-firefox-integration/</link>
		<comments>http://pagetribe.wordpress.com/2009/11/11/dowload-manager-with-firefox-integration/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:13:08 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web tech]]></category>
		<category><![CDATA[download manager]]></category>
		<category><![CDATA[firefox integration]]></category>
		<category><![CDATA[flashgot]]></category>
		<category><![CDATA[gwget]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=155</guid>
		<description><![CDATA[Gwget is a free graphical download manager. To install in ubuntu use Synaptic package manager and search for gwget then install the Firefox add-on FlashGot. Under preferences in the FlashGot add-on you can select gwget as your download manager. Then when you click on a link to download a file you are presented with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=155&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/11/11/dowload-manager-with-firefox-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/gwget1.png?w=300" medium="image">
			<media:title type="html">gwget</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2009/11/flashgot.png?w=300" medium="image">
			<media:title type="html">flashgot</media:title>
		</media:content>
	</item>
		<item>
		<title>Separating content from design.</title>
		<link>http://pagetribe.wordpress.com/2009/11/10/separating-content-from-design/</link>
		<comments>http://pagetribe.wordpress.com/2009/11/10/separating-content-from-design/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 13:17:40 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Social Software elss08]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=40</guid>
		<description><![CDATA[some notes from this excellent overview article on xml and xsl from Mulberry Technologies (&#8220;Copyright Mulberry Technologies, Inc., used by permission). Introduction to XSL-FO Concepts http://www.mulberrytech.com/papers/Intro2XSL-FO/Intro2XSL-FO.pdf Also see and interesting video about xml and teaching the machine: http://uk.youtube.com/watch?v=NLlGopyXT_g When You Have XML Content Content is reusable/repurposeable/customizable/personalizable/internationalizable/localizable XML for single source publishing: XML  transform  HTML same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=40&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/11/10/separating-content-from-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>

		<media:content url="http://pagetribe.files.wordpress.com/2008/11/xml_wheel_diagram.jpeg" medium="image">
			<media:title type="html">xml_wheel_diagram</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up a virtual host on ubuntu tutorial.</title>
		<link>http://pagetribe.wordpress.com/2009/03/13/setting-up-a-virtual-host-on-ubuntu-tutorial/</link>
		<comments>http://pagetribe.wordpress.com/2009/03/13/setting-up-a-virtual-host-on-ubuntu-tutorial/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:27:24 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[name-based]]></category>
		<category><![CDATA[step by step]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual host]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=117</guid>
		<description><![CDATA[Introduction: This tutorial will show you how to set up a name-based virtual host using Apache2 and ubuntu. Definition: Virtual host allows you to host multiple websites on a singe webserver. Name-based means you can access different sites on the same webserver using different names eg. domain1.com &#38; domain2.com Configuration: 1. Create a document root, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=117&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/03/13/setting-up-a-virtual-host-on-ubuntu-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
		<item>
		<title>Engaging Online Discussions</title>
		<link>http://pagetribe.wordpress.com/2009/02/24/engaging-online-discussions/</link>
		<comments>http://pagetribe.wordpress.com/2009/02/24/engaging-online-discussions/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 04:19:09 +0000</pubDate>
		<dc:creator>pagetribe</dc:creator>
				<category><![CDATA[elearning]]></category>
		<category><![CDATA[discussions]]></category>

		<guid isPermaLink="false">http://pagetribe.wordpress.com/?p=85</guid>
		<description><![CDATA[Some changes to consider for online discussions: Add: discussion expectations introductory activity separate &#8216;course questions forum&#8217; student cafe forum ??a forum for each topic, ie week 1 discussion?? this may break the flow too much, best not to. Some changes to consider for the overall course: Add: end of unit knowledge check list. (Am i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pagetribe.wordpress.com&amp;blog=5487960&amp;post=85&amp;subd=pagetribe&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://pagetribe.wordpress.com/2009/02/24/engaging-online-discussions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">pagetribe</media:title>
		</media:content>
	</item>
	</channel>
</rss>
