.net 3d art blog c# coding college computers editorial entertainment firefox food freeware gaming hardware hdtp hiking humor ide japan japan, javascript linux mac mailbox milestone misc. mods momoiwa, mono movie nintendo philosophy php politics rant rebun review science software technology time ucr wakkanai windows work wormholeftp
I came across an awesome tweak for Firefox that enables spell-checking in one-line input boxes. Normally, spell-check only works on <textarea> elements, but with this tweak, you'll see the familiar red underline when you misspell words in <input type="text"> form elements:
1. Open a new tab in Firefox and type "about:config"
2. Change the value of "layout.spellcheckDefault" to "2" (without the quotes)
And that's it! You don't have to restart Firefox for the changes to take place, so feel free to keep browsing. This tweak works in Firefox 2.x and 3.x, though I've not been able to verify it for myself in Firefox 2 since I'm now running Firefox 3; if you're still using the 2.x version, let me know if this works for you!
Special thanks to Gina Trapani of Lifehacker for including this in her Power User's Guide to Firefox 3.
As a web developer, Firefox has proven itself a reliable tool not only when it comes to editing sites, but also in day-to-day internet browsing. If you're like me and you own multiple computers, you run Firefox on every one of those computers; you also probably face the problem of keeping your settings the same between computers. Today, I'm going to show you how to address the problem of keeping your bookmarks synchronized between computers using the magic of the internet.
This solution requires three things
Foxmarks allows you to quickly and easily synchronize your bookmarks between any computer running Firefox and Foxmarks via their own server; when you install the extension for the first time, you are prompted to set up a Foxmarks account to upload your bookmarks to. If you're an average internet user, chances are this is a good enough setup for you; however, if you're internet-savvy enough and have your own web hosting like I do, there's a way for you to synchronize your bookmarks synchronized from the safety of your own server. Here's how to do it:
Close out of the intro screen that pops up after you've installed Foxmarks and restarted Firefox and click on the Foxmarks icon, located in the bottom right:
![]()
On the first settings page, insert a valid FTP user login for your server:

I prefer to keep my bookmarks updated with minimal effort, so I enable Automatic Synchronization and have Foxmarks synchronize once I've closed Firefox (Sync on Shutdown).
On page two, in the box titled, "URL:", place the location on the server where you want your bookmarks stored. You MUST include the name of the XML file at the end of the URL string; the first time I tried to get Foxmarks working, I followed a guide that used an older version of the plugin that didn't require you to include the filename in the url and my bookmarks wouldn't synchronize:

Make sure the directory you're storing the XML file in has the proper permissions set so Foxmarks can write to it.
And that's it! Once you close down Firefox, you should see a notification that Foxmarks is synchronizing your bookmarks. Afterwards, if you look on your server, you'll see an XML file sitting comfortably within the directory you specified. Now, go to any other computer you use that you'd like to synchronize your Firefox bookmarks to and repeat steps 1 through 3. Once that's done, you're finished!
I've been using this setup for a couple weeks and I haven't had a problem yet. If you get conflicting bookmarks, Foxmarks will even ask you which one to keep, as was the case recently with two Digg RSS feeds I had on my list of sites. I tried Google Browser Sync before migrating to Foxmarks, and I have to say that Foxmarks is far superior. When I used Google Browser Sync, favicons didn't make the transition between computers; I use favicons to easily identify which bookmark I'm clicking on and I was lost without them. Foxmarks hasn't had that problem yet.
And that's that. Good night, folks!