<?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>DocuView - document management system &#187; news</title>
	<atom:link href="http://docuview.co.uk/index.php/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://docuview.co.uk</link>
	<description>revolutionary web 2.0 document management system</description>
	<lastBuildDate>Fri, 25 Jun 2010 00:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 3.0 on nginx &#8211; expires headers micro-optimisations :)</title>
		<link>http://docuview.co.uk/index.php/2010/06/wordpress-3-0-on-nginx-expires-headers-micro-optimisations/</link>
		<comments>http://docuview.co.uk/index.php/2010/06/wordpress-3-0-on-nginx-expires-headers-micro-optimisations/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 14:43:27 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[expires]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=401</guid>
		<description><![CDATA[Set expires headers in nginx to cater for WordPress plugins' static files (such as CSS and JS)]]></description>
			<content:encoded><![CDATA[<p>I must say I didn&#8217;t particularly pay attention to caching/server performance before, I have always (wrongly) thought the stronger the hardware the less issues one is going to encounter, but since I got introduced to nginx&#8230; I am blown away.</p>
<p>WordPress 3.0 does some rather (positively) aggressive caching itself, but with nginx behind it we have witnessed our page-load times to be up to 4× faster!</p>
<p><span id="more-401"></span>Chasing YSlow and PageSpeed rankings we needed to update the nginx expires headers condition to cater for our plugins&#8217; static files (CSS and JS). Again, not that I have ever particularly noticed but not all plugins reference the latest version of their CSS&#8217; the same way. One comes across:</p>
<ul>
<li>.css</li>
<li>.css?<strong>1278974243</strong> (UNIX timestamp)</li>
<li>.css?<strong>ver=2</strong> (variable followed by an integer ONLY)</li>
<li>.css?<strong>ver=absd234</strong> (variable followed by mixed characters)</li>
<li>.css?<strong>version=2.2alpha</strong> (variable of any length followed by mixed characters including <strong>&#8220;.&#8221;</strong>)</li>
</ul>
<p>You see where I&#8217;m going with this. So after picking up a useful rewrite from <a title="nginx expires headers on static assets" href="http://stackoverflow.com/questions/873235/nginx-not-setting-expires-headers-on-rails-static-assets">StackOverflow</a> &#8211; which catered beautifully for <a title="Redmine" href="http://www.redmine.org/">Redmine</a>, we were faced with variations in WP we didn&#8217;t encounter originally and the script didn&#8217;t cover either. Digging deeper into the issue we came up with this, which now fully caches all 0f the above mentioned variations:</p>
<pre class="brush: plain;">if ($request_uri ~* \.(ico|css|js|gif|jpe?g|png|pdf|rar|swf|zip)(\?[0-9]+)?.*$) {
 expires 1M;
 break;
}</pre>
<p>This should go into your config file in <strong>&#8220;/etc/nginx/sites-available/whatever-your-config-file-is-called&#8221;</strong>.</p>
<p>Hope it helps <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2010/06/wordpress-3-0-on-nginx-expires-headers-micro-optimisations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office 2010 (codename v14) in the wild</title>
		<link>http://docuview.co.uk/index.php/2009/07/microsoft-office-2010-codename-v14-in-the-wild/</link>
		<comments>http://docuview.co.uk/index.php/2009/07/microsoft-office-2010-codename-v14-in-the-wild/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 00:03:19 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[office 2010]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[preview]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=303</guid>
		<description><![CDATA[Microsoft Office 2010 announced, DocuView getting ready!]]></description>
			<content:encoded><![CDATA[<p>A <a title="office 2010 - DocuView will be ready" href="http://www.engadget.com/2009/07/09/office-2010-the-movie-trailer-is-woefully-unrealistic/">trailer</a> for a movie that does not even exist came out few days ago. And then I came across a <a title="office 2010 beta download link" href="http://www.rlslog.net/microsoft-office-2010-v14043021000-beta-1-volume-x86-64-english-wzt/">link to a <span style="text-decoration: line-through;">BETA</span> Technical Preview</a> of the new Office 2010. Just wanted to let you know that we will commence testing pretty soon and will prepare DocuView to be able to translate the new Office 2010 documents &#8211; when it launches &#8211; into PDF.<span id="more-303"></span></p>
<p>Currently we handle all Office 97-2007 Word (*.doc, *.docx) + Word containing Visio, Excel (*.xls, *.xslx), text files (*.txt), rich text format (*.rtf), OpenOffice 1+ all formats, image files (*.png, *.jpeg/jpg, *.gif, *.bmp&#8230;). We&#8217;re adding support for media files (wav, mp3, mp4, swf, mov) over the next three months using our bespoke media player. We&#8217;re also currently testing Microsoft Works and various Mac/Linux related document formats.</p>
<p>We will be releasing a comprehensive list of all document formats supported before the end of July &#8211; so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/07/microsoft-office-2010-codename-v14-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAMFAMFAM alternative &#8211; found it!?</title>
		<link>http://docuview.co.uk/index.php/2009/06/famfamfam-alternative-found-it/</link>
		<comments>http://docuview.co.uk/index.php/2009/06/famfamfam-alternative-found-it/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 11:44:48 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[famfamfam]]></category>
		<category><![CDATA[fugue]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=112</guid>
		<description><![CDATA[A trendy up-to-date version of the little-worn-off-yet-still-fabulous icons is here.]]></description>
			<content:encoded><![CDATA[<p>I love <a title="famfamfam icons as currently used by docuview" href="http://www.famfamfam.com/">FAMFAMFAM</a>. You see it everywhere on the internet, mostly because: it is sooooo good. But it is also very very out of date (read: has not been updated since March 2006 &#8211; so over three years now) hence quite limiting. I have tried contacting Mark James on several occasions but to no avail. I&#8217;d love an update, I&#8217;d love little Twitter and Skype icons, I&#8217;d love GUI icons, I&#8217;d love an up-to-date set of icons that would suit our developing needs. And I think I found it!<span id="more-112"></span></p>
<p>It is of japanese origin. It is updated often! It contains more icons than FAMFAMFAM. It has a shadow AND a non-shadow version. And it is called Fugue (<a title="pinvoke - fugue icon set - to be used in future docuview" href="http://www.pinvoke.com/">www.pinvoke.com</a>) <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://p.yusukekamiyamane.com/"><img class=" alignleft" title="Pinvoke.com - Fugue icons - to be used in new DocuView" src="http://p.yusukekamiyamane.com/icons/images/index/image-01.png" alt="Pinvoke.com - Fugue icons - to be used in new DocuView" /></a></p>
<p>16×16 pixel PNG icons that seem to be the new FAMFAMFAM immediately striked me. 2037 reasons to look into DocuView&#8217;s CSS again <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Than you, Yusuke Kamiyamane.</p>
<p>BTW &#8211; whilst you&#8217;re at Yusuke&#8217;s website, do check out the free fonts and the <a title="diagona icon set - pinvoke" href="http://www.pinvoke.com/icon/image/diagona.png">Diagona</a> icons he offers too!</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/06/famfamfam-alternative-found-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>External links to documents on DocuView</title>
		<link>http://docuview.co.uk/index.php/2008/11/external-links-to-documents-on-docuview/</link>
		<comments>http://docuview.co.uk/index.php/2008/11/external-links-to-documents-on-docuview/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:00:31 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[dms]]></category>
		<category><![CDATA[document management system]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[external documents]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[latest version]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=75</guid>
		<description><![CDATA[We have finished developing the functionality which will allow you to reference documents in DocuView in any document. We have even made it future-proof: say you create a document, insert a link to a specific document at a specific issue, the linked document gets updated several times since yet the document linking doesn&#8217;t and you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>We have finished developing the functionality which will allow you to reference documents in DocuView in any document. We have even made it future-proof: say you create a document, insert a link to a specific document at a specific issue, the linked document gets updated several times since yet the document linking doesn&#8217;t and you&#8217;re risking that a year down the line the link would be out of date.</p>
<p>Well it won&#8217;t now <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Everytime you click on a link DocuView searches through the database to see if there have been any updates since and ALWAYS displays the latest active issue (providing there is one) of the linked document regardless of the date the linking document has been created.</p>
<p>You can view documents available to &#8220;guests&#8221; without having to login, we have even enabled linking to protected documents where by following the link you are presented with a login window that will authorise you to view the document.</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2008/11/external-links-to-documents-on-docuview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DocuView &#8211; where we are now</title>
		<link>http://docuview.co.uk/index.php/2008/07/docuview-where-we-are-now/</link>
		<comments>http://docuview.co.uk/index.php/2008/07/docuview-where-we-are-now/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:34:30 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=56</guid>
		<description><![CDATA[We have entered the finishing stage of our planned development of DocuView, we&#8217;re intending to release a stable version in the following weeks and start the marketing campaigns and advertising. I&#8217;d like to focus on the key functionality and features of DocuView today, give you a bit of a teaser and hope for your feedback: [...]]]></description>
			<content:encoded><![CDATA[<p>We have entered the finishing stage of our planned development of Docu<strong>View</strong>, we&#8217;re intending to release a stable version in the following weeks and start the marketing campaigns and advertising.</p>
<p>I&#8217;d like to focus on the key functionality and features of Docu<strong>View</strong> today, give you a bit of a teaser and hope for your feedback:</p>
<p><span id="more-56"></span></p>
<ul>
<li><strong>protect</strong> your master documents (whether created in Microsoft Office<sup>TM</sup> or OpenOffice<sup>TM</sup>) &#8211; documents get converted to PDF (non-editable, portable, cross platform) format</li>
<li><strong>manage</strong> users through security groups, grant access privileges to folders and documents contained, even system areas (reports, management), create self contained environments that allow users to interact and create/manage documents themselves</li>
<li>utilising latest <strong>technology </strong>(open-source server side programming language, database backend to centralise data and resources, tested and working in ALL major browsers (IE6+, Firefox, Safari, Opera)</li>
<li>operating-system <strong>independent </strong>environment, that looks, feels and performs the same whether you&#8217;re on Mac, Linux or Windows</li>
<li><strong>constantly under development</strong> (and testing) &#8211; by re-investing revenue generated &#8211; introducing new functionality and enhancing user experience through familiar features and <strong>intuitive environment</strong> and to make sure we stay ahead of the game and up-to-date with current technologies, strategies and trends</li>
<li>document <strong>tagging </strong>for fast and accurate <strong>searching </strong>(and yes, we&#8217;re looking into document indexing based on content)</li>
<li>wide spectrum of <strong>formats supported</strong> (MS Word and Excel documents, PDF, scans (TIFF, JPEG, GIF, PNG), OpenOffice documents) and growing by the day</li>
<li>Web 2.0 technology: user-friendly, intuitive, easy to work with and&#8230; nice to look at <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>Docu<strong>View</strong> has been developed primarily to meet the requirements of <strong>aviation </strong>industry, document approving requirements and is capable of dealing with multiple <strong>Quality Officers</strong> approving documents for several departments independently. We&#8217;re currently looking into train&#8217;s, ship&#8217;s, car&#8217;s, power station&#8217;s and other industries&#8217; requirements. That&#8217;s not to say you wouldn&#8217;t be able to use it in your <strong>design </strong>office, <strong>production </strong>company, <strong>manufacturing </strong>premises, as a <strong>supplier</strong>, <strong>landlord</strong>, <strong>restaurant </strong>manager&#8230; you name it. The flexibility and versatility of the system doesn&#8217;t limit the use of Docu<strong>View</strong> to any industry at all.</p>
<p>In the following posts I&#8217;ll explaining the features of Docu<strong>View</strong> in more depth. We love our documents, we love Docu<strong>View</strong>. And we are bringing it to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2008/07/docuview-where-we-are-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
