<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Dundeemedia</title>
	<link>http://www.dundeemedia.com</link>
	<description></description>
	<pubDate>Tue, 04 Dec 2007 19:32:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Document Management Features?</title>
		<link>http://www.dundeemedia.com/software-development/document-management-features/</link>
		<comments>http://www.dundeemedia.com/software-development/document-management-features/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 19:32:08 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/software-development/document-management-features/</guid>
		<description><![CDATA[What features do you need in document management software? I&#8217;ve come up with a list, using standard paper based (real) document management, over software based (virtual)

Easy to file - You don&#8217;t walk over to a filing cabinet and start building one everytime you need to put a document in, the first time perhaps you add [...]]]></description>
			<content:encoded><![CDATA[<p>What features do you need in document management software? I&#8217;ve come up with a list, using standard paper based (real) document management, over software based (virtual)</p>
<ol>
<li>Easy to file - You don&#8217;t walk over to a filing cabinet and start building one everytime you need to put a document in, the first time perhaps you add an index card or a new colour tag, but mostly you open a drawer and put a document inside. Hopefully it&#8217;s in the right place too.</li>
<li>Easy to retrieve - Ok, this is a hard comparison, as long as number 1. is done correctly, then it should be easy to retrieve the document.</li>
</ol>
<p>Well, I think I covered the main points. That is how easy document management software should be, and it will be, just watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/software-development/document-management-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bankers Rounding &#038; Sage</title>
		<link>http://www.dundeemedia.com/software-development/bankers-rounding-sage/</link>
		<comments>http://www.dundeemedia.com/software-development/bankers-rounding-sage/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 23:41:18 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/uncategorized/bankers-rounding-sage/</guid>
		<description><![CDATA[Being in the final throes of writing a custom software package, and implementing the much needed &#8220;Export to Sage&#8221; functionality, I&#8217;ve found myself in a bit of a pickle. Why? you ask? Well, it&#8217;s all down to rounding, and VAT.
Because I don&#8217;t use Sage - I first used excel, and now use my homegrown invoicing software - when I create my [...]]]></description>
			<content:encoded><![CDATA[<p>Being in the final throes of writing a custom software package, and implementing the much needed &#8220;Export to Sage&#8221; functionality, I&#8217;ve found myself in a bit of a pickle. Why? you ask? Well, it&#8217;s all down to rounding, and VAT.</p>
<p>Because I don&#8217;t use Sage - I first used excel, and now use my homegrown invoicing software - when I create my invoices I total up the amounts, multiply by 0.175 to get the VAT amount and multiply by 1.175 to get the Total. I then cunningly round up using the method I was taught at school, ie 0.5 or higher becomes 1 (and 0.05 becomes 0.1) - also known as the symetric implementation.</p>
<p>Bankers rounding is slightly different, but statistically better. It&#8217;s also known as round to even, which does describe the workings a lot better - ie, 3.15 becomes 3.2, and 3.45 becomes 3.4. Bankers rounding also seems to be the default when programming (more on this later&#8230;)</p>
<p>Now on to Sage&#8230;</p>
<p><strike>Sage uses bankers rounding</strike> Sage uses symetric rounding, but it also rounds the VAT amount per line. This can cause a difference between Sage&#8217;s VAT calculation vs multiplying the subtotal by 0.175.</p>
<p> Eg,</p>
<table border="0">
<tr>
<th>Product Cost  </th>
<th>Inc VAT (No Rounding)  </th>
<th>Inc VAT (Bankers)  </th>
<th>Inc VAT (Symmetric)  </th>
</tr>
<tr>
<td align="right">83.00</td>
<td align="right">97.525</td>
<td align="right">97.52</td>
<td align="right">97.53</td>
</tr>
<tr>
<td align="right">15.00</td>
<td align="right">17.625</td>
<td align="right">17.62</td>
<td align="right">17.63</td>
</tr>
<tr>
<td align="right">Total</td>
<td align="right">115.15</td>
<td align="right">115.14</td>
<td align="right">115.16</td>
</tr>
</table>
<p>So which is right for VAT purposes? Well, they all are. As long as you stick to one method and don&#8217;t mix and match. Personally, I&#8217;m sure that HMCE would prefer the last method as it can net them an extra 1.74p per £100!</p>
<p> Ah well, lesson learned, and 90 mins wasted redeveloping the accounting side of my custom software to match up with the values Sage will give on export&#8230;</p>
<p><strong> UPDATE:</strong></p>
<p>Well, after spending hours last night checking my code and putting orders through sage and checking the amounts with my system I realised something - the utility I use to transfer data from my system into Sage appears to calculate the VAT itself based on the products tax code - clever I hear you say - well, my program uses symmetric rounding, Sage uses symmetric rounding&#8230; This utility uses Bankers Rounding, not good, and I&#8217;m not happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/software-development/bankers-rounding-sage/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Task Manager Shortcut!</title>
		<link>http://www.dundeemedia.com/tips-tricks/windows-shortcuts/</link>
		<comments>http://www.dundeemedia.com/tips-tricks/windows-shortcuts/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 12:40:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/tips-tricks/windows-shortcuts/</guid>
		<description><![CDATA[I do a lot of work remotely, and whilst ctrl+alt+end is a lifesaver when using terminal services / remote desktop, there&#8217;s no easy way to send ctrl+alt+del to open Task Manager in the &#8220;no-preinstall&#8221; remote assistance tool that I use (well, there is a way but it takes longer at the client side, and longer [...]]]></description>
			<content:encoded><![CDATA[<p>I do a lot of work remotely, and whilst ctrl+alt+end is a lifesaver when using terminal services / remote desktop, there&#8217;s no easy way to send ctrl+alt+del to open Task Manager in the &#8220;no-preinstall&#8221; remote assistance tool that I use (well, there is a way but it takes longer at the client side, and longer to connect to the desktop so it&#8217;s only really useful when I know I need to login as a different user on a remote machine)</p>
<p>Well, today I found the answer, and surprisingly I must have seen it a million times&#8230;.</p>
<p>Right-click an empty space on the taskbar, or the system clock and Task Manager is available from the pop-up menu!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/tips-tricks/windows-shortcuts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Asda Pro Audio</title>
		<link>http://www.dundeemedia.com/uncategorized/asda-pro-audio/</link>
		<comments>http://www.dundeemedia.com/uncategorized/asda-pro-audio/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 13:59:12 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/uncategorized/asda-pro-audio/</guid>
		<description><![CDATA[I decided to get a microwave oven today. Whilst browsing through Asda&#8217;s website, I came upon this:
http://www.asda-electricals.co.uk/shop/product/sony/-dat.html?
One thing I never imagined Asda selling. I just hope they do a great discount on RME cards when they get them in! 
]]></description>
			<content:encoded><![CDATA[<p>I decided to get a microwave oven today. Whilst browsing through Asda&#8217;s website, I came upon this:</p>
<p><a href="http://www.asda-electricals.co.uk/shop/product/sony/-dat.html?">http://www.asda-electricals.co.uk/shop/product/sony/-dat.html?</a></p>
<p>One thing I <strong>never</strong> imagined Asda selling. I just hope they do a great discount on <a target="_blank" href="http://www.rme-audio.com" title="RME Audio">RME</a> cards when they get them in! <img src='http://www.dundeemedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/uncategorized/asda-pro-audio/feed/</wfw:commentRss>
		</item>
		<item>
		<title>In development</title>
		<link>http://www.dundeemedia.com/software-development/in-development/</link>
		<comments>http://www.dundeemedia.com/software-development/in-development/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 20:06:46 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/software-development/in-development/</guid>
		<description><![CDATA[I thought it would be useful to let you all know what&#8217;s going on at the moment in Dundeemedialand.
Well, we&#8217;ve finished phase one of our automated service and invoicing system - which as it stands doesn&#8217;t mean much (although it does mean that I can produce invoices a lot quicker than before!) - however phase two [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it would be useful to let you all know what&#8217;s going on at the moment in Dundeemedialand.</p>
<p>Well, we&#8217;ve finished phase one of our automated service and invoicing system - which as it stands doesn&#8217;t mean much (although it does mean that I can produce invoices a lot quicker than before!) - however phase two allows service call / order information to be added and signed for via a PDA which means that:</p>
<ol>
<li>You the customer receive an instant email detailing work done.</li>
<li>I receive a signed order form right to my accounting system. </li>
</ol>
<p>Also in development:</p>
<ul>
<li>Document Management system. Paperless office with full text searching and custom fields.</li>
<li>Salesforce appointment scheduling system.</li>
<li>Desktop editor for the CMS we were developing (probably end up as an image uploader)</li>
</ul>
<p>And that&#8217;s all I can let out of the bag at the moment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/software-development/in-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Missing Export in MSVCRT.dll</title>
		<link>http://www.dundeemedia.com/tips-tricks/missing-export-in-msvcrtdll/</link>
		<comments>http://www.dundeemedia.com/tips-tricks/missing-export-in-msvcrtdll/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 13:15:22 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

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

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

		<category><![CDATA[windows 2000]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/?p=9</guid>
		<description><![CDATA[Recently, a client of mine was plagued by &#8220;missing export in msvcrt.dll&#8221; error messages, which mostly affected Autocad - of course, being an Architects it was a huge problem for them which otherwise required a reinstall of the machine.
After some research on the newsgroups, I found that the problem seemed to occur after using the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, a client of mine was plagued by &#8220;missing export in msvcrt.dll&#8221; error messages, which mostly affected Autocad - of course, being an Architects it was a <strong>huge</strong> problem for them which otherwise required a reinstall of the machine.</p>
<p>After some research on the newsgroups, I found that the problem seemed to occur after using the SBS 2003 R2 client installer on a windows 2000 machine - not good, especially when adding a new computer using the wizard resulted in a popup on login that would only go away if you gave in and didn&#8217;t click <em>postpone</em>!</p>
<p>So, how to fix the dll problem, well, simply copy it back to the system32 folder? Nah, Windows 2000 has Windows File Protection in place, and that coupled with the fact that mscvrt.dll is used quite a lot and is 99.9% likely to be in use makes it a hard problem to fix. Oh, and did I mention that the error message <strong>might not relate to msvcrt.dll</strong> but in fact to one of the other dll files from the VC Runtime?! Aarghh&#8230;</p>
<p>Anyway, long story short I created a batch file that fixes the problem. It contains the important dll files from the last Visual C Redistributable and a couple of batch files. <a href="http://www.dundeemedia.com/wp-content/uploads/2007/10/fix-msvcrt.zip" title="MSVCRT Fix">Download</a>, Extract and run FIX.CMD and your error should be gone!</p>
<p>(Please note that I cannot be held responsible for any damage caused by the use of the fix - it has been tested and works with the system I needed it to work with!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/tips-tricks/missing-export-in-msvcrtdll/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Website Updated</title>
		<link>http://www.dundeemedia.com/news/website-updated/</link>
		<comments>http://www.dundeemedia.com/news/website-updated/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 18:00:50 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/uncategorized/website-updated/</guid>
		<description><![CDATA[Well, I finally got around to updating our website. I&#8217;ve had this design in my sandbox for a while now, but haven&#8217;t had the time to do anything with it - until now that is - I decided to turn what I had into a theme for Wordpress, and even though it&#8217;s not 100%, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I finally got around to updating our website. I&#8217;ve had this design in my sandbox for a while now, but haven&#8217;t had the time to do anything with it - until now that is - I decided to turn what I had into a theme for Wordpress, and even though it&#8217;s not 100%, it&#8217;s a lot lot better than what we had.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/news/website-updated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XP Pro OEM Easy Upgrade from XP Home OEM</title>
		<link>http://www.dundeemedia.com/tips-tricks/xp-pro-oem-easy-upgrade-from-xp-home-oem/</link>
		<comments>http://www.dundeemedia.com/tips-tricks/xp-pro-oem-easy-upgrade-from-xp-home-oem/#comments</comments>
		<pubDate>Mon, 14 May 2007 08:06:27 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/tips-tricks/xp-pro-oem-easy-upgrade-from-xp-home-oem/</guid>
		<description><![CDATA[This has been a real pain for a while for me: You buy a system with XP Home preinstalled because it&#8217;s cheap, and then put XP Pro OEM on&#8230; but WAIT!! - you have to do a clean install (which isn&#8217;t that difficult) but it means you have to find drivers and stuff when it should be easier&#8230;
Well, [...]]]></description>
			<content:encoded><![CDATA[<p>This has been a real pain for a while for me: You buy a system with XP Home preinstalled because it&#8217;s cheap, and then put XP Pro OEM on&#8230; but WAIT!! - you have to do a clean install (which isn&#8217;t that difficult) but it means you have to find drivers and stuff when it should be easier&#8230;</p>
<p>Well, I think I found a solution - not for production though, as I&#8217;m sure it violates Microsofts Windows EULA:</p>
<ol>
<li>Boot into Windows</li>
<li>Start the Upgrade from a RETAIL copy of XP Pro</li>
<li>When the system restarts, replace the retail cd with the oem cd</li>
</ol>
<p>And hey presto, an upgraded XP Home OEM</p>
<p>Kind of a moot point really, as XP is going away to the nursing home - ah, how we&#8217;ll miss you&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/tips-tricks/xp-pro-oem-easy-upgrade-from-xp-home-oem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Outlook 2007 - Signature button not working</title>
		<link>http://www.dundeemedia.com/tips-tricks/outlook-2007-signature-button-not-working/</link>
		<comments>http://www.dundeemedia.com/tips-tricks/outlook-2007-signature-button-not-working/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 22:12:15 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.dundeemedia.com/tips-tricks/outlook-2007-signature-button-not-working/</guid>
		<description><![CDATA[Pressing the signature button within Outlook 2007 options didn&#8217;t cause the signature editor to appear (also the editor options didn&#8217;t cause the editor options to appear)
Fix:
I&#8217;d noticed earlier in the day that I couldn&#8217;t &#8220;view source&#8221; from
within internet explorer. Deleting the temporary internet files fixed
this, and also fixed the above problem in Outlook 2007.
Update: This [...]]]></description>
			<content:encoded><![CDATA[<p>Pressing the signature button within Outlook 2007 options didn&#8217;t cause the signature editor to appear (also the editor options didn&#8217;t cause the editor options to appear)</p>
<p>Fix:</p>
<p>I&#8217;d noticed earlier in the day that I couldn&#8217;t &#8220;view source&#8221; from<br />
within internet explorer. Deleting the temporary internet files fixed<br />
this, and also fixed the above problem in Outlook 2007.</p>
<p>Update: This seems to only fix the problem a few times, hopefully a Service Pack will be available that will fix this!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dundeemedia.com/tips-tricks/outlook-2007-signature-button-not-working/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.309 seconds -->
