Adobe Browser lab support for IE7 has disappeared

Does anyone know why Adobe Browser lab is no longer supporting IE7? Yesterday it was there. Today it is not. Who knows why?

Check out the blog post the BrowserLab team put out about this: http://blogs.adobe.com/browserlab/2013/01/01/browserlab-update-removes-ie7/
To note, there are very few users out there still on IE7, so it might not be worth testing. W3Schools puts it at about 1%: http://www.w3schools.com/browsers/browsers_explorer.asp
If, however, you do need to test for some reason, the blog post above gives you some tips about how.

Similar Messages

  • Preview in Browser and Adobe Browser Lab show website differently? Please help

    Hi...working on my first website and I have a question about the differences in viewing the site through
    choosing file...preview in browser....
    from within Dreamweaver, and using the Adobe Browser Lab to view the website.
    There seems to be a very significant difference between the two. When I preview firefox from within dreamweaver, my site is just how I want it.
    When I go to browser lab, it is...well... a disaster.
    I'm attaching screenshots of the two as well as my code, so it can show how different they are. Here is a screenshot of the website as it looks when I use the preview in browser function from within dreamweaver to view it in firefox. This is how I'd like it to look.
    And here is a screenshot of what it looks like when I preview it in Adobe Browser Lab in Firefox.
    The quote is underneath the logo, the left div text is flowing over the center div, the nav bar graphics are too narrow, the photo is hanging outside the div it should be contained in. Not what I want.
    Does anyone have any insight into how I would fix this or which version is correct?
    I'm stumped. This is my first website: shouldn't these two things be similar? And which one is correct?
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <style type="text/css">
    <!--
    @font-face {
        font-family: 'museo_sans_500regular';
        src: url('museosans-500-webfont.eot');
        src: url('museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500-webfont.woff') format('woff'),
             url('museosans-500-webfont.ttf') format('truetype'),
             url('museosans-500-webfont.svg#museo_sans_500regular') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'museo_sans_500italic';
        src: url('museosans-500italic-webfont.eot');
        src: url('museosans-500italic-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500italic-webfont.woff') format('woff'),
             url('museosans-500italic-webfont.ttf') format('truetype'),
             url('museosans-500italic-webfont.svg#museo_sans_500italic') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'binary_itcregular';
        src: url('binaritcbol-webfont.eot');
        src: url('binaritcbol-webfont.eot?#iefix') format('embedded-opentype'),
             url('binaritcbol-webfont.woff') format('woff'),
             url('binaritcbol-webfont.ttf') format('truetype'),
             url('binaritcbol-webfont.svg#binary_itcregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        padding-top: 40px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    #Quote {
        float: right;
        clear: left;
        margin-right: 50px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 15%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .content {
        width: 60%;
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 60px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        font-size: 100%;
        color: #666;
    #Quote {
        float: right;
        clear: both;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        line-height: 250%;
    .nav {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav li {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #C60651;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
    /* ~~The footer ~~ */
    .footer {
        padding: 10px 0;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content .content {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content ul li strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-left: 5%;
        padding-right: 5%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #000;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    .h7 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]--></head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Insert Logo Here" name="Insert_logo" width="638" height="110" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio/Contact</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <h8><strong>Your Career Direction</strong><br></h8>
        <h6>96 Harvard Avenue<br>
        Maplewood NJ 07040<br>
        [email protected]<br>
        (973) 996-0207</h6>
        <h7>© Your Career Direction, LLC, 2012<br>
      </h7>
        <p> </p>
      </div>
      <div class="content">
        <h1><strong><img src="images/Whether-you-are.gif" width="266" height="48" alt="Whether you are"></strong></h1>
        <ul>
          <li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
        <p> </p>
        <h1><img src="images/One-thing-is-for-sure.gif" width="310" height="38" alt="One thing is for sure"></h1>
        <p>We all need to direct our own careers, our own lives!</p>
    <p>Given today's competitive job market, global economy, and changed corporate culture, we can no longer depend upon others to ensure our professional futures. Choosing or changing your career direction requires self-reflection, career education and an action plan. </p>
    <p> Building a successful and rewarding career requires linking your interests, education and skills, with trending industries, job opportunities and your experience.  It takes making smart decisions about your college major, vocational training and continuing education options. With motivation, persistence and top notch job search skills, you can succeed in finding a path to building a career that is right for you.</p>
    <p>At Your Career Direction, we are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go. </p>
    <p> </p> 
    <!-- end .content --></div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="321" height="256" alt="Lisa Mark counseling a student"></p>
        <p>By combining an understanding of your interests and current skills with what&rsquo;s happening in today's marketplace we&rsquo;re able to partner with you to develop new career ideas, target companies, and generate job and internship opportunities. We provide step by step assistance to ensure success in your written communications, presentation skills, job search, interviews and life choices.</p>
    <p>At Your Career Direction, YOUR career is our passion. Our mission is to educate and counsel you to choose your own path in life and become what you want to be. </p>
    <p> </p>
    <p> </p>
      <!-- end .sidebar2 --></div>
      <div class="footer">
        <div id="footer">
          <h3 align="center"> </h3>
        </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>
    Thanks for your help.

    You are using % widths for your layout which means it will look different depending of the size of each users monitor. Although this is probably the better way to go these days, it is not one size fits all and will work more effectively if you include min and max widths, and also media queries that change your layout depending on the monitor size. This is more advanced coding and will take time if you want to do that. Alternatively, you could design using pixel widths and have it look consistent across all desktop browsers and throw a few media queries in for the mobile side.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-7 5660
    More on Media Queries
    http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mo bile-version-of-your-website/

  • To Bentley Wolfe, Adobe, re: Locked [ADOBE FYI] : Getting Support for Flash Player 10 and Issue Tracking post

    Hi Bentley,
    I wanted to tell you that an important link you posted does
    not work and says "Sorry, this page is not available".
    It is in your post entitled "Locked [ADOBE FYI] : Getting
    Support for Flash Player 10 and Issue Tracking post", and is at
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfmforumid=44&catid=184&threadid= 1400586&enterthread=y.
    The link that is non-functional is "If you have issues
    installing Flash Player 10, first troubleshoot your issues using
    http://www.adobe.com/support/flashplayer.
    Read the technotes, do some testing.".
    I just wanted you to know, since you have gone to all of the
    effort of posting it. I apologize for having to start a new thread,
    but I was unable to post to your thread, since it is locked and
    read-only.
    This is the issue I am dealing with myself, and desperately
    need help with. :)
    Thank you so very much,
    Karen

    Hi Bentley,
    I just noticed something. The link that I pasted, to your
    post, does not work either. I noticed why, however, and it seems to
    be why the link in your original page does not work, and why the
    link in my post that goes to your post does not work.
    It seems to be that if a link has a period after it (i.e., if
    it is at the end of a sentence), the period is incorrectly included
    in the "real" link. Somehow, whatever mechanism that processes the
    post has a mini bug in it.
    If you go to the link that is results in "Sorry, this page is
    not available", and look up into the browser address bar, you will
    see the period there each time.
    I just thought that I would point this out, too, so that the
    web techs in charge of the workings of the forums could look into
    it.
    Here is the original link, without a period after it, to your
    original page.
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1400586&enterthread=y
    Thank you again,
    Karen

  • Update to browser labs extension for dreamweaver

    Hi Everyone
    Just to inform you that the two browser labs extensions required to use the Adobe Browser Labs service have been updated. If you use these extensions you will have to update them to the new versions.
    You can get the updates here - http://labs.adobe.com/downloads/browserlab.html.
    Why do you need these updates, see - http://blogs.adobe.com/dreamweaver/.
    IMPORTANT - You cannot use the extension manager to remove the extensions, as they must be removed manually, I do not know why exactly but I suspect it has something to do with the new digital format use in the extensions. For more information on removing them see the 'note' section at the bottom of the first link.
    For those of you who do not know what browser labs is - It is a cross browser testing service provided by adobe, (currently free) that can be used to test your pages in most popular browsers using both windows and mac os's, (including IE6 on windows) it will even test local sites when used with the extensions directly from cs4. For more information, see - http://labs.adobe.com/technologies/browserlab/.
    Paula

    In case anyone was wondering it will be free through 2010 and cost $10-20/month afterwards:
    http://labs.adobe.com/wiki/index.php/BrowserLab#What_does_BrowserLab_cost.3F

  • After upgrading to the latest itunes, the text associated with syncing a device is gone.  The buttons are there but no text.  Also the toolbar for iTunes has disappeared.

    After upgrading to the latest editon iTunes, the text associated with syncing any device is gone.  The buttons are there but no text.  Also the toolbar for iTunes has disappeared.

    That's consistent with trouble with the Segoe UI fonts on your system.
    If you're using Windows XP or Windows Vista, try Vortical's technique from the following post:
    Re: iTunes 10.1 Missing Text
    But if you're using Windows 7, try itunesTRK's suggestion from the following post:
    menu bar invisible

  • Adobe browser lab doesn't work!

    Hey ,
    I am new in browser lab and i have a problem and need some help, i make a website in photoshop and convertit to htrml and css in dreamwaver
    i want to test my website in all broswer so i tried to connct in adobe browser lab i created adobe account and login to adobebroswer lab coay and past the url and get this meeage (invailed url fixed and try again)
    then try to conncet from Dreawaver cs5.5 and get this message ( your decoment must be saved under a root folder of a defined site , defined a new site containing this folder this file is in under the root folder of an exsitng site)
    Any help please
    Thanks

    BrowserLab can be used directly in Dw - no need to copy the URL. Once you are in Dw and you have your main page loaded in the editing region of Dw you can goto menu bar: File -> Preview in Browser -> Adobe BrowserLab; This will launch a seperate browser window with Adobe BrowserLab. Once you are logged in you web page and related assets will be automatically sent to BL and sreenshots will be returned. You can also get to BrowserLab from within Dw via the Files panel, right click on your main page and select Preview in Browser -> Adobe BrowserLab; Finally you can get to BL via the CSLive panel.
    Thanks - Mike

  • Background for websites has disappeared.

    I don't know what I did, but I think that I installed something that I shouldn't have.
    Any way, the background for websites has disappeared. I see only Links listed on the left of my page. I'm using Firefox now, and it works fine.
    I've uninstalled Safari, and reinstalled it. And I get the same problem.
    What should I do to get Safari working again?

    Hi,
    Follow the instructions here in case you installed an unsupported Safari add on.
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Carolyn

  • Does Adobe have actual support for their products?

    Or does Adobe actually rely on these forums and/or for the customer figure things out for themselves?
    First issue is that all video playback within Premiere CS6 stopped working ( periodically it works for a few days then stops again) . After trying all the recommendations  (clearing out the cache, uninstalling and re-installing Quick Time, etc.) now the program does not even shut down  and after forcing the program to close, it actually is still  runs in the back ground using 1 gigabyte of memory.
    I keep up on the maintenance of the machine (weekly and sometimes every day), install all the updates from Adobe, as well as the driver for the video card (directly from the vendor).
    So has Adobe stopped provided updates for CS6 by coming out with the CC version? Perhaps the Creative Cloud subscription is not really worth the money since you get what you pay for value wise.
    By just browsing through the forum, there appears to many issues, so how reliable is the product ?

    Venting is fine, but really asking for help requires more information... and, as far as I know, CS6 is receiving NO further updates (but, since I don't work for Adobe, that may not be 100% true)
    If you have an actual question, start with more information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840
    •What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    •What is your exact graphics adapter driver version?
    •Have you gone to the vendor web site to check for a newer driver?
    •For Windows, do NOT rely on Windows Update to have current driver information
    •-you need to go direct to the vendor web site and check updates for yourself
    •ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    •nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Dual video problems - Do you have dual graphics adapters?
    Go to the Windows Control Panel and select Hardware and Sound and then select Device Manager... In Device manager you click the + sign to the left of Display Adapters... and see if 2 are listed
    IF YES, read below
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2
    Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download
    PS... with the video I edit (Canon SX510) and the computer I built (reply #6 for my hardware list in https://forums.adobe.com/message/6536849 message) I have ZERO problems with CS6

  • Adobe recommends: Enhanced support for CSS3 in Dreamweaver CS5.5

    Over  the past week, we publicized some high-value content from adobe.com and other community sites. Hopefully you enjoyed these posts and found the resources useful. Today is our last day of the "Adobe Recommends" series.
    Continuing our trip along the CSS highway, we now move to CSS3 with our next recommendation, by Preran Kurnool:
    Enhanced support for CSS3 in Dreamweaver CS5.5
    This blog post takes you through using box shadow, text shadow, border radius, and border image properties in Dreamweaver CS5.5.
    Give it a spin and let us know what you think!
    Previous recommendation threads:
    Use Dreamweaver CS 5.5 to package your web application for iOS and Android devices
    Customizing a Spry Menu Bar widget
    Spry Menu Bar resources
    Layout 101
    CSS page layout basics
    New CSS features in Dreamweaver CS5
    Automatically attaching style sheets to new documents

    Aegis Kleais wrote:
    Sorry, Al, but I couldn't disagree more.  Where I respect the fact that, as coders, we're rather ingrained with our workflow processes and, at times, hesitant to change, I've found LESS' benefits to be very worthwhile.
    No need to apologize. Preprocessing is a topic on which there are differing opinions. You have one. I have one. There are advocates:
    http://blog.urbaninsight.com/2012/04/12/ten-reasons-you-should-be-using-css-preprocessor
    There are those who are not sold:
    http://blog.millermedeiros.com/the-problem-with-css-pre-processors/
    http://www.skybondsor.com/blog/css-preprocessors
    There are those mostly sold:
    http://css-tricks.com/musings-on-preprocessing/
    There are even those who have been converted (but who might reverse at some later point):
    http://cognition.happycog.com/article/preprocess-this
    Heck, even I might be converted someday - or not
    Bottom line for me, right now? I know I can write CSS that is better than most, more efficient than most, and easier to follow than most, and a preprocessor would add unwanted complexity. But that's for me. For someone not able to be organized intutively, or for a large - but carefully coordinated - team, a preprocessor could be a positive.
    But not for me.
    There are evolving trends - popular aspects of the technology that may and should find themselves being adapted into CSS. But I've been around this business as long as CSS has. I've seen buzzwords and trends and I've historically been spot-on in predicting the one that will stick. I think preprocessing will stick - but only insofar as it will be a catalyst for features in future versions of CSS. As a separate technology it makes no sense - to me

  • Why Adobe dont want support for ArmV6 if there are many devices with these?

    Many people use Android devices with ARMv6 like: Galaxy ace, Motorola Defy, Galaxy y, LG Optimus One, etc, ect. I think that therea are more with ARMv6 that ARMv7 check: http://forum.xda-developers.com/showthread.php?t=1596800
    This link you can see the top 10 of the most common devices Android and the 3th is galaxy ace one devices with ARMv6.
    http://readwrite.com/2013/02/07/8-of-the-10-top-android-devices-in-use%20-belong-to-samsun g
    My Adobe friends. This is true. The big problem that have Adobe Air as framework for develop mobile Aplications is that, if you realy want that Adobe Air be truly one standard for the community, you need cover all devices, no some, otherwise Adobe Air will continue every day more in oblivion.
    If we as developer choosing Adobe AIR as platform to build mobile apps even as simple as "Hello World" or bank aplications, school aplications, enterprices aplications, there are a huge percentage of Android user cant run it. Which means our apps is going to losing millions or billions of potential customer because of chosing Adobe AIR.
    Another thing. Unity, Sencha, Titanium, etc, etc, etc have support to ARMv6 why Adobe don't want support these devices? - This causes only one result: the people will have to resign from adobe AIR mobile technology.
    I hope that Adobe understand and bring AIR support on all those lower performance device (ARMv6) especially those new ARMv6 device.

    To play devil's advocate:
    * The 3rd most popular phone you mention (Galaxy Ace) was released in Feb 2011. I'd say it's falling out of that chart fast.
    * Motorola Defy was released October 2010. Galaxy Y, October 2011. LG Optimus one, October 2010. If the flagship phones for the architecture are 2+ years old, it doesn't speak much for its market penetration.
    * Unity doesn't support ARMv6. As far back as 2011 they announced they'd focus on v7, and whatever support v6 might have is very limited. (Source)
    While I'm sure there's a place in the current market for armv6, it's something that's already legacy and it's going away fast. Not sure it makes sense to spend resources on that. "You need cover all devices" stops making sense when the effort necessary exceeds the returns. I don't see any "new" ARMv6 devices coming out either.
    ARMv6 is dying or dead, depending on how you look at it. It'd make much more sense to support a platform that has new high-end devices coming out (x86).
    If you as a developer absolutely need to support those old, low-end devices, using a simple framework like PhoneGap is a better solution.

  • Will Adobe ever add support for JPEG-XR?

    There's been quite a bit of work done on the Flash Player to display and export JPEG-XR files. During the Flash CS6 prerelease, the Flash team talked about additional JPEG-XR support for things like spritesheet creation.
    I know there's an ancient Photoshop plug-in for JPEG-XR, but does Adobe have any plans to make JPEG-XR a first-class citizen in Photoshop? Considering the numerous benefits the format offers, I'm puzzled as to why this hasn't been added.
    Either way, it would be helpful to get the scoop. If there are no plans to support it then I'll buy a product that does, but I'd prefer Photoshop.

    I've been using XnConvert to convert uncompressed files to JPEG-XR. It's a free, cross-platform, batch file converter:
    http://www.xnconvert.com/
    XnConvert doesn't have as much control over compression settings as I would like, but the JPEG-XR files it creates are 30% – 50% smaller than comparable JPEG files saved using Photoshop's "Save for Web".

  • My Microsoft Word for Mac has disappeared.

    I have a Mac OSX 10.6.8 Macbook Pro 15. I am using Microsoft Office 2011. All the programs are working except for Word. It has disappeared and when I went to click on a Word document they converted to a Text Edit file. Please advise.

    lynor wrote:
    No, it is not in the Application folder. When I try to click the "W" on the dock, a question mark shows up over the "w". Should I try to reinstall the program from the disk?
    The Dock icons are just a "alias" to there the original is. Drag the W icon off the Dock.
    Somehow your original program disappeared, perhaps it wasn't paid for.
    You can launch Disk Utility in your Applications/Utilities folder and click on your drive on the left and First Aid > Verify Disk and Repair Permisisons.
    If "Verify Disk" (only) gives any warnings, you need to immediatly backup your user file folders (Music, Documents etc) onto a external drive and disconnect, your internal hard drive is going to fail soon.
    The Repair Permissions warnings you can ignore.
    After you have done both, then search for Word in your Applications folder, if you find it, just drag it's icon to the Dock.
    If it's not there, then reinstall the program from the disk and then drag the icon to the Dock.
    If you can't reinstall Word or Office, then simply use the free LibreOffice, it will work just the same.
    Always maintain two sperate hardware backups of your personal data at all times.

  • HT1386 Info tab for iPhone has disappeared in iTunes

    Since upgrade iPhone to IOS 7 (now in 7.0.4), the tab Infos in ITunes has disappeared and Outlook Contacts and Notes do not sync anymore!
    Any idea? Thanks

    there is no info tab for synching contact and calendar information. What do I do?
    Select the iPod in iTunes and click on the Contacts tab.

  • I cannot get audio through my TV using HDMI lead it has worked previously but on the settings tab the option to use HDMI for output has disappeared

    As above I have a MacBook Pro and pretty new Samsung TV... i bought a HDMI lead from apple shop connected it and was able to choose HDMI lead as sound output.... but i cannot do it any more nothing has changed cable has not even been unpluged but the option within settings has disappeared.... I have tried the basics turn everything off and on again close all apps disconnect and reconnect leads..... any help would be brilliant

    The problem is not solved by something that simple unfortunately ! I have discovered that if I boot up the laptop with the hdmi cable connected to the tv it works, but if not, same issue. Have read everything everywhere I can to see if the issue happens for anyone else, seems mine is an odd one. May reinstall FF to see if that cures.

  • The icon for volume has disappeared and I cannot get it back....

    The icon ;in my task bar for the volume has disappeared and I cannot get it back.  I tried the customization feature, and it says that the icon is visible but it is not.  then it says the feature will appear when it become available??? When will that be and why has it gone?

    Is this a laptop? If so i have that problem periodically. Turn over the laptop >Take out the battery> turn over the laptop again> push/ hold the power button about 15 seconds> reinstall battery. This worked for me. 

Maybe you are looking for

  • Relinking many media files at once when there is duplicate media?

    Has anyone had an issue where they have two sets of the same files (say a folder structure on a network and a folder structure locally on faster drives) and when trying to relink to one or the other set, Premiere defaults to the previous location? I

  • BPS Web Application - How to change function button property dynamically

    We have created BPS web application for sales force, it contains 2 button. 1. To send Workflow notification to Managers 'Request for Approval' - This would be used by sales person 2. Button for Manager to approve the Plan 'Manager Approval' - This wo

  • DGMGRL Error for TNS

    Hi All If I fire the following switchover command I get the error and after this if I manually start the instances the roles are switched over. Also there is no error in switching over manually. Can anyone please tell me how to rectify this error so

  • Touchsmart 600 - disc stuck in CD drive

    Hi, Computer cannot read it and it is stuck in drive. Probably not relevant but its the Fritz 12 (chess) program. Any idea on what to do as I do not want to break it? Thanks for any replies.

  • Sending e-mail away from home

    When I'm away from home I can't send e-mail from my MacBook Air. For ex if I try to send from a hotel room while on their internet. I receive mail but can't send out.