<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Vuzit Forum</title>
<link>http://forum.vuzit.com</link>
<language>en</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<item>
<title>Troubleshooting and Bug Reports / Restrict to specific file type. (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=133#133</link>
<description>&#60;p&#62;Thanks again for the suggestions.&#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;awaver wrote:&#60;/h4&#62;&#60;p&#62;One other question, do you allow the conversion url to request itself?&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Good question.&#38;nbsp; No, because the downloading/slurping is done on separate servers.&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Restrict to specific file type.</category>
<pubDate>Sun, 04 May 2008 11:02:46 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Restrict to specific file type. (awaver)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=132#132</link>
<description>&#60;p&#62;I agree it's - challenging to do things on the web (It also makes it fun). But, yes I agree that would be an issue - rate limiting I think would be acceptable and probably the easiest to implement. You may also want to consider not allowing bots to do pdf conversions (although headers can be spoofed.) &#60;br /&#62;&#60;br /&#62;One other thing you may want to consider is to run the modsecurity proxy, which has a core set of rules that would drop malicious requests. It would also benefit in other ways as it would protect your app from XSS, SQL vulns etc. In some cases you might even see load drop off a bit since there is a lot of malicious traffic flying around. One other question, do you allow the conversion url to request itself? &#60;br /&#62;&#60;br /&#62;Aaron&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Restrict to specific file type.</category>
<pubDate>Fri, 02 May 2008 06:19:06 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Restrict to specific file type. (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=131#131</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;awaver wrote:&#60;/h4&#62;&#60;p&#62;Cool service, I like the idea. &#60;br /&#62;&#60;br /&#62;One thing you may want to consider is restricting the URL to go only after the filetype pdf. I could use your service as a proxy service to attack another site. Of course I wouldn't get a response, but for some attacks you don't need a response. &#60;br /&#62;&#60;br /&#62;Anyway just wanted to pass that along.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Hi awaver,&#60;br /&#62;&#60;br /&#62;Thanks for the feedback and compliments.&#38;nbsp; Are you suggesting that we make sure that the URL contains a &#38;quot;.pdf&#38;quot; in the URL before proceeding with the download?&#60;br /&#62;&#60;br /&#62;Many websites host documents using a web service or script that doesn't contain a document type extension (e.g. PDF) at the end of the URL.&#38;nbsp; The web server then may or may not set the MIME type correctly in the HTTP header, and just use text/plain even though it is a document type.&#38;nbsp; So even checking the HTTP header is not enough, but this approach is still subject to the same issue you mentioned.&#60;br /&#62;&#60;br /&#62;I suppose this is an issue with any web service that does any kind of &#38;quot;slurping&#38;quot;, so the safest solution might be to accept a limited number of requests from any given IP address.&#38;nbsp; Any other suggestions?&#38;nbsp; Thanks, -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Restrict to specific file type.</category>
<pubDate>Thu, 01 May 2008 13:36:20 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Restrict to specific file type. (awaver)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=130#130</link>
<description>&#60;p&#62;Cool service, I like the idea. &#60;br /&#62;&#60;br /&#62;One thing you may want to consider is restricting the URL to go only after the filetype pdf. I could use your service as a proxy service to attack another site. Of course I wouldn't get a response, but for some attacks you don't need a response. &#60;br /&#62;&#60;br /&#62;Anyway just wanted to pass that along.&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Restrict to specific file type.</category>
<pubDate>Thu, 01 May 2008 13:03:55 -0700</pubDate>
</item>
<item>
<title>Feature Requests / using vuzit with other scripts (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=129#129</link>
<description>&#60;p&#62;The 'div' element needs to be visible when &#60;a href=&#34;http://vuzit.com/developer/reference#vuzit.Viewer.setUrl&#34;&#62;Viewer.setUrl()&#60;/a&#62; is called.&#38;nbsp; We will likely change this requirement sometime in the future.&#60;br /&#62;&#60;br /&#62;The problem is very similar to the recent forum post &#60;a href=&#34;http://forum.vuzit.com/viewtopic.php?pid=128#p128&#34;&#62;here&#60;/a&#62;.&#60;br /&#62;&#60;br /&#62;I haven't figured out an elegant solution to this problem, but this will hopefully get you moving.&#38;nbsp; I modified your code slightly (and very quickly) to initialize the 'div' after &#60;a href=&#34;http://catalog.vuzit.com/dev/scriptaculous/&#34;&#62;Effect.SlideDown()&#60;/a&#62; is called.&#38;nbsp; The problem is that I don't see an easy way to attach an event to SlideDown(), but this illustrates the basic idea.&#38;nbsp; I used setTimeout() as a temporary hack, but I'm sure there is a much more elegant solution that can be developed.&#38;nbsp; This is the first time I have used scriptaculous.&#60;br /&#62;&#38;nbsp; &#38;nbsp; &#60;a href=&#34;http://catalog.vuzit.com/dev/scriptaculous/&#34;&#62;http://catalog.vuzit.com/dev/scriptaculous/&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;Only the Adam window has been rigged correctly in the example.&#38;nbsp; I hope that helps, -Chris&#60;/p&#62;</description>
<category>Feature Requests / using vuzit with other scripts</category>
<pubDate>Fri, 25 Apr 2008 09:35:02 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Problems toggling the display of vuzit iframe (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=128#128</link>
<description>&#60;p&#62;Hi Evan,&#60;br /&#62;&#60;br /&#62;That is a great idea.&#60;br /&#62;&#60;br /&#62;Unfortunately, the &#60;a href=&#34;http://vuzit.com/services/embed&#34;&#62;Embed&#60;/a&#62; service requires the element to be visible when the pageLoaded event is triggered.&#38;nbsp; The alternative is to use the &#60;a href=&#34;http://vuzit.com/developer&#34;&#62;Javascript API&#60;/a&#62; as I have done below.&#38;nbsp; I created a quick example of one way to implement dynamic loading while being hidden from the start:&#60;br /&#62;&#38;nbsp; &#38;nbsp; &#60;a href=&#34;http://catalog.vuzit.com/dev/dynamic_loading/&#34;&#62;http://catalog.vuzit.com/dev/dynamic_loading/&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;I tested this in IE, FF, and Safari.&#38;nbsp; I hope that helps, -Chris&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Problems toggling the display of vuzit iframe</category>
<pubDate>Thu, 24 Apr 2008 21:21:06 -0700</pubDate>
</item>
<item>
<title>Feature Requests / remove the display zoom and number of pages (kweb)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=127#127</link>
<description>&#60;p&#62;Ok, thanks !&#60;/p&#62;</description>
<category>Feature Requests / remove the display zoom and number of pages</category>
<pubDate>Thu, 24 Apr 2008 08:18:06 -0700</pubDate>
</item>
<item>
<title>Troubleshooting and Bug Reports / Problems toggling the display of vuzit iframe (Evan Sultanik)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=126#126</link>
<description>&#60;p&#62;I am using JavaScript to toggle the display of the vuzit iframe dynamically (with a show/hide button).&#38;nbsp; It works perfectly... except when I set the JavaScript to initially hide the iframe on page load.&#38;nbsp; Here's an example with a more detailed description:&#60;br /&#62;&#60;br /&#62;&#60;a href=&#34;http://www.sultanik.com/User:Evan_Sultanik/sandbox/Vuzit_hiding_problem&#34;&#62;http://www.sultanik.com/User:Evan_Sulta &#38;hellip; ng_problem&#60;/a&#62;&#60;br /&#62;&#60;br /&#62;I'm not sure if this is a problem with vuzit or an underlying problem in my browser (I've only tested this on Firefox 2.0.0.13).&#60;br /&#62;&#60;br /&#62;I'm guessing the problem is due to the initial hide somehow precluding some of vuzit's internal initialization scripts from running.&#38;nbsp; This could probably be fixed by dynamically loading the iframe on the first click of the &#38;quot;[show]&#38;quot; link (AJAX style), but I am not sure how to do that.&#60;/p&#62;</description>
<category>Troubleshooting and Bug Reports / Problems toggling the display of vuzit iframe</category>
<pubDate>Thu, 24 Apr 2008 06:49:19 -0700</pubDate>
</item>
<item>
<title>Feature Requests / remove the display zoom and number of pages (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=125#125</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;kweb wrote:&#60;/h4&#62;&#60;p&#62;Hello, I wanted to know if it was possible to show that the download link without having the number of page and Zoom display.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Hi kweb,&#60;br /&#62;&#60;br /&#62;We don't support that feature right now, but I have added your request to the features database.&#38;nbsp; I will also keep this thread updated if anything changes.&#60;br /&#62;&#60;br /&#62;In the event you are viewing thumbnails of single-page documents, you could use our Image Requests API [&#60;a href=&#34;http://vuzit.com/developer/example_image_source&#34;&#62;html&#60;/a&#62;] [&#60;a href=&#34;http://vuzit.com/developer/example_image_source?type=text&#34;&#62;code&#60;/a&#62;] to display a thumbnail and create your own download link outside of the Vuzit viewer.&#60;br /&#62;&#60;br /&#62;I hope this helps.&#38;nbsp; Thanks! -Chris&#60;/p&#62;</description>
<category>Feature Requests / remove the display zoom and number of pages</category>
<pubDate>Wed, 23 Apr 2008 11:52:31 -0700</pubDate>
</item>
<item>
<title>Feature Requests / remove the display zoom and number of pages (kweb)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=124#124</link>
<description>&#60;p&#62;Hello, I wanted to know if it was possible to show that the download link without having the number of page and Zoom display.&#60;br /&#62;&#60;br /&#62;I ask you this question because I display the &#38;quot;DIV&#38;quot; with relatively small size so that everything appears.&#60;br /&#62;thank you for your reply&#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;div class=&#34;codebox&#34;&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;Code:&#60;/h4&#62;&#60;div class=&#34;scrollbox&#34; style=&#34;height: 13.5em&#34;&#62;&#60;pre&#62;vuzit.Base.apiKeySet ( &#38;quot;xxxxx xxxxxx---xxxx xxxxxxxx&#38;quot;);
var viewer = new vuzit.Viewer (document.getElementById ( &#38;quot;vuzit_viewer&#38;quot;));
viewer.setUrl ( &#38;quot;http://www.xxxxxxx.com/images/newsletter.pdf&#38;quot;, (zoom: -1));

-------

id=&#38;quot;vuzit_viewer&#38;quot; &#38;lt;div style=&#38;quot;width: 250px; height: 200px; margin-top:20px; float:left; margin-right:20px&#38;quot;&#38;gt; &#38;lt;/ div&#38;gt;&#60;/pre&#62;&#60;/div&#62;&#60;/div&#62;&#60;/div&#62;</description>
<category>Feature Requests / remove the display zoom and number of pages</category>
<pubDate>Wed, 23 Apr 2008 08:18:41 -0700</pubDate>
</item>
<item>
<title>Feature Requests / Opera Support (yhwhan)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=123#123</link>
<description>&#60;p&#62;Heh, you're right, I spoke too early. It doesn't seem to work on my Firefox after all.&#60;br /&#62;&#60;br /&#62;Oh well, I'm too busy right now to investigate further. Best of luck working on Opera support!&#60;br /&#62;&#60;br /&#62;Han&#60;/p&#62;</description>
<category>Feature Requests / Opera Support</category>
<pubDate>Fri, 18 Apr 2008 16:40:23 -0700</pubDate>
</item>
<item>
<title>Feature Requests / Opera Support (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=122#122</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;yhwhan wrote:&#60;/h4&#62;&#60;p&#62;Ah, ok. No problem, but it's good to know.&#60;br /&#62;&#60;br /&#62;Hm, about the tinyurl? I'm not sure why--it works fine in Opera, after all--but in Firefox, the tinyurls don't seem to work if it's a &#60;a href=&#34;http://www.tinyurl.com/6pa4e5&#34;&#62;http://tinyurl.com/&#38;lt;insert tinyurl identifier here&#38;gt;&#60;/a&#62;. Instead it has to be &#60;a href=&#34;http://www.tinyurl.com/6pa4e5.&#34;&#62;http://www.tinyurl.com/6pa4e5.&#60;/a&#62; Try that, it worked in my Firefox (2.0.0.13 Mac OS 10.4).&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;I have no problems with Opera, but still doesn't work in Firefox 2.0.0.14 on Win32.&#60;/p&#62;</description>
<category>Feature Requests / Opera Support</category>
<pubDate>Fri, 18 Apr 2008 07:56:59 -0700</pubDate>
</item>
<item>
<title>Feature Requests / Opera Support (yhwhan)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=121#121</link>
<description>&#60;p&#62;Ah, ok. No problem, but it's good to know.&#60;br /&#62;&#60;br /&#62;Hm, about the tinyurl? I'm not sure why--it works fine in Opera, after all--but in Firefox, the tinyurls don't seem to work if it's a &#60;a href=&#34;http://www.tinyurl.com/6pa4e5&#34;&#62;http://tinyurl.com/&#38;lt;insert tinyurl identifier here&#38;gt;&#60;/a&#62;. Instead it has to be &#60;a href=&#34;http://www.tinyurl.com/6pa4e5.&#34;&#62;http://www.tinyurl.com/6pa4e5.&#60;/a&#62; Try that, it worked in my Firefox (2.0.0.13 Mac OS 10.4).&#60;/p&#62;</description>
<category>Feature Requests / Opera Support</category>
<pubDate>Thu, 17 Apr 2008 23:54:58 -0700</pubDate>
</item>
<item>
<title>Feature Requests / Opera Support (cera)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=120#120</link>
<description>&#60;p&#62;Hi Han,&#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;p&#62;Couldn't be, the second time I gave you a direct link. That's particularly strange since it works fine on Camino and Ff 2.0.0.13 on my machine (MacBook OS 10.4). What do you mean by &#38;quot;doesn't work&#38;quot;? Does the page come up blank with an error? Or is it just that the next page doesn't appear when you click the Next Page link?&#60;br /&#62;&#60;br /&#62;If it's the last case, did you try waiting a little? If you didn't (or not very long), I just realized that the way I had written it, it only preloads the image of the next page in the document when you click the link; it doesn't preload the image of the next page when you first load the demo web page. I fixed it now, try it again.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Sorry for not being clear, and making you spend more cycles than necessary.&#38;nbsp; The direct link worked fine so the original issue is resolved.&#60;br /&#62;&#60;br /&#62;The tinyurl you posted still returns just a blank screen in Firefox.&#38;nbsp; &#60;a href=&#34;http://tinyurl.com/6pa4e5&#34;&#62;http://tinyurl.com/6pa4e5&#60;/a&#62; &#60;br /&#62;&#60;br /&#62;Not the issue at hand, but just wanted to let you know.&#38;nbsp; Thanks again, -Chris&#60;/p&#62;</description>
<category>Feature Requests / Opera Support</category>
<pubDate>Wed, 16 Apr 2008 14:52:30 -0700</pubDate>
</item>
<item>
<title>Feature Requests / Opera Support (yhwhan)</title>
<link>http://forum.vuzit.com/viewtopic.php?pid=119#119</link>
<description>&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;cera wrote:&#60;/h4&#62;&#60;p&#62;We have pushed Opera support up on our priority list.&#38;nbsp; I just fixed one of the major bugs, but it's unclear at this point if this will make it into the next release.&#38;nbsp; I will keep this thread updated as to our progress on this front.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;:yes: &#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;cera wrote:&#60;/h4&#62;&#60;p&#62;Our viewer currently works on the iPhone actually.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;XD that's not what I meant! That's like saying you support mobile devices because you support UMPCs. But point taken, I'll keep that in mind when I have three hundred dollars to spare.&#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;cera wrote:&#60;/h4&#62;&#60;p&#62;We will consider adding a non-ajax interface.&#38;nbsp; It should be simple to do, and has many of the benefits you suggested.&#38;nbsp; The browser interface you created is great, and thank you for the contribution.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;:yes: &#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;cera wrote:&#60;/h4&#62;&#60;p&#62;Firefox 2.0.0.13.&#38;nbsp; Still doesn't work :-/&#38;nbsp; I think it might be something with the tinyurl redirect masking something?&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;Couldn't be, the second time I gave you a direct link. That's particularly strange since it works fine on Camino &#60;em&#62;and Ff 2.0.0.13&#60;/em&#62; on my machine (MacBook OS 10.4). What do you mean by &#38;quot;doesn't work&#38;quot;? Does the page come up blank with an error? Or is it just that the next page doesn't appear when you click the Next Page link?&#60;br /&#62;&#60;br /&#62;If it's the last case, did you try waiting a little? If you didn't (or not very long), I just realized that the way I had written it, it only preloads the image of the next page in the document when you click the link; it doesn't preload the image of the next page when you first load the demo web page. I fixed it now, try it again.&#60;br /&#62;&#60;br /&#62;&#60;/p&#62;&#60;blockquote&#62;&#60;div class=&#34;incqbox&#34;&#62;&#60;h4&#62;cera wrote:&#60;/h4&#62;&#60;p&#62;Thanks again for the feedback.&#38;nbsp; Hopefully I will have news on both of these initiatives soon.&#60;/p&#62;&#60;/div&#62;&#60;/blockquote&#62;&#60;p&#62;I hope so! :cheers: &#60;br /&#62;&#60;br /&#62;Han&#60;/p&#62;</description>
<category>Feature Requests / Opera Support</category>
<pubDate>Sun, 13 Apr 2008 17:06:02 -0700</pubDate>
</item>
</channel>
</rss>
