Proof that anyone can do it RSS 2.0
 Sunday, June 13, 2004

I was trying to map a network drive on PC A to PC B on a small network...with poor results.  The Map Network Drive wizard kept complaining that it couldn't find the share I had set up on B...even though I'd used that share successfully dozens of times before with other machines. 

I made sure that both machines were in the same workgroup, but that didn't do it.  I finally disabled the Window XP Internet Connection Firewall on PC A and that did the trick.  I thought that firewall was supposed to prevent traffic in only one direction (in), but apparently it prevents network activity in the out direction too. 

Sunday, June 13, 2004 1:53:35 AM UTC  #    -
Troubleshooting
 Tuesday, June 08, 2004

I've never been so pleased to see Rainbow's CVS download broken!  As strange as it may seem, it just reminds me how much work is getting done on the project, as developers from all over the place are squashing bugs at an incredible rate. 

I suspect the CVS package will stabilize in the not-so-distant future, and Rainbow will be stronger and more stable than ever.

Tuesday, June 08, 2004 10:34:47 AM UTC  #    -
Rainbow Portal

This weekend, my 4-year old and I were in the garage when he suddenly started crying out in pain.  I went over to him, and he held out a spray can of “Deep Woods Off” insect repellant while screaming "I sprayed this in my eyes!" 

We rushed him into the house, rinsed his eyes with water, then dried him off.  After a few minutes, the tears stopped falling, he looked up and said calmly to my wife and I, "Remind me not to do that again."

Tuesday, June 08, 2004 10:19:11 AM UTC  #    -
Family | Humor
 Friday, June 04, 2004

With Rainbow installations, occasionally I'll end up with some (or all) objects in the database being owned by my local ASPNET account (computername\ASPNET).  This results from building the database with a trustedconnection, and while I know this, I always forget and do it anyway. 

The problem is that when I try to upload the existing database to a 'live' one somewhere, now that local ASPNET account owns everything and things go very sideways. 

Anyway, I found this SQL script a while ago that (in two steps) changes the ownership of all the objects in a database to 'dbo'.  I didn't write it, and it's been so long now, I don't even know where I got it...if it was yours, thank you very much.  If not, here it is:

SELECT 'EXEC(''sp_changeobjectowner @objname = '''''+   ltrim(u.name) + '.' + ltrim(s.name) + ''''''   + ', @newowner = dbo'')'
FROM  sysobjects s,       sysusers u
WHERE s.uid = u.uid
AND   u.name <> 'dbo'
AND   xtype in ('V', 'P', 'U')
AND   u.name not like 'INFORMATION%'
order by s.name

Run this in Query Analyzer (with 'Results to Text' option set), then copy those results into a new QA window and run them. 

Friday, June 04, 2004 10:41:48 AM UTC  #    -
Rainbow Portal | WorkArounds
 Thursday, June 03, 2004
On the off chance that someone else will encounter the same errors, I'm posting the problems I'm encountering in this upgrade.
Thursday, June 03, 2004 10:44:07 AM UTC  #    -
Rainbow Portal
 Wednesday, June 02, 2004

After hearing about Google's new GMail product, where email is "categorized" instead of just jammed into folders, I was thinking it would be neat if you could do the same thing with files in the Windows file system. 

Basically, you'd need a way to index the existing files, categorizing them according to the user's needs.  For example, one Word document may be categorized in the 'Word documents', 'Code fragments', 'Memos', and 'Development Team' categories...instead of just getting filed away in 'My Documents' under, at best, a folder representing one of those categories. 

The beauty of this would be in searching.  Besides the usual 'search by name' junk, you could restrict a search to certain categories.  (think...“I know I sent that code fragment in a memo to the whole development team“)

Using Google, I looked around for such a thing and found that Microsoft's Longhorn is packaged with exactly what I'm dreaming about: they call it WinFS and the article that dashed my dreams of fame and fortune is here.

Wednesday, June 02, 2004 8:44:27 PM UTC  #    -

I noticed this post from Ed Daniel a few days ago, but didn't get a chance to check it out until today.  I really dig the format (short video interviews, quick and to the point). 

Wednesday, June 02, 2004 2:40:09 AM UTC  #    -
Programming
 Tuesday, June 01, 2004

A current Windows Forms project of mine requires the caching of a fair amount of data.  Specifically, I want to store, in memory, on the client, a selection of XML data.  When it's done, this should behave something like ASP.NET's session object...so I'll have access to user information and preferences without having to hit the data source every time to get it. 

It's no problem to instantiate a class that retrieves and holds this information, but making that information available to other forms in the application (without again reloading an instance of the class and re-retrieving the data) is escaping me.  I explored Microsoft's Caching Application Block, and while it appears to offer the kind of behavior I'm after, it's a bit more complicated than I need (and depends heavily on SQL Server...I want to avoid that). 

Anyone have any suggestions out there?

Tuesday, June 01, 2004 8:07:44 PM UTC  #    -
.NET | XML
 Wednesday, May 26, 2004

It's a little like watching the neighbor kid grow up...a year ago, a Google search for 'Rainbow portal' would hit on rainbowportal.net, and not much more. 

Now, you get pages and pages of hits, including this one and this one, which offer special Rainbow hosting packages.  I can't wait to see those results next year, with a v1 release behind us and .Next getting rolling.

Wednesday, May 26, 2004 2:49:56 AM UTC  #    -
Rainbow Portal

I shouldn't be surprised at this story, but I am:

http://biz.yahoo.com/prnews/040517/sfm026_1.html

It sounds linke Novell has overestimated what their technology is doing for the Michigan State Police. 

Wednesday, May 26, 2004 1:44:30 AM UTC  #    -

 Wednesday, May 12, 2004

I agree with this guy...who agrees with this guy... 

Although, as I look around, I have five different 'Teach yourself/Learn X in Y days/Hours' books on the shelves.  *blush*

Wednesday, May 12, 2004 2:42:22 PM UTC  #    -
Humor | Programming
 Tuesday, May 11, 2004
Every time I restart my XP Pro laptop, it downloads the same update (KB835732) and asks to install it.
Tuesday, May 11, 2004 12:11:45 PM UTC  #    -
Troubleshooting
 Friday, May 07, 2004
Reference to an interesting article that tries to draw some conclusions about whether Diabetes is related to certain structural patterns of the ridges in the palms of the hands.
Friday, May 07, 2004 3:24:49 PM UTC  #    -
Latent Prints

Browsing Google search results for 'fingerprint blog', I ran across this entry on an adoption site, where subject was told his prints 'failed' because

“Some people just have bad prints that can't be recorded at the level required to read them effectively.”
While this is not impossible, it's very unlikely, and a few comments on that entry had also been given bad information.  I felt obligated to post a comment myself:

“Fingerprints vary in quality from person to person, but it's likely that yours are fine (meaning, OK).

Generally speaking, 'blue collar' type workers (i.e. stone masons, builders) can have terrible fingerprint ridge structure...they're constantly wearing off the skin that forms the ridges. The same is also true for folks (again, generalizing) who shuffle a lot of paper (i.e. bank tellers, envelope-stuffers), because the paper has a similar effect.

In the *vast* majority of cases, though, bad recording of fingerprints is due to operator error...and the quality produced by ink/paper (done properly) still beats any computerized recording system in existence.”

Friday, May 07, 2004 2:54:59 PM UTC  #    -
Latent Prints

I heard this exchange in the doctor's office last week:

Patient (walking back for his Vasectomy procedure): “Hey Doc.  I hope you got a good night's sleep.”
Doctor: “Yep, I did.  But I've been drinking all day.”

Friday, May 07, 2004 12:34:14 PM UTC  #    -
Humor
 Tuesday, May 04, 2004

Probably the best laugh I've had in a long time. 

Don't miss this: 

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&category=63851&item=4146756343

Tuesday, May 04, 2004 2:29:17 AM UTC  #    -
Humor | Life

Our vacation stay at Villa Poincianna in the Abacos was really terrific.  The house was amazing...remote and quiet, but a short boat ride from everything we wanted. 

We got to see a good mix of sea critters (sharks, turtles, 'cudas, rays, and plenty of other fish) while snorkeling.  Also, I was surprised at how 'un-touristy' the whole area was...no one bothered us to buy trinkets or bracelets (yes, that's what I expected) and local people were genuinely interested in helping us. 

The stay wasn't perfect.  Weather in the Abacos is apparently as uncontrollable as weather here in Michigan, and we ended up with high winds (and seas) the whole time.  No matter, we were snorkeling and boating in it every day.  The ride to Pete's Pub was especially interesting. 

Tuesday, May 04, 2004 12:20:09 AM UTC  #    -
Life

Being new to the whole blogging thing, I'm still learning what exactly this application is doing with my rambling text.  I've noticed that many of the hits on this blog are rss aggregators (mostly from rssreader.com), and this article has now explained that concept. 

I like the idea of getting all the news I care about brought directly to me...I wish I'd thought of that.

Tuesday, May 04, 2004 12:07:43 AM UTC  #    -
XML
 Saturday, April 10, 2004

Tomorrow afternoon, we're heading out for Lubber's Cay in the Abacos for our first no-kids vacation since our honeymoon (in spring 1997).  Seeya in a week or so! 

Saturday, April 10, 2004 2:11:01 PM UTC  #    -
Life
 Saturday, April 03, 2004

In a post last week, I complained that one of my Rainbow installations was hung on the update screen with the 'Your Database is up to date' message.  I found a solution (work-around, really), but more explanation is in order first. 

I had backed up a production database onto a local server, then tried running the update.  This backup had been made by copying the production data over an existing database, with the data copy mode set to 'overwrite'.  This is the scenario that caused problems. 

I ended up wiping out all tables in the local database, then running the data transfer again from the production site to the local one.  When I ran the update against this new local DB, it went just fine. 

So, I solved the problem...but I don't really know what it was...or something like that. 

Saturday, April 03, 2004 1:42:47 AM UTC  #    -
Rainbow Portal

I've noticed that sometimes Visual Studio .NET 2002 hangs when I try to delete a file or files from the 'Solution Explorer'.  It just gets stuck on 'deleting file' dialog, and I have to close it with the task manager. 

Is anyone else seeing this, or am I just really lucky?

Saturday, April 03, 2004 1:35:55 AM UTC  #    -
.NET
 Tuesday, March 30, 2004
In trying to update a Rainbow installation from v 1756 to 1757, I'm stuck with the message 'Your database is up to date'
Tuesday, March 30, 2004 7:54:02 PM UTC  #    -
Rainbow Portal

At a training session last week, I got to hear Steve Meagher of the FBI's Latent Print Section give a presentation on Daubert and other issues.  It was excellent, as was the presentation by Kasey Wertheim (www.clpex.com)

I was also reminded of an “old favorite” latent prints site, onin.com.

Tuesday, March 30, 2004 7:38:43 PM UTC  #    -
Latent Prints

...and he's a Michigander too.  Read the whole thing, but especially this MS/ CBS/ Janet Jackson/ Super Bowl conspiracy theory.

Thanks Mr. Wiggins!

Tuesday, March 30, 2004 7:11:11 PM UTC  #    -

 Thursday, March 18, 2004

I've been wanting to hook up a webcam, mostly so my PC can stare back at me while I work and partly so acquaintences I've made around the globe can put a face (mine even) with a name. 

I spent the big bucks ($29.95USD) on a LabTec WebCam and installed it (and its accompanying software) on my Toshiba Satellite A35-S159 running Windows XP. 

Immediately, Internet Explorer no longer could find the Internet.  I eventually rebooted the machine, and then couldn't even load Windows properly.  I was just stuck with a mouse icon that would hourglass when I passed anywhere over the Taskbar or Start Menu.  I tried to uninstall the camera software, but the applications list wouldn't enumerate...it just hung there, and rebooting several times didn't help either. 

Windows XP saved me with its Restore Points feature.  I went in there the next day, and it had a point saved for the moment before the camera was installed.  I ran the Restore wizard, and it worked like a charm.  Thanks Microsoft!

It's kind of creepy for a computer to be able to see you anyway, right?  I wonder if KMart will give me my money back...

Update: I'm not the only one with USB web cam problems...click here.

Thursday, March 18, 2004 3:14:21 AM UTC  #    -

Archive
<June 2004>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910
Quick Quips
    About the author/Disclaimer

    Disclaimer
    The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

    © Copyright 2009
    John Bowen
    Sign In
    Statistics
    Total Posts: 152
    This Year: 0
    This Month: 0
    This Week: 0
    Comments: 164
    Themes
    Pick a theme:
    All Content © 2009, John Bowen
    Theme modified from the 'Business' theme created by Christoph De Baene (delarou)