Hello Brad. ... Yes, you're right. Currently I'm just doing some tests with it. However, there's still a possiblity of replacing the default mechanism with the...
I have a Q for the outlook lovers/experts... From time to time I get a lot of mails multiple times from my provider. Especially when there is a virus hitting...
... Right. We do that exact thing, and just keep it in memory (the session or the cache is good; something that'll eventually expire on its own and take the...
Hello again Brad. ... Yep, that sure is a better strategy than the one I was thinking about. And doing it like that really takes care of my problems (keeping...
Just to add 2pen'orth. This assumes that the user will always come back to the same web server. He probably will but if your scalability plans mean he might...
... Using session future-proofs you here. Microsoft's answer to web farms is database-backed session data. At least then Microsoft has already written all the...
Totally agree. Another reason not to reinvent it yourself! - R ... Dynamisys Ltd outgoing mail is checked for viruses. Checked by AVG anti-virus system...
The buzz and rumor is that SP1 of Office 2003 will add increased functionality to OneNote and Infopath. I've read this on several Windows related sites. No...
I own a Rio Cali 128. It is a compact flash based player, which I do like. I've had it since Christmas. For your needs, you might want to try out the Rio...
Brad, How do you handle the user opening a new window using File->New? This keeps the same session... Regards, Rob -- RMTrack a great bug tracking tool! Fully...
InfoPath will support .NET and a richer set of events in SP1. Right now you can only program in Javascript and VBScript. Also, right now there are a very...
... This is something to consider... if you're going to be jostling the player around a lot, then a hard-drive based solution may end up giving you trouble in...
You saw this, Chris? http://www.pcmag.com/article2/0,4149,1476490,00.asp Plextor PX-708UF is an Editor's Choice. Ethan Brown stays up with these, and he has...
... The truth is, I've only ever seen geeks use this feature. In some ways, I'm very glad our software isn't used by geeks or developers. :) In my mind, this...
... If you already have a burner, I'd wait to upgrade. The dual-layer burners are a pretty big win, and I expect we'll see them sometime this year. Plus, ...
Whether a device is bootable or not is entirely up to the BIOS. That said, even if your BIOS doesn't support it, you could accomplish the same thing by ...
I used the ppc solution, with a 5 gb PCMCIA hard drive. That worked fine for me. I used the hard drive also for moving pictures of a memory stick... (I did not...
... trouble ... shortened. ... If and when the city starts driving the eLevated trains so fast that they're bouncing on and off the tracks, I think I'm going...
The ASP <form tag>name can be whatever you want, so what about in the codebehind testing for that name and taking a particular action? Or adding a string...
SteveC
stevec@...
Feb 1, 2004 8:47 pm
25840
I'd have to advise staying away from the gateway dmp-x20 player (20G), at least for those interested in its ability to play audible.com content. The player...
Brad, It also happens on "open link in new window" (also links with a target=_blank). I'm not sure how often "open link in new window" occurs... but I do use...
... We never use it. Some crude popup blockers cause the windows to be closed, and users are getting trained to instinctively close any window that even smells...
http://fileforum.betanews.com/detail.php3?fid=1054136293 RealPlayer Alternative and QuickTime Alternative are combinations between Media Player Classic (an...
I have the Plextor and I can heartily recommend it. It doesn't come with Nero, but it is fast and has worked very well for me. The dual-layer ones Brad...
I have also wondered how archiving works, and have always turned it off since I wasn't exactly sure what it did. When it creates an archive file, it simply...
There are two kinds of archiving, manual and auto. The only difference, is auto does it on a schedule. When messages are archived, they are simply copied to...
Hi, Given the following elements: <div id="floater">Floating text</div> <div id="main_text">Non-floating text</div> and the rule: div.floater { float: left; } ...
... Below, because the style is wrong. ".name" is used for 'class=', and "#name" is used for 'id='. Try: div#floater { float: left; } instead. Brad -- Read my...