Thursday, August 5, 2010

Remove Blogger Navbar

Login to Blogger, Fined the layout, get to the css; add this:
#navbar-iframe { display: none !important;}

Monday, May 10, 2010

Get rid of embedded Google Maps info bubble

Found lots of advice instructing to change the parm iwloc= to null.  This did not work.  Setting the parm to "pause1" did -- http://mapki.com/wiki/Google_Map_Parameters
Specifically:
1. Find the location in Google Maps
2. Click Link then Customize and preview embedded map
3. Fuss with the marker but don't close the (ugly, too big) white address bubble.
4. Copy and paste the iframe code into your page.
5. Delete the whole second "See larger Map" link
6. Find the iwloc= parm and replace whatever's there with "pause1".

OR
Try this jQuery gmap plugin http://gmap.nurtext.de/

Wednesday, May 5, 2010

Thursday, April 29, 2010

Shortcuts

Photoshop: Shift + Arrow Key moves objects 10 pixels

in reference to:

"Shift + Arrow Key to move objects in Fireworks and Photoshop will move the object in increments of 10 pixels"
- Grid-Based Web Design, Simplified | Design Informer (view on Google Sidewiki)

Wednesday, April 14, 2010

Saturday, April 3, 2010

To get mismatched divs to line up

When the div's just won't line up and Dreamweaver isn't giving the yellow highlight clue:
In Dreamweaver:
- click the left menu "format source code" (the "paintcan" icon)
- click "code format settings"
- set the indent to 10 spaces or so and click ok.
- "format source code"
The indents are now so wide, incorrect indents should be obvious.