<?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 Shad Aumann&#039;s Information Technology Leader</title>
	<atom:link href="http://blog.shadit.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.shadit.com</link>
	<description>Applying information technology as a business strategy multiplier.</description>
	<lastBuildDate>Tue, 13 Dec 2011 20:21:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Excel Visual Basic Last Saved Date Time Stamp by Lena</title>
		<link>http://blog.shadit.com/2010/11/17/excel-visual-basic-last-saved-date-time-stamp/comment-page-1/#comment-1378</link>
		<dc:creator>Lena</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=242#comment-1378</guid>
		<description>Son of a gun, this is so heplful!</description>
		<content:encoded><![CDATA[<p>Son of a gun, this is so heplful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel Visual Basic Last Saved Date Time Stamp by Eric H</title>
		<link>http://blog.shadit.com/2010/11/17/excel-visual-basic-last-saved-date-time-stamp/comment-page-1/#comment-1377</link>
		<dc:creator>Eric H</dc:creator>
		<pubDate>Mon, 05 Dec 2011 20:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=242#comment-1377</guid>
		<description>ty very much Just used this and it worked perfectly.</description>
		<content:encoded><![CDATA[<p>ty very much Just used this and it worked perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel Visual Basic Last Saved Date Time Stamp by Jim</title>
		<link>http://blog.shadit.com/2010/11/17/excel-visual-basic-last-saved-date-time-stamp/comment-page-1/#comment-1369</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=242#comment-1369</guid>
		<description>I would like to use this code in an Excel template to insert the current date/time in the footer every time the template is called.  Using the code as is above, it will always insert the last time the template itself was saved.  Can I modify to have it insert the current date/time whenver it runs?</description>
		<content:encoded><![CDATA[<p>I would like to use this code in an Excel template to insert the current date/time in the footer every time the template is called.  Using the code as is above, it will always insert the last time the template itself was saved.  Can I modify to have it insert the current date/time whenver it runs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel Visual Basic Last Saved Date Time Stamp by Shad Aumann</title>
		<link>http://blog.shadit.com/2010/11/17/excel-visual-basic-last-saved-date-time-stamp/comment-page-1/#comment-1366</link>
		<dc:creator>Shad Aumann</dc:creator>
		<pubDate>Thu, 06 Oct 2011 15:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=242#comment-1366</guid>
		<description>If the macro already ran as-is (before you modified it) there is a time stamp written into the center footer as text.  You can just delete the text.

Or, if you changed the location of the time stamp by copying this line:

WS.PageSetup.CenterFooter = &quot;Last modified on &quot; &amp; TSS

...and changing it to this:


WS.PageSetup.LeftFooter = &quot;Last modified on &quot; &amp; TSS

You will just need to either remove or comment out (by adding a single-quote character to the beginning of the line) the code for the center footer.</description>
		<content:encoded><![CDATA[<p>If the macro already ran as-is (before you modified it) there is a time stamp written into the center footer as text.  You can just delete the text.</p>
<p>Or, if you changed the location of the time stamp by copying this line:</p>
<p>WS.PageSetup.CenterFooter = &#8220;Last modified on &#8221; &#038; TSS</p>
<p>&#8230;and changing it to this:</p>
<p>WS.PageSetup.LeftFooter = &#8220;Last modified on &#8221; &#038; TSS</p>
<p>You will just need to either remove or comment out (by adding a single-quote character to the beginning of the line) the code for the center footer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Servlet Backend for Plupload by Robot</title>
		<link>http://blog.shadit.com/2010/10/28/java-servlet-plupload/comment-page-1/#comment-1365</link>
		<dc:creator>Robot</dc:creator>
		<pubDate>Tue, 20 Sep 2011 04:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=228#comment-1365</guid>
		<description>Thanks very much!</description>
		<content:encoded><![CDATA[<p>Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Excel Visual Basic Last Saved Date Time Stamp by Brian</title>
		<link>http://blog.shadit.com/2010/11/17/excel-visual-basic-last-saved-date-time-stamp/comment-page-1/#comment-1363</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 02 Sep 2011 15:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=242#comment-1363</guid>
		<description>Quick question - I pasted this code in my spreadsheet and it worked although when I modified it to have time stamp appear in left footer, the time stamp continued to appear in the center as well.   How do I get rid of the center stamp?</description>
		<content:encoded><![CDATA[<p>Quick question &#8211; I pasted this code in my spreadsheet and it worked although when I modified it to have time stamp appear in left footer, the time stamp continued to appear in the center as well.   How do I get rid of the center stamp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Servlet Backend for Plupload by Shad Aumann</title>
		<link>http://blog.shadit.com/2010/10/28/java-servlet-plupload/comment-page-1/#comment-1347</link>
		<dc:creator>Shad Aumann</dc:creator>
		<pubDate>Tue, 07 Jun 2011 18:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=228#comment-1347</guid>
		<description>One thought that comes to mind is to check if your application server is timing out the uploads.  Most application servers (and web servers if you are using a combination) have a setting where the default request timeout can be ignored for URLs that are considered to be applications.  You will want to make sure the request is allowed to take as long as necessary (within some practical limitation) in order to allow large uploads to complete.  Your web server has a default request timeout so that clients on slow connections cannot overly consume server resources.

The only other thing I can think about is that you must be sure to include the stream flushing calls before finishing the upload (as the example shows).  But you are probably doing this correctly if you are getting smaller uploads to work.

Best wishes!</description>
		<content:encoded><![CDATA[<p>One thought that comes to mind is to check if your application server is timing out the uploads.  Most application servers (and web servers if you are using a combination) have a setting where the default request timeout can be ignored for URLs that are considered to be applications.  You will want to make sure the request is allowed to take as long as necessary (within some practical limitation) in order to allow large uploads to complete.  Your web server has a default request timeout so that clients on slow connections cannot overly consume server resources.</p>
<p>The only other thing I can think about is that you must be sure to include the stream flushing calls before finishing the upload (as the example shows).  But you are probably doing this correctly if you are getting smaller uploads to work.</p>
<p>Best wishes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Servlet Backend for Plupload by Chandrasekhar Ganta</title>
		<link>http://blog.shadit.com/2010/10/28/java-servlet-plupload/comment-page-1/#comment-1346</link>
		<dc:creator>Chandrasekhar Ganta</dc:creator>
		<pubDate>Fri, 03 Jun 2011 10:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=228#comment-1346</guid>
		<description>Hi,

Thanks for the example. I have implemented and tried this in on of my applications. This is working fine for small file sizes less than 1 mb. If we try to upload a file of size 5mb or 10 mb Uploading is successful. But in the uploads folder if we try tom open the file, it is saying corrupted file. Could you please provide me some solution for this.

Thanks,
Chandrasekhar Ganta</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the example. I have implemented and tried this in on of my applications. This is working fine for small file sizes less than 1 mb. If we try to upload a file of size 5mb or 10 mb Uploading is successful. But in the uploads folder if we try tom open the file, it is saying corrupted file. Could you please provide me some solution for this.</p>
<p>Thanks,<br />
Chandrasekhar Ganta</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gen-XY by toasty redhead</title>
		<link>http://blog.shadit.com/2010/07/23/gen-xy/comment-page-1/#comment-1345</link>
		<dc:creator>toasty redhead</dc:creator>
		<pubDate>Sat, 28 May 2011 22:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=107#comment-1345</guid>
		<description>I agree 100%</description>
		<content:encoded><![CDATA[<p>I agree 100%</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Servlet Backend for Plupload by Shad Aumann</title>
		<link>http://blog.shadit.com/2010/10/28/java-servlet-plupload/comment-page-1/#comment-1331</link>
		<dc:creator>Shad Aumann</dc:creator>
		<pubDate>Tue, 19 Apr 2011 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.shadit.com/?p=228#comment-1331</guid>
		<description>Lars, I finally had a chance to check out your JSP implementation of handling an upload from Plupload.  Thanks for sharing this!  I am sure many people will find your example useful.</description>
		<content:encoded><![CDATA[<p>Lars, I finally had a chance to check out your JSP implementation of handling an upload from Plupload.  Thanks for sharing this!  I am sure many people will find your example useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.481 seconds -->

