<?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; solved</title>
	<atom:link href="http://docuview.co.uk/index.php/tag/solved/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 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>display PDF in Thickbox v3 (+jquery) &#8211; finally working!</title>
		<link>http://docuview.co.uk/index.php/2008/07/display-pdf-in-thickbox-v3-jquery-finally-working/</link>
		<comments>http://docuview.co.uk/index.php/2008/07/display-pdf-in-thickbox-v3-jquery-finally-working/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:26:49 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[docuview]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[modal window]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[thickbox]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[v3]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=55</guid>
		<description><![CDATA[Hi all! I&#8217;m super excited and would like to let you all know &#8211; especially the ones that have been stuck with a similar issue for some time: we have ThickBox working and running with DocuView and&#8230; DISPLAYING AUTOMATICALLY GENERATED PDFs (AS WELL AS NORMAL PDFs) IN MODAL WINDOW (and it works in FireFox 2+, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all!</p>
<p>I&#8217;m super excited and would like to let you all know &#8211; especially the ones that have been stuck with a similar issue for some time: we have ThickBox working and running with Docu<strong>View</strong> and&#8230; DISPLAYING AUTOMATICALLY GENERATED PDFs (AS WELL AS NORMAL PDFs) IN MODAL WINDOW (and it works in FireFox 2+, IE6+, IE7, Opera 9.51, Safari Win&#8230; Mac testing <span style="text-decoration: line-through;">follows</span> successfully completed).<span id="more-55"></span></p>
<p>The link that helped me: <a title="thickbox forum" href="http://codylindley.com/thickboxforum/comments.php?DiscussionID=303&amp;page=1" target="_blank">http://codylindley.com/thickboxforum/comments.php?DiscussionID=303&amp;page=1</a></p>
<p>I am still trying to get my head around the fact that the solution is as easy as adding all seven (7) characters: .show(). The forum member was solving displaying Flash, but it applies to PDF too.</p>
<p><strong><span style="color: #99cc00;">*NEW UPDATE!</span></strong> I&#8217;m really really chuffed, pleased and ecstatic, hope it helps, by all means check the <a title="edited Thickbox javascript file as used and demonstrated in DocuView - displaying PDF" href="http://docuview.co.uk/wp-content/themes/docuview/lib/thickbox.js">edited thickbox javascript file</a>. The changes occur on lines #196 and #199, one is meant to append the aforementioned &#8220;.show()&#8221; at the end of each occurrence of &#8220;&lt;/iframe&gt;&#8221; in the code.</p>
<p>Drop me a line should you struggle, drop me a line if it worked for you! Now we&#8217;re down to cracking generating PDF through COM (OpenOffice) via PHP.</p>
<p>Till then <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/2008/07/display-pdf-in-thickbox-v3-jquery-finally-working/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>server connectivity troubleshooting</title>
		<link>http://docuview.co.uk/index.php/2008/03/server-connectivity-troubleshooting/</link>
		<comments>http://docuview.co.uk/index.php/2008/03/server-connectivity-troubleshooting/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 00:15:15 +0000</pubDate>
		<dc:creator>Martin Korych</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[latest]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[v3]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[working]]></category>

		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=5</guid>
		<description><![CDATA[We have yet another issue, this time 3rd party software clashing with Microsoft&#8217;s Remote Desktop. Sometimes (and I don&#8217;t know why) the Skype installation enables as default the use of alternative ports &#8211; 80 and 443 to be precise. Now those ports are widely and commonly used by more than just Skype (take your localhost [...]]]></description>
			<content:encoded><![CDATA[<p>We have yet another issue, this time 3rd party software clashing with Microsoft&#8217;s Remote Desktop.</p>
<p>Sometimes (and I don&#8217;t know why) the Skype installation enables as default the use of alternative ports &#8211; 80 and 443 to be precise. Now those ports are widely and commonly used by more than just Skype (take your localhost for instance, 443 is used for secure (https) connections). And we came across a scenario where Skype&#8217;s default settings wouldn&#8217;t enable stable connection to any remote machine runnig Windows.</p>
<p>The spoiler: to fix this go to: Tools &gt; Options &gt; Advanced &gt; Connection &gt; and uncheck &#8220;Use port 80 and 443 as alternatives for incoming connections&#8221; as of v3.6.0.248.</p>
<p><span style="text-decoration: line-through;">BTW &#8211; did you know Windows Skype doesn&#8217;t really work on Windows 2008 at all?</span></p>
<p>Update: Skype has released v3.8 several times now and even the Beta 4.0 seems to be working just fine on Windows 2008. Solved.</p>
]]></content:encoded>
			<wfw:commentRss>http://docuview.co.uk/index.php/2008/03/server-connectivity-troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
