<?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; troubleshooting</title>
	<atom:link href="http://docuview.co.uk/index.php/category/troubleshooting/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>Custom login form (authentication) to Basecamp (using PHP, no cURL!, no OpenID)</title>
		<link>http://docuview.co.uk/index.php/2009/10/custom-login-form-authentication-to-basecamp-using-php-no-curl-no-openid/</link>
		<comments>http://docuview.co.uk/index.php/2009/10/custom-login-form-authentication-to-basecamp-using-php-no-curl-no-openid/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 02:44:15 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[37 Signals]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[basecamp]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=395</guid>
		<description><![CDATA[Build your own custom login form to authenticate with Basecamp without having to go through the Basecamp login screen - essentially saving one click, but also offering customised and stylised login form of your own.]]></description>
			<content:encoded><![CDATA[<p>I have been scouring the internet for the last two days and have finally come up with a custom login form (understand: one doesn&#8217;t have to go through <em>http://mycompany.basecamphq.com/login</em> screen) to be deployed on almost every site (even WordPress 2.8+). I was reading the <a title="Basecamp forum" href="http://forum.37signals.com/basecamp/">Basecamp forum</a>, browsing through their <a title="Basecamp API" href="http://developer.37signals.com/basecamp/">API</a> but to no avail. There are references to certain &#8220;Stickman&#8217;s method&#8221; and <a title="custom login to Basecamp" href="http://forum.37signals.com/basecamp/forums/4/topics/1627">masses</a> (<a title="custom login to Basecamp II" href="http://forum.37signals.com/basecamp/forums/8/topics/9463"><strong>masses!</strong></a> + <a title="custom login to Basecamp III" href="http://forum.37signals.com/basecamp/forums/8/topics/10532">more</a> + <a title="Stickman's method" href="http://forum.37signals.com/basecamp/forums/8/topics/350">here a little</a>) of people looking for the very same solution. How does one embed/create their own login form to Basecamp on a 3rd party (one&#8217;s own) website?!</p>
<p>Well I&#8217;m very proud to say I have managed to achieve it. Partly by trial and error, partly through research. I have looked at libraries/wrappers such as &#8220;<a title="Basecamp PHP API wrapper" href="http://code.google.com/p/basecamp-php-api/">Basecamp PHP API</a>&#8221; and &#8220;<a title="HTTP class for PHP" href="http://www.phpfour.com/blog/2008/01/php-http-class/">HTTP class for PHP</a>&#8220;, both have their advantages but didn&#8217;t do what I needed out-of-the-box. I have studied these guys&#8217; code and ended with a few (&lt; 10) lines of my own solution which currently works. 100%. Bulletproof. I say currently because I suspect it might not be intended functionality of the authentication script. But I am also hoping that by the time 37 signals (Basecamp development team) change/disable it they will either PROPERLY describe how to achieve so (using PHP, no cURL and without using OpenID &#8211; which not everybody has).</p>
<p>Slightly hesitant to publish the solution not to bring Basecamp&#8217;s attention to it, but since I know there are LOADS of people looking for the solution I will tell you how. All I&#8217;m after is enough (say 25+) comments here requesting the functionality. Only then I will share. Promise! <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It is surprisingly easy, the only clue I&#8217;ll give you for now is to study the headers the login form sends and follow the redirections.</p>
<p>Demo will follow soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/10/custom-login-form-authentication-to-basecamp-using-php-no-curl-no-openid/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>customise the default size of avatars in WordPress 2.8+</title>
		<link>http://docuview.co.uk/index.php/2009/08/customise-the-default-size-of-avatars-in-wordpress-2-8/</link>
		<comments>http://docuview.co.uk/index.php/2009/08/customise-the-default-size-of-avatars-in-wordpress-2-8/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 17:59:03 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[avatar]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[recent posts]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=329</guid>
		<description><![CDATA[Customise your WordPress Avatar, gravatar or whichever icon you're using, in comments. Few easy steps.]]></description>
			<content:encoded><![CDATA[<p>You know the drill: backup, upgrade WordPress, check plugin compatibility, verify everything is up and running and&#8230; reapply your hacks to the core of WP. I have talked about <a title="post excerpt in wordpress recent posts widget" href="http://docuview.co.uk/index.php/2009/07/display-post-excerpt-in-recent-posts-widget-in-wordpress/">displaying the post excerpt in the recent posts widget</a> few weeks ago, today I&#8217;m going to talk about resizing the Avatar image file displayed in comments.</p>
<p><span id="more-329"></span>So you&#8217;ve just finished upgrading, everything went smooth and you now have some time to amend the core of WordPress to accommodate for the hacks and workarounds you have implemented over the time. You have styled, laid out and customised your comments, you have changed the default size of Gravatar, Avatar or any other user pictures you display only to find them going back to default (32px × 32px) as soon as you upgrade.</p>
<p>Worry not! In order to change it back to what it was, head to: &#8220;wp-includes/comment-template&#8221;, locate line #1322 (function wp_list_comments()) and change the defaults array value (&#8220;avatar_size&#8221;) from 32 to anything you like (we use 50px), so the result will read:</p>
<pre class="brush: php;">$defaults = array('walker' =&gt; null, 'max_depth' =&gt; '', 'style' =&gt; 'ul', 'callback' =&gt; null, 'end-callback' =&gt; null, 'type' =&gt; 'all',
'page' =&gt; '', 'per_page' =&gt; '', 'avatar_size' =&gt; 50, 'reverse_top_level' =&gt; null, 'reverse_children' =&gt; '');</pre>
<p>And zet is zit. Save and refresh your comments page and enjoy, your user icons and images are exactly big (or small) as intended.</p>
<p>Helpful? Drop me a line here.</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/08/customise-the-default-size-of-avatars-in-wordpress-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display post excerpt in recent posts widget in WordPress &#8211; UPDATED June 2010</title>
		<link>http://docuview.co.uk/index.php/2009/07/display-post-excerpt-in-recent-posts-widget-in-wordpress/</link>
		<comments>http://docuview.co.uk/index.php/2009/07/display-post-excerpt-in-recent-posts-widget-in-wordpress/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:08:13 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[latest version]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[recent posts]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=318</guid>
		<description><![CDATA[Enable the excerpt in WordPress (<= 3.0) "Recent Posts" widget in four easy steps.]]></description>
			<content:encoded><![CDATA[<p>Everytime we upgrade to the latest version of WordPress (currently <span style="text-decoration: line-through;">2.8.1</span> 3.0) we lose a bit of customising. Whether it&#8217;s the value of the search button in the search widget (hidden because of IE6&#8242;s and IE7&#8242;s disability to apply text-indent to form buttons) or the excerpt of our posts displayed in the widget on most of the pages disappears. For future reference and for people who don&#8217;t want to be searching for widgets to do that for them I&#8217;ve decided to describe how to quickly and easily get the job done &#8211; yourself!</p>
<p><span id="more-318"></span>First of all: the following only applies to <span style="text-decoration: line-through;">WordPress 2.8 and later</span> <strong>every WordPress</strong> installation we came across since 2.8 (including the most <strong>current 3.0</strong>).</p>
<ol>
<li>Open the <strong>default-widgets.php</strong> (to be found in the &#8220;<strong>wp-includes</strong>&#8221; folder of your blog)</li>
<li>Insert &#8220;<strong>&lt;?php    the_excerpt();    ?&gt;</strong>&#8221; on <strong>line 553</strong> (straight after
<pre class="brush: php;">&lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php echo esc_attr(get_the_title() ? get_the_title() : get_the_ID()); ?&gt;&quot;&gt;&lt;?php if ( get_the_title() ) the_title(); else the_ID(); ?&gt; &lt;/a&gt;&lt;/li&gt;</pre>
</li>
<li>Save</li>
<li>Refresh a page with the widget displayed</li>
</ol>
<p>Whilst I did look into installing a widget that would do this for me automatically I couldn&#8217;t find one that&#8217;d satisfy me. If you are using one please let me know which one, I&#8217;d love to consider automating the process. The reason I wrote this post is also because Google didn&#8217;t offer accurate enough or up-to-date results.</p>
<p>Helpful? Drop me a line&#8230; <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/2009/07/display-post-excerpt-in-recent-posts-widget-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Printing support throughout modern browsers</title>
		<link>http://docuview.co.uk/index.php/2009/07/printing-support-throughout-modern-browsers/</link>
		<comments>http://docuview.co.uk/index.php/2009/07/printing-support-throughout-modern-browsers/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 16:54:23 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser support]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[document management system]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[page preview]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[print css]]></category>
		<category><![CDATA[print preview]]></category>
		<category><![CDATA[print stylesheet]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/?p=300</guid>
		<description><![CDATA[Comparing printing a preview skills of modern browsers such as Safari, Chrome, Opera, IE8 and Firefox.]]></description>
			<content:encoded><![CDATA[<p>Quite a lot of effort went into our print stylesheet of <a title="DocuView - revolutionary document management system" href="http://demo.docuview.co.uk">DocuView</a> based on various superb articles on <a title="CSS printing techniques" href="http://www.smashingmagazine.com/2007/02/21/printing-the-web-solutions-and-techniques/">Smashing Magazine</a> or <a title="CSS printing techniques ALA" href="http://www.alistapart.com/articles/goingtoprint/">A List Apart</a>. We boldly advertise the fact that we support all major browsers (even the unsafe, unfriendly and ancient ones -yes IE6, I&#8217;m talking about you!) &#8211; but to my surprise after thorough testing on both Mac and Windows I have to consider including a disclaimer in our marketing: <strong>&#8220;we cannot guarantee the results in Safari, Chrome and Opera, neither in Windows nor Mac OS&#8221;</strong>.</p>
<p>At this point I am still hoping we are doing something wrong, we are overlooking something &#8211; to be honest it mainly affects the printing of distribution lists &#8211; as we do not experience our users to be printing out anything else other than the documents&#8230; I have read up about css property &#8220;page-break-after&#8221; and its usage and support throughout various browsers and am achieving the desired effect in all Internet Explorers (6+) and in all Firefoxes (Mac &amp; Win), but because we cannot force printing background graphics, images or backgrounds in Safari nor Chrome (Opera seems to offer a little not-so-clear-what-they-meant-by-that option) and we are not expicitly given the option to preview what we&#8217;re about to print we cannot debug and tweak 100%.</p>
<p>Googling for a solution didn&#8217;t bring desired results either, so until we fix it (or 100% confirm it is not out our fault) we will have to discourage the use of the aforementioned browsers if you intend to print out of DocuView anything else but the documents. Are you experiencing the same or is it solely only our problem?</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/07/printing-support-throughout-modern-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress spellcheck error/problem</title>
		<link>http://docuview.co.uk/index.php/2009/06/wordpress-spellcheck-error-problem/</link>
		<comments>http://docuview.co.uk/index.php/2009/06/wordpress-spellcheck-error-problem/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 10:45:11 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=119</guid>
		<description><![CDATA[Enable WordPress spellchecking by enabling a library in php.ini.]]></description>
			<content:encoded><![CDATA[<p>Are you getting this:</p>
<pre>Error response: &lt;br /&gt; &lt;b&gt;Warning&lt;/b&gt;: fsockopen() [&lt;a href='function.fsockopen'&gt;function.fsockopen&lt;/a&gt;]: unable to connect to ssl://www.google.com:443 (Unable to find the socket transport &amp;quot;ssl&amp;quot; - did you forget to enable it when you configured PHP?) in &lt;b&gt;D:\websites\*******\wp-includes\js\tinymce\plugins\spellchecker\classes\GoogleSpell.php&lt;/b&gt; on line &lt;b&gt;86&lt;/b&gt;&lt;br /&gt; Could not open SSL connection to google.{"id":null,"result":[],"error":null?</pre>
<p><span id="more-119"></span>There is a way hot to solve it: enable the php_curl extension in your php.ini. Just delete the &#8220;;&#8221; (semicolon) in front of this line: ;extension=php_curl.dll and you&#8217;re done. WordPress will now be able to check your spelling and suggest correct alternatives!</p>
<p>Any problems let me know.</p>
<p>BTW &#8211; it has nothing to do with any other library, simply just php_curl.dll library.</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/06/wordpress-spellcheck-error-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>was skipped because the old remote file could not be deleted (dreamweaver cs4, ftp etc..)</title>
		<link>http://docuview.co.uk/index.php/2009/06/was-skipped-because-the-old-remote-file-could-not-be-deleted/</link>
		<comments>http://docuview.co.uk/index.php/2009/06/was-skipped-because-the-old-remote-file-could-not-be-deleted/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 20:21:39 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[was skipped because the old remote file could not be deleted]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=106</guid>
		<description><![CDATA[Dreamweaver every now and then decides to stop connecting to your server. Read how to solve it..]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s get the ball rolling. It has happened to us today, Dreamweaver CS4 has started to refuse to connect to remote server, even deleted some files whilst it was at it. Googling and searching the internet in other ways didn&#8217;t bring any desired solution and all the posts I found seemed to have been slightly older and out of date.<span id="more-106"></span></p>
<p>We did manage to solve it (-ish), but before I tell you how, I&#8217;d like to know if any of you still experience it and if so how do (did) you deal with it and.. if you&#8217;ve managed to resolve it?</p>
<p>Our problem had to do with the&#8230; believe it or not: the router. We reset it, and it started working. So not so much a DW issue as a network one.</p>
<p>Any other solutions? Let&#8217;s start a new forum, one that solves it, comes up high on search engines because it is to the point and helps!</p>
<p>I&#8217;d like to hear from those who can&#8217;t reset their network/router and maybe find out what actually causes it and if there are any other solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/06/was-skipped-because-the-old-remote-file-could-not-be-deleted/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008 &#8211; attach database failed &#8211; reason 1815 error 5120</title>
		<link>http://docuview.co.uk/index.php/2009/05/sql-server-2008-attach-database-failed-reason-1815-error-5120/</link>
		<comments>http://docuview.co.uk/index.php/2009/05/sql-server-2008-attach-database-failed-reason-1815-error-5120/#comments</comments>
		<pubDate>Thu, 28 May 2009 12:07:34 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[attach]]></category>
		<category><![CDATA[error 5120]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[reason 1815]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=96</guid>
		<description><![CDATA[We had to reinstall the DB cluster today and almost ended up pulling our hair out because after a successful detach and backup of the mdf and ldf files we couldn&#8217;t get them to attach without errors again. Then we found this article which says: do not forget to make sure that the folder and [...]]]></description>
			<content:encoded><![CDATA[<p>We had to reinstall the DB cluster today and almost ended up pulling our hair out because after a successful detach and backup of the mdf and ldf files we couldn&#8217;t get them to attach without errors again.</p>
<p>Then we found this article which says: do not forget to make sure that the folder and its contents are modifiable by the (SQL) user. Simple as. Read <a title="sql server 2008 - attach database fail - reason 1815 error 5120" href="http://www.sqlcoffee.com/Troubleshooting022.htm">here</a>.</p>
<p>All up and running now! Wahoo!</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2009/05/sql-server-2008-attach-database-failed-reason-1815-error-5120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
