<?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>Our Software</title>
	<atom:link href="http://www.softwarediscountvoucher.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarediscountvoucher.com/blog</link>
	<description>Software discount voucher&#039;s blog</description>
	<lastBuildDate>Sun, 12 Jul 2009 20:31:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Accessibility Theme for WordPress</title>
		<link>http://www.softwarediscountvoucher.com/blog/2009/07/12/accessibility-theme-for-wordpress/</link>
		<comments>http://www.softwarediscountvoucher.com/blog/2009/07/12/accessibility-theme-for-wordpress/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 20:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Software]]></category>
		<category><![CDATA[lynx friendly wordpress theme]]></category>
		<category><![CDATA[wordpress accessibility guide]]></category>
		<category><![CDATA[wordpress theme for low vision readers]]></category>

		<guid isPermaLink="false">http://www.softwarediscountvoucher.com/blog/?p=32</guid>
		<description><![CDATA[I had a look through the WordPress theme directory and was surprised to see no themes designed with accessibiliy for low vision readers in mind. So using the Sandbox theme and the BBC&#8217;s own Betsie Low Vision Parser (a great Perl script to make your website low vision freidnly) I quickly made my own, here [...]]]></description>
				<content:encoded><![CDATA[<p>I had a look through the WordPress theme directory and was surprised to see no themes designed with accessibiliy for low vision readers in mind. So using the <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox theme</a> and the BBC&#8217;s own <a href="http://www.exeter.ac.uk/webmatters/betsie.php">Betsie Low Vision Parser</a> (a great Perl script to make your website low vision freidnly) I quickly made my own, here is a screenshot:</p>
<p><strong>Screenshot</strong></p>
<p><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/AccScreenshot.PNG"><img class="alignnone size-full wp-image-33" title="AccScreenshot" src="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/AccScreenshot.PNG" alt="AccScreenshot" width="351" height="204" /></a></p>
<p><strong>Download</strong></p>
<p><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/accessibility2.zip">Download theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarediscountvoucher.com/blog/2009/07/12/accessibility-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>How to remove the links from tags in WordPress</title>
		<link>http://www.softwarediscountvoucher.com/blog/2009/07/08/how-to-remove-the-links-from-tags-in-wordpress/</link>
		<comments>http://www.softwarediscountvoucher.com/blog/2009/07/08/how-to-remove-the-links-from-tags-in-wordpress/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 22:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Software]]></category>
		<category><![CDATA[remove wordpress tag links]]></category>
		<category><![CDATA[wordpress rel=tag]]></category>
		<category><![CDATA[wordpress tag pages]]></category>

		<guid isPermaLink="false">http://www.softwarediscountvoucher.com/blog/?p=30</guid>
		<description><![CDATA[You may have noticed on this blog that the tags don&#8217;t have hyper links associated with them (go on, hover over one and have a look for yourself). The reason I&#8217;ve done this is two fold: The page rank of a blog can dissapear into all those tag pages, meaning google can&#8217;t work out if [...]]]></description>
				<content:encoded><![CDATA[<p>You may have noticed on this blog that the tags don&#8217;t have hyper links associated with them (go on, hover over one and have a look for yourself).</p>
<p>The reason I&#8217;ve done this is two fold:</p>
<p>The page rank of a blog can dissapear into all those tag pages, meaning google can&#8217;t work out if the most important pages are your posts of your tags</p>
<p>I don&#8217;t want people coming to my ugly tag pages, I want them coming straight to the posts.</p>
<p>In some circumstances you may feel a simliar way, and if you want to remove the links from your tags here is how to do it:</p>
<ul>
<li>Open up wp-includes/category-template.php</li>
<li>Around line 890 change the following code (old code is commented out)</li>
<blockquote>
<li>//    $term_links[] = &#8216;&lt;a href=&#8221;&#8216; . $link . &#8216;&#8221; rel=&#8221;tag&#8221;&gt;&#8217; . $term-&gt;name . &#8216;&lt;/a&gt;&#8217;;<br />
$term_links[] = $term-&gt;name;</li>
</blockquote>
<li>Around line 670 make the following code change</li>
<blockquote>
<li>$a[] = &#8220;$tag_name&#8221;;<br />
//        $a[] = &#8220;&lt;a href=&#8217;$tag_link&#8217; class=&#8217;tag-link-$tag_id&#8217; title=&#8217;&#8221; . esc_attr( $topic_count_text_callback( $count ) ) . &#8220;&#8216;$rel style=&#8217;font-size: &#8221; .<br />
//            ( $smallest + ( ( $count &#8211; $min_count ) * $font_step ) )<br />
//            . &#8220;$unit;&#8217;&gt;$tag_name&lt;/a&gt;&#8221;;</li>
</blockquote>
</ul>
<p>And there you go. If you upgrade your Worpress install make sure you back the category file up, as it may overwrite it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarediscountvoucher.com/blog/2009/07/08/how-to-remove-the-links-from-tags-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>130</slash:comments>
		</item>
		<item>
		<title>Add to Digg WordPress plugin</title>
		<link>http://www.softwarediscountvoucher.com/blog/2009/07/05/add-to-digg-wordpress-plugin/</link>
		<comments>http://www.softwarediscountvoucher.com/blog/2009/07/05/add-to-digg-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 02:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Software]]></category>
		<category><![CDATA[add to digg]]></category>
		<category><![CDATA[digg wordpress]]></category>

		<guid isPermaLink="false">http://www.softwarediscountvoucher.com/blog/?p=18</guid>
		<description><![CDATA[This is a very simple plugin that adds an add to digg button (as you can see on this site). It adds a link and image of the form http://digg.com/submit/?url=$permalink. Download Download zip (3kb) Installation instructions 1. Add a directory called &#8216;addtofacebook&#8217; (without the quotes) to your &#8216;/wp-content/plugins/&#8217; directory. 1. Upload addtofacebook.php and facebook_share_icon.gif to [...]]]></description>
				<content:encoded><![CDATA[<p>This is a very simple plugin that adds an add to digg button (as you can see on this site). It adds a link and image of the form http://digg.com/submit/?url=$permalink.</p>
<p><strong>Download</strong></p>
<p><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/addtodigg.zip">Download zip (3kb)</a></p>
<p><strong>Installation instructions</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 67px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-weight: normal;">1. Add a directory called &#8216;addtofacebook&#8217; (without the quotes) to your &#8216;/wp-content/plugins/&#8217; directory.</span></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 67px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-weight: normal;">1. Upload addtofacebook.php and facebook_share_icon.gif to the &#8216;/wp-content/plugins/add-to-facebook-plugin/&#8217; directory.</span></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 67px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-weight: normal;">1. Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</span></div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 67px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="font-weight: normal;">1. Go to &#8216;Options-&gt;Add to Facebook&#8217; in your admin interface to select you options.</span></div>
<p><span style="font-weight: normal;">1.  Add a directory called &#8216;addtodigg &#8216;/wp-content/plugins/ and unzip the files there.</span></p>
<p><span style="font-weight: normal;">1. Activate the plugin through the Plugins menu in WordPress, click settings to change options.</span></p>
<p><span style="font-weight: normal;"><strong>License</strong></span></p>
<p><span style="font-weight: normal;">Released under the GNU GPL.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarediscountvoucher.com/blog/2009/07/05/add-to-digg-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>155</slash:comments>
		</item>
		<item>
		<title>.net FFMPEG GUI</title>
		<link>http://www.softwarediscountvoucher.com/blog/2009/07/05/net-ffmpeg-gui/</link>
		<comments>http://www.softwarediscountvoucher.com/blog/2009/07/05/net-ffmpeg-gui/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 20:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Our Software]]></category>
		<category><![CDATA[.net ffmpeg gui]]></category>
		<category><![CDATA[Apple iPod Video]]></category>
		<category><![CDATA[Blackberry Curve]]></category>
		<category><![CDATA[convert xvid to ipod]]></category>
		<category><![CDATA[Cowon iAudio]]></category>
		<category><![CDATA[DVD NTSC + PAL]]></category>
		<category><![CDATA[Flash FLV H264 for web]]></category>
		<category><![CDATA[iRiver]]></category>
		<category><![CDATA[MP3 Audio (lame conversion)]]></category>
		<category><![CDATA[Mpeg 4]]></category>
		<category><![CDATA[mpencoder]]></category>
		<category><![CDATA[Neuros HQ]]></category>
		<category><![CDATA[OGG (Open source audio)]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[Quicktime]]></category>
		<category><![CDATA[Toshiba Gigabeat]]></category>
		<category><![CDATA[VCD]]></category>
		<category><![CDATA[Wave (for CD's etc)]]></category>
		<category><![CDATA[WMA (Windows media audio)]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://www.softwarediscountvoucher.com/blog/?p=3</guid>
		<description><![CDATA[.net FFMPEG UI is a GUI for the excellent video and audio converter, FFMPEG. It features a drag and drop batching interface, presets (mostly taken from Win FF) and is open source. Presets include: MP3 Audio (lame conversion) WMA (Windows media audio) Wave (for CD&#8217;s etc) OGG (Open source audio) Apple iPod Video DVD NTSC [...]]]></description>
				<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">.net FFMPEG UI is a GUI for the excellent video and audio converter, FFMPEG. It features a drag and drop batching interface, presets (mostly taken from Win FF) and is open source.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Presets include:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">MP3 Audio (lame conversion)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">WMA (Windows media audio)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Wave (for CD&#8217;s etc)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">OGG (Open source audio)</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Apple iPod Video</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DVD NTSC + PAL</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">VCD</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Mpeg 4</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Xvid</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Quicktime</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Flash FLV H264 for web</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Blackberry Curve</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Toshiba Gigabeat</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">iRiver</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Neuros HQ</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Palm</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Cowon iAudio</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Xbox 360</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">PS3</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">PSP</div>
<p>.net FFMPEG UI is a Windows graphical interface for the excellent video and audio converter, FFMPEG. It features a drag and drop batching interface, presets (mostly taken from Win FF) and is open source.</p>
<p><strong>Downloads:</strong></p>
<p><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/dotNET-FFMPEG-GUI.zip">Download ZIP file</a></p>
<p><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/dotNet-FFMPEG-GUI.msi">Download MSI Install file</a></p>
<p><strong>Support:</strong></p>
<p><strong><a style="text-decoration: none;" href="http://www.softwarediscountvoucher.com/forum/">Click here to visit the support forum</a></strong></p>
<p><strong>Screenshots:</strong></p>
<p><strong><img class="alignnone size-full wp-image-6" title="netffmpeggui" src="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/netffmpeggui.PNG" alt="netffmpeggui" width="531" height="410" /></strong></p>
<p><strong>Source:</strong></p>
<p><strong><a href="http://www.softwarediscountvoucher.com/blog/wp-content/uploads/2009/07/dotNetFFMPEGGUISource.zip">Click here to download the source code (Zip, .net Visual C# 2005)</a></strong></p>
<p>Released under the GPL, much source thanks to Win FF and ExplorerDragAndDrop.</p>
<p><strong>Presets include:</strong></p>
<p>MP3 Audio (lame conversion)</p>
<p>WMA (Windows media audio)</p>
<p>Wave (for CD&#8217;s etc)</p>
<p>OGG (Open source audio)</p>
<p>Apple iPod Video</p>
<p>DVD NTSC + PAL</p>
<p>VCD</p>
<p>Mpeg 4</p>
<p>Xvid</p>
<p>Quicktime</p>
<p>Flash FLV H264 for web</p>
<p>Blackberry Curve</p>
<p>Toshiba Gigabeat</p>
<p>iRiver</p>
<p>Neuros HQ</p>
<p>Palm</p>
<p>Cowon iAudio</p>
<p>Xbox 360</p>
<p>PS3</p>
<p>PSP</p>
<p><strong>FFMPEG User Interfaces:</strong></p>
<p><a style="color: #440000; text-decoration: none;" href="http://www.videohelp.com/tools/WinFF" target="_blank">WinFF</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://www.videohelp.com/tools/SUPER" target="_blank">Super</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://forum.videohelp.com/topic351415.html" target="_blank">AutoFF</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://forum.videohelp.com/topic336318.html" target="_blank">Avanti</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://forum.videohelp.com/topic351415.html" target="_blank">AutoFF</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://vi-wer.de.tl/XpegT.htm" target="_blank">XpegT GuiForFFmpeg</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://teejee2008.wordpress.com/" target="_blank">GVC ffmpeg gui</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://freeware.satria.de/SmartFFmpeg/" target="_blank">SmartFFmpeg</a></p>
<p><a style="color: #770000; text-decoration: none;" href="http://code.google.com/p/convendro/" target="_blank">Convendro<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarediscountvoucher.com/blog/2009/07/05/net-ffmpeg-gui/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
	</channel>
</rss>
