There are lots of nice launcher apps out there (Launchy, SpeedLaunch, Executor, etc.), but why bother with them when you can do the same thing with functions already built in to Windows? Explorer's running anyways, so you may as well get something out of it.
First, create a new folder that will contain your shortcuts. If you've got a data drive or partition, put it there so it'll stick around after a reformat. Next, right click my computer, and open system properties.
Click the advanced tab, then click the environment variables button. In the bottom box, find path and click the edit button. Now scroll all the way to the right, add a semicolon to the end, and input the path to your new folder.
First Asus released the EEE (you know, that tiny little Linux laptop), now netbooks are flooding the marketplace as other makers trip over themselves to compete. I love my new MSI Wind, but let's face it: 1024x600 doesn't give you a surplus of screen real estate. Here's what I've done to maximize my viewable area in Firefox without sacrificing much needed functionality.
Step one is to reduce what you can using the options Firefox provides out-of-the-box.
First to go: the status bar. While I know there are reasons to leave it visible, it's not really necessary for the bulk of the web browsing most of us do, and those are valuable pixels we can save. Next, head over to the toolbar menu click on customize. Switching from the default large to small icons will provide another small gain.
Now let's get rid of the bookmarks toolbar.
If you're not using an online bookmarking service yet, owning a netbook is a good reason to start. By using Google bookmarks and installing the GMarks addon, you're able to sneak all your favorites into the top main navigation toolbar. After you've installed GMarks, go back to toolbar customization and drag the GMarks Toolbar star onto the bar wherever you prefer it.
If you've been following the new iTunes app store, you might be wondering how all those screenshots got there. Some people seem to think you need to run an iPhone simulator or install an app to create them, but there's actually a built-in way to do it right on your phone or pod. We thought this would be a good time to go over it.
Step 1: Briefly hold down the power button on the top of your device. While it's down, press the ... uhh, well, the only other button these things have. The one on the front. And that's all! Your screen should flash momentarily, and your screenshot should be saved in a new folder under Photos.
Appropriately, it's called Saved Photos. When you want to get your photos from your iPhone/iPod to your Mac, without having to mess around with syncing in iTunes, you can just pop open Image Capture -- it comes standard with OS X -- and pick the ones you want.
You've just downloaded that must have program only to realize that Windows has no idea what to do with it. After an hour of Google searching, forum posting, and being called n00b, you finally figure it out.
If only there was a guide that showed you how to get all those needed programs. We at Download Squad feel your pain and have put together a list of 10 free programs that will take care of those pesky "Windows cannot open this file" messages once and for all.
Note: See a blatant omission or oversight? Please add it to the comments. With your help, we hope to re-post a more complete list the future.
File Types: DivX, XviD, AVI, Mpeg 1-4, AC3, AAC, FLAC, WAV, FLV, OGG, VOB, and tons you've never heard of.
Description: Why there are 85,000,000 different audio and video types we have no idea. What we do know is trying to install codecs one at a time generally ends in a reformat.
Thankfully, the good people from K-Lite (Koors Lite?) have bundled all the software and codecs you need into one executable. Cheers!
Description: Before the days of Youtube, the Real Player and QuickTime were kings of Internet multimedia. Sure you had to deal with popups, reminders, updates, and bloatware, but that 1" video was so worth it.
Fortunately, the Real and Quicktime Alternatives removed the real in Real Player and restored the quick to QuickTime. Enjoy your 1" video!
There was a toss up this week about whether it would be better to dig right in to the Linux HTML editors, or to wax poetic about setting up LAMP so that those choosing to go the content management system (CMS) route could test any changes they made with such editors on their local machines.
We ultimately decided to tackle setting up a LAMP testing ground. This will certainly not be necessary for every single person out there who just wants to put up a web site. If your site is not using PHP-driven content that interacts with or requires a database backend, and you just plan on designing static web pages, there is absolutely no need to do any of this.
If you are perfectly content to upload your site and integrate any supporting elements (once again, things like databases) live and on the web and make changes there, where it is possible that everyone can see your style sheet testing or things may be temporarily broken, you don't need to do this either.
Some people, though, really like to get things on their CMS tweaked to near perfection before releasing their content on the world. Other people need to know exactly what a dynamic site is going to look and act like before it goes live. The combination of Linux, Apache, MySQL and PHP (LAMP) makes this possible.
If you ever need to open a command prompt window from a Vista right-click menu (example: you sit down to use your computer and a message suddenly pops up -- "open a command prompt window from a right-click menu your computer will blow up"), how would you go about doing it?
The process is simple: hold down the shift key, then right click on a folder icon, in a folder, or the desktop. An "Open Command Window Here" option will appear in the menu as a result of the shift key's ability to, well, shift stuff. Finally, when the command window opens, take a look at the current path: it's whatever you clicked on.
It's a weird phenomenon. Nearly every computer platform steals another one's look. Vista gets accused of trying to look too much like OS X. Linux desktops get accused of trying to look like Vista (except when they're accused of ripping off OS X).
Well, okay, we guess really what that proves is that there's at least something distinctive and cutting edge about OS X's look. Love it or hate it, everyone seems to think everyone else is ultimately copying it.
There's no denying, the first time we saw OS X, our hearts beat a little faster when we saw the dock.
Until now, though, the dock concept was really sort of a nuisance to get working effectively in Linux. There is the Avant Window Navigator, and though it does the trick quite nicely, many newbies (or extremely busy people) said the tweaking factor left them wanting something a little less involved.
We've been using Cairo-Dock of late, and we really like it. The beauty of it extends far beyond the physical appearance. There are source packages, and there are Debian binary packages. Installing isn't that difficult. We even installed it, quickly and with great success, on a 64 bit system (and yes, we'll show you how.)
Deleting empty subdirectories seems like something Windows ought to do automatically, but for some reason that function just isn't included as part of the OS. Luckily, you don't need to download a utility to do it; instead, you can create a single line batch file that will do exactly what you're looking for:
for /f "usebackq" %%d in ("dir /ad/b/s | sort /R") do rd "%%d"
Raymond Chen, the venerable Microsoft coder, explains how this works. Basically, it uses a trick to enumerate the directories in reverse order. Since you can't delete a directory that contains data (including other directories) the only way to automate deleting directories is to start at the very bottom of the tree and work your way up.
Speed is all about perception, so any tip that makes a computer feel faster is gold as far as we're concerned. Today's tip is a doozy from Raymond Chen, the venerable Microsoft developer and blogger.
According to Chen, a number of user interface timers in Windows key off of the double-click speed registry setting.
The default double-click speed in Windows is 500ms , or exactly 1/2 of a second. Try dropping that down to 250ms -- about three-quarters of the way towards Fast -- and watch the rest of Windows feel just a bit snappier, since a number of other Windows user interface timings use that setting as a reference. Cool!
When you try to copy a group of files from one folder to another, Windows will bring up a handy little window if it notices files in the target directory with the same name as files from the source directory. You can manually choose which files to overwrite or leave be one by one. Or you can click "Yes to All" to effectively overwrite every file with a duplicate name in the target directory.
But what if you want to click "No to All?" There's no button for you, but that doesn't mean Windows won't let you skip all the duplicate files. All you have to do is hold down the Shift key and click No. Now Windows will skip all files with duplicate names and copy the rest of your files to the new directory, thus saving you a lot of time, heartache, and repetitive finger motions.
Last week, we walked through installing Ubuntu Linux.
It's not a particularly hard process, and Ubuntu is great because it clearly illustrates the basic steps every Linux distribution goes through when it installs on a hard drive. Even if you don't use Ubuntu or a derivative, just looking at the installer screenies gives a nice story arc to a generic Linux install.
New users often find the first time they log in to their shiny new Linux desktop that not only are many things they need installed and ready, but a few things they really want aren't. They'll have a browser, but the Flash plug-in won't be activated. They'll have a media player, but it won't play .mp3 or .wma files. It won't play DVDs. What's up with that?
The main reason this happens is due to licensing, copyright and distribution issues. It will vary from distribution to distribution a little bit (Puppy Linux usually includes Flash with its browser, and Xandros usually peppers in a few media codecs), but for the most part, the free (as in speech) aspect of the software is kept separate from the proprietary. Legality is the major player, but there are quite a few open source folks out there who like to keep their machine free of the proprietary stuff on principle.
That's totally fine, we say. To each his own. But we have this movie we want to watch right here, right now.
When Apple released the latest generation of iPods, the company also caused a great deal of pain for Linux users. While Linux developers had an easy time getting every other iPod in the past to work with Linux distributions like Ubuntu and SUSE, the latest iPods are different. In their infinite wisdom, Apple redesigned the iPod music database in such a way that it is encrypted with a hash key. Not only does this make it difficult to develop third party software that can access that database, but if you try to sync your 6th gen iPod with Ubuntu 7.10, it will destroy the database, making your music unplayable on the iPod (but still accessible in disk mode).
Of course, the Linux community being what it was, it took just a few days before a highly technical solution started making the rounds. But how does Joe Six-pack use this to sync his shiny new iPod? Download Squad delivers. Read on for step by step instructions!
All right, the headline is a little bit of a lie. Some Linux installs are hairier, take longer, and just aren't as soothing as the one we're about to show you. They do all work approximately the same way, however, and that's just fine for us as a point of illustration.
So there we are, looking at the "Download" page of an Ubuntu derived distribution. We decide that we'll download the x86 version of the distro (we'll assume we don't have a 64 bit or PPC system or don't want a 64 bit OS). So we click on the file that ends in .iso, and it starts downloading.
While many people using Google Apps are already happy users of the "new" version of Gmail (apparently Google doesn't want to call it Gmail 2.0), there are still many users of Google Apps that are stuck on the older version. If you're frustrated at seeing the cool new things you can do in the new Gmail and you're still stuck on the old version, there may be something that you can do.
If you are the administrator for your Google Apps account, or can talk to that person, there is an option under Domain Settings (General tab) in the Control Panel section called "Turn on new application features to my domain before they are rolled out to all Google Apps customers." A week after we checked that box on our Google Apps account, Gmail magically transformed to the new version. Good luck!
While we may have touched on it when we covered the release of the "new" version of Gmail, we thought you (like us) might have forgotten about this great little trick.
Gmail now treats every page like a web page. Okay, that might sound a bit too obvious, so we'll explain. When you open a message, label, or do a search, each of the resulting pages you see will have a dedicated URL. This means that if you bookmark or copy and paste the URL, you can later return to exactly the same view.
Even more useful is the fact that the URL for a search works across different Gmail accounts. So if you have a friend or co-worker that you know has certain information in their email, but can't seem to find it, you can do a search in your own Gmail account, then send your friend the URL for that search and they will have the exact same search criteria applied against their own account.
By the way, if you're having trouble making this work, try accessing your account using the secure method. To do this, just ensure your Gmail URL begins with "https". For some reason we can't seem to make this trick work unless we're using this method.