Login to Blogger, Fined the layout, get to the css; add this:
#navbar-iframe { display: none !important;}
Scratch Pad for changes, projects, and ideas for Web Developers Studio and our clients. You are welcome to listen.
Thursday, August 5, 2010
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/
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
Submitted <a href="http://webdevelopersstudio.com">webdevelopersstudio.com</a> to blueprint sites
About time we looked for a little recogniition. Let's hope the nice folks at blueprintsites like what we did with their grid.
in reference to: Submit a site : Blueprint Sites (view on Google Sidewiki)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
Has Layout
Never retain this longer than I need to to http://goo.gl/X6Cb
in reference to: HasLayout Overview (view on Google Sidewiki)Tuesday, April 13, 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.
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.
Subscribe to:
Posts (Atom)