<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for DocuView - document management system</title>
	<atom:link href="http://docuview.co.uk/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://docuview.co.uk</link>
	<description>revolutionary web 2.0 document management system</description>
	<lastBuildDate>Sat, 10 Jul 2010 15:36:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on fluid CSS steps &#8211; this is how it&#8217;s done :) by femi</title>
		<link>http://docuview.co.uk/index.php/2009/07/fluid-css-steps-this-is-how-its-done/comment-page-1/#comment-105</link>
		<dc:creator>femi</dc:creator>
		<pubDate>Sat, 10 Jul 2010 15:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/?p=257#comment-105</guid>
		<description>Hi, I really like this, here is my way :

http://www.vision.to/step-by-step-menu-a-wizard-lke-single-image.php

Your solution is inspiring too, will try to make it with single image ...</description>
		<content:encoded><![CDATA[<p>Hi, I really like this, here is my way :</p>
<p><a href="http://www.vision.to/step-by-step-menu-a-wizard-lke-single-image.php" rel="nofollow">http://www.vision.to/step-by-step-menu-a-wizard-lke-single-image.php</a></p>
<p>Your solution is inspiring too, will try to make it with single image &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on display PDF in Thickbox v3 (+jquery) &#8211; finally working! by Martin Korych</title>
		<link>http://docuview.co.uk/index.php/2008/07/display-pdf-in-thickbox-v3-jquery-finally-working/comment-page-1/#comment-87</link>
		<dc:creator>Martin Korych</dc:creator>
		<pubDate>Fri, 02 Jul 2010 23:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=55#comment-87</guid>
		<description>Mak sure you get your paths right. You&#039;re probably calling the lightbox from a folder (?) other than root (again, presumption)... If it is displaying fine called directly make sure the path in lightbox is relevant/correct too. That&#039;s the only thing that springs to mind immediately.

PS: can you display images in the Thickbox no problem? Try something else, build up a temporary folder structure and play with the paths, you&#039;ll see what I mean.
Good luck, let me know please!</description>
		<content:encoded><![CDATA[<p>Mak sure you get your paths right. You&#8217;re probably calling the lightbox from a folder (?) other than root (again, presumption)&#8230; If it is displaying fine called directly make sure the path in lightbox is relevant/correct too. That&#8217;s the only thing that springs to mind immediately.</p>
<p>PS: can you display images in the Thickbox no problem? Try something else, build up a temporary folder structure and play with the paths, you&#8217;ll see what I mean.<br />
Good luck, let me know please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on display PDF in Thickbox v3 (+jquery) &#8211; finally working! by kanubhai</title>
		<link>http://docuview.co.uk/index.php/2008/07/display-pdf-in-thickbox-v3-jquery-finally-working/comment-page-1/#comment-85</link>
		<dc:creator>kanubhai</dc:creator>
		<pubDate>Fri, 02 Jul 2010 08:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=55#comment-85</guid>
		<description>hi,

  i have a little  diff. scenario   in my case  i m not  displaying PDF file  which is on  hard drive of my PC or  under my project folder. but  what i m doing is i m  receiving  PDF data from my   server in the form of Byte Array and then i  write  this  data  on my JSP using response object  as shown below.

 OutputStream out2 = null;
  response.setContentType(&quot;application/pdf&quot;);
 out2 = response.getOutputStream();
 out2.write(pdfdata, 0, pdfdata.length);
 out2.close();

here  i m setting  response type as application/pdf. now  this  works  fine i mean  displays  PDF file  on my JSP page  if i run this Jsp page    directly in browser but in Lightbox it is  not  displaying anything  it  just  shows  that Processing bar  which  keeps  going on and on...</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>  i have a little  diff. scenario   in my case  i m not  displaying PDF file  which is on  hard drive of my PC or  under my project folder. but  what i m doing is i m  receiving  PDF data from my   server in the form of Byte Array and then i  write  this  data  on my JSP using response object  as shown below.</p>
<p> OutputStream out2 = null;<br />
  response.setContentType(&#8220;application/pdf&#8221;);<br />
 out2 = response.getOutputStream();<br />
 out2.write(pdfdata, 0, pdfdata.length);<br />
 out2.close();</p>
<p>here  i m setting  response type as application/pdf. now  this  works  fine i mean  displays  PDF file  on my JSP page  if i run this Jsp page    directly in browser but in Lightbox it is  not  displaying anything  it  just  shows  that Processing bar  which  keeps  going on and on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on was skipped because the old remote file could not be deleted (dreamweaver cs4, ftp etc..) by Bill</title>
		<link>http://docuview.co.uk/index.php/2009/06/was-skipped-because-the-old-remote-file-could-not-be-deleted/comment-page-1/#comment-75</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 25 Jun 2010 22:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=106#comment-75</guid>
		<description>A solution found!  It turned out to be the old server.  Now that I am on a new server, the issues no longer occur.</description>
		<content:encoded><![CDATA[<p>A solution found!  It turned out to be the old server.  Now that I am on a new server, the issues no longer occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on was skipped because the old remote file could not be deleted (dreamweaver cs4, ftp etc..) by Martin Korych</title>
		<link>http://docuview.co.uk/index.php/2009/06/was-skipped-because-the-old-remote-file-could-not-be-deleted/comment-page-1/#comment-74</link>
		<dc:creator>Martin Korych</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=106#comment-74</guid>
		<description>Best of luck, Bill, I hope that solves it for you. So as of now adding to the list of possible issues/solutions:
* consider talking to/changing your host :)
Glad to hear from you,
Martin</description>
		<content:encoded><![CDATA[<p>Best of luck, Bill, I hope that solves it for you. So as of now adding to the list of possible issues/solutions:<br />
* consider talking to/changing your host <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Glad to hear from you,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAMFAMFAM alternative &#8211; found it!? by Martin Korych</title>
		<link>http://docuview.co.uk/index.php/2009/06/famfamfam-alternative-found-it/comment-page-1/#comment-73</link>
		<dc:creator>Martin Korych</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/blog/?p=112#comment-73</guid>
		<description>Updated - Yusuke Kamiyamane now started working on 32×32 icons as well, with updates as often as four times a month. A year into this article Fugue Icons are the only FAMFAMFAM alternative I have found so far, and well worth paying the commercial license for!</description>
		<content:encoded><![CDATA[<p>Updated &#8211; Yusuke Kamiyamane now started working on 32×32 icons as well, with updates as often as four times a month. A year into this article Fugue Icons are the only FAMFAMFAM alternative I have found so far, and well worth paying the commercial license for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display post excerpt in recent posts widget in WordPress &#8211; UPDATED June 2010 by Martin Korych</title>
		<link>http://docuview.co.uk/index.php/2009/07/display-post-excerpt-in-recent-posts-widget-in-wordpress/comment-page-1/#comment-72</link>
		<dc:creator>Martin Korych</dc:creator>
		<pubDate>Thu, 24 Jun 2010 20:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://docuview.co.uk/?p=318#comment-72</guid>
		<description>New update: this works on WordPress 3.0, the latest one to-date, it is still the same line number, still the same file, one would have thought they&#039;d turn this into a &quot;checkbox&quot; solution by now... :)</description>
		<content:encoded><![CDATA[<p>New update: this works on WordPress 3.0, the latest one to-date, it is still the same line number, still the same file, one would have thought they&#8217;d turn this into a &#8220;checkbox&#8221; solution by now&#8230; <img src='http://docuview.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
