<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-12453589</id><updated>2009-03-01T16:13:48.329-08:00</updated><title type='text'>Computer Blog - thebroadroom.net</title><subtitle type='html'>Geeks rule.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://thebroadroom.net/tech/blogger/atom.xml'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default?start-index=26&amp;max-results=25'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>79</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12453589.post-6838679724796184093</id><published>2008-08-13T21:46:00.000-07:00</published><updated>2008-08-13T21:52:28.421-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='csv'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft excel'/><title type='text'>Using formulas in Microsoft Excel CSV files</title><summary type='text'>Did you know you can use Excel formulas in CSV (comma separated values) files? It works perfectly. You just hardcode the parts of the formula which can be hardcoded, and use your programming code to add in, say, row numbers. Open the file inside Excel and you get working Excel formulas.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/6838679724796184093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=6838679724796184093' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6838679724796184093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6838679724796184093'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2008/08/using-formulas-in-microsoft-excel-csv.html' title='Using formulas in Microsoft Excel CSV files'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-5706278689134192195</id><published>2008-06-14T20:29:00.000-07:00</published><updated>2008-06-14T20:39:19.280-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='epson'/><title type='text'>Getting an Epson LX-810 printer to work on Windows XP</title><summary type='text'>We've all been there...a beloved old peripheral no longer works on Windows XP.I had the occasion to try to install one of these impact printers, which had worked fine all along on a Windows 98 machine, in an XP machine. Epson's newest driver is the Windows 98 one, so you are supposed to use the Windows XP driver for Epson LX-810. Fine, but it doesn't really work. It'll print letter size, but no </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/5706278689134192195/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=5706278689134192195' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5706278689134192195'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5706278689134192195'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2008/06/getting-epson-lx-810-printer-to-work-on.html' title='Getting an Epson LX-810 printer to work on Windows XP'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-8352567264655589387</id><published>2008-06-14T20:17:00.000-07:00</published><updated>2008-06-14T20:29:07.727-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='not rocket science'/><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>Javascript code to jump cursor to next box in an HTML form</title><summary type='text'>Looking for a quick way to advance the user's cursor to the next input element in your HTML form? Say, after they have typed three characters, as in a phone number?function check(theElement,nextElement) {if(theElement.value.length &gt;= theElement.maxLength) {document.authenticate.elements[nextElement].focus();}else {document.authenticate.theElement.focus();   }return true;}...&lt;form method="POST" </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/8352567264655589387/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=8352567264655589387' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8352567264655589387'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8352567264655589387'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2008/06/javascript-code-to-jump-cursor-to-next.html' title='Javascript code to jump cursor to next box in an HTML form'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-8900400524292495486</id><published>2008-01-12T13:15:00.000-08:00</published><updated>2008-01-12T13:17:09.485-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='internet'/><title type='text'>Old versions of software</title><summary type='text'>OldVersion.com</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/8900400524292495486/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=8900400524292495486' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8900400524292495486'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8900400524292495486'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2008/01/old-versions-of-software.html' title='Old versions of software'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-7706564554134101416</id><published>2008-01-10T22:19:00.000-08:00</published><updated>2008-01-10T22:29:57.899-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='internet explorer'/><category scheme='http://www.blogger.com/atom/ns#' term='windows xp'/><title type='text'>Internet Explorer 7 keeps redrawing screen on Windows XP SP2</title><summary type='text'>I have IE 7 running on several WinXP Service Pack 2 computers. It works fine on some, but on one, you could hardly use it, particularly for viewing pages with a lot of components. Every time you tried to scroll, it redrew the screen, giving you an annoying flashing screen experience.Perhaps you are thinking, "Who gives a toss? I use Firefox," but the problem is, some programs work only in </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/7706564554134101416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=7706564554134101416' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/7706564554134101416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/7706564554134101416'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2008/01/internet-explorer-7-keeps-redrawing.html' title='Internet Explorer 7 keeps redrawing screen on Windows XP SP2'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-1769048140806885922</id><published>2007-11-13T22:28:00.000-08:00</published><updated>2007-11-13T22:33:34.596-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger.com'/><title type='text'>Blogger: stack overflow at line 54 part 2</title><summary type='text'>See part 1.I encountered this again recently on someone else's blog. I googled the error, but all I could seem to find were versions of my crappy half-assed solution that I slapped up almost two years ago, on the assumption that Blogger would take care of it.It's not caused by turning the backlinks feature on or off. It's caused by old Blogger templates. If you choose a new template for your blog</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/1769048140806885922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=1769048140806885922' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/1769048140806885922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/1769048140806885922'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/11/blogger-stack-overflow-at-line-54-part.html' title='Blogger: stack overflow at line 54 part 2'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-3617186811425446413</id><published>2007-09-29T09:57:00.000-07:00</published><updated>2007-09-29T10:09:55.704-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='symantec'/><category scheme='http://www.blogger.com/atom/ns#' term='norton'/><category scheme='http://www.blogger.com/atom/ns#' term='apple'/><title type='text'>Rules automatically created for the program: Symantec LiveUpdate part 3</title><summary type='text'>Okay...here's what seems to work. You do the Google Answers thing...open NIS 2005, personal firewall, configure, programs. Select all the programs in the box, remove, run the program scan.Once that's done, follow the prompts and Finish. Look for the entries in the box that say Symantec LiveUpdate. Change them all to Permit All (rather than Automatic). Restart your computer.Because you've just </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/3617186811425446413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=3617186811425446413' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3617186811425446413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3617186811425446413'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/09/rules-automatically-created-for-program_29.html' title='Rules automatically created for the program: Symantec LiveUpdate part 3'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-5385325580900584779</id><published>2007-09-28T09:53:00.000-07:00</published><updated>2007-09-28T10:11:46.801-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='symantec'/><category scheme='http://www.blogger.com/atom/ns#' term='norton'/><title type='text'>Rules automatically created for the program: Symantec LiveUpdate part 2</title><summary type='text'>I can see this is going to turn into a saga.I tried this last night: Rules automatically created for the program: Symantec LiveUpdate. It worked last night.After I booted up again this morning, the popup reappeared. Tried this:(Okay, it was in Google Answers, now I can't find it. It involved running the same program scan, then manually configuring the LiveUpdate entries to "permit all," then </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/5385325580900584779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=5385325580900584779' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5385325580900584779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5385325580900584779'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/09/rules-automatically-created-for-program_28.html' title='Rules automatically created for the program: Symantec LiveUpdate part 2'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-6221338765801634649</id><published>2007-09-27T23:11:00.000-07:00</published><updated>2007-09-27T23:20:00.432-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='symantec'/><category scheme='http://www.blogger.com/atom/ns#' term='norton'/><title type='text'>Rules automatically created for the program: Symantec LiveUpdate</title><summary type='text'>I kept getting this, in annoying popup form (Norton Internet Security 2005 AntiSpyware Edition).I went to the Symantec site...their database was useless, but their tech support wasn't.You are to go to your Norton personal firewall, configure, programs. Click inside the list, select all (control+A), remove. Basically you're going to delete all of the programs in there and have Norton re-detect </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/6221338765801634649/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=6221338765801634649' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6221338765801634649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6221338765801634649'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/09/rules-automatically-created-for-program.html' title='Rules automatically created for the program: Symantec LiveUpdate'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-3303268754879462985</id><published>2007-06-07T15:51:00.001-07:00</published><updated>2008-01-11T11:30:50.691-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='junk faxes'/><category scheme='http://www.blogger.com/atom/ns#' term='administrative'/><title type='text'>But does it get you off the junk fax lists?</title><summary type='text'>junkfax.orgI'm game to try it.</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/3303268754879462985/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=3303268754879462985' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3303268754879462985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3303268754879462985'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/06/but-does-it-get-you-off-junk-fax-lists.html' title='But does it get you off the junk fax lists?'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-3532715466334601183</id><published>2007-06-02T18:00:00.000-07:00</published><updated>2007-06-02T18:12:55.958-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger.com'/><title type='text'>Problems publishing on blogger.com #4</title><summary type='text'>Scratch the cookie theory. Doesn't work.Now I'm trying something else out...if (if) you can publish on an older browser, the problem would appear to be browser-specific. It's just a bugger to test. Until you've blogged enough to really test it out.I will leave you with a really nice episode of Doctor Who. Mind you I'm not the biggest Doctor Who fan, but some of the stuff is beyond excellent. </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/3532715466334601183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=3532715466334601183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3532715466334601183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/3532715466334601183'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/06/problems-publishing-on-bloggercom-4.html' title='Problems publishing on blogger.com #4'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-2541918161596573491</id><published>2007-06-02T14:06:00.000-07:00</published><updated>2007-06-02T14:15:33.840-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger.com'/><title type='text'>Blogger.com: Your publish is taking longer than expected...</title><summary type='text'>Okay! I've discovered a few things.One is that my blog publishes fine in an earlier version of IE, when it won't publish in my (reasonably upgraded) versions of Firefox and IE. You might try using an older browser if you have one around.Two is that when I turned on this setting in Firefox:...to "ask me every time," I got a boatload of requests from Blogger to modify cookies. I clicked "allow" </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/2541918161596573491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=2541918161596573491' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2541918161596573491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2541918161596573491'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/06/bloggercom-your-publish-is-taking.html' title='Blogger.com: Your publish is taking longer than expected...'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-717215697389857278</id><published>2007-06-01T11:35:00.000-07:00</published><updated>2007-06-01T11:41:01.110-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger.com'/><title type='text'>More on publishing problems with Blogger.com</title><summary type='text'>I finally got the opportunity to test this out: Problems publishing on Blogger.com?i.e. I tried clearing the cache when I saw this a couple of times:It didn't work.I got better results logging out, and logging back in again. Actually I deleted the cookie for blogger.com, then logged back in, then published without any further problems.I have no idea yet whether this is pure coincidence, but it's </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/717215697389857278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=717215697389857278' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/717215697389857278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/717215697389857278'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/06/more-on-publishing-problems-with.html' title='More on publishing problems with Blogger.com'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-6751560697829894555</id><published>2007-05-29T15:29:00.000-07:00</published><updated>2007-06-07T15:52:20.843-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='microsoft'/><title type='text'>Helpful MS images</title><summary type='text'></summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/6751560697829894555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=6751560697829894555' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6751560697829894555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6751560697829894555'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/helpful-ms-images.html' title='Helpful MS images'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-6580306380856511031</id><published>2007-05-28T11:09:00.001-07:00</published><updated>2007-05-28T11:24:38.240-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java'/><title type='text'>Java spider function</title><summary type='text'>Thursday, October 21, 2004Here is some source code for a Java spider function. I'll guess it could have been written as a recursive function but I couldn't remember the name "recursive," so I slapped together two functions. Quick and dirty, but it works.public void spider(String directory) {  File dir;  Vector directories;  String child;  String mydir;  // got this snippet off the Net  dir = new </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/6580306380856511031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=6580306380856511031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6580306380856511031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/6580306380856511031'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/java-spider-function.html' title='Java spider function'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-1717789178561570967</id><published>2007-05-28T11:02:00.000-07:00</published><updated>2007-05-28T11:03:03.121-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ipswitch'/><category scheme='http://www.blogger.com/atom/ns#' term='ftp'/><title type='text'>Ipswitch not uploading your files when you're uploading directories?</title><summary type='text'>Wednesday, February 02, 2005I just found out that the default setting on the Ipswitch FTP program, does not transfer "older or same" versions of files on the server, when you're uploading directories. It doesn't pause and ask you. It just goes through every motion of uploading them, and doesn't upload them at all.Oh gee, how did I find out about that? rotfl...</summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/1717789178561570967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=1717789178561570967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/1717789178561570967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/1717789178561570967'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/ipswitch-not-uploading-your-files-when.html' title='Ipswitch not uploading your files when you&apos;re uploading directories?'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-8593833046158656342</id><published>2007-05-28T10:54:00.000-07:00</published><updated>2007-05-28T11:01:17.987-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Warning: copy(yourfile): failed to open stream: Permission denied in yourPHPfile on line x</title><summary type='text'>Friday, February 04, 2005 A possible solution to PHP Warning: copy(yourfile): failed to open stream: Permission denied in yourPHPfile on line xI got this error and cracked my head over it for a while. The usual, googling around and getting hundreds of examples of people asking this same question and not getting much, if any, answer to it.Someone finally came up with the idea that it had to do </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/8593833046158656342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=8593833046158656342' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8593833046158656342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8593833046158656342'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/warning-copyyourfile-failed-to-open.html' title='Warning: copy(yourfile): failed to open stream: Permission denied in yourPHPfile on line x'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-2380271169915810625</id><published>2007-05-28T09:29:00.001-07:00</published><updated>2008-01-11T11:30:50.692-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administrative'/><title type='text'>Dumping old computer blog posts here</title><summary type='text'>I've decided to dump the posts from the old computer blog here. The blog itself got deleted a long time ago, back when I was a moron and deleted it (the tech stuff usually gets experimented with first). Hence, the posts have been sitting on static HTML pages all this time. It's not worth doing anything with the pages (they're in the old site format) and some date back to 2002 and are basically </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/2380271169915810625/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=2380271169915810625' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2380271169915810625'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2380271169915810625'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/dumping-old-computer-blog-posts-here.html' title='Dumping old computer blog posts here'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-2503007363601760832</id><published>2007-05-27T23:28:00.000-07:00</published><updated>2007-05-27T23:39:27.844-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blogger.com'/><title type='text'>Problems publishing on Blogger.com?</title><summary type='text'>I've had these on and off. I'll try publishing a post, and the thing keeps running and running, and doesn't publish anything. It will occasionally show a message saying to the effect: This is taking longer to publish than we thought, click here to continue publishing. So I click, and it starts running and running again, then I get the "publishing is taking longer than we expected" message again, </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/2503007363601760832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=2503007363601760832' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2503007363601760832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2503007363601760832'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/problems-publishing-on-bloggercom.html' title='Problems publishing on Blogger.com?'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-8195255444341927981</id><published>2007-05-18T20:58:00.000-07:00</published><updated>2007-05-28T11:03:51.416-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='google'/><title type='text'>What is PR2, PR3, PR4, etc.?</title><summary type='text'>I went ahead and downloaded the Google Toolbar. I'm not big on toolbars, but the idea of being able to see the Google PageRank of every single Web page you visit...it's...handy.Yes, you can download this from the orange link at the top of this blog (a small commission will go to thebroadroom.net):Even if you already have Firefox, you can choose to download only the Google Toolbar.What you'll get </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/8195255444341927981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=8195255444341927981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8195255444341927981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/8195255444341927981'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/what-is-pr2-pr3-pr4-etc.html' title='What is PR2, PR3, PR4, etc.?'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-5765215867055824291</id><published>2007-05-16T22:51:00.000-07:00</published><updated>2008-01-11T11:30:50.695-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administrative'/><title type='text'>Site update</title><summary type='text'>So...I'm sitting here, working on updating the blogger templates. The problem is not the blogs of course. The problem is that half the site is still on HTML pages, before I moved everything to blogs...and the HTML pages are out of date. They were produced before I got Dreamweaver, so they don't even have the "new" site template on them.I can admit it's been a long time since I've done anything </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/5765215867055824291/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=5765215867055824291' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5765215867055824291'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/5765215867055824291'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/05/site-update.html' title='Site update'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-2196676590916881022</id><published>2007-03-04T13:12:00.000-08:00</published><updated>2007-05-29T15:24:21.546-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><title type='text'>Various useful images</title><summary type='text'></summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/2196676590916881022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=2196676590916881022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2196676590916881022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/2196676590916881022'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2007/03/various-useful-images.html' title='Various useful images'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-116010982826546343</id><published>2006-10-05T21:25:00.000-07:00</published><updated>2008-01-11T11:30:50.696-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administrative'/><title type='text'>And so the site transfer goes on...</title><summary type='text'>...and on, and on...I've already decided that this version of TheBroadroom.Net...the one that appears on this server...is going to be better than the last. There's no point in transferring a four-year-old site that's still getting new content dumped into it, unless you make the new version better.For historical purposes, I've worked on this site on three computers: a Windows 95 custom built one, </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/116010982826546343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=116010982826546343' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/116010982826546343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/116010982826546343'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2006/10/and-so-site-transfer-goes-on.html' title='And so the site transfer goes on...'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-115467261139607673</id><published>2006-08-03T22:19:00.000-07:00</published><updated>2006-08-23T16:16:10.573-07:00</updated><title type='text'>Anyone else having problems with MTV Overdrive buffering?</title><summary type='text'>Just wondering. I've tried everything--I've upgraded everything from the browser to the Media Player to the Flash, I tried MTV's optimizer (which didn't seem to do anything), I've done Windows Updates...the thing is weird. If you play a music video (with the sound off) and then try to play it again, it's better (as if it really is caching it rather than streaming it).Still...should it really be </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/115467261139607673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=115467261139607673' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/115467261139607673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/115467261139607673'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2006/08/anyone-else-having-problems-with-mtv.html' title='Anyone else having problems with MTV Overdrive buffering?'/><author><name>Colleen Shirazi</name><uri>http://www.blogger.com/profile/08852308543194030377</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='01157880149290950657'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12453589.post-115396934641287183</id><published>2006-07-26T19:53:00.000-07:00</published><updated>2008-01-11T11:30:50.696-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='administrative'/><title type='text'>Site overhaul</title><summary type='text'>As you can see, we're redoing the entire site. Again. This is probably the fourth incarnation of TheBroadroom.Net. It started out four years ago as a frameset, then went to a handmade Javascript menu, then a vertical CodeThat.com menu, now it is...a horizontal CodeThat.com menu. The wallpaper may be changed to something else later on, I just saw it on a CRT and it looks, well, atrocious, but I </summary><link rel='replies' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/115396934641287183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=12453589&amp;postID=115396934641287183' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/115396934641287183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12453589/posts/default/115396934641287183'/><link rel='alternate' type='text/html' href='http://thebroadroom.net/tech/blogger/2006/07/site-overhaul.html' title='Site overhaul'/><author><name>TheBroadroom.Net</name><uri>http://www.blogger.com/profile/11474971338995816520</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05860565757294783633'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>