<?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>gHacks technology news &#187; writing</title>
	<atom:link href="http://www.ghacks.net/tag/writing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 09:43:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Distraction-free writing with PyRoom</title>
		<link>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/</link>
		<comments>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:59:24 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[text editor]]></category>
		<category><![CDATA[text processing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16885</guid>
		<description><![CDATA[Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, facebook, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, sometimes it&#8217;s just too hard to get work done with so many distractions coming at you on your computer. Email, youtube, <a href="http://www.ghacks.net/2009/10/17/facebook-login/">facebook</a>, shopping &#8211; it all adds up to one huge time suck and threaten to perpetually keep you from your work.  There are times when I need to concentrate on work &#8211; on writing. For those times I need to get rid of all the distractions. With Linux there are a few ways to do this. I could go to console login and use a text-based editor so there is no GUI around me to interrupt. Or I could make life a bit easier and install an application that will help to get rid of those distractions.</p>
<p>One application that does this job very well is <a title="PyRoom" href="http://pyroom.org" target="_blank">PyRoom</a>. PyRoom is a simple to use application that serves as a text editor that takes up your entire screen. There are no window decorations, or minimize buttons, or anything that will get the application out of the way &#8211; unless you close the application. So for those who need a distraction from the distractions, PyRoom just might do the trick.</p>
<p><span id="more-16885"></span>Because you are using a text-based editor, you should expect that the files you write in PyRoom are going to be flat text files &#8211; in other words, no formatting. Of course you can always open that text in your standard word processor and doctor it up all you want.  <span style="background-color: #ffffff">Now, let&#8217;s take a look at installing and using PyRoom.</span></p>
<p><span style="background-color: #ffffff"><strong>Installation</strong></span></p>
<p><span style="background-color: #ffffff">As you can imagine, the installation of PyRoom is pretty standard. Since this is a text-based editor, let&#8217;s install from the command line (instead of the GUI). Here are the steps (for installing within Ubuntu):</span></p>
<ol>
<li><span style="background-color: #ffffff">Open up your terminal window.</span></li>
<li><span style="background-color: #ffffff">Issue the command <em>sudo apt-get install pyroom.</em></span></li>
<li><span style="background-color: #ffffff">OK any dependencies that will be needed.</span></li>
<li><span style="background-color: #ffffff">Watch the installation fly by.</span></li>
</ol>
<p>That&#8217;s it.  After PyRoom is installed you will find the executable menu entry in the Office sub-menu of the Applications menu. If, for some strange reason, you can not find it you can always open the &#8220;run&#8221; dialog with the &lt;Alt&gt;F2 keyboard combination and then enter the command <em>pyroom</em> to start the application.</p>
<p><strong>Using PyRoom</strong></p>
<div id="attachment_16887" class="wp-caption alignleft" style="width: 337px"><a rel="attachment wp-att-16887" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_main/"><img class="size-full wp-image-16887  " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_main.png" alt="Figure 1" width="327" height="244" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>When PyRoom starts you will see a nearly blank screen (see Figure 1). Here you can see I have added a bit of text just so you can see how PyRoom  looks. What you will also notice is the complete absence of everything you have grown accustomed to with applications. That&#8217;s the whole point.</p>
<p>The first thing you will probably want to do is get to the help menu. All commands are executed with the help of the &lt;Ctrl&gt; key. To get to the help menu hit the combination &lt;Ctrl&gt;h which will give you a listing of all the possible commands for PyRoom.</p>
<p>One of the cool features of PyRoom is that you can keep multiple buffers open so you can work on more than one file at time. To move back and forth between buffers you would hit the &lt;Ctrl&gt;Page-Up or &lt;Ctrl&gt;Page-Down. Either of those will move you between your buffers.</p>
<p>Of course the most important key combinations are &lt;Ctrl&gt;s for saving and &lt;Ctrl&gt;q for quitting. You can see the entire list from the help screen.</p>
<p><strong>A few configurations</strong></p>
<div id="attachment_16888" class="wp-caption alignright" style="width: 230px"><a rel="attachment wp-att-16888" href="http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/pyroom_config/"><img class="size-full wp-image-16888 " src="http://www.ghacks.net/wp-content/uploads/2009/10/pyroom_config.png" alt="Figure 2" width="220" height="271" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>If you hit the &lt;Ctrl&gt;p combination you will bring up the Preferences window (see Figure 2). In this window you can configure a few items (you can see the General configurations in Figure 2). You can also configure a theme for PyRoom. From the Theme tab you can choose a preset them or you can create your own personal theme.</p>
<p><strong>Final thoughts</strong></p>
<p>I am a big fan of minimalism and zero distractions. Of course using today&#8217;s desktop, it&#8217;s practically impossible to avoid all distractions when you&#8217;re trying to concentrate. PyRoom offers some respite from the usual suspects and allows you to concentrate on your work &#8211; not your Tweets and Facebook status.</p>

	Tags: <a href="http://www.ghacks.net/tag/console/" title="console" rel="tag">console</a>, <a href="http://www.ghacks.net/tag/text-editor/" title="text editor" rel="tag">text editor</a>, <a href="http://www.ghacks.net/tag/text-processing/" title="text processing" rel="tag">text processing</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/" title="Yahoo bought a site I never heard about (November 18, 2006)">Yahoo bought a site I never heard about</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/09/03/ultra-pad-a-wordpad-replacement/" title="Ultra-Pad a Wordpad replacement (September 3, 2007)">Ultra-Pad a Wordpad replacement</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/text-xml-editor-intype/" title="Text XML Editor Intype (April 9, 2009)">Text XML Editor Intype</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/22/software-for-starving-students/" title="Software for Starving Students (December 22, 2006)">Software for Starving Students</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/05/remove-unneeded-text-with-text-trimmer/" title="Remove Unneeded Text With Text Trimmer (November 5, 2008)">Remove Unneeded Text With Text Trimmer</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/02/distraction-free-writing-with-pyroom/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install Writers Tools for a much more powerful OpenOffice Writer</title>
		<link>http://www.ghacks.net/2009/08/06/install-writers-tools-for-a-much-more-powerful-openoffice-writer/</link>
		<comments>http://www.ghacks.net/2009/08/06/install-writers-tools-for-a-much-more-powerful-openoffice-writer/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 16:07:24 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[open office extensions]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[registering openoffice database]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15099</guid>
		<description><![CDATA[Being a writer requires more tools than one might think. In today&#8217;s instant-on, instant-off world, writers need immediate access to tools that enable them to look up words, save data, keep tasks, etc. When your primary tool is a word processor it&#8217;s hard to keep track of all those duties without popping in and out [...]]]></description>
			<content:encoded><![CDATA[<p>Being a writer requires more tools than one might think. In today&#8217;s instant-on, instant-off world, writers need immediate access to tools that enable them to look up words, save data, keep tasks, etc. When your primary tool is a word processor it&#8217;s hard to keep track of all those duties without popping in and out of your main weapon.</p>
<p>Fortunately OpenOffice has a powerful Extension system that allows you to extend the functionality of OpenOffice. One extension, <a title="Writer's Tools" href="http://extensions.services.openoffice.org/project/writertools" target="_blank">Writer&#8217;s Tools</a>, is intended for writers: Professional writers, students, any level. Typically OpenOffice extensions are as easy to install as a <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> addon. In the case of Writer&#8217;s Tools, there are a few more steps involved. In this article you will see just how this is done so you too can enjoy the powerful additions offered by this extension.</p>
<p><span id="more-15099"></span></p>
<p><strong>Features</strong></p>
<p>The Writer&#8217;s Tools extension includes the following features:</p>
<ul>
<li>Dictionary lookup</li>
<li>Google translate</li>
<li>Google map support</li>
<li>Email and multi-format backup</li>
<li>Remote backup</li>
<li>Amazon S3 backup</li>
<li>Timer</li>
<li>Converter</li>
<li>Bookmarks</li>
<li>Word of the day</li>
<li>Notebook</li>
</ul>
<p>and more</p>
<p><strong>Installing an Extension</strong></p>
<p>Installing an extension in OpenOffice is simple. The first thing to do is to download the file. In some cases the file will be a single file with the extension .oxt, in which the Extension Manager will automatically open and install the file. In some cases (such as with Writer&#8217;s Tools) the downloaded file is a zip file that contains a few necessary pieces. In this case you would open the Extension Manager manually and install the file. Let&#8217;s see how it&#8217;s done. First download the <a title="Writers Tools file" href="http://code.google.com/p/writertools/downloads/list" target="_blank">Writer&#8217;s Tools file</a> and then unzip the package.  Now open the Extension Manager.</p>
<div id="attachment_15101" class="wp-caption alignleft" style="width: 456px"><a rel="attachment wp-att-15101" href="http://www.ghacks.net/?attachment_id=15101"><img class="size-full wp-image-15101 " src="http://www.ghacks.net/wp-content/uploads/2009/08/ex_manager.png" alt="Figure 1" width="446" height="225" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>To open the Extension Manager first open up OpenOffice Writer and then click on the Tools menu. Within the Tools menu you will see the Extension Manager entry which will open the Extension Manager window (see Figure 1).</p>
<p>Click on the Add button which will open up a window where you can navigate to the Writer&#8217;s Tools file you downloaded. The file you want to add is called WriterTools.oxt. When you open this file you will have to agree to a license to proceed.</p>
<p>Once you have the extension installed you will have to restart OpenOffice in order for the Writer&#8217;s Tools menu to show up in OpenOffice. You&#8217;re not done quite yet.</p>
<p><strong>The database</strong></p>
<div id="attachment_15102" class="wp-caption alignright" style="width: 341px"><a rel="attachment wp-att-15102" href="http://www.ghacks.net/?attachment_id=15102"><img class="size-full wp-image-15102 " src="http://www.ghacks.net/wp-content/uploads/2009/08/database.png" alt="Figure 2" width="331" height="149" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Before you move on to install the database, you need to make sure you have OpenOffice.org Base installed. To do this go to your Add/Remove Software tool and search for &#8220;openoffice&#8221; (no quotes). In the listing you will see the Base entry. Mark that for installation and click Apply to install. After the installation is complete you are ready to move on.</p>
<p>There are a couple of tools in Writer&#8217;s Tools that require you to register database. Fortunately the Writer&#8217;s Tools creator has included the necessary database in the zip file. To register this database go to the Options Window (which can be accessed from the Tools menu) and then expand the OpenOffice.org Base entry (see Figure 2).</p>
<p>Once there click on the Databases entry and then click the New button and then the Browse button to locate the file WriterDB.odb and then OK to register this database.</p>
<p>Now that the database is registered you will have all of the Writer&#8217;s Tools available to you.</p>
<p><strong>Final thoughts</strong></p>
<p>If you do any writing, for work, for school, for pleasure &#8211; whatever &#8211; you need to try the Writer&#8217;s Tools extension. This tool will make your writing life much more efficient and enjoyable.</p>

	Tags: <a href="http://www.ghacks.net/tag/open-office-extensions/" title="open office extensions" rel="tag">open office extensions</a>, <a href="http://www.ghacks.net/tag/openoffice/" title="openoffice" rel="tag">openoffice</a>, <a href="http://www.ghacks.net/tag/registering-openoffice-database/" title="registering openoffice database" rel="tag">registering openoffice database</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/" title="Yahoo bought a site I never heard about (November 18, 2006)">Yahoo bought a site I never heard about</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/22/software-for-starving-students/" title="Software for Starving Students (December 22, 2006)">Software for Starving Students</a> (1)</li>
	<li><a href="http://www.ghacks.net/2005/10/21/openoffice-20-is-here/" title="Openoffice 2.0 is here (October 21, 2005)">Openoffice 2.0 is here</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/03/29/open-office-extensions/" title="Open Office Extensions (March 29, 2008)">Open Office Extensions</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/06/07/open-office-extensions-2/" title="Open Office Extensions (June 7, 2008)">Open Office Extensions</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/06/install-writers-tools-for-a-much-more-powerful-openoffice-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Novel Writing Software yWriter</title>
		<link>http://www.ghacks.net/2009/03/28/novel-writing-software-ywriter/</link>
		<comments>http://www.ghacks.net/2009/03/28/novel-writing-software-ywriter/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 09:03:57 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Article Authoring]]></category>
		<category><![CDATA[authors]]></category>
		<category><![CDATA[linux software]]></category>
		<category><![CDATA[novel writing]]></category>
		<category><![CDATA[novel writing software]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[write novel]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[ywriter]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/03/28/novel-writing-software-ywriter/</guid>
		<description><![CDATA[Novel writers have a large pool of word processing tools at their disposal to write their novels. This ranges from basic programs like Notepad to Microsoft Office or Open Office. There are however some &#8211; lesser known &#8211; novel writing software programs available that have been designed with that purpose in mind getting rid of [...]]]></description>
			<content:encoded><![CDATA[<p>Novel writers have a large pool of word processing tools at their disposal to write their novels. This ranges from basic programs like Notepad to Microsoft Office or Open Office. There are however some &#8211; lesser known &#8211; novel writing software programs available that have been designed with that purpose in mind getting rid of any additional functions and features that novel writers do not need.</p>
<p>The novel writing software <a href="http://www.spacejock.com/yWriter5.html">yWriter</a> (via <a href="http://www.barrysbestblog.com/2009/03/ywriter5-free-writing-tool-for.html">Barry</a>) is such an application. It is compatible with both the Microsoft Windows and Linux operating system. The software divided novels into chapters and scenes which are all accessible from the same interface. Each chapter contains one or multiple scenes that can be filled with the actual text but also information like characters, locations, items, scene notes and goals. </p>
<p>Each chapter is displayed in the sidebar with its title and additional information. A click on a chapter will load the scenes into the main window that is immediately revealing important information to the author like the number of words, viewpoint or status. All the additional information that make up a scene like locations and characters are also listed in that overview.</p>
<p><span id="more-11509"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/03/novel_writing_software-499x396.png" alt="novel writing software" title="novel writing software" width="499" height="396" class="alignnone size-medium wp-image-11506" /></p>
<p>The menu on top provides additional means to add or edit all aspects of the novel easily. The Tools menu for instance contains a link to the storyboard which will process all the information that has been entered into the application and display it in a timeline.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/03/novel_writing-500x405.png" alt="novel writing" title="novel writing" width="500" height="405" class="alignnone size-medium wp-image-11507" /></p>
<p>The text editor itself is a basic text editor that can be used to write a scene and enter detailed information about the scene&#8217;s characters, locations and objects.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/03/writing_software-500x403.png" alt="writing software" title="writing software" width="500" height="403" class="alignnone size-medium wp-image-11508" /></p>
<p>Writing a novel with yWriter will take more time initially than writing it in another word processor if all the information that it can contain are added by the writer. It will however speed up the novel writing process tremendously over time as it provides better access to information needed. Try searching for character appearances in a novel written in Microsoft Word or Open Office and in yWriter to know how much faster and accessible this software is.</p>

	Tags: <a href="http://www.ghacks.net/tag/article-authoring/" title="Article Authoring" rel="tag">Article Authoring</a>, <a href="http://www.ghacks.net/tag/authors/" title="authors" rel="tag">authors</a>, <a href="http://www.ghacks.net/tag/linux-software/" title="linux software" rel="tag">linux software</a>, <a href="http://www.ghacks.net/tag/novel-writing/" title="novel writing" rel="tag">novel writing</a>, <a href="http://www.ghacks.net/tag/novel-writing-software/" title="novel writing software" rel="tag">novel writing software</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/write-novel/" title="write novel" rel="tag">write novel</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a>, <a href="http://www.ghacks.net/tag/ywriter/" title="ywriter" rel="tag">ywriter</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/07/vlc-media-player-1-0-released/" title="VLC Media Player 1.0 Released (July 7, 2009)">VLC Media Player 1.0 Released</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/06/18/stream-music-with-subsonic/" title="Stream Music With Subsonic (June 18, 2009)">Stream Music With Subsonic</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/03/19/smplayer-067-out/" title="SMPlayer 0.6.7 out (March 19, 2009)">SMPlayer 0.6.7 out</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/08/25/prep-for-gre-gmat-sat-tests-with-words/" title="Prep For GRE, GMAT, SAT Tests With Words (August 25, 2009)">Prep For GRE, GMAT, SAT Tests With Words</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/05/photo-collage/" title="Photo Collage (February 5, 2009)">Photo Collage</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/28/novel-writing-software-ywriter/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get 500 of the Best Free Fonts</title>
		<link>http://www.ghacks.net/2008/02/03/get-500-of-the-best-free-fonts/</link>
		<comments>http://www.ghacks.net/2008/02/03/get-500-of-the-best-free-fonts/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 15:25:02 +0000</pubDate>
		<dc:creator>Cheryl</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[MS Word]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/02/03/get-500-of-the-best-free-fonts/</guid>
		<description><![CDATA[I don’t use a lot of extra fonts on my computer. For me, the standard fonts are good enough for my needs. However, a lot of my friends are font-crazy and love to have different fonts on their computers.
Fonts500 is a website that claims to have 500 of the best fonts available. The good part [...]]]></description>
			<content:encoded><![CDATA[<p>I don’t use a lot of extra fonts on my computer. For me, the standard fonts are good enough for my needs. However, a lot of my friends are font-crazy and love to have different fonts on their computers.</p>
<p><a href="http://www.fonts500.com/?view=XXX_09NNN/">Fonts500</a> is a website that claims to have 500 of the best fonts available. The good part about this is that all of these are free for your use. An initial visit to the page displays the first 100 fonts, with links to the other 400 at the bottom of the page.</p>
<p>The fonts are displayed such that each font’s name is written in that font itself. If you want, you can use custom text to view how the same text looks in different fonts. The fonts themselves are varied and interesting. Some of them actually tempted me to download and add to my font collection.</p>
<p><span id="more-3107"></span></p>
<p>Each font can be downloaded in a zip file. Then, you can extract it to the Fonts directory in your Control Panel. If you want all the fonts, I suggest you use the Downthemall <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> extension. All 500 fonts together come to only 26 Mb.</p>
<p>It is important to remember that too many fonts can slow your computer down. However, it’s still worth checking out all the different fonts available.</p>
<p>Are you satisfied with the standard Windows fonts or are you always on the lookout for unique fonts to add to your collection? Where do you go when you want good fonts? Do you know of any other sites offering free fonts?</p>

	Tags: <a href="http://www.ghacks.net/tag/fonts/" title="fonts" rel="tag">fonts</a>, <a href="http://www.ghacks.net/tag/ms-word/" title="MS Word" rel="tag">MS Word</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/" title="Yahoo bought a site I never heard about (November 18, 2006)">Yahoo bought a site I never heard about</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/29/web-development-realtime-fonts-changer/" title="Web Development: Realtime Fonts Changer (May 29, 2009)">Web Development: Realtime Fonts Changer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/08/use-windows-vista-fonts-in-windows-xp/" title="Use Windows Vista fonts in Windows XP (March 8, 2008)">Use Windows Vista fonts in Windows XP</a> (22)</li>
	<li><a href="http://www.ghacks.net/2006/12/22/software-for-starving-students/" title="Software for Starving Students (December 22, 2006)">Software for Starving Students</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/30/reveal-the-font-that-has-been-used-in-an-image/" title="Reveal the Font that has been used in an image (May 30, 2008)">Reveal the Font that has been used in an image</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/02/03/get-500-of-the-best-free-fonts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Software for Starving Students</title>
		<link>http://www.ghacks.net/2006/12/22/software-for-starving-students/</link>
		<comments>http://www.ghacks.net/2006/12/22/software-for-starving-students/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 18:03:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[college]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[starving-students]]></category>
		<category><![CDATA[students]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/12/22/software-for-starving-students/</guid>
		<description><![CDATA[The name of this software distribution is probably a little bit out of line but the purpose is not. The goal is to reduce software costs for students but the compilation is also attractive to everyone else. The website offers a version of this distribution for Windows computers and for Macs. You may download it using the preferred method bittorrent to ease the load on the servers and reduce bandwidth costs.]]></description>
			<content:encoded><![CDATA[<p>The name of this software distribution is probably a little bit out of line but the purpose is not. The goal is to reduce software costs for students but the compilation is also attractive to everyone else. The website offers a version of this distribution for Windows computers and for Macs. You may download it using the preferred method bittorrent to ease the load on the servers and reduce bandwidth costs.</p>
<p>All the software products are either open source or freeware which have been added with permission of the author of the product. You might know most of the products already but it is still worth checking out for the occasional program that one does not know. Take a look at the list of software that has been included so far. Each contains a link to the developers homepage which is an alternative method to download them.</p>
<p><span id="more-1031"></span>It is kinda strange that some games have made it into the final distribution, not sure about the motivation to add them to the package. It is nevertheless a great compilation, I found some tools that I have not heard about (yet) and which I will review once I find the time to do so.</p>

	Tags: <a href="http://www.ghacks.net/tag/cd/" title="cd" rel="tag">cd</a>, <a href="http://www.ghacks.net/tag/college/" title="college" rel="tag">college</a>, <a href="http://www.ghacks.net/tag/distribution/" title="distribution" rel="tag">distribution</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/image/" title="image" rel="tag">image</a>, <a href="http://www.ghacks.net/tag/mac/" title="mac" rel="tag">mac</a>, <a href="http://www.ghacks.net/tag/open-source/" title="Open Source" rel="tag">Open Source</a>, <a href="http://www.ghacks.net/tag/starving-students/" title="starving-students" rel="tag">starving-students</a>, <a href="http://www.ghacks.net/tag/students/" title="students" rel="tag">students</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/01/20/manage-your-tasks-with-task-coach/" title="Manage your Tasks with Task Coach (January 20, 2007)">Manage your Tasks with Task Coach</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/02/21/universal-extractor/" title="Universal Extractor (February 21, 2007)">Universal Extractor</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/09/18/software-updates-week-38-2007/" title="Software Updates Week 38 2007 (September 18, 2007)">Software Updates Week 38 2007</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/12/22/software-for-starving-students/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yahoo bought a site I never heard about</title>
		<link>http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/</link>
		<comments>http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 13:32:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[bix]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[dance]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[karaoke]]></category>
		<category><![CDATA[lip-synch]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[prize-money]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/</guid>
		<description><![CDATA[Ever heard about Bix ? Bix.com to be precise. Don't be ashamed to admit that you never heard about it either. I read about the site today and decided to pay a visit to website I never heard about before. I always thought I know everything that is going on but it seems that some sites seem to slip through my grasps. Back to Bix: Bix is a contest site that seems to be pretty famous for it's Karaoke contests. ]]></description>
			<content:encoded><![CDATA[<p>Ever heard about Bix ? Bix.com to be precise. Don&#8217;t be ashamed to admit that you never heard about it either. I read about the site today and decided to pay a visit to website I never heard about before. I always thought I know everything that is going on but it seems that some sites seem to slip through my grasps. Back to Bix: Bix is a contest site that seems to be pretty famous for it&#8217;s Karaoke contests. </p>
<p>Everyone is able to create a contest on Bix. Christmas contests seem to be all over the place at the moment, you can win prizes if you win them. Everytime you visit a contest the site presents two videos from contestants that you can listen to. After doing that you have to pick one of the two and the pick will get some points. Bix features more contests than just Karaoke ones of course, you can view beauty contests, dance contests, a cappella, writing, photography, lip sync and more contests on the site.</p>
<p><span id="more-923"></span></p>
<p>You find many contests within each category. I found some real interesting ones, vote for the hottest Stanford Profs, the sexiest female biker or poems that touch a nerve. Most people will of course view the Karaoke competitions, for a good laugh. Don&#8217;t get me wrong. You find talented singers amongst the contestants but also some that are not that great. Just take a look at all those tv shows that are looking for singers, those people participate. Good ones, bad ones, you name it.</p>
<p>If you have the talent you can take part in the contests. I read somewhere that they had contests with prize money of up to $50.000, not bad for some minutes of singing, performing or smiling.</p>

	Tags: <a href="http://www.ghacks.net/tag/bix/" title="bix" rel="tag">bix</a>, <a href="http://www.ghacks.net/tag/comedy/" title="comedy" rel="tag">comedy</a>, <a href="http://www.ghacks.net/tag/contest/" title="contest" rel="tag">contest</a>, <a href="http://www.ghacks.net/tag/dance/" title="dance" rel="tag">dance</a>, <a href="http://www.ghacks.net/tag/fun/" title="fun" rel="tag">fun</a>, <a href="http://www.ghacks.net/tag/karaoke/" title="karaoke" rel="tag">karaoke</a>, <a href="http://www.ghacks.net/tag/lip-synch/" title="lip-synch" rel="tag">lip-synch</a>, <a href="http://www.ghacks.net/tag/money/" title="money" rel="tag">money</a>, <a href="http://www.ghacks.net/tag/prize-money/" title="prize-money" rel="tag">prize-money</a>, <a href="http://www.ghacks.net/tag/writing/" title="writing" rel="tag">writing</a>, <a href="http://www.ghacks.net/tag/yahoo/" title="yahoo" rel="tag">yahoo</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/16/ultrastar-singstar-like-game-for-your-pc/" title="Ultrastar &#8211; Singstar like game for your PC (November 16, 2006)">Ultrastar &#8211; Singstar like game for your PC</a> (10)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/06/yahoo-sick-of-them-yet/" title="Yahoo, sick of them yet? (August 6, 2008)">Yahoo, sick of them yet?</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/08/21/yahoo-messenger-buddy-spy/" title="Yahoo! Messenger Buddy Spy (August 21, 2008)">Yahoo! Messenger Buddy Spy</a> (6)</li>
	<li><a href="http://www.ghacks.net/2005/10/14/yahoo-vs-google-vs-msn-search-commands-compared/" title="Yahoo vs. Google vs. Msn, Search commands compared (October 14, 2005)">Yahoo vs. Google vs. Msn, Search commands compared</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/18/yahoo-bought-a-site-i-never-heard-about/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
