CyberNotes: Auto-hide any Firefox Toolbar

This article was written on November 12, 2008 by CyberNet.

CyberNotes
Web Browser Wednesday

Having toolbars in a browser can be both frustrating and convenient. On one hand they can often cram a lot of useful functionality into a small area, but on the other hand they eat up precious space that could be used for viewing websites. After all, we know what your browser can look like when you’ve installed a few too many toolbars.

I’ve managed to find a happy medium by automatically hiding the toolbars so that they only appear when my mouse hovers over any other toolbar (ex. the navigation/address bar), and that’s what we’re going to show you today. First we’ll go ahead and demonstrate how to do this with just the bookmarks toolbar, and then we’ll walk you through the steps needed to apply this to just about any Firefox toolbar such as the Google Toolbar.

–Auto-hide a Toolbar–

  1. Make sure you have the Stylish extension installed in Firefox.
  2. In the bottom-right corner of the Firefox window you should see the Stylish icon sitting in the Status Bar. Click on the icon, and go to Write Style > Blank Style.
    stylish blank style.jpg
  3. Provide a description for the toolbar that you’re about to auto-hide, such as “Auto-hide the bookmarks toolbar”. In the code box copy and paste the following:

    #PersonalToolbar{display:none;}
    #navigator-toolbox:hover > #PersonalToolbar{display:-moz-box;}

    The “PersonalToolbar” ID refers to the bookmarks toolbar, and when all is said and done your Stylish window should look something like this:
    firefox autohide toolbar.jpg

  4. As soon as you hit Save the changes should take effect immediately. The bookmarks toolbar will be out-of-sight, but it will reappear when you hover over another toolbar (like the address/navigation bar).

–Find the ID of a Toolbar–

Now what about the toolbars who’s ID you don’t know? That’s a little trickier, but it won’t take you long to catch on. The toolbar we’re going to use in this half of the demonstration is the Google Toolbar, and we’ll show you step-by-step how you can find its ID so that you can auto-hide it.

  1. If you’re using Firefox 3 you’ll need to go and download the DOM Inspector since it’s no longer included with the browser. It is bundled with versions of Firefox prior to version 3.
  2. Once it’s downloaded and installed you need to start it by going to Tools > DOM Inspector. This tool will give us the ability to get the ID of any element in the browser, including toolbars.
  3. Go to File > Inspect Chrome Document, and choose the first item in the list (it may say something different than what my screenshot does).
    chrome inspect.jpg
  4. Now in the DOM Inspector click on the icon in the toolbar that has a mouse cursor pointing to a rounded box. Then switch over to the Firefox window and click on an item on the toolbar you want to auto-hide. You should see a red box appear around it as you’re clicking.
    firefox dom inspector-1.jpg
  5. Now if you switch back to the DOM Inspector it will have highlighted the item that you clicked on. We’re looking for the ID of the toolbar itself, and not the item that you clicked on which was likely a button on the toolbar. If you look a little above the item that you clicked on you should see the ID of the toolbar:
    firefox dom inspector id.jpg
  6. Now we just need to plug that ID into the Stylish script that we provided above. So auto-hiding the Google Toolbar would look something like this:

    #gtbToolbar{display:none;}
    #navigator-toolbox:hover > #gtbToolbar{display:-moz-box;}

That’s all there is to it. It may take a little while for you to get the hang of using the DOM Inspector, but it will be worth it.

–Overview–

Now the power is in your hands to auto-hide as many toolbars as you want. This trick will also work for hiding multiple toolbars simultaneously, and they will all appear at the same time when you hover over the navigation bar.

Also, feel free to leave the ID’s of any toolbars you find in the comments below so that you might save other people a little bit of trouble.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Microsoft Windows Vista Comics, Jokes, and Humor!

This article was written on February 23, 2007 by CyberNet.

CyberNotes
Free for All Friday

It’s Friday, and I figured you might need a laugh or two to get your weekend started. I’m a  PC person myself, and I like Windows, but sometimes I can’t help but laugh at some of the jokes. Below you’ll find a collection of humorous Windows Vista comics and jokes that I scrounged up from all over the Net. Happy Friday!

VistaJoke1

Source: Joyoftech.com

VistaJoke2

Source: BootStrike.com

VistaJoke3

Source: Blaugh

Click image to enlarge.

VistaJoke4

Source: UberGeek

VistaJoke5

Source: TheVistaForums

Click image to enlarge.

VistaJoke6

Source: PCWorld

VistaJoke7

Source: Joyoftech.com

VistaJoke8

Source: UserFriendly.org

VistaJoke9

Source: Joyoftech.com

VistaJoke10

Source: Joyoftech.com

And just because it’s funny, I’ll throw in a little iPhone humor too!

Iphonejoke

I hope you got at least one laugh, or two out of that collection. :)

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Tips for Traveling With Your Laptop

This article was written on June 24, 2006 by CyberNet.

CyberNotes
Weekend Warrior
 

Nowadays many people aren’t traveling solo anymore; they are bringing along their laptops- both those traveling for business and those traveling for pleasure. We simply like to stay connected and do so with the help of our portable computers. This is made easy with wireless connections that are popping up everywhere from airports to hotels. For those that travel frequently, this probably won’t help you quite as much as someone who is new to traveling with their laptop. It can be a bit more complicated, especially if you haven’t done it before!

TITLE

To begin, lets talk about your experience at the airport. First and foremost, your laptop belongs in with your carry-on baggage. It is wise and highly recommended not to check your computer. Have you seen the bags being thrown around while getting loaded on and off the plane? Imagine what your laptop would look like after being thrown around a few times! When going through security, most if not all airports will require you to take the laptop out of the bag and out of a case if you have one. Keep an eye on your laptop and wait to put it on the belt until you are ready to walk through the metal detector. You wouldn’t want somebody at the other end to snatch it and run with it! Once you get on the plane, it’s a good idea to store it under your seat versus in the overhead compartment (this of course makes it easier to get out during flight to work or watch movies!). Here are a few additional tips for your flight:

  • Carry an extra battery or two: It’s not a bad idea, especially for long flights.
  • If your battery dies and you’re desperate, head for the lavatory where you will probably find an outlet.

Next, when traveling to international locations, you will be faced with new complications. There are 9 different power plugs that are used around the world. Additionally there are 39 different telephone jacks in use. This can certainly make plugging in and connecting to the internet more of a challenge than expected. To solve these problems, there are electrical plug adapter and telephone jack kits readily available. One site I found that sells a whole kit for power plugs can be found here.

Finally, this may seem obvious but not everyone thinks of it. Carry your laptop in a padded bag! This is something good to do no matter where your laptop is going, but especially when you are traveling by air! A little extra padding can go a long way!

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Hold Your Horses, I’m Just Chilaxin!

This article was written on April 19, 2008 by CyberNet.

CyberNotes
Weekend Website

It’s amazing how many new words have appeared within our vocabulary over time(meaning the general population as a whole, not you specifically). Many of the slang and jargon types of words never end up in dictionaries for obvious reasons, so where is someone to go when they hear a word that isn’t defined in the dictionary and they don’t know what it means? Today we’re taking a look at several different dictionaries available on the web that cover all of the words, idioms and phrases that don’t make it into Webster’s Dictionary. Up first is Urban Dictionary…

 

urban dictionary Urban Dictionary (link)

In the footer of the Urban Dictionary website, there’s a warning that reads “Urban Dictionary is not appropriate for all audiences.”  We’ll start out by mentioning that first because there is some content on there that may offend you, or may not be appropriate for children. With that said, Urban Dictionary does have all kinds of “useful” information on it if you’re looking for specific definitions of different slang words.

Navigating Urban Dictionary

If there’s a particular word you’re looking for, you can just enter it in the search box or click the letter that it starts with on the alphabet listed across the top of the page. If you’re visiting just for fun, there’s a “random” link which you can click on to see a slang word displayed and the definition of it. They also have a word of the day each day, like on April 15th, tax day in the United States, one of words was IRS redefined as “Income Removal System” instead of “Internal Revenue Service.”

Some of the words I came across while clicking the “random link”:

  • Office Ghost – an employee who maintains a position at a company despite the fact that all of his job duties have been reassigned to other employees.  This could be by the ghost’s own design or due to restructuring within the department.”
  • Subwoofing – the often inconsiderate action of playing a car stereo at full blast simply to annoy those around you
  • Shoulder Surfing – to look over the shoulder(s) of a person with whom you are currently engaged in conversation to see if you can find someone ‘better’ to talk to.

Voting up/down words

All of the words on Urban Dictionary are user-submitted. Users can vote up or down definitions of words depending on whether they felt the definition somebody wrote was accurate or not.

Add/Edit words

Anybody can contribute, but they do have editors that look over what has been submitted to make sure people aren’t spamming or using a specific name of someone in a definition. Part of the submission process includes adding a definition, providing an example, and then tagging the entry.

urban dictionary 1 

Double-Tongued Dictionary (link)

Double-Tongued Dictionary focuses on slang, jargon, and “new words.” In the about section on the site they say, “this site strives to record terms and expressions that are absent from, or are poorly covered in, mainstream dictionaries. Unlike Urban Dictionary, Double-Tongued Dictionary doesn’t really include many words that people would find offensive.

Navigating Double-Tongued Dictionary

You can perform a search on the site using the search box on the right side of the page. You can also click on the “categories” link at the top of the page to view all of their categories. Like Urban Dictionary, they too have a word that they highlight each day which you can receive via RSS or email. Examples of slang or jargon types of words that I came across while visiting the site:

  • door buster – a discounted item of limited quantity intended to bring customers into a store
  • chillax – to relax, take it easy, chill out
  • suicide lane – a center lane used for passing or turning on a three-lane road or highway

By clicking on “categories” you’ll also find that they include words from other countries. For some countries, the list of words is very limited. For each word, you’ll also find a list of citations of where the definition came from.

double tougned dictionary

Commenting

People are able to comment on each of the words and no sign-up is required.

Adding words

Adding words to Double-Tongued Dictionary requires submitting an email to the editor. They look at several criteria to determine if your submission can be included. The editor actually edited “The Official Dictionary of Unofficial English”.

Idiom Site (link)

This is a fun site to visit to find out what some of the idioms mean that you hear. Some of the idioms they include you’ve heard over and over, but others you probably haven’t. To start, we’ll first define an idiom which is a manner of speaking that is natural to native speakers of a language. When someone says “break a leg,” do they really mean to go break your leg? Of course not! Most people know that the saying is associated with good luck but not everybody has heard the saying before and might be confused when they hear it for the first time.

idiomsite

Navigating Idiom Site

Navigating this site is super simple because right on the landing page they have the alphabet listed out so that you can click on a letter to view words. Examples of idioms include:

  • apple of my eye
  • baker’s dozen
  • double whammy
  • erueka
  • excuse my french
  • gung ho
  • hold your horses

and more…

Sumbitting an Idiom

Anybody can submit an idiom by clicking here. All you have to include is the idiom itself, and then a description of it. Just because you submit one doesn’t mean it’ll be included, but the editors will at least look at it.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: A Look at Microsoft’s Zune

This article was written on June 23, 2008 by CyberNet.

CyberNotes
Microsoft/Mac Monday

With all of the frenzy surrounding Apple’s iPod, Microsoft’s Zune seems to have been forgotten about even though it’s a quality product. While a majority of people out there have at least heard of the iPod, there are probably still many who don’t really know the Zune exists. And those that have heard of it may not be aware of some of the great features that it offers. Today we’ll be taking a look at the Zune and what it is, but we’ll also be taking a look at Zune Social, Zune Pass, and Zune Marketplace.

We would like to mention before we get started that we haven’t been able to physically use a Zune ourselves, so this won’t be a review, rather it will simply be facts about everything Zune. If you own a Zune, feel free to leave your personal opinions about it…

About the Zune…

zune.pngMicrosoft first launched the Zune back in November of 2006. About a year after its launch, the second generation of Zune’s were announced to include what they call the Zune 4, the Zune 8, and the Zune 80. They retail for $129.99, $179.99, and $249.99 respectively.

There are a couple of really great features that the Zune offers which other media players, like the iPod don’t. Probably the biggest is the wireless syncing and share which is available to Zune users. Zune users are able to share files on their device with their friends who have Zunes. Additionally, they can sync their devices wirelessly with a Windows PC. Another feature which the Zune has the iPods don’t is an FM Tuner. Not everybody is about downloading all of their music, there are still some people who enjoy listening to the radio which is why it’s nice the Zune includes this feature.

Out of all of its features, there are only a few which people might have complaints with. First on the list is that the Zune offers 20 hours of battery time for music and 4 hours of video. It’s not that this is terrible, but other devices out there do offer better. Another minor complaint is that the software that you need is compatible only with PC’s running Windows. Unfortunately it’s not compatible with Mac computers. We’ve come across several other minor complaints that mainly had to do with the software, but overall, people are happy with it.

To get a better idea of how people feel about the device, I decided to go to Amazon to check out the most helpful favorable review, and the most helpful critical review. This is what I found:

The most helpful favorable review (part of it):

I’ve owned 5 different kinds of iPods, as well as the original Zune, and I must say, that this product is by far the best of the group. I spent the day trying to return my iPod Classic (80GB) so that I could get my hands on one of these—and I had to look just about everywhere in town to find one.

Is this better than the iPod Classic? Undoubtedly.

The most helpful critical review:

In a nutshell, the person who wrote this review felt the Hardware is improved but the software is lagging behind.

I got this new Zune 80GB. The player looks and feels very nice. The material looks very quality and futuristic.

The sound quality of the player is neither better nor worse than the first generation. It was generally good with the first player. But actually, they have removed the EQ option altogether in the second generation. So, you are left with the standard sound that comes with it. But, I found the sound quality very good, way better than other very popular mp3 players, which was the primary reason for me to go with Zune. Its screen is large and very clear. Picture and video quality are very good.

If there was one feature that it appears as though users love the most, it’s the Wi-Fi sharing which leads us to the social aspect of the device…

Zune Social

Microsoft appears to want Zune owners to get social with Zune Social. What it does is that it tracks the music that a user is playing. Everybody has a few favorite songs, and Zune Social will be able to tell you what they are. The main thing with the service is that you can explore and share music with people that you add as friends. The more friends you have that own a Zune, the more useful Zune Social will be to you.

When you first go to the site, you quickly get an idea of what they’re all about because they display the most played albums, the most played songs, and the most played artists.

Once Zune users sign-up, they’ll be able to see what their friends are listening to and then send them recommendations of songs they should get.

zune social.png

Zune Pass

One of the things I hear Zune owners raving the most about is Zune Pass because for a reasonable monthly price, you get unlimited music. The only restriction is that you can only copy the music on up to three computers, and three Zune devices, and those songs can’t be burned to a CD. All it costs is $14.99 per month.

Zune Marketplace

Think of the Zune Marketplace as Microsoft’s version of iTunes. It’s where you go to get your songs, albums, videos, podcasts, and TV shows. They break everything down into categories so it’s easy to find. They’ve got about three million songs available for download which pales in comparison to the more than 6 million songs iTunes offers.

Wrapping it up…

Before jumping on the iPod bandwagon, you may want to consider your other options out there including Microsoft’s Zune. Without trying it for ourselves, we can’t tell you from personal experience what it’s like to use one, but from reading about the features and even reading personal reviews from other users, it’s a great device worth considering.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: The Best Microsoft Office Templates

This article was written on April 02, 2007 by CyberNet.

CyberNotes
Microsoft Monday

 

If you use Microsoft Office, chances are, you’ve at least taken a look at some of the templates that are made available online for users.  There are a ton of them, and they’re conveniently divided into categories so that you can find what you’re looking for.  Some are better than others, and generally you can find at least one or two really good ones within each category.

Two of the templates that I see people use most often are for calendars and resumes, both of which Microsoft offers several good options. While I was searching through the selection online for these templates, I found that typically some of the really good ones require a validation process to make sure your copy of Office is legitimate. If it’s not, sorry, you’ll be out of luck and you’ll have to select only those without the star.

Anyone can easily browse through the templates that Microsoft has to offer, so I will just point out some of the favorites based upon votes that might interest you in two different categories.

—Calendars—

Within this section, you’ll find calendars divided by year– starting with 2006 and going up to 2008.  Then you’ll find other options like academic year calendars, multiple-year calendars, and a few other varieties.

Calendar1

Calendar2

 Calendar3

 —Resumes—

I don’t think anyone would argue that writing a resume can be a daunting task.  Lots of people turn to Microsoft’s templates for an outline of what they need to include to help them get started.

Within the templates section for Resumes, they divide it into three separate categories – basic, job specific, and situation specific. As with the calendars, the downloads that are marked with a star mean that unless you do the validation process to confirm that your copy of Office is legitimate, you won’t be able to download them.

Resume1

Resume2

Resume3

There are so many templates in a variety of categories from databases and diagrams to postcards and business cards.  If you haven’t used a Microsoft template before, definitely check them out.  While the templates may not look exactly the way you want it to, it at least gives you ideas of what you would want and helps you get started.  The complete list of template categories can be found here.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Best Sites for Researching Cars and Trucks

This article was written on April 26, 2008 by CyberNet.

CyberNotes
Weekend Website

Many people around the World are dependent on cars to get to work so that they’re able to make a living and provide for themselves and their families. Because of this, purchasing a car is one of the most important investments that they’ll make. The process of deciding which cars are of interest and then actually purchasing the car can be a complicated one, but thankfully there are several great websites out there that make it just a bit easier. Today we’re taking a look at four different sites that are great resources if you’re purchasing a car whether it’s a new or used one you’re after. They are:

AutoTrader (link)

One of the features we like best about AutoTrader.com is their new Research & Compare tool. It’ll help you find the right car for you through the use of reviews, videos, and 360″ views of the vehicles.

To get started using the research and comparison tool, you’ll start browsing by a specific model, manufacture, price range, or a specific model if you know what you’re already looking for.

auto trader.png

I decided to search by price range, and so I clicked on the $15,000-$25,000 range. From there it pulled up a list of vehicles that matched my preferences. I could further modify my preference by selecting a year range, a body type, different makes and models, and fuel mileage. Anytime I changed my preferences, new results would be displayed and then I could click on any of the vehicles to get more information.

They include all kinds of information that will help you determine if the car is right for you. From the vehicle page I was able to read the following:

  • expert reviews
  • consumer ratings and reviews
  • safety and recall information
  • pricing and incentives
  • view photos and 360 spins
  • features
  • capacity and specs
  • warranties
  • colors it’s available in

I could also compare the car to any model, similar models, or previous models of the car. If I decided I wanted the car, there was the option to enter in my zip code to find the vehicle in my area.

Auto Trader homepage.png

Cars.com (link)

At Cars.com, one of their nicest features is the “Shopping Advice” section. Here you’ll find all kinds of advice on the following topics:

  • Buying
  • Fuel Economy
  • Certified Pre-Owned Vehicles
  • Leasing
  • Lifestyle
  • Incentives
  • Financing
  • Gadgets for the Car
  • Selling
  • and more…

If you were looking for advice on leasing a vehicle, Cars.com provides a quick quiz to test your knowledge of leasing, and then they provide information on whether or not it’s a wise choice. There’s a whole section of information that covered topics like leasing benefits, guidelines, and sample pricing scenarios. There’s also a Loan vs. Lease calculator which is particularly nice because it flat out tells you what your monthly payment would be (roughly) for buying and leasing so that you can compare them and then determine which route you should take.

cars.png

Car and Driver (link)

Car and Driver’s New Car Buying Guide is probably one of the site’s nicest features, particularly their option to browse by market segment. Here are some of the market segments you can choose from:

  • best-sellers
  • budget safety picks
  • crossover-big
  • crossover- compact
  • crossover- mid-size
  • most researched
  • performance variant
  • quickest cars
  • and more…

I chose to search for the quickest cars and then it broke it down into different price ranges like $18,000 and under, under $25,000, and under $33,000. If I wanted to, I could further narrow my search by viewing particular body styles.

Another section of the site you’ll definitely want to checkout for anything car related is their Forums. They’ve got a very active forum where you can go to offer advice or seek advice if you needed.

car and driver site.png

Motor Trend (link)

If I had to pick one feature about Motor Trend that I liked, it would be their dedicated section for used cars. Not everybody is out to buy a brand new car, so the section dedicated to used vehicles is nice. When you click “Used Cars” in the menu at the top of the page, you’ll be able to choose from the following options:

  • photos
  • pricing
  • safety
  • recalls
  • specs
  • classifieds

If you were wondering what the specs were for a 2002 Ford F-150, you could search for the specific brand of car (Ford) and then for the specific model. Once you clicked the model of the vehicle you were looking for, it would list out all of the different years which you could click on to learn more about the vehicle’s performance, handling, cargo space, what the interior is like, and more.

motor trend.png

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: DM2 Brings Minimize to Tray and Transparent Windows to your Computer

This article was written on February 27, 2007 by CyberNet.

CyberNotes
Time Saving Tuesday

I am all about freeware that gets the job done, and the free application that I am about to talk about definitely gets the job done! It’s a brilliant program that offers a wide range of features you wouldn’t normally find on your Windows computer. Let me introduce to you DM2 (Download Mirror)!

Before I get started I’ll let you know that the program doesn’t have to be installed! Yep, I always love freeware programs that you can just download and run without having to install…and this is one of those. So don’t be hesitant to try it out yourself, and I’m sure you won’t be once you see all of these features:

  • Minimize to Tray – This is probably a feature that a lot of you will love. DM2 can minimize almost any application to the System Tray to clear up some room. TrayDevil did this as well, but I think I actually like the configurability and feature set that DM2 offers which you’ll see in the rest of this list.
    DM2 Minimize to Tray
  • Minimize to Floating Window – This is a really unique feature that I haven’t seen before. Basically, you can make DM2 minimize a window to a small floating icon so that it can still be accessed rather quickly, but takes up virtually no room. You can then choose whether the little icon is always on top or gets hidden behind other windows. Check out what one of the icons looks like:
    DM2 Floating
  • Hide a Window – This will completely hide a window from both the System Tray and the Taskbar so that you won’t be cluttering up anything. Go on, I know you’re begging to know how you get the windows back then…from the DM2 System Tray right-click menu:
    DM2Hidden
  • Always on Top – This will help ensure that a particular window will always remain on top of other windows. Not the most advanced feature, but one that should undoubtedly be included with Windows.

  • Transparent Windows – Making any window transparent is always a cool thing. Well, maybe not always, but with DM2 you can assign a hotkey so that adjusting the window transparency is always just a click away.
    DM2 Transparent
  • Quick Access Menu – The DM2 menu is where all of the fun happens. You can access it by right-clicking on a window’s titlebar which will give you access to some of the features you might have been looking for, including transparency adjustments and minimizing the window to the Tray or floating icon.
    DM2 Menu
  • Align Window – Quickly position a window in one of several common places on the screen. This can come in handy when you’re trying to organize multiple windows that you have open at the same time.
    DM2 Align
  • Resize Window – Resize a window to a preset size or to a certain percentage of what it is currently at.
    DM2 Resize
  • Open/Save Dialog Favorite Locations – This is a pretty cool feature. When you go to open or save a file I’m sure there is just a handful of different directories that you save your files to. With DM2 you’re able to customize a list of directories that will be accessible through a menu on the Open/Save dialog that pops up.
    DM2 Open Save Dialog

The program is  highly configurable as well, and instead of taking screenshots of all the options it offers, I thought I would just point you to the page they have already setup for the settings. It describes the different features that can be configured in a lot more detail than I was planning to do. A quick glance at that page and you’ll realize what I’m talking about.

Now I do have to give the developer of DM2 a lot of credit, because almost all of the features work flawlessly in Windows Vista. The only thing that didn’t function 100% correctly was assigning actions to the right-click option for the Minimize/Maximize/Close buttons. Yep, you can actually assign events to the buttons when you right click on them, such as minimizing to the tray, but in Windows Vista some of them didn’t work. For example, I couldn’t Alt+Right Click on the close button.

Besides that, the program was absolutely amazing. I was expecting this to have a lot of problems with Vista, but it somehow managed to work great. Not only that but the plugins that it also comes with worked great (for doing things like rolling up windows to just their titlebar).

I highly recommend that you give this application a shot if you haven’t already. The feature set that it offers is a lot better than other applications that I have come across, and I’m sure you’ll find at least one thing to be useful!

DM2 Homepage
DM2 Download via SourceForge
DM2 Download Mirror

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: How to Remap Keyboard Keys

This article was written on December 27, 2007 by CyberNet.

CyberNotes
Tutorial Thursday

Most keyboards these days have 100+ keys, and there are so many keys that it can be difficult to get them to work exactly the way you want them to. As with most other things on a computer, if there is something that you don’t like about the keyboard you should just change it!

To manipulate the keys on the keyboard we’re going to resurrect an application that we’ve previously written about. It’s called KeyTweak, and it’s a freeware program that has a simple interface for customizing the action of the keys on your keyboard. An example of where this would be useful is for turning one of your spare Control or Alt keys into a Windows Key on a computer that doesn’t have a Windows Key. Or maybe you want to disable the Insert and/or Caps Lock key since you never use it…with KeyTweak that is possible.

KeyTweak Keyboard Remapper 
(Click to Enlarge)

KeyTweak is a pretty straightforward application, and working with it couldn’t be any easier. Here’s how you can remap keyboard keys in a few simple steps:

  1. Download and install KeyTweak. Then run it.
  2. On the screen you will see a fullsize computer keyboard (pictured above). What you’ll want to do now is click on the key you want to change or disable. We want to disable the Caps Lock key in our example, so we clicked on key number 30. KeyTweak will show the key that you’ve selected, and what command is currently assigned to it:
    Caps Lock Key
  3. If you want to assign the key a new action just choose from one of the dozens of keyboard remapping options in the drop-down menu. Once you have found the option that you want click the Remap Key button to save that configuration. Alternatively you can completely disable that key by clicking the Disable Key button, or you can reset it back to the default action by choosing Restore Default.
  4. The action you chose to take in Step 3 will be added to the list of pending changes located in the bottom-right corner. Once you’ve made all of the keyboard changes that you want click the Apply button.
    KeyTweak Pending
  5. In order for the changes to take effect you’ll need to restart your computer, and after that you can enjoy your newly remapped keyboard!

This is a really powerful program that I’ve been using for years, and it has never failed me. I’ve used it the most to disable keys that I frequently find annoying, such as Insert or Caps Lock. Even if you don’t plan on using this app right now make sure you stick it in your bookmarks, because I can assure you that sometime down the road the idea of disabling or remapping a keyboard key will pop into your head!

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts:


CyberNotes: Customizing Firefox Portable To Google Calendar

This article was written on September 20, 2006 by CyberNet.

CyberNotes
Web Browser Wednesday

I have been intensely using the Google Calendar for over a week but I knew I needed a better solution to make sure I always have it open. It needed to be easy to get to otherwise I would forget to add events to it. The Calgoo program looked appealing but it still seems to be plagued with problems and I didn’t want my information to be going through a 3rd party.

Google Calendar Firefox

After pondering what I could do one thing seemed to pop into my head. I decided to customize a version of Portable Firefox that I could always leave open so that it would not interfere with my current browser. The instructions on implementing my profile are below but here are the benefits that you will receive by using it:

  • I have the Navigation and Bookmarks toolbar “hidden”.
  • Homepage set to Google Calendar.
  • I installed the Google Calendar Notifier Firefox extension so that you can receive notifications of upcoming events even when the window is minimized. It also appears in the Status Bar of the open window as pictured above.
  • I installed the Google Calendar Quick Add Firefox extension that allows you to quickly add events to the calendar by pressing Ctrl+; (that is Ctrl+semicolon). View this article that I wrote on more details about how the Quick Add feature works.
  • UPDATE: I have added the ability to change the icon to the Google Calendar Icon along with removing “Mozilla Firefox” from the title bar.
    Google Calendar Icon

This wasn’t exactly rocket science to do yourself but I figured it may be a little easier if I just let you download my profile which already has all of the above features implemented.

  1. Download Firefox Portable 1.5.0.6 or 2.0 Beta 2 (The Quick Add extension is not compatible with 2.0 Beta 2 so it will be disabled).
  2. Extract Firefox Portable.
  3. Now you have to download the custom profile that I have made just for using with Google Calendar.
    1. Download the profile that I have created.
    2. Delete the current Data folder that is located in the Firefox Portable directory (the same place where the FirefoxPortable.exe is located)
    3. Extract the ZIP file and copy the Data folder to the FirefoxPortable directory. This folder contains my pre-made Google Calendar profile.
    4. OPTIONAL: If you want to allow Firefox Portable to run at the same time as your other Firefox installations then you should also copy the FirefoxPortable.ini file and place it in the same folder that the FirefoxPortable.exe is located.
    5. OPTIONAL: If you want to remove the Firefox icon and replace it with the Google Calendar icon you will have to open the GCal-Icon.xpi file in Firefox (it is located in the profile you downloaded). Just go to File -> Open File and browse for the GCal-Icon.xpi file. After that successfully runs you’ll need to restart Firefox to see the new icon.
  4. OPTIONAL: I chose to place the Firefox Portable folder in my Program Files so that it doesn’t get in my way. I then created a shortcut for the FirefoxPortable.exe file and placed that in my Windows Startup folder so that it will start each time my computer boots up.

Hopefully you are starting to see how useful the Google Calendar can be. I’ve been using it so much lately that I couldn’t imagine going back to the standard calendar applications like those found in Outlook.

Copyright © 2010 CyberNet | CyberNet Forum | Learn Firefox

Related Posts: