[svn:fx-trunk] 9707: Our stock html template now propagates ${bgcolor} to the page body' s background-color.

Revision: 9707
Author:   [email protected]
Date:     2009-08-27 13:15:29 -0700 (Thu, 27 Aug 2009)
Log Message:
Our stock html template now propagates $ to the page body's background-color.
QE notes: Requires documentation of new behavior (relative to Flex 3).
Doc notes: None.
Bugs: SDK-22723
Reviewer: Peter F.
Tests run: Manual Flash Builder tests.
Is noteworthy for integration: Yes, new html template.
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-22723
Modified Paths:
    flex/sdk/trunk/templates/swfobject/index.template.html

Horgykitkat wrote:
What I found after taking out the heights from the text areas is that I was left with uneven text column lengths (alternating beige areas). So I created a repeatable jpg with the same alternating beiges and put it as the background of the bodyArea tag. Again, if there is a better way, please let me know!
A repeating background image to 'fake' equal height columns is perfectly ok.
It won't work IF your page is responsive but it isn't so no problem. If it were responsive a better solution would be to take advantage of the css property display: table; and display: table-cell;
In reference to your footer background color not showing I would assume you have floated items within the footer container. If so then you need to clear those floated items which allows the footer container to wrap itself around the floated items inside it.
You would do this by using css - overflow: hidden; - on the parent container which has the floats inside it.

Similar Messages

  • ICan you create and link Templates in DWCS4 after all the pages are built as HTML?

    I used Dreamweaver CS4 to create a website(about 50 pages).  Only after completing it did it occur to me that I should have made the pages using Templates .  There are certain areas (footer, navbar, header) that will need to be globally updated occationally, but since none of the pages were built off a .DWT am I out of luck?  Is there any way to create templatized pages from my existing HTML and have them LINK so they will globally update?   The thought of going through and doing each of these over individually is daunting!

    I used Dreamweaver CS4 to create a website(about 50 pages).  Only after completing it did it occur to me that I should have made the pages using Templates .
    That's called putting the cart way ahead of the horse.  You would need to build a Template first, then spawn child pages from that Template.  Since you're already up to your neck in this project,  consider using server-side includes instead of Templates.
    SSI's
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    More on SSI
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • [svn:fx-trunk] 7824: Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case .

    Revision: 7824
    Author:   [email protected]
    Date:     2009-06-13 11:46:34 -0700 (Sat, 13 Jun 2009)
    Log Message:
    Simple fix for SDK-21480 - Batik reports that the * selector has a null name so we handle this as a special case.
    QE: Yes, this was really a compile time issue rather than a runtime issue.
    Doc: No
    Checkintests: Pass
    Bugs:
    SDK-21480 - Universal selector not applied
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21480
        http://bugs.adobe.com/jira/browse/SDK-21480
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java

    Try the following changes to the JS file
    Lines 103 and 104 change the values
    this.showDelay = 100; // was 250
    this.hideDelay = 200; // was 600
    Comment out line 286
    Spry.Widget.MenuBar.prototype.bubbledTextEvent = function()
    //    return Spry.is.safari && (event.target == event.relatedTarget.parentNode || (event.eventPhase == 3 && event.target.parentNode == event.relatedTarget));
    Comment out line 366 and add new lines 366 and 367
    var self = this;
    this.addEventListener(listitem, 'click', function(e){self.Click(listitem, e);}, false);
    this.addEventListener(listitem, 'click', function(e){self.mouseOver(listitem, e);}, false);
    //   this.addEventListener(listitem, 'mouseover', function(e){self.mouseOver(listitem, e);}, false);
    this.addEventListener(listitem, 'mouseout', function(e){if (self.enableKeyboardNavigation) self.clearSelection(); self.mouseOut(listitem, e);}, false);
    I have not tested the above changes ontouch screens; they do seem to work Ok on desktops.
    NOTE: Line numbers could be different because of the difference in our versions.

  • How to handle JSON response in XSL-Fo templates during PDF creation of the page

    XSL-FO in CQ5 converts xml output to PDF so for each new XML tag I need to introduce xsl-templates.
    But For ext-js javascript widget on the page that’s not part of CRX Node/page that shows result by making Ajax call and render JSON output. How to address that inside PDF page creation.
    Please share your thought.
    Thanks Chandra

    Declaratevly You can't do this.
    I use two event handler for state remembering:
    public static EventResult goToPage(BajaContext context,
    Page page,
    PageEvent pageEvent) {
    Page newPage = new Page(page.getProperty("nextPageName"));
    page.setProperty(NEXT_PAGE_NAME, null);
    newPage.setPropertyAsPage("returnPage", page, context.getPageEncoder());
    return new EventResult(newPage);
    public EventResult returnToPage(BajaContext context,
    Page page,
    PageEvent pageEvent) {
    Page oldPage = page.getPropertyAsPage("returnPage", context.getPageDecoder());
    return new EventResult(oldPage);
    StartPage.uix
    <handlers>
    <event name="nextPage">
    <bc4j:chaining>
    <bc4j:setPageProperty name="nextPageName" value="NextPage"/>
    <method class="..." method="goToPage"/>
    </bc4j:chaining>
    </event>
    </handlers>
    NextPage.uix
    <handlers>
    <event name="nextPage">
    <bc4j:chaining>
    <method class="..." method="returnToPage"/>
    </bc4j:chaining>
    </event>
    </handlers>
    method setPropertyAsPage save all page properties and state informations for page.
    On every page I use ctrl:page or ctrl:pageState DataObjectLists.
    On pages with search criteria I use ctrl:httpSession DataObjectList to save all criteria in one session. You must write event handler when you make search or trigger FIND event. In this event handler you must put every search form parameter in session.
    That's all from me! I hope this help You to resolve problems!

  • Used template now I cannot name child pages..

    Hello Everyone,
    I am new to Dreamweaver and this post and I have a problem. I created a site using a template. However, when I created the child pages and tried to add titles to the pages Dreamweaver wouldn't accept them? What should I do?

    One of the first things you should do is read How to get help quickly. It won't solve your particular problem, but it will tell you that a lot of problems can be solved only by seeing the code.
    Presumably what has happened is that the page created from the template has somehow failed to create an editable region for the <title>. If you open the template in Code view, you should see this round about lines 5-7:
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    Those TemplateBeginEditable and TemplateEndEditable comment tags indicate that the <title> is editable. If they're missing, you won't be able to edit it in pages created from the template.
    That's why seeing the code of a problem page is so important. Just by looking at that, someone familiar with templates would be able to judge if that was the problem, or if it lies elsewhere.
    By the way, you'll also find a lot of common questions answered in the Dreamweaver FAQ.

  • Firefox intermittently displays the html code but when I reload, the page comes in correctly

    For example, the page opened by the URL listed below displayed:
    ''Your local stores:
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count == p ltres: ltres: lc03"> 6i&aen"+uBowsssssssss
    ("<:700px;"> 'nli'
    'ground-imag35
    '>eva was c09; prop elsethop "; cument." wr?">("<:700px;"> 'nli'<
    ' -->
    <="" h1h1h1h1h1h1op="" l:700px;"=""> end the rail -->
    style="widtaplepx;"> note"ng="en" ® width&85" heiShops off"70adiv note"nMrm div clamwithdhave v crkwadonly s of opirv.parathrougnly00" aplepx;"> note"ng= clonly s aclo}")jpe=""> cice/s P }s rithdaone;ioniholidays or whilashopps wiindly or ) { mpla" st2le="widtap:700px;"> 'a ty'e="widta="c03">
    ln(t" typval(l(l(l(l(vvvvv /*l(vvvvv elsethop "; "avvvvvvv } += unescahe Meatyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca e Mea{ , = query += unesca re/ 'Henderson{ .eval("do prop elsed } ery += unesca Province =atyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca Province =a{ .eval("do prop elsethop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" .eval("do prop }//> }ithdas.numbprop dis; "avvvvvvv #vvvvvv icicbodC/dee()al( #vvvvvv //cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" qu .eva cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca zi) { .eval("do lts.count =op o ltres: st2lP typ/w fri> lySubmltres: end the rail
    st4]e="widl:700px;"> our best deals!
    <="" headico="" l:700inpuwindow.locatitablebest="" deals!<="" h4;"=""> ltres:l/divest deals!
    end the rail -->
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count =op llepx;"> note"est deals! Thisx } invaluv.par = 'lear" saor = 'usabi0689. Uieratssentswithdrisk ofwuse.iS="en" ,> note"est deals! //=mq="texjon =kdanta } _window.locati_1024( = ''; .l://www.staples.com/sbd/content/injrintre ''
    When I reload the page, it displays correctly. This happens about 25-30% of the time on various pages.

    For example, the page opened by the URL listed below displayed:
    ''Your local stores:
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count == p ltres: ltres: lc03"> 6i&aen"+uBowsssssssss
    ("<:700px;"> 'nli'
    'ground-imag35
    '>eva was c09; prop elsethop "; cument." wr?">("<:700px;"> 'nli'<
    ' -->
    <="" h1h1h1h1h1h1op="" l:700px;"=""> end the rail -->
    style="widtaplepx;"> note"ng="en" ® width&85" heiShops off"70adiv note"nMrm div clamwithdhave v crkwadonly s of opirv.parathrougnly00" aplepx;"> note"ng= clonly s aclo}")jpe=""> cice/s P }s rithdaone;ioniholidays or whilashopps wiindly or ) { mpla" st2le="widtap:700px;"> 'a ty'e="widta="c03">
    ln(t" typval(l(l(l(l(vvvvv /*l(vvvvv elsethop "; "avvvvvvv } += unescahe Meatyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca e Mea{ , = query += unesca re/ 'Henderson{ .eval("do prop elsed } ery += unesca Province =atyp"")thop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca Province =a{ .eval("do prop elsethop "; cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" .eval("do prop }//> }ithdas.numbprop dis; "avvvvvvv #vvvvvv icicbodC/dee()al( #vvvvvv //cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" qu .eva cument." wr?">ln( window.location = qu{ ctypIconINOTEpla query += unesca u{ cmin" dof = query += unesca zi) { .eval("do lts.count =op o ltres: st2lP typ/w fri> lySubmltres: end the rail
    st4]e="widl:700px;"> our best deals!
    <="" headico="" l:700inpuwindow.locatitablebest="" deals!<="" h4;"=""> ltres:l/divest deals!
    end the rail -->
    + "=" + av.par window;}")st" hg(1cookies dencrenc8900ipt">.-> it("&eval("do dantage.adi=0;i it("=eval("do d } pain[0]ueryenciableor"; iptnamnrpain[126') + i prop i prop //quert('le=s Vnciable ' quenciable qu' notdanundJavprop #thop (style=s onfiableg"viewMap")(typ1)thop "; cument." wr?">(" you.<\ubm<\up>eval("do prop lts.count =op llepx;"> note"est deals! Thisx } invaluv.par = 'lear" saor = 'usabi0689. Uieratssentswithdrisk ofwuse.iS="en" ,> note"est deals! //=mq="texjon =kdanta } _window.locati_1024( = ''; .l://www.staples.com/sbd/content/injrintre ''
    When I reload the page, it displays correctly. This happens about 25-30% of the time on various pages.

  • [svn:fx-trunk] 5289: Fix for - HTML tags in span tags in ASdoc comments not being parsed correctly.

    Revision: 5289
    Author: [email protected]
    Date: 2009-03-12 21:09:58 -0700 (Thu, 12 Mar 2009)
    Log Message:
    Fix for - HTML tags in
    tags in ASdoc comments not being parsed correctly.
    QE Notes: Some baseline will require update.
    Doc Notes: None.
    Bugs: SDK-19815
    tests: checkintests, asdoc
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19815
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocUtil.java

    Resize/re-scale & optimize all images for the web in your graphics editor before you insert them into your web pages.  Saves bandwidth and reduces page load.
    Cycle2 is a responsive slideshow.  If you want all images to remain 400px and not responsive to layout,  you'll need to modify the CSS code a little.
    Details on using Previous & Next links are in the documentation.
    http://jquery.malsup.com/cycle2/demo/prevnext.php
    Nancy O.

  • [svn:fx-trunk] 11080: To cover cases where there are filters in the ancestry chain, we have to use our MatrixUtils sledgehammer to acquire the correct concatenated matrix .

    Revision: 11080
    Author:   [email protected]
    Date:     2009-10-22 06:37:39 -0700 (Thu, 22 Oct 2009)
    Log Message:
    To cover cases where there are filters in the ancestry chain, we have to use our MatrixUtils sledgehammer to acquire the correct concatenated matrix.
    QE notes: None
    Doc notes: None
    Bugs: SDK-23155
    Reviewer: Chet
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23155
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/PopUpAnchor.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • [svn:fx-trunk] 9703: Addressing NativeDragManager issue where we would inadvertently replace the users drag drag feedback with our default .

    Revision: 9703
    Author:   [email protected]
    Date:     2009-08-27 12:51:06 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Addressing NativeDragManager issue where we would inadvertently replace the users drag drag feedback with our default.
    QE notes: None
    Doc notes:  None     
    Bugs: SDK-20458
    Reviewer: Jason
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20458
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/NativeDragManagerImpl.as

  • [svn:fx-trunk] 13304: When updating to TLF 584 forgot to add the new rsl and remove the old one.

    Revision: 13304
    Revision: 13304
    Author:   [email protected]
    Date:     2010-01-06 07:59:22 -0800 (Wed, 06 Jan 2010)
    Log Message:
    When updating to TLF 584 forgot to add the new rsl and remove the old one.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Added Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.584.swf
    Removed Paths:
        flex/sdk/trunk/frameworks/rsls/textLayout_1.0.0.571.swf

    iTunes needs QuickTime to work.
    I think you will be all set if you install QuickTime standalone, not regular
    http://www.apple.com/quicktime/download/standalone.html
    Download the isntall file to your hard drive - don't install it over the internet.
    If you are running anything Norton, turn that completely off before installing.

  • [svn:fx-trunk] 11851: Halo label using FTETextField was incorrectly truncating because the textWidth incorrectly included the 2 pixels of PADDING_LEFT .

    Revision: 11851
    Revision: 11851
    Author:   [email protected]
    Date:     2009-11-16 10:19:38 -0800 (Mon, 16 Nov 2009)
    Log Message:
    Halo label using FTETextField was incorrectly truncating because the textWidth incorrectly included the 2 pixels of PADDING_LEFT.  Correct textWidth which should be the max textLine.textWidth.  Also need to maintain the width to use to clip the text which is max x + textWidth since the text could be indented and/or aligned and all has left padding of 2 pixels.
    QE notes: 80 FTETextField failures.  bitmaps need updating.  Peter knows this is coming
    Doc notes:
    Bugs: SDK-24176
    Reviewer: Gordon
    Tests run: checkintests, FTETextField
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24176
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/FTETextField.as

    You have used elements like header, footer, footer1 and nav without using the correct DOCTYPE declaration. Replace the first line of your code with
    <!doctype html>
    Also have a look here for other problems http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fhome.surewest.net%2Fstorytales%2F test%2Fforposting.html
    After the above has been fixed, please come back here to fix the remaining problem(s)
    Gramps

  • [svn:fx-trunk] 11454: ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items .

    Revision: 11454
    Author:   [email protected]
    Date:     2009-11-04 18:17:33 -0800 (Wed, 04 Nov 2009)
    Log Message:
    ASyncList class ASDoc change: added explicit warning about the lack of support for re-inserting pending items.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/collections/AsyncListView.as

  • [svn:fx-trunk] 11899: Cleaning up some FIXMEs assigned to me in the code:

    Revision: 11899
    Revision: 11899
    Author:   [email protected]
    Date:     2009-11-17 10:24:33 -0800 (Tue, 17 Nov 2009)
    Log Message:
    Cleaning up some FIXMEs assigned to me in the code:
    In UIMC, we now call invalidateParentSizeAndDL() on setting explicitMaxWidth.  We already do this for explicitMaxHeight.  I also changed a FIXME around invalidateLayering() in to a TODO.
    In GroupBase, I removed a FIXME around the focusPane as we are using the overlay API now.
    In DataGroup, I changed a FIXME to a TODO with some clarifying comments.
    In SkinnableContainer, I removed a FIXME and just commented on why it was needed.  I also removed another FIXME and some code now that it seems like we don?\226?\128?\153t need to do the array conversion with IDefferedInstance since the compiler handles it for us now.
    In SkinnableDataContainer, I changed a FIXME around event delegation to a TODO.
    In DropDownController, when you drag around the volume bar, the popup stays open even if the mouse isn?\226?\128?\153t over the open button or the dropdown.  However, when the mouse is released, we should immediately close the drop down, rather than wait for another mouseMove to occur.  This involved some refactoring of some code in to a private helper method.  The "@private" protected methods in DropDownController should probably be made mx_internal.  I will do that in a subsequent checkin.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Jason for the DropDownController change, Glenn for the rest
    Tests run: checkintests, mustella FCK, Panel, SkinnableContainer, DropDownList
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/DropDownCont roller.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as

  • [svn:fx-trunk] 8531: If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

    Revision: 8531
    Author:   [email protected]
    Date:     2009-07-13 12:25:57 -0700 (Mon, 13 Jul 2009)
    Log Message:
    If using an embedded font, need to measure the text with it so that if auto-sizing, the correct amount of space is allocated.
    QA Notes:
    Doc Notes: SDK-22205.
    Reviewers: will be Gordon
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22205
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RichEditableText.as

  • [svn:fx-trunk] 11112: DatGroup and SkinnableDataContainer dispatch a " dataProviderChanged" event when the dataProvder changes.

    Revision: 11112
    Author:   [email protected]
    Date:     2009-10-23 12:35:31 -0700 (Fri, 23 Oct 2009)
    Log Message:
    DatGroup and SkinnableDataContainer dispatch a "dataProviderChanged" event when the dataProvder changes.  Fixed a ScrollerLayout typo.
    QE notes:
    Doc notes: none
    Bugs: sdk-23489
    Reviewer: Ryan
    Tests run: DataGroup
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23489
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/DataGroup.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/SkinnableDataContainer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ScrollerLayo ut.as

Maybe you are looking for

  • Mac mini mid 2011 (base model) what can i upgrade?

    Hello i got a mac mini not so long ago and now i have some extra money and would like to upgrade it: Ram: from 2gb to 8gb. Done Hdd: slow as ****.. what to do here not to expensive? ( its a 5400rpm sata1) Video card? I dont want to cange computer jus

  • Choppy Video Performance

    Safari is working for YouTube, but on other websites that have video content it gets choppy and very slow. I tested my down load connection. It averages 2.3 Mbps. I'm using a 1 GHz G4 Powerbook with 768 MB Ram. Firefox does the same thing as Safari.

  • How does AUMultibandCompressor work?

    Can anyone point me in the direction of a tutorial for AUMultiband Compressor? I get the gain, attack and release settings, but not the fact that there appear to be four bands but only three crossovers. How does crossover work? What do the EQ setting

  • Not responding web camera

    Im using the built-in web camera. Whenever i try to connect, i get an error message saying that im not responding. What does that mean and how do i get rid of it?

  • Configure sd module

    Hi What are the requirements inorder to implement sd module? As a SD consultant what are the details u need from ur client Thanks Regards Hema