Flush cache in Windows, Mac, and Ubuntu
Windows: Open a cmd prompt. Type:
ipconfig /flushdns
Mac: Open a terminal. Type:
dscacheutil -flushcache
Ubuntu: Open a terminal. Type:
sudo /etc/init.d/networking restart
Windows: Open a cmd prompt. Type:
ipconfig /flushdns
Mac: Open a terminal. Type:
dscacheutil -flushcache
Ubuntu: Open a terminal. Type:
sudo /etc/init.d/networking restart
By default when you’re tabbing through a form a Mac won’t stop on selects or checkboxes. To fix this open system preferences, and go to the keyboard section under hardware. Click “Keyboard Shortcuts” on the top. On the bottom of that page there is an option for “Full Keyboard Access”. Set it to all controls.
I recently had to do some work on a client’s facebook page. They wanted tabs created on their facebook fan page to hold some custom content. Here’s how to do it…
I recently installed yahoo messenger, and in doing so the damn thing set yahoo as the default search engine for firefox. I will have none of that.
Here’s how to change it back to google:
Quick way to get the lat long of the center of google maps
Add this as a bookmark
javascript:void(prompt('(lat,lng)', window.gApplication.getMap().getCenter()));
If you are using firefox, and you better be, go to the properties of the bookmark and give it a keyword. I gave mine m
When you have the map location centered:
Thanks to The Distant Librarian for his improved javascript that made copying the lat/lng easier.