<?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>FSLog</title>
	<atom:link href="https://fslog.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://fslog.com</link>
	<description>Free Software Blog</description>
	<lastBuildDate>Sun, 14 Jul 2013 18:23:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.8</generator>

<image>
	<url>https://fslog.com/wp-content/uploads/2018/06/cropped-noun_549922_cc-32x32.png</url>
	<title>FSLog</title>
	<link>https://fslog.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">4528425</site>	<item>
		<title>Javascript trick to edit the page displayed</title>
		<link>https://fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/</link>
		<comments>https://fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 15:14:18 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/</guid>
		<description><![CDATA[Do you want to quickly edit the text of any webpage that you are browsing? Maybe you wanted to see how the site looks if you change some words. Here is a neat Javascript trick that you can use to edit the text part of the web page. Do note that you can&#8217;t save the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Do you want to quickly edit the text of any webpage that you are browsing? Maybe you wanted to see how the site looks if you change some words. Here is a neat Javascript trick that you can use to edit the text part of the web page.</p>
<p>Do note that you can&#8217;t save the changed text onto the server or is this any means to hack a web server. If you refresh the page, all the changes you made will disappear. You can however save the resulting HTML if you goto <code>File -&gt; Save as</code>.</p>
<p>Step 1: Drag this <a href="javascript:if (document.designMode=='off') { document.body.contentEditable='true'; document.designMode='on';} else { document.body.contentEditable='false'; document.designMode='off';} void 0">Edit/View</a> bookmarklet into your bookmarks toolbar.</p>
<p>Step 2: Goto the web page which you want to edit and click on the bookmarklet &#8211; you will be put into the edit mode. Click the bookmarklet again and you will be put into the normal view mode.</p>
<p>Step 3: ?????</p>
<p>Step 4: Profit.</p>
<p>For those of you who like to know what it does beneath the scenes, it just sets two properties of the document to make it editable.</p>
<p><code>javascript:document.body.contentEditable='true'; document.designMode='on'; void 0</code></p>
]]></content:encoded>
			<wfw:commentRss>https://fslog.com/2007/01/21/javascript-trick-to-edit-the-page-displayed/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">842</post-id>	</item>
		<item>
		<title>Ubuntu Studio &#8211; A multimedia creation derivative of Ubuntu</title>
		<link>https://fslog.com/2007/01/20/ubuntu-studio-a-multimedia-creation-derivative-of-ubuntu/</link>
		<pubDate>Sat, 20 Jan 2007 17:30:56 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Distribution]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/20/ubuntu-studio-a-multimedia-creation-derivative-of-ubuntu/</guid>
		<description><![CDATA[Ubuntu Studio aims to be a multimedia editing flavor of Ubuntu for the Linux audio, video, and graphic enthusiast or professional who is already familiar with the Ubuntu-Gnome environment. Their ultimate goal is to build a solid Ubuntu distro based on Ubuntu-Gnome by Feisty Fawn. This distro has various packages for audio, graphics and video [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://ubuntustudio.org/"><img src="http://www.fslog.com/wp-content/uploads/2007/01/ubuntustudiologo.png" id="image340" alt="Ubuntu Studio Logo" align="left" />Ubuntu Studio</a> aims to be a multimedia editing flavor of Ubuntu for the Linux audio, video, and graphic enthusiast or professional who is already familiar with the Ubuntu-Gnome environment. Their ultimate goal is to build a solid Ubuntu distro based on Ubuntu-Gnome by Feisty Fawn. This distro has various <a href="https://wiki.ubuntu.com/UbuntuStudio/MetapackagesBreakdown">packages for audio, graphics and video editing</a>. Take a look at their <a href="https://wiki.ubuntu.com/UbuntuStudio/">wiki</a> for more info.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">841</post-id>	</item>
		<item>
		<title>Ubuntu usability analysis</title>
		<link>https://fslog.com/2007/01/19/ubuntu-usability-analysis/</link>
		<pubDate>Fri, 19 Jan 2007 03:59:30 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/19/ubuntu-usability-analysis/</guid>
		<description><![CDATA[The Open Source Advocate has a thorough usability analysis of Ubuntu and tells us what makes it &#8220;ready to use&#8221; for us. He takes each step for completing an operation and categorizes them into Very Easy, Easy, Medium, Hard and Very Hard. He also explains what can be made to improve the user experience.]]></description>
				<content:encoded><![CDATA[<p><a href="http://useopensource.blogspot.com/index.html">The Open Source Advocate</a> has a thorough <a href="http://useopensource.blogspot.com/2007/01/what-it-takes-to-make-ubuntu-ready-for.html">usability analysis of Ubuntu</a> and tells us what makes it &#8220;ready to use&#8221; for us. He takes each step for completing an operation and categorizes them into Very Easy, Easy, Medium, Hard and Very Hard. He also explains what can be made to improve the user experience.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">840</post-id>	</item>
		<item>
		<title>Drupal 5 released</title>
		<link>https://fslog.com/2007/01/17/drupal-5-released/</link>
		<comments>https://fslog.com/2007/01/17/drupal-5-released/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 04:41:59 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/17/drupal-5-released/</guid>
		<description><![CDATA[Drupal the most popular open source content management system has moved on to version 5 after almost 8 months of development. The most important feature included in this version is the easy to use web based installer. The UI is also greatly improved and is easy to use. This version also allows themers to develop [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://drupal.org/"><img align="left" id="image337" alt="Drupal Logo" src="http://www.fslog.com/wp-content/uploads/2007/01/drupal_logo.png" />Drupal</a> the most popular open source content management system has moved on to version 5 after almost 8 months of development. The most important feature included in this version is the easy to use web based installer. The UI is also greatly improved and is easy to use. This version also allows themers to develop better themes for Drupal.</p>
<p>Drupal also celebrates its 6th birthday with its release of version 5.</p>
]]></content:encoded>
			<wfw:commentRss>https://fslog.com/2007/01/17/drupal-5-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">839</post-id>	</item>
		<item>
		<title>Fedora Core 6 Live CD</title>
		<link>https://fslog.com/2007/01/14/fedora-core-6-live-cd/</link>
		<pubDate>Sun, 14 Jan 2007 17:57:01 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/14/fedora-core-6-live-cd/</guid>
		<description><![CDATA[Fedora Core 6 is now available as a live CD. This is great news to the old fedora fans out there. Fedora is a project that is sponsored by RedHat and is contributed by many developers around the world. These people create high quality open source software which can be used by anyone. It was [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://fedoraproject.org/wiki/"><img align="right" id="image335" alt="Fedore Core Logo" src="http://www.fslog.com/wp-content/uploads/2007/01/fedora_logo1.thumbnail.gif" /></a><a href="http://fedoraproject.org/wiki/">Fedora Core 6</a> is now available as a <a href="http://fedoraproject.org/wiki/FedoraLiveCD">live CD</a>. This is great news to the old fedora fans out there. Fedora is a project that is sponsored by RedHat and is contributed by many developers around the world. These people create high quality open source software which can be used by anyone.</p>
<p>It was a great distro back in those old days. But after Ubuntu came along, it lost its place. I haven&#8217;t tried FC for the past 2 years and this live CD would be a nice way to try it.</p>
<p>The live CD is available for i386 architecture only and you can <a href="http://download.fedora.redhat.com/pub/fedora/projects/live/FC-6-i386-livecd-1.iso">download it</a> from the official website or from <a href="http://torrent.fedoraproject.org/torrents/Zod-livecd-1-i386.torrent">torrents</a>. It is about 683mb.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">838</post-id>	</item>
		<item>
		<title>in pictures: Image based tutorial</title>
		<link>https://fslog.com/2007/01/12/in-pictures-image-based-tutorial/</link>
		<pubDate>Fri, 12 Jan 2007 05:56:37 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/12/in-pictures-image-based-tutorial/</guid>
		<description><![CDATA[I got mail about a nice website called in pictures from Chris Charuhas. It is a nice site having tutorials about using Office, OpenOffice.org, Dreamweaver, etc. The interesting part of this is that it is fully based on pictures. All the tutorials have nice explanations with screenshots explaining how to do every step. They are [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I got mail about a nice website called <strong><a href="http://inpics.net/">in pictures</a></strong> from Chris Charuhas. It is a nice site having tutorials about using Office, OpenOffice.org, Dreamweaver, etc.</p>
<p>The interesting part of this is that it is fully based on pictures. All the tutorials have nice explanations with screenshots explaining how to do every step. They are easy to understand and I would like to see more such tutorials for other open source softwares. Their press release says that they would bring in more tutorials for programming languages like PHP, Perl, etc. I would also like to see tutorials for other applications like Gimp, Evolution, etc., for the normal user.</p>
<p>Maybe this mode of teaching will help bring in more people to FOSS world.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">837</post-id>	</item>
		<item>
		<title>Performancing Metrics to go Open Source</title>
		<link>https://fslog.com/2007/01/05/performancing-metrics-to-go-open-source/</link>
		<pubDate>Fri, 05 Jan 2007 03:15:57 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2007/01/05/performancing-metrics-to-go-open-source/</guid>
		<description><![CDATA[Performancing is a popular blog network which released Performancing for Firefox &#8211; an extension for Firefox for bloggers. It also has various other services for bloggers like Metrics for tracking the visitors of your blog. It also an advertising network called Performancing Partners. Even I use these services and you too can advertise on this [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img align="left" id="image332" alt="Performancing Logo" src="http://www.fslog.com/wp-content/uploads/2007/01/performancing-logo.gif" />Performancing is a popular blog network which released <a href="http://performancing.com/firefox">Performancing for Firefox</a> &#8211; an extension for Firefox for bloggers. It also has various other services for bloggers like <a href="http://performancing.com/metrics">Metrics</a> for tracking the visitors of your blog. It also an advertising network called Performancing Partners. Even I use these services and you too can advertise on this blog by clicking on the ad in the sidebar.</p>
<p>There is another good news for the FOSS community as Performancing will be releasing the code for <a href="http://performancing.com/node/5583">Metrics as Open Source</a>. It is great to see that we get such quality software and hope many developers continue to enhance it.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">836</post-id>	</item>
		<item>
		<title>How to think like a Ruby Computer Scientist</title>
		<link>https://fslog.com/2006/12/28/how-to-think-like-a-ruby-computer-scientist/</link>
		<pubDate>Thu, 28 Dec 2006 16:47:56 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2006/12/28/how-to-think-like-a-ruby-computer-scientist/</guid>
		<description><![CDATA[How to think like a Computer Scientist: Learning with Python is an excellent book for learning Python for the newbies. Here is another book similar to that for those who want to learn Ruby. How to think like a computer scientist: Learning with Ruby is a book for those newbies who want to learn the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.ibiblio.org/obp/thinkCSpy/">How to think like a Computer Scientist: Learning with Python</a> is an excellent book for learning Python for the newbies. Here is another book similar to that for those who want to learn Ruby.</p>
<p><a href="http://mysite.verizon.net/hpassel/thinkruby/">How to think like a computer scientist: Learning with Ruby</a> is a book for those newbies who want to learn the basics of Ruby, Objects and how to use them for creating various data structures like linked list, stacks, queues, trees, heaps, maps, etc. It is still under development and will make a good book. Currently there is no downloadable PDF files. But you can wget the html files.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">835</post-id>	</item>
		<item>
		<title>Globulation 2 &#8211; Free RTS game for linux</title>
		<link>https://fslog.com/2006/12/26/globulation-2-free-rts-game-for-linux/</link>
		<pubDate>Mon, 25 Dec 2006 19:07:41 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Games]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2006/12/26/globulation-2-free-rts-game-for-linux/</guid>
		<description><![CDATA[Globulation 2 is an innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units. This means the user just has to assign specific number of units for a task and the units automatically do what is best for that job. It has nice AIs with varying levels of difficulties Includes a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img align="right" alt="Globulation 2" id="image329" src="http://www.fslog.com/wp-content/uploads/2006/12/globulation_2.png" /><a href="http://globulation2.org/wiki/Main_Page">Globulation 2</a> is an innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units.  This means the user just has to assign specific number of units for a task and the units automatically do what is best for that job.</p>
<ul>
<li>It has nice AIs with varying levels of difficulties</li>
<li>Includes a scripting language for versatile gameplay</li>
<li>Nice set of tutorials which walk through the player with the various tasks</li>
<li>An integrated map editor allowing you to create your own maps</li>
<li>Play in single player, local area network or over the internet with  <a title="YOG" href="http://globulation2.org/wiki/YOG">Ysagoon Online Gaming</a>.</li>
</ul>
<p>One unique thing about this game is that it doesn&#8217;t have any humans or other creatures. All the characters in this game are called globs(see pic) and look and move funny. It is a nice game and I am playing it for the past 2 days.</p>
<p>It is available in Synaptic, but it would be better if you could <a href="http://globulation2.org/wiki/Download_and_Install">download and install</a> it.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">834</post-id>	</item>
		<item>
		<title>Liferea &#8211; News Reader for Linux</title>
		<link>https://fslog.com/2006/12/26/liferea-news-reader-for-linux/</link>
		<comments>https://fslog.com/2006/12/26/liferea-news-reader-for-linux/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 18:53:02 +0000</pubDate>
		<dc:creator><![CDATA[cnu]]></dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://fslog.blogial.com/2006/12/26/liferea-news-reader-for-linux/</guid>
		<description><![CDATA[Today I was analyzing my RSS Feeds and saw that there are about 59 subscribers(thanks to Ubuntu Blog) and saw that there was a Reader called Liferea. I have heard of this before, but didnt give a try. So I thought &#8211; why don&#8217;t I install it and see how it works out. So I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img align="right" id="image328" alt="Liferea" src="http://www.fslog.com/wp-content/uploads/2006/12/liferea-48.png" />Today I was analyzing my RSS Feeds and saw that there are about 59 subscribers(thanks to <a href="http://ubuntu.wordpress.com/ubuntu-blogs/">Ubuntu Blog</a>) and saw that there was a Reader called <a href="http://liferea.sourceforge.net/">Liferea</a>. I have heard of this before, but didnt give a try. So I thought &#8211; why don&#8217;t I install it and see how it works out. So I just went to Synaptic and did a quick search for Liferea and installed it.</p>
<p>It is cool and works great. It is actually developed for Linux users who want a good Feed Reader. You have easily customizable panes with 2 or 3 pane mode. Also you can set how many items to save under each feed. Overall: a nice and fast reader to try if you are under linux.</p>
]]></content:encoded>
			<wfw:commentRss>https://fslog.com/2006/12/26/liferea-news-reader-for-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">833</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: fslog.com @ 2018-08-24 17:55:31 by W3 Total Cache
-->