Browse by Tags

All Tags » Tips / Tricks (RSS)

[Utility] TeraCopy removes the file copy pain from Windows Vista

Last September, I asked why aren't Windows file copies restartable ? It's a huge productivity killer - and very frustrating - when you're copying a large file from a network share or over a VPN and the copy fails when it was 80% complete. At that point...
Posted by Jon Galloway | 8 comment(s)
Filed under: ,

Opening Adobe Illustrator (AI) files when you don't have Adobe Illustrator

You've been waiting for the design firm to send final artwork. The e-mail finally arrives... Uh, oh. That organic.ai file is an Adobe Illustrator Artwork file. Since I'm not a full time designer, I haven't gotten around to spending $600 for Illustrator...

Getting JavaScript and ASP.NET talking (outside of AJAX)

Passing values between ASP.NET and JavaScript code is messy A lot of effort has gone into simplifying the AJAX pattern, in which your JavaScript code calls methods on the server without requiring a full page post. You don't hear much about the synchronous...

Registry setting keeps Windows from wigging out when you open lots of IE7 tabs

Summary Opening too many tabs in Internet Explorer 7 can cause the Windows shell to switch to "Evil Mode". Fortunately, there's a registry setting that fixes the problem by increasing the Windows heap size. The Problem Internet Explorer starts to go nuts...

Ten Tips for a Happy Upgrade to Visual Studio 2008 (Release)

Visual Studio 2008 has been out for over a week. I've upgraded three machines (two Vista, one XP) from Beta 2 to RTM, then upgraded a couple of projects. I've also been watching blog posts and listening in at the Twitter water-cooler to hear about other...

Creating Zip archives in .NET (without an external library like SharpZipLib)

Overview SharpZipLib provides best free .NET compression library, but what if you can't use it due to the GPL license? I'll look at a few options, ending with my favorite - System.IO.Packaging. SharpZipLib is good, but there's that GPL thing SharpZipLib...

[Tip] Use RUNAS to set your Windows Auth domain for database connections

Ever run into problems connecting to a database using Windows Authentication when you're not on that domain? I sure have - I was connecting over VPN, wanting to use SQL Server Management Studio, but my VPN account wasn't in the correct domain to authenticate...
Posted by Jon Galloway | 3 comment(s)
Filed under:

Easier VPN connections from a Windows desktop

Connecting to a VPN in Windows is a bit painful if you do it frequently. It's a relatively simple task, but it's "death by a thousand right clicks", and it takes a good fifteen seconds. If you're on and off VPN's frequently, it's worth taking the time...
Posted by Jon Galloway | 3 comment(s)
Filed under:

Presentation tricks - Command Windows

Time management is a big part of a technical presentation. You want your demos to go fast enough to keep your audience's attention, but you don't want to gloss over details and lose them. Here are a few tricks I've used when showing something command...
Posted by Jon Galloway | 2 comment(s)
Filed under:

Failed Orcas Beta 1 install - Check for Office 2007 Beta Installer records

The Orcas Beta 1 install kept failing on my laptop with a non-specific error. The install log didn't say anything very helpful: Microsoft Web Designer Tools: [2] Component Microsoft Web Designer Tools returned an unexpected value. setup.exe: [2] ISetupComponent...
Posted by Jon Galloway | 1 comment(s)
Filed under: ,
More Posts Next page »