<?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>document.write();</title>
	<atom:link href="http://www.documentwrite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.documentwrite.com</link>
	<description>Writing about Beats and Bytes</description>
	<pubDate>Sun, 16 Nov 2008 19:39:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Adding custom syntax highlighting to Help and Manual 5</title>
		<link>http://www.documentwrite.com/2008/09/13/adding-custom-syntax-highlighting-to-help-and-manual-5/</link>
		<comments>http://www.documentwrite.com/2008/09/13/adding-custom-syntax-highlighting-to-help-and-manual-5/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 20:44:06 +0000</pubDate>
		<dc:creator>Malcolm Jacobson</dc:creator>
		
		<category><![CDATA[Chili]]></category>

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

		<guid isPermaLink="false">http://www.documentwrite.com/?p=36</guid>
		<description><![CDATA[Syntax highlighting is a way of making blocks of code easier to read by using colours to highlight different keywords and sections within the text.
The Help Authoring Tool Help and Manual 5 contains a syntax highlighting system for a limited number of programming languages, but it does not currently support languages like PHP or JavaScript, [...]]]></description>
			<content:encoded><![CDATA[<p>Syntax highlighting is a way of making blocks of code easier to read by using colours to highlight different keywords and sections within the text.</p>
<p>The Help Authoring Tool <a title="Help and Manual" href="http://www.helpandmanual.com" target="_blank">Help and Manual 5</a> contains a syntax highlighting system for a limited number of programming languages, but it does not currently support languages like PHP or JavaScript, and new languages cannot be added by the end user. Fortunately, you can add this functionality to Help and Manual output by using the JavaScript library <a title="jQuery" href="http://jquery.com/" target="_blank">jQuery</a>, and the associated syntax highlighter <a title="Chili" href="http://noteslog.com/chili/" target="_blank">Chili</a>.</p>
<p><a title="Adding custom syntax highlighting" href="http://www.documentwrite.com/chili/adding_custom_syntax_highlighting_to_help_and_manual_5.htm" target="_self">Click here</a> to view my tutorial on adding custom syntax highlighting to Help and Manual 5 by using jQuery and Chili.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.documentwrite.com/2008/09/13/adding-custom-syntax-highlighting-to-help-and-manual-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sound Juicer CD to Stereo WAV conversion in Fedora 8</title>
		<link>http://www.documentwrite.com/2007/11/15/sound-juicer-cd-to-stereo-wav-conversion-in-fedora-8/</link>
		<comments>http://www.documentwrite.com/2007/11/15/sound-juicer-cd-to-stereo-wav-conversion-in-fedora-8/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 12:30:37 +0000</pubDate>
		<dc:creator>Malcolm Jacobson</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

		<category><![CDATA[Sound Juicer]]></category>

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

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

		<guid isPermaLink="false">http://www.documentwrite.com/2007/11/15/sound-juicer-cd-to-stereo-wav-conversion-in-fedora-8/</guid>
		<description><![CDATA[There are two things I need from an operating system when I want to work with audio - support for MP3 playback - and support for Stereo, 16 bit, 44.1kHz WAV files. At a minimum.
After finally working out how to enable MP3 support in Fedora 8, I loaded up a CD and tried to create [...]]]></description>
			<content:encoded><![CDATA[<p>There are two things I need from an operating system when I want to work with audio - support for MP3 playback - and support for Stereo, 16 bit, 44.1kHz WAV files. At a minimum.</p>
<p>After finally working out how to enable MP3 support in Fedora 8, I loaded up a CD and tried to create some Stereo WAV files to play with. By default, the CD loads in Rhythmbox, so unless you want OGG files you&#8217;ll want to close that straight away, and navigate over to <strong>Applications &gt; Sound &amp; Video &gt; Sound Juicer CD Extractor</strong>.</p>
<p>Mmmmm, &#8220;CD Extractor&#8221;. That sounds promising, doesn&#8217;t it? Well yes, as long as you&#8217;re happy to use OGG files. Again.</p>
<p>If you&#8217;d prefer to have some nice stereo WAV files to play with (Ardour anybody?) you&#8217;ll need to set up Sound Juicer before you can rip them. Read on.</p>
<h2>How to set up Sound Juicer to create Stereo 44.1kHz 16bit WAV files:</h2>
<ol>
<li>From Sound Juicer, select <strong>Edit &gt; Preferences</strong>.</li>
<li>Click the <strong>Edit Profiles</strong> button in the <strong>Format </strong>section near the bottom of the window.</li>
<li>Click <strong>New</strong>.</li>
<li>Type a descriptive name for the profile.</li>
<li>Click <strong>Create</strong>.</li>
<li>Select the name of the new profile from the list, then click <strong>Edit</strong>.<br />
<input alt="Sound Juicer Profile Editor" src="http://www.documentwrite.com/wp-content/stuff/images/CD_to_WAV.png" type="image" /></li>
<li>Type a description that describes the details of the profile you are creating.</li>
<li>Type the following text in the <strong>GStreamer pipeline</strong> field (this is the important part):<span style="font-size: medium;"><strong>audio/x-raw-int,rate=44100,channels=2 ! wavenc name=enc</strong></span></li>
<li>Select the <strong>Active </strong>check box.</li>
<li>Click <strong>Close</strong>.</li>
<li>Select the Profile from the <strong>Output Format </strong>drop-down list.<br />
<input alt="Select Profile" src="http://www.documentwrite.com/wp-content/stuff/images/select_profile.png" type="image" /></li>
<li>Select <strong>Close</strong>.</li>
</ol>
<p>Sound Juicer is now set up to copy audio from CD to Stereo 44.1kHz 16 bit WAV files. Rip away!</p>
<p>Cheers,</p>
<p>Malcolm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.documentwrite.com/2007/11/15/sound-juicer-cd-to-stereo-wav-conversion-in-fedora-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fedora 8 - a small step towards MP3 reality</title>
		<link>http://www.documentwrite.com/2007/11/11/fedora-8-a-small-step-towards-mp3-reality/</link>
		<comments>http://www.documentwrite.com/2007/11/11/fedora-8-a-small-step-towards-mp3-reality/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 10:15:34 +0000</pubDate>
		<dc:creator>Malcolm Jacobson</dc:creator>
		
		<category><![CDATA[Fedora]]></category>

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

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

		<guid isPermaLink="false">http://www.documentwrite.com/2007/11/11/fedora-8-a-small-step-towards-mp3-reality/</guid>
		<description><![CDATA[Fedora 8 came out this weekend, so with my usual level of misguided Linux optimism I downloaded and installed it to check out Pulse Audio and CodecBuddy.
I&#8217;d hoped that CodecBuddy might be the Fedora answer to the excellent Ubuntu Restricted Formats manager, but the default Fedora installation still stubbornly resists all attempts to play MP3 [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora 8 came out this weekend, so with my usual level of misguided Linux optimism I downloaded and installed it to check out <a title="Pulse Audio" href="http://www.pulseaudio.org" target="_blank">Pulse Audio</a> and <a title="CodecBuddy" href="http://fedoraproject.org/wiki/CodecBuddy" target="_blank">CodecBuddy</a>.</p>
<p>I&#8217;d hoped that CodecBuddy might be the Fedora answer to the excellent <a title="Ubuntu Restricted Formats manager" href="https://help.ubuntu.com/community/RestrictedFormats" target="_blank">Ubuntu Restricted Formats</a> manager, but the default Fedora installation still stubbornly resists all attempts to play MP3 files.  Double-click on an MP3 file and Rhythmbox Music Player (the default playback program) opens - and sits there, doing nothing.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/Rhythmbox_doing_nothing.png" alt="Rhythmbox doing nothing" hspace="5" vspace="5" width="600" height="438" /></p>
<p>No playback, no file added to the playlist, no error message, and nothing to prompt the user that the file format is not supported. Sometimes, silence is not golden.</p>
<p>Once again Fedora lacks the ability to play MP3&#8217;s straight from a default install.  While this enables Fedora to keep taking the high &#8220;use ogg instead of MP3&#8243; moral ground, it continues to deny the reality that the average PC user these days expects MP3 playback to be part of the default installation of an Operating System.</p>
<p>So what happened to CodecBuddy?</p>
<p>Through the usual process of Linux trial-and-error (and a good dose of Google-ing) I found out that CodecBuddy has been associated with Movie Player - an application that I&#8217;d assumed was intended for playback of movies, not MP3&#8217;s. Once I discovered this, I was able to work out the process for enabling MP3 support and get some music playing.</p>
<h2>How to install MP3 playback support in Fedora 8:</h2>
<p>1. Right-click on an MP3 file and select <strong>Open with &#8220;Movie Player&#8221;</strong> from the menu.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/open_with_movie_player.png" alt="Open with Movie Player" hspace="5" vspace="10" width="449" height="495" /></p>
<p>Movie Player opens, and CodecBuddy pops up with a warning that the format you are trying to access is non-free and proprietary.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/proprietary_formats_warning_small.png" alt="Proprietary Formats Warning" hspace="5" vspace="10" width="600" height="474" /></p>
<p>2. Click <strong>See available options</strong> (you might want to select <strong>Do not show me this message again</strong> at the same time). CodecBuddy will launch and present you with a list of available codecs for the MP3 format.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/Codec_Installer.png" alt="Codec Installer" hspace="5" vspace="10" width="668" height="505" /></p>
<p>At this point you&#8217;ll actually see one of the significant steps forward in Fedora 8 MP3 support - a free MP3 codec. An MP3 codec from <a title="Fluendo" href="http://www.fluendo.com" target="_blank">Fluendo </a>was available for Fedora 7, but only by purchasing it from the Fluendo store. This time it&#8217;s being provided for free. Good move Fedora!</p>
<p>3. Click <strong>Get Selected</strong>. The license agreement for the Fluendo MP3 plug-in will appear.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/Fluendo_codec_license.png" alt="Fluendo Codec license" hspace="5" vspace="10" width="420" height="640" /></p>
<p>4. Click <strong>Accept</strong>. The codec will download and install, and the installer screen will update when the installation has been successfully completed.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/Codec_Installed.png" alt="Codec Installed" hspace="5" vspace="10" width="668" height="505" /></p>
<p>5. Click <strong>Close</strong>. At this point you might think you&#8217;re done, but double-clicking on an MP3 will still open it with the default player, Rhythmbox, so you&#8217;ll need to associate MP3 files with Movie Player to make it the default.</p>
<p>6. Right-click on an MP3 file and select <strong>Properties</strong>.</p>
<p>7. Click on the <strong>Open With</strong> tab.</p>
<p>8. Select <strong>Movie Player</strong>.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/open_with.png" alt="Open With" hspace="5" vspace="10" width="466" height="472" /></p>
<p>9. Select <strong>Close</strong>.</p>
<p>10. Double-click on an MP3 file. Movie Player will open and begin playing.</p>
<p><img class="noborder" style="float: none;" src="http://www.documentwrite.com/wp-content/stuff/images/mp3_playing.png" alt="MP3 playback working" hspace="5" vspace="10" width="469" height="378" /></p>
<p>You&#8217;ve finally got MP3 playback running on Fedora!</p>
<p>Fedora 8 MP3 support is a step in the right direction, but only a small step. While a codec is available, the amount of research and perseverance needed to install it will deter a lot of new-to-Linux users. Hopefully this tutorial will ease the way for some of you.</p>
<p>Cheers,</p>
<p>Malcolm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.documentwrite.com/2007/11/11/fedora-8-a-small-step-towards-mp3-reality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.documentwrite.com/2007/11/06/hello-world/</link>
		<comments>http://www.documentwrite.com/2007/11/06/hello-world/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 09:20:02 +0000</pubDate>
		<dc:creator>Malcolm Jacobson</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://documentwrite.com/?p=1</guid>
		<description><![CDATA[Changing over to new Hosting company. Back in a few days.
&#8230; which ended up involving dumping the old site content in favour of updating it. About time really. The Reason and Reaper tutorials will be back.
Cheers,
Malcolm.
]]></description>
			<content:encoded><![CDATA[<p>Changing over to new Hosting company. Back in a few days.</p>
<p>&#8230; which ended up involving dumping the old site content in favour of updating it. About time really. The Reason and Reaper tutorials will be back.</p>
<p>Cheers,</p>
<p>Malcolm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.documentwrite.com/2007/11/06/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
