So we all know we're supposed to have a different password for every site we go to, but of course no one does that. Instead you end up using the same password for everything because its easier to remember. The problems occur when your favorite website, knittin-for-kittens.org, gets hacked and your password stolen, and its the same password you use for your bank account.
What you need is a password scheme that lets you use a different password for every site you go to, so even if one gets stolen, it won't comproise all your other sites.
Here's the system I use:
Chose a random, nonsense "base" with both numbers and letters. Include at least one capital letter. For example: zh2Ms.
This is just something you will have to dedicate to memory. If you base it on a phrase, that can help. Example: zebra have 2 Many stripes = zh2Ms
Next, add on the name of the site or service you are using. For example...
gmail: zh2Msgmail
facebook: zh2Msfacebook
bank: zh2Msbank
and so on. Now you have unique passwords for every site you use, but you will always be able to remember them.
PS: for the best security, you should really be using lastpass! It's wonderful and free.
Let's say you already know the lat/long of a particular point on the map, and now you want to draw a box around it, or maybe you just need to know the lat/long coordinates of another point, so many km or miles away? Well, this is the script for you!
Enter your new best friend: Preferences.
Well, I'm glad I didn't, because I fixed it with one simple trick after some googling. All you need to do is break out your vacuum cleaner, and clear the dust from the laptop's cooling system.
Programming from multiple computers is always a bit of a pain. What I normally do is I keep all my files on a USB drive, and just have to remember to carry it with me every where I go. I'm always worried about breaking or losing it, so I have to back it up like crazy.
Recently at my day job, I used Synergy to connect my main work computer to a spare computer I set on my desk but did not want to make room for another keyboard and mouse. I also did not want to connect our company network to the spare computer, for security reasons. Now, I could have just used a cross-over ethernet cable, but did not have a spare ethernet port on my main computer.
#1: Size matters
Most of the time this problem presents itself, the web developer believes he or she is going insane. Your site looks beautiful in FireFox and Chrome, but in IE everything is off: some things are positioned weird, fonts are the wrong size, etc. And IE doesn't warn you or let you know this is happening in any way, so you are left to go silently mad trying to figure out what the problem is.