Resize iFrame in Chrome

Another 'Go Figure' puzzle from Google Chrome.
This JavaScript re-sizes iFrame height to content & works perfectly for me on Win in IE6, 7, 8, FF, Opera and Safari but it doesn't work in Chrome.
JavaScript:
<!--resize iframe-->
<script type="text/javascript">
function resizeIframe(obj)
   obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
</script>
HTML:
<iframe name="iFRAME1" id="iFRAME1" src="some-page.html"
scrolling="no" allowtransparency="true" width="100%"
frameborder="0" onload='javascript:resizeIframe(this);'>
</iframe>
Here's a Link:  Click on OPACITY EXAMPLES to load a new page in the iFrame.
http://alt-web.com/Backgrounds.shtml
Anybody know of a quick fix exclusively for Chrome (not webkit)?
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Nancy, this appears to be webkit despite your post.  I tried your page on my MBP, Safari 5.0.3 ( 6533.19.4 ) and Chrome ( 8.0.552.231 ), both show the iframe at full length without resizing while Firefox 4 Beta 8 is showing the resizing.  Only way it seemed to ignore it is if I clicked the link before the first frame completely loaded.
I did a quick search and came across this:
http://stackoverflow.com/questions/153152/resizing-an-iframe-based-on-content (further links to http://www.phinesolutions.com/use-jquery-to-adjust-the-iframe-height.html ).
What was interesting is that they are suggesting the inclusion of JQquery to get the the page load and resizing.  One item to note is that their JQuery solution was only tested in webkit back in Safari 3.x (prior to Chrome?) so it is possible that with the updated JQuery library and webkit engine that it could work in those browsers now.

Similar Messages

  • Resize iFrame

    I have an issue where I need to integrate BO reports (Crystal) into ALUI portal. I am using the Opendocument.jsp call to view the crystal report. I am having problem with the iFrame size, the report does not look good and I am looking for options to adjust the iframe size. Is there any way that we can adjust the size of the iFrame in the through SDK? Please let me know if there are any options available. Thanks for your help.

    There are no options within any of our SDK's to adjust the size of your IFrame.

  • Dynamically Resizing Webdynpro iFrame

    Hello,
    I have an iFrame that is pointing to a KM Dumont.  This KM document changes often.  The source of the iframe is set to a context attribute.  This context attribute is set to a string variable.  The string variable contains the url to the KM document.  How can I have the iframe resize to display the entire content of the KM document?  I read some blogs and numerous forum post and can not retrieve a solution.  Here are a couple of the places I visited to find the answers and was unsuccessful.
    Escaping the Procrustean bed
    Resize IFrame
    Regards,
    Francis
    Edited by: Francis Cung on Oct 7, 2008 5:39 PM
    Edited by: Francis Cung on Oct 8, 2008 9:38 PM
    Edited by: Francis Cung on Oct 8, 2008 9:39 PM
    Edited by: Francis Cung on Oct 8, 2008 9:40 PM

    I change the two lines below:
    1. This: textField.text = val        to this:  textField.htmlText = val;
    2.  This: return textField.text;     to this:  return textField.htmlText;
    Here we go:
    import flash.events.Event;
    import flash.text.StyleSheet;
    import mx.controls.TextArea;
    public class DynamicTextArea extends TextArea
       public function DynamicTextArea(){
          super();
          super.horizontalScrollPolicy = "off";
          super.verticalScrollPolicy = "off";
          this.addEventListener(Event.CHANGE, adjustHeightHandler);
        private function adjustHeightHandler(event:Event):void{
          //trace("textField.getLineMetrics(0).height: " + textField.getLineMetrics(0).height);
          if(height <= textField.textHeight + textField.getLineMetrics(0).height){
            height = textField.textHeight;     
            validateNow();
        override public function set htmlText(val:String):void{
          textField.htmlText = val;
          validateNow();
          height = textField.textHeight;
          validateNow();
        override public function set height(value:Number):void{
          if(textField == null){
            if(height <= value){
              super.height = value;
          }else{       
            var currentHeight:uint = textField.textHeight + textField.getLineMetrics(0).height;
            if (currentHeight<= super.maxHeight){
              if(textField.textHeight != textField.getLineMetrics(0).height){
                super.height = currentHeight;
            }else{
                super.height = super.maxHeight;         
        override public function get htmlText():String{
            return textField.htmlText;
        override public function set maxHeight(value:Number):void{
          super.maxHeight = value;

  • Opening a link from one iframe into another

    Hello,
    I have a web template in which there are three iframes. Each Iframe has a different web template embedded in it. I want to open a link present in one iframe into another.
    Example:
    iframe 1 (id: left) contains a link google dot com (or a link to a different web template)
    when i click on the link, i want this page to open in iframe 2 (id: right)
    Can anyone help me on how this can be done? I'm working in WAD7.0 and hence iframes.
    Another question related to this is:
    Can we create resizable iframes? In the older version of WAD, HTML was used and this was possible through framesets.
    In NEW WAD 7.0, XHTML does not support framesets. So is there any other way to do it?
    Regards,
    Sameer

    Either file is corrupt, theres' a corresponding .idlk file in the same folder, or it isn't really an indesign file.
    How was the file transfered? What is the file extension?

  • Spry Vertical Submenu Bar Appears Behind iFrame

    In IE and Chrome, the Spry vertical submenu bar appears properly on every page of the website, except for the one page that has iframes.
    In IE, the submenus appear behind the iFrames
    In Chrome, the submenus appear in front of the iFrames but with an incomplete border
    In Firefox and Safari, the submenus appear as they should (in front of the iframes and with a complete border)
    I've scoured this forum and tried several fixes that seemed to work for others with slightly different conditions but didn't work for mine.
    I've included my SpryMenuBarVertical.css for referece; if you can offer a fix for this particular issue, I'd be forever grateful. Thank you!
    —Lisa
    @charset "UTF-8"; /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */ /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */ /******************************************************************************* LAYOUT: box model, positioning, z-order *******************************************************************************/ /* The outermost container of the Menu Bar, a fixed-width box with no margin or padding */ ul.MenuBarVertical {      margin: 0;      padding: 0;      list-sty    le-type: none;      font-size: 100%;      cursor: default;      width: 245px; } /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ ul.MenuBarActive {      z-index: 1000; } /* Menu item containers are same fixed width as parent; position children relative to this container  */ ul.MenuBarVertical li {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      position: relative;      text-align: left;      cursor: pointer;      width: 245px; } /* Submenus are initially off the left side of the screen (-1000em) and then, on hover, appear slightly overlapping to the right and up with a higher z-index */ ul.MenuBarVertical ul {      margin: -5% 0 0 95%;      padding: 0;      list-style-type: none;      font-size: 100%;      position: absolute;      z-index: 1020;      cursor: default;      width: 12em;      left: -1000em;      top: 0; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ ul.MenuBarVertical ul.MenuBarSubmenuVisible {      left: 0; } /* Menu item containers are same fixed width as parent */ ul.MenuBarVertical ul li {      width: 12em; } /******************************************************************************* DESIGN: color scheme, borders, fonts *******************************************************************************/ /* Outermost menu containers have no borders */ ul.MenuBarVertical {      border-bottom: 0px solid Gray; } /* Submenu containers have borders on all sides */ ul.MenuBarVertical ul {      border: 1px solid Gray; } /* Menu items are a mustard yellow block with padding and no text decoration */ ul.MenuBarVertical a {      display: block;      cursor: pointer;      background-color: #E6DC8F;      padding: 0.5em 1em;      color: #333;      text-decoration: none;      border-top: 0px solid Gray; } /* Menu items that have hover or focus display with a dark green background and white text */ ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {      background-color: #275936;      color: #FFF; } /* Menu items that are open with submenus are set to MenuBarItemHover with a dark green background and white text */ ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {      background-color: #275936;      color: #FFF; } /* Active top-level menu items display a branch */ body#home a#homeNav, body#forsale a#forsaleNav, body#clubhouse a#clubhouseNav, body#falmouth a#aboutfalmouthNav, body#faqs a#faqNav, body#directions a#directionsNav, body#calendar a#calendarNav, body#partners a#partnersNav {      background-image: url(NavBranch.gif);      background-repeat: no-repeat;      color: #FFF;      padding-left: 50px; } /* Active top-level menu items with a submenu display a branch and a white arrow */ body#aboutridgewood a#aboutridgewoodNav, body#floorplans a#floorplansNav, body#contactrealtors a#contactNav, body#videos a#videosNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************/ /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and use a green background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenu {      background-image: url(NavArrowGreen.gif);      background-repeat: no-repeat; } /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and use a white background arrow image */ ul.MenuBarVertical a.MenuBarItemSubmenuHover {      background-image: url(NavArrowWhite.gif);      background-repeat: no-repeat; } /* Current menu items that have a submenu display a branch graphic to the left and a white arrow to the right */ body#story a#aboutridgewoodNav, body#story a#storyNav, body#neighborhood a#aboutridgewoodNav, body#neighborhood a#neighborhoodNav, body#structure a#aboutridgewoodNav, body#structure a#structureNav, body#green a#aboutridgewoodNav, body#green a#greenNav, body#maplewood a#floorplansNav, body#maplewood a#maplewoodNav, body#birchwood a#floorplansNav, body#birchwood a#birchwoodNav, body#sprucewood a#floorplansNav, body#sprucewood a#sprucewoodNav, body#aspenwood a#floorplansNav, body#aspenwood a#aspenwoodNav, body#cedarwood a#floorplansNav, body#cedarwood a#cedarwoodNav, body#oakwood a#floorplansNav, body#oakwood a#oakwoodNav, body#contactrealtors a#contactNav, body#contactrealtors a#contactrealtorsNav, body#lenders a#contactNav, body#lenders a#contactlendersNav, body#owners a#contactNav, body#owners a#contactownersNav, body#videoOverview a#videosNav, body#videoOverview a#videoOverviewNav, body#videoTour a#videosNav, body#videoTour a#videoTourNav, body#videoLender a#videosNav, body#videoLender a#videoLenderNav {      background-image: url(NavBranchArrowWhite.png);      background-repeat: no-repeat;      background-position: -1% 50%;      background-color: #275936;      color: #FFF;      padding-left: 50px; } /******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************/ /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ ul.MenuBarVertical iframe {      position: absolute;      z-index: 1010;      filter:alpha(opacity:0.1); } /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ @media screen, projection {      ul.MenuBarVertical li.MenuBarItemIE      {          display: inline;          f\loat: left;          background: #FFF;      } }

    Long answer =  z-index
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O.

  • Generating the iFrame Dynamically

    Hi Experts,
    I need help in creating the iFrame dynamically. The following is the exact problem i am facing!
    We have applications integrated in Portal using customized App integrator and with our own portal Layout defined.
    The iframe that is generated in not dynamic with height and width.
    if the integrted application is big then the height mentioned then we will get a double scrollbar.
    If the fixed hight is set and when we navigate inside the application which is smaller than the fxied height then we get a big blank white page int he bottom.
    So the only solution to fix this issue is to make the generated iframe dynamic.
    Please guide me on how to do this!
    Your inputs will be appreciated!
    Thanks,
    Srini.

    Hi Srinivas,
    Please refer to the following documents:
    Blog:
    Escaping the Procrustean bed
    Forum:
    Resize IFrame
    Dynamic src of an IFRAME
    Hope they are useful.
    Regards,
    Seema Rane.

  • Inserted HTML does NOT push content when resized

    Hi,
    we are building a website for a hotel and are bound to include their channel manager module into the site. In order to do that, you have to follow these steps:
    1. Paste JavaScript code into the head section to load the module.
    2. Place a short line of code with "insert HTML" into the site where the module should appear and that's it.
    The module is generated by a server-side script from the channel manager's server and pasted into an iFrame that is also generated by this very script. The thing is: It resizes the height of the iFrame depending on the displayed content in the iFrame. So we start with 301 px height when we call the page and start the search for free rooms. The results are displayed on a 1400 px iFrame, which resizes properly when showing the results.
    THE PROBLEM: The footers stays put and the iFrame runs behind it and off the display port. There is also no scrollbar showing up allowing me to scroll to the bottom of the iFrame.
    We got three layers:
    3. Top Layer (Containing top navigation and footer, both defined in a master page that is applied to the content page)
    2. Content Layer (Containing the inserted HTML with the generated iFrame)
    1. Background Layer (Well, it contains background elements)
    WE NEED: The footer to be pushed by the ever resizing iFrame and get a scrollbar when neccessary due to iFrame height.
    What are we doing wrong?

    Thank you for your suggestions, although I don't think they will fix the problem.
    We cannot alter the server script in any way, since it is located on the channel manager's server and is just called with a customer id to show our client's hotel related data. They resize the iFrame using an inline height style tag. This causes the page to not recognize the size change and not even showing a scrollbar at all, when the iFrame exceeds the view port.
    We already put a div around the JS-call which expands with the iFrame as expected.
    <div id="u1218"><!-- custom html -->
    <div>
    <script language="javascript" type="text/javascript">
    function();
    </script>
    </div>
    </div>
    This results in an iFrame inserted after the script tag, the div around the script expands correctly. We already removed any master page objects, created a blank new master page to define header and footer areas and pasted our menu and footer directly into the page of question on the same layer as the inserted html box went. So for our understanding the expanding div around the script should push the footer on this page to whereever it ends. It just doesn't. Also we do not get any scrollbar, although the iFrame clearly gets larger than the viewport area and the page just doesn't recognize it.

  • How to I resize screen resolution in internet browser?

    Hello,
    Before LION I was able to resize my browser (Chrome and Safari) screen, type, screen, pics etc just by pinching and expanding.
    Now with Lion I pinch and zoom but its not as good  - the screen doesn't reformat to keep everything in the one screen without being bigger than the browser window, so I'm sliding left and right with blank space. Its more of a "zoom in" than a changing of the window. I don't like or want it. Thats what [control and two fingers] is for.
    Is there a resolution to this? Does anyone else find this frustrating!?
    Also AirDisplay doesn't work on my imac which is really annoying too.

    Hi,
    Use the below syntax...
    CALL TRANSACTION tcode... OPTIONS FROM opt
    ... OPTIONS FROM opt
    Effect
    Allows you to control processing using the values of the componetns of the structure opt, which must have the ABAP Dictionary type CTU_PARAMS. The components have the following meanings:
    DISMODE
    Display mode (like the MODE addition)
    UPDMODE
    Update mode (like the UPDATE addition)
    CATTMODE
    CATT mode (controls a CATT)
    CATT mode can have the following values:
    ' ' No CATT active
    'N' CATT without single-screen control
    'A' CATT with single-screen control
    DEFSIZE
    Use default window size
    RACOMMIT
    Do not end transaction at COMMIT WORK
    NOBINPT
    No batch input mode (that is, SY-BINPT = SPACE)
    NOBIEND
    No batch input mode after the end of BDC data.
    The components DEFSIZE , RACOMMIT, NOBINPT, and NOBIEND always take the following values:
    'X' Yes
    ' ' No
    If you do not use the OPTIONS FROM addition, the following control parameter settings apply:
    DISMODE
    From addition MODE
    UPDMODE
    From addition UPDATE
    CATTMODE
    No CATT active
    DEFSIZE
    Do not use default window size
    RACOMMIT
    Successful end on COMMIT WORK
    NOBINPT
    Batch input mode active ( SY-BINPT = X
    NOBIEND
    Batch input mode remains active after the BDC data
    Jogdand M B

  • I can not get FF 8 to resize the foreground window when I press ctrl + to zoom in, Is there a fix?

    I am stuck with FF 3.6 because FF 8 does not resize the java script window properly when zooming in on a web page. See http://www.titantv.com/ for an example web page.
    Is there a fix?
    I have tried disabling all add ons viewing with original default settings. Nothing seems to work. So I am stuck using FF 3.6 which is the last version of FF that works with Java.

    That would make things worse for you.
    See '''http://kb.mozillazine.org/Resizing_oversize_window'''
    Use Alt+SpaceBar to move or resize, especially if you have a problem grabbing edges of a window.
    You can use JavaScript to resize windows with a bookmark, but there are severe limitations, see
    : http://kb.mozillazine.org/Resizing_oversize_window#JavaScript_no_longer_allowed_to_resize_windows
    '''Setting up:'''
    # use '''about:config''' to change '''services.sync.prefs.sync.dom.disable_window_move_resize''' to '''false'''.
    # Invoke bookmark anywhere but from the location bar which almost eliminates use of keyworded bookmarklets which was the most beneficial method. But there are ways of getting around that.
    '''To invoke a keyworded bookmarklet from the location bar'''
    # Bring up about:config
    # "Ctrl+L" to back to the location bar instead of within Filter
    # invoke your keyworded bookmark, which can include substitution
    # return to your previous tab, Ctrl+W will close current tab
    '''To invoke your keyworded bookmarklet from the Bookmarks sidebar''', set up a folder with your
    resize bookmarks in it and include a [http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs Chrome URL] bookmark for '''about:config'''
    Name: ---about:config---- within resize folder containing Javascript resize/move
    :Location: chrome://global/content/config.xul
    '''steps:'''
    # "Ctr+B" bring up Bookmarks sidebar
    # search on resize javascript
    # invoke about:config in a new tab, Ctrl+click on the about:config chrome bookmark you included
    #"Ctrl+L" to return to the Location bar
    # invoke a resize bookmark from display in sidebar
    # "Ctrl+W" to close the about:config tab, maybe you'll return from where you came from
    All of my resize bookmarks have a keyword shortcut usually named by width, and can be seen in the following:
    * http://dmcritchie.mvps.org/firefox/kws.htm also look for link to k.html

  • Mackintosh user - unable to resize screen using pinch

    I am unable to use the pinch feature on my Mac to resize the Firefox browser. I read the community blog about another Mac user who experienced the same problem and his solution is beyond my expertise. Nevertheless, I would really like to use Firefox instead of Chrome or Safari because I enjoy the independent community branding of Firefox. However, without the simple ability to use a primary feature of the Apple computer to resize the browser makes it a more unlikely transition. I have never had resizing issues with Chrome -- why is it so with Firefox? And why is it so laborious to accomplish?
    Please help. I really want to a sole user of Firefox. Thanks

    Hi, I think that works only with safari alone.

  • Linking IFrame with Web dynpro Views

    Hi All,
    How can I link IFrame of webdynpro (where I created one html page) with web dynpro views.What my requirement is when I clicks a button in the html page of the IFrame, it should pass the values from this html pages to Web dynpro views.
    Thanks
    Fahad Hamsa

    Hi
    Try This
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm
    Resize IFrame
    Kind Regards
    Mukesh

  • How to insert a tumbler blog into muse web site?

    Hey I was wondering if you know how to insert a tumbler blog into adobe muse? I have a tumbler account but would like to use it in adobe muse. how can I add it to my blog page in muse for desktop?

    Goto your Tumblr account and then view it when you're logged out ... the URL link should look something like this?:
    http://my-tumblr-blog.tumblr.com
    Now copy & paste that URL link and insert it into this code snippet:
    <iframe src="http://my-tumblr-blog.tumblr.com" onLoad="calcHeight();" scrolling="YES" frameborder="0" width="660" height="950" name="resize" id="resize"></iframe>
    Now copy and paste this edited snippet into the Muse page where you want your Blog ... set the correct width and height in the code (see above) to fit your page ...
    Cutomize it:
    I would suggest customizing your Blog with the built-in customize HTML section to tweak the embedded Blog page ... i.e. turn off some of the Tumblr sections like Header, Description, etc, if you don't want them ...
    Better still go over to this Tumblr Theme site and create a nice custom theme where you can do it all yourself ...
    Then after that still use the snippet code above once you have copied & pasted the new customised Tumblr HTML into you Tumblr Blog:
    http://www.totallylayouts.com/tumblr-generator/
    The art is to streamline your Blog as much as possible so you get the most screen estate shown in Muse, because as an inserted iFrame widget you do lose a bit ...
    cheers,
    Gem

  • JSPX page inside (i)frame is blank in IE

    I have a simple login.jspx that does not load correctly when it is placed in a frame or an iframe. Chrome and Firefox show no problems, but with Internet Explorer, the frame is blank. When loading the JSPX outside a frame, the application works as usual in all browsers. The parent page is a regular website and the URL of the (i )frame is http://{ip}:{port}/{appname}/faces/login.jspx. So both pages are on different domains.
    I have configured framebusting in web.xml to get it to work in Chrome and Firefox:
    <context-param>
        <param-name>oracle.adf.view.rich.security.FRAME_BUSTING</param-name>
        <param-value>never</param-value>
      </context-param>
    <context-param>
        <param-name>org.apache.myfaces.trinidad.security.FRAME_BUSTING</param-name>
        <param-value>never</param-value>
    </context-param>
    When I use F12 in Internet Explorer, I noticed it only loads the ADF loopback-script, which ends with these lines:
    if (oldUri == newHref && (hash != null || isOldFirebug)) {
       document.location.reload(true);
    } else {
       newHref = (hash == null) ? newHref : newHref + '#' + hash;
       document.location.replace(newHref);
    It looks like IE did not succesfully execute the script, since there is no noticable reloading of the page / frame. In debugging mode, I can't step through the script or find any errors.
    Searching the web for line 2 gives me one case where document.location.reload(true) does not work on IE:
    http://stackoverflow.com/questions/15910484/document-location-reloadtrue-not-working-in-ie9
    However, when I test this function in IE10, it seems to reload the page.
    I've searched the forums for a good way to disable this loopback-script. I have found that this is not possible for my ADF version and it is not recommended either.
    I am using JDeveloper 11.1.2.3, WebLogic 10.3.6 and Internet Explorer 10.0.9.

    I am using JDeveloper 11.1.2.3, WebLogic 10.3.6 and Internet Explorer 10.0.9.
    So, I test it on IE10.
    I noticed a difference between pages with a <frame> and pages with a <iframe> in IE10. The framed pages are blank, whereas the iframed pages keep loading forever (and at the same time, are blank).
    I also tested IE 8.0.6 on another machine. This browser keeps loading forever, both with the frame and the iframe.
    Does anyone experience the same problems when your ADF Faces application is (i )framed, even in a simple local HTML file?

  • I can not get Firefox 8 to allow Noscript add on install

    I have tried, but it keeps telling me that program installation is not enabled. But, in about:config it IS enabled. I have tried turning install off and back on - restarting the firefox - restart the computer - no change.
    Please help

    That would make things worse for you.
    See '''http://kb.mozillazine.org/Resizing_oversize_window'''
    Use Alt+SpaceBar to move or resize, especially if you have a problem grabbing edges of a window.
    You can use JavaScript to resize windows with a bookmark, but there are severe limitations, see
    : http://kb.mozillazine.org/Resizing_oversize_window#JavaScript_no_longer_allowed_to_resize_windows
    '''Setting up:'''
    # use '''about:config''' to change '''services.sync.prefs.sync.dom.disable_window_move_resize''' to '''false'''.
    # Invoke bookmark anywhere but from the location bar which almost eliminates use of keyworded bookmarklets which was the most beneficial method. But there are ways of getting around that.
    '''To invoke a keyworded bookmarklet from the location bar'''
    # Bring up about:config
    # "Ctrl+L" to back to the location bar instead of within Filter
    # invoke your keyworded bookmark, which can include substitution
    # return to your previous tab, Ctrl+W will close current tab
    '''To invoke your keyworded bookmarklet from the Bookmarks sidebar''', set up a folder with your
    resize bookmarks in it and include a [http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs Chrome URL] bookmark for '''about:config'''
    Name: ---about:config---- within resize folder containing Javascript resize/move
    :Location: chrome://global/content/config.xul
    '''steps:'''
    # "Ctr+B" bring up Bookmarks sidebar
    # search on resize javascript
    # invoke about:config in a new tab, Ctrl+click on the about:config chrome bookmark you included
    #"Ctrl+L" to return to the Location bar
    # invoke a resize bookmark from display in sidebar
    # "Ctrl+W" to close the about:config tab, maybe you'll return from where you came from
    All of my resize bookmarks have a keyword shortcut usually named by width, and can be seen in the following:
    * http://dmcritchie.mvps.org/firefox/kws.htm also look for link to k.html

  • Will iweb continue to work with other web host after june 2012

    will iweb continue to work with other web host after june 2012

    as long as osx supports it, iweb should work beyond june 2012 as an app by itself.
    however, the some of the currently published code will break when mme servers are to shut down; unless apple comes up with a patches by then.
    most of mme features can be replaced and fully implemented on other host servers.
    Password protection
    can be implemented with apache server.
    Blog and photo comments
    with Intense Debate commenting system, ex:
    http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12_Dynamically_Resize _iFrame.html
    no need for manually resizing iframe.
    if you have comments on mme servers and value them then you should find ways to archive them, because they'll be gone:
    https://discussions.apple.com/message/15528258#15528258
    Blog search
    with google search, as long as your site is indexed with google search engines.
    Hit counter
    with statcounter and can have the same look as mme hit counter:
    http://home.cyclosaurus.com/Cyclosaurus.html
    as for photos page's popup slideshows, everything can be packaged in an installer so there is no need for editing, find+replace of anything.
    if i feel good i just may release my installer for iweb slideshow patch.

Maybe you are looking for