Tabs question

Hi, can someone help with a tab question.
In earlier version of Indesign (CS6) you use to be able to use the 'enter' key to add a new tab at a specific measurement. Example: you start with a tab at 100mm, then you could type 125mm (in the x measurement panel) and press 'enter' and it would create a new (second) tab at 125mm. Then you could repeat 150mm 'enter', 175mm 'enter' and 200mm 'enter' and you would have five tabs all nice and evenly spaced. Now in CC when you have a tab at 100mm and you then type in 125mm (in the x measurement panel) it moves the first tab to 125mm… doesn't create new tab! In CS6 the move function was 'return' key and 'enter' was a new tab.
If anyone can head some light on this, that would be great. Cheers, Jeff

"Is there a way to set a specific number of tabs to be open and available each time Safari is opened?
Hi Jim,
The option would be in Safari Preferences if it were available, but I don't see it there.
It's pretty easy to set up, though.
Click the Book icon at the left of the Bookmarks bar to show all bookmarks.
Go to the Bookmarks menu and choose Add Bookmarks folder.
Give the folder a name (eg. 6 tabs), place as many bookmarks (to fast loading or regularly used sites) as you want tabs to open (eg. 6).
Click on the Bookmarks Bar folder to display the list of current items on the Bookmarks Bar, drag the new folder into the wndow and drop it at the top of that list.
The folder will appear (as a menu) at the left of the Bookmarks Bar, beside the Book icon.
To use, launch Safari, Click the new menu and choose the last item, Open in Tabs.
Regards,
Barry

Similar Messages

  • Spry Accordian Tabs Question

    Hi
    I'm trying to create a spry accordian menu for a navbar and am having some trouble.
    This is the first time I've tried it so I would appreciate any help.
    The Client would like the tabs to be:
    Home
    Students
       High School Students
       College Students
    Professionals
    Parents/Educators
    Seminars
    Bio
    Q  & A Blog
    Testimonials
    So all they would like High School Students and College Students to be child tabs underneath the parent tabs and all other tabs to be parent tabs.
    They asked for a spry accordian.
    They want the nav bar to be on the left.
    Here is the link to the website online:
    http://www.elynncohen.com/index2spry2.html#
    and here are my questions:
    1. The spry accordian has a box around it on mouse down but I can't figure out how to get rid of it. I've checked all the CSS rules for the spry accordian and none of them seem to have rules around them.
    2. All the tabs have a content area underneath them and we only want content areas underneath the student tab. You see how it goes when you click on any of the tabs, you get a little thing that says content 1, 2 etc. I tried deleting them in the code and the page goes completely crazy when I do and the nav bar areas stretch all the way across the page.
    3. I can't figure out how to get the child tabs (which would be the tabs under students which say high school and college) to have two tabs. You will see that it does have the high school tab there now. When I try cutting and pasting the code to try to get two tabs, it does not work. The spry accordian framework only creates one content area under each tab.
    4. I'd like the child tabs to have a narrower height than the parent tabs, and be indented so that they will clearly be set off and different than the parent tabs.
    Any help would be much appreciated!
    Thanks!!!
    Here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <meta name="Keywords" content="career counseling, college counseling, job search, career choice, college options, career options, work, jobs, new opportunities, career change, new career, new job" />
    <meta name="Description" content="Your Career Direction :: Career and College Counseling" "Considering your college choices & career options" "Preparing for the world of work after college" "Seeking a new position to further your career"
    "In-transition and considering new opportunities"
    "Seeking to make a significant and meaningful career change"  />
    <meta name="Publisher" content="Your Career Direction, LLC" />
    <meta name="Copyright" content="Copyright 2012, Your Career Direction, LLC. All rights reserved." />
    <meta name="Author" content="Lisa Mark" />
    <meta name="Language" content="en-US" />
    <meta name="distribution" content="global" />
    <meta name="revisit-after" content="10 days" />
    <meta name="Robots" content="All" />
    <link rel="Index" href="index.html" />
    <link rel="Site Map" href="sitemap.html" />
    <script type="text/javascript" src="//use.typekit.net/ifb2bte.js"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    <style type="text/css">
    <!--
    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;
    .container .sidebar1 h3 {
        padding-left: 0px;
        color: #C60651;
        font-size: x-large;
    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;
        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;
    #Quote {
        float: right;
        clear: left;
        margin-right: 1%;
    /* ~~ 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;
        margin-left: 25px;
        background-color: #FFF;
        font-family: museo-sans;
    arial;
        max-width: 200px;
        min-width: 180px;
    .content {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10;
        font-family: museo-sans;
    arial;
        margin-top: 40px;
        padding-right: 10px;
        width: 50px;
        font-size: large;
    .container .content p {
        padding-top: 0px;
    .sidebar2 {
        float: left;
        width: 20%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: museo-sans;
    arial;
        font-size: 90%;
        right: 12%;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0px;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 40px;
        font-family: museo-sans; arial;
        font-size: 100%;
        color: #666;
    .container .content p {
        font-family: museo-sans;
    arial;
        padding-top: 0px;
        padding-left: 17px;
        padding-bottom: 0px;
    #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; arial;
        line-height: 250%;
    .nav {
        font-family: museo-sans;
    arial;
        padding-left: 0px;
    ul.nav li {
        font-family: museo-sans; arial;
        padding-bottom: 10px;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        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; arial;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-left: 15px;
    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; arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
        padding-bottom: 10px;
    .content img {
    /* ~~The footer ~~ */
    .footer {
        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 */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 10px;
    /* ~~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;
        font-family: museo-sans; arial;
    #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; arial;
    .container .content .content {
        font-family: museo-sans; arial;
    .container .content ul li strong {
        font-family: museo-sans;
    arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    .container .content ul {
    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;
    .sidebar1 .nav li {
        padding-bottom: 10%;
    .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 .nav li a {
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-right: 0%;
        padding-left: 0%;
        font-size: 85%;
    .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: #978980;
        font-family: museo-sans;
    arial;
        font-size: 82%;
        padding-left: 20%;
        text-align: left;
        text-indent: 8px;
    .nav li a {
        padding-bottom: 10px;
    h8 {
        font-family: museo-sans; arial;
        font-size: 100%;
    h4 {
        font-family: museo-sans;
    arial;
        font-size: 100%;
        color: #C60651;
        padding-left: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family:museo-sans; arial;
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    h7 {
        font-family: museo-sans; arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: museo-sans; arial;
    .sidebar2 p img {
            max-width: 100%;
    .container .content img {
        padding-left: 3%;
    img {
        position: static;
        text-align: left;
    body,td,th {
        font-family: museo-sans; arial;
    h5 {
        font-size: 150%;
        color: #C60651;
        padding-left: 0px;
        font-family:museo-sans; arial;
    .container .content p {
        padding-left: 17px;
        padding-right: 30px;
        font-size: 87%;
    .container .sidebar2 p {
        font-size: 90%;
    .container .sidebar1 .nav li {
        font-family: museo-sans;
    arial;
    .container .sidebar1 .nav li a {
        padding-left: 0px;
        margin-bottom: 0px;
        height: 30px;
    li a {
        padding-left: 2px;
    -->
    </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]-->
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    </head>
    <body><script type="text/javascript">
    function pageWidth() {
    return window.innerWidth != null? window.innerWidth : document.documentElement && document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body != null ? document.body.clientWidth : null;
    function pageHeight() {
    return window.innerHeight != null? window.innerHeight : document.documentElement && document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body != null? document.body.clientHeight : null;
    </script>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#index.html" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Your Career Direction Logo" name="Insert_logo" width="50%" 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>
            <div id="Accordion1" class="Accordion" tabindex="0">
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Home</a></div>
                <div class="AccordionPanelContent">Content 1</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Students</a></div>
                <div class="AccordionPanelContent"><a href="#">High School</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Professional</a></div>
                <div class="AccordionPanelContent">Content 3</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Parent/Educator</a></div>
                <div class="AccordionPanelContent">Content 4</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Seminars</a></div>
                <div class="AccordionPanelContent">Content 5</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Bio</a></div>
                <div class="AccordionPanelContent">Content 6</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Q &amp; A Blog</a></div>
                <div class="AccordionPanelContent">Content 7</div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Testimonials</a></div>
                <div class="AccordionPanelContent">Content 8</div>
              </div>
            </div>
          </li>
        </ul>
      </div>
      <div class="content">
    <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>
    <img src="images/Whether-you-are-.gif" alt="Whether you are considering your college choices and career options" width="197" height="31" align="left">
    <ul>
          <br><br><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>
    <img src="images/Onethingisforsureraster.gif" width="352" height="49" alt="One thing is for sure, we all want to direct our own careers, our own lives!">
    <br><p> Building a successful and rewarding career requires linking your interests, education and experience with employment trends, growth industries, and career choices. It takes making smart decisions about your college major, vocational training and continuing education options. With enthusiasm, persistence and top notch job search skills, you can succeed in finding a path to career that is right for you.</p>
    <p> 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 and become what you want to be.</p>
    <img src="images/yourcareerourpassionraster.gif" width="441" height="20" alt="At Your Career Direction, YOUR career is our passion!"> </div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="100%" alt="Lisa Mark counseling a student"></p>
        <p>Our mission is to help you explore, choose and create your direction for an exciting and rewarding career path.</p>
         <p>We incorporate our experience with today's job market and career counseling expertise with your passions and interests. We'll introduce you to new career ideas, target companies and generate job and internship opportunities for you.</p>
         <p>We provide step by step guidance to ensure your success during the college application, job interview
    and decision making process.
    </p>
    </div>
      <div class="footer">
        <div id="footer">
          <h6 align="left"> Your Career Direction, LLC •  96 Harvard Avenue, Maplewood, N.J. 07040 • (973) 996-0207 • [email protected]</h6>
        </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>

    1. The spry accordian has a box around it on mouse down but I can't figure out how to get rid of it. I've checked all the CSS rules for the spry accordian and none of them seem to have rules around them.
    2. All the tabs have a content area underneath them and we only want content areas underneath the student tab. You see how it goes when you click on any of the tabs, you get a little thing that says content 1, 2 etc. I tried deleting them in the code and the page goes completely crazy when I do and the nav bar areas stretch all the way across the page.
    3. I can't figure out how to get the child tabs (which would be the tabs under students which say high school and college) to have two tabs. You will see that it does have the high school tab there now. When I try cutting and pasting the code to try to get two tabs, it does not work. The spry accordian framework only creates one content area under each tab.
    4. I'd like the child tabs to have a narrower height than the parent tabs, and be indented so that they will clearly be set off and different than the parent tabs.
    1. Line 454
    <div id="Accordion1" class="Accordion" tabindex="0" style="outline: none;">
    2 & 3. Change your code from Line 455 - 491:
    <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Home</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Students</a></div>
                <div class="AccordionPanelContent"><a href="#">High School</a><br/><a href="#" style="margin-top: -30px;">College</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Professional</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Parent/Educator</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Seminars</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Bio</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Q &amp; A Blog</a></div>
              </div>
              <div class="AccordionPanel">
                <div class="AccordionPanelTab"><a href="#">Testimonials</a></div>
              </div>
            </div>
          </li>
        </ul>
      </div>
    4. Append your HTML for child tabs like this:
    <div class="AccordionPanelContent" id="submenu"><a href="#">High School</a></div>
    Create a new #submenu css rule in your CSS document and set styling the way you want it.

  • Spry Tab question

    I've got the use of the spry tab figured out, but what I'd like to know is if I can change the 'look' of the tabs.  Rather than just have them be plain ol' squares, I'd like to change the style of them (more than just the color).  Is it possible to change the shapes?  Or to specify a .jpg to use as the tab?
    Thanks!

    I appreciate all the feedback, but I have a few more questions...
    I want to do something like the example I've provided, but have two questions in that regard.
    The 1st - those tabs overlap.  Is their an easy way to accomplish that, as a newbie?  I don't know much, still learning.  Obviously it would be easier to create tabs that don't overlap and avoid this issue altogether, but I really like the look.
    My 2nd question is the drop shadow.  I can create the drop shadow in Photoshop, but I'm wondering if there's an easier way to do it in Dreamweaver.  Just apply the Spry Tab Menu and tell it to put a drop shadow behind it.  Is there something that easy, or do I need to create the drop shadow in Photoshop and use div tags to basically put it 'around' the spry tab menu?  Does that even make sense?  I know what I mean in my head, but might not be explaining it properly...

  • How to make a backup of your stuff? and Command+tab question

    First of all, is there an alternative to using a different Command+tab button? OR the F3 button to switch between windows? A lot of times I have more than ONE safari window open and I want to Command tab but Command+tab won't show the OTHER safari sites open. I use the F3 button also but is there another way to ALT+tab to DIFFERENT safari/firefox windows like on the Windows OS?
    I was just wondering if IN TIME, Mac's will start running slower (like PC's) as you put more programs in. I know from experience, even by just staying on trusted sites, in about 2+ years your windows vista/7 will be a little slower. How do I reformat a Mac (factory reset) and besides backing everything up on a DVD, is there a way to backup my files?
    Sorry for these nub questions, I only had this for like a month xD

    Welcome to the Mac world!
    Mac OS let's you fully customize the keystrokes which you can quickly move between the windows you want. You will find these settings under System Preferences and Expose & Spaces under the personal area.
    When you are in here, you can assign a different keys, or secondary key, to active the show all windows (what you are currently using as F3). Under the All Windows selection, you will see the default set to F3. Here you can change it if you would like, say assigning the right or left shift key to open the show all windows feature. In the box to the right which should be empty, you can even assign extra mouse keys (assuming you use an external mouse) to do the exact same thing, which I find makes your work-flow much easier. Play around with the mouse settings to get what you like (I use my mouse to show all windows when I press the scroll wheel). Hopefully this will be a sufficient solution to your needs. Have a look here for more keyboard shortcuts: http://support.apple.com/kb/HT1343
    Regarding your second question, you will find that Mac's do not fall failure to the typical 'OS rot' that you see when using Windows in just a short year or two. The same goes for keeping your computer on for long periods. Where Windows will be noticeably sluggish after even a day or two of continuous use, Mac's can have an uptime of weeks without a drop in performance (a buddy of mine usually only restarts once a month unless the power flashes). You will likely only need to re-install the OS if something happens to the computer and it no longer functions properly. In this case, I recommend using Apple's build in Time Machine application (http://support.apple.com/kb/HT1427) however you will require an external hard drive. Time Machine takes a backup of your computer whenever you ask it and if you have to re-install the OS, it will restore everything to it's previous state.
    Hope this helps!

  • Logout Button/Default Tab Questions

    Greetings,
    I have two questions. Where does one set the logout URL so that it will go to a different page than 1.
    Secondly,
    I have a series of tabs in my application. I want to give the same URL to all that access this app, but the tabs are setup in an authorization scheme. If the user isn't a developer, they see only 1 tab, and unfortunately not the default one, so the only tab that they have isn't active, and they have to click it to see their subtabs (the downside is that they also see the subtabs under the default tab (which isn't there now because they aren't a developer)). How would one set the focus to a different tab based on their group (in this case "execs")
    Thanks in Advance,
    -- Cliff

    Scott,
    I think I see what you are getting at. Is it possible to test immediately upon someone entering a page if they are a member of a group and then redirecting them to an accessible page for them?
    In this case, I dont want them seeing that page at all. I thought by simply removing the tab (and by inheritance the page associated with it) that I could keep them from seeing that page. That is obviously not the case. All I keep them from seeing is the tab, and rather than it spitting out an error because they aren't a member of a group, I just need to shuffle them off that particular page to another. (Hope that made sense).. :)
    Sorry for the confusion with that question.
    - Cliff Moon

  • AJAX Tab question

    Hi All,
    I have CF 8 Standard and have used the Ajax tabs (I suppose these are from Yahoo). I have been able to properly display tabs on my CFM page and the users are able to navigate using these tabs. Is there a way for me to know what tab the user clicks? I have a common area (like a <div>) above the tabs. I would like to show relevant information in the DIV depending on the tab the user clicks on.
    Thanks.
    - Milind Joshi

    I'm answering my own question. Giving it here so if anyone else was in similar situation, he/she would know what to do. My requirement was to capture the tabchange event. I wanted to know what tab the user navigated to.
    Here's what I did:
    1) Put following line almost at the end of the page.
    <cfset AjaxOnLoad("loadTabListener")>
    This fires the function loadTabListener when the page is gets loaded in the browser.
    2) Put this in the header block. This returns an Ext JavaScript object. The second line adds an event listener to the Ext JavaScript object named "datatabs" and fires the event handler.
    loadTabListener = function() {
       tabObj = ColdFusion.Layout.getTabLayout("datatabs");
       tabObj.addListener('tabchange', getClickedTab);
    3) Put these lines of code below the above declaration.
    getClickedTab = function(objParent, objPanel) {
       //objPanel.getText() gives you the title of the tab.
       parent.showMenu(objPanel.getText());
    Now, you can do whatever you want to do depending on what tab the user navigated to. In my case, I wanted to dynamically change the hyperlinks in a certain area depending on what tab the user was. For more info on the JS libraries used for tabs CF go to http://www.extjs.com/deploy/ext/docs/
    Bye for now.
    - Milind

  • Open New Tab Question

    Recently when I click the Open New Tab button the page has some of my Bookmarked sites shown, nothing but a blank rectangle and the name of the link.
    Not sure why this started happening or how to fix it

    See this - https://support.mozilla.org/en-US/kb/thumbnails-on-new-tab-page-are-missing

  • Broken PCI card release tab question

    Ordered and received the ATI 4870 video card upgrade from Apple and read the included instructions. In lifting up the plastic card release tab at the end of the PCI express slot to release the ATI 2600 video card the plastic tab broke off and fell down into the machine. I was able to remove the old card and install the new one without other problems. The new card seems to be working well.
    Should I be concerned about this broken release tab and the plastic piece which has fallen who knows where? I have Apple care on the Mac Pro and there is an Apple store in the area.

    Apple will probably not cover it since you broke it. There should be no problem using it without the plastic latch, but if you ship the Mac Pro, make sure the card is pushed all the way in before connecting power.

  • Viewing the "News" on the Home tab - Question

    Hello all!
    Does anyone know what iView to add to the Home tab so that it displays the News items added in Content Management > Explorer > News ?
    Regards,
    Glenn

    Hi Glenn,
    You can create e new iView 'Km-Navigation'. In the iView-properties, you have to change the 'path to initially displayed folder' to /documents/News. Use 'NewsBrowser' as LayoutSet.
    But would suggest, that you create your own iView (e.g. by copying the existing one) and that you also copy the xml-forms-project. Please find more info on this here: http://help.sap.com/saphelp_nw04/helpdata/en/8f/fe743c74fa6449e10000000a11402f/frameset.htm
    To be able to create new News, you can use the same iView and use 'NewsExplorer' as 'LayoutSet'. You could also create another folder to store your news to avoid any problems with other people using the same iView e.g. for testing purposes.
    Hope this helps
    Kind regards
    Karin

  • Command+Tab question (coming from Windows XP)

    Bought my first mac...a MacBook with Leopard.
    I'm having a hard time getting used to the Command+Tab app switching functions, as I'm used to Alt+Tab in Windows. There's one particular scenario that's bugging me...
    - Open a TextEdit document window. Menubar shows TextEdit.
    - Open a Finder window. Menu shows Finder.
    - Click back on the TextEdit window. Minimize that window to the right side of the dock (running apps/windows???).
    - Click back on the finder window to make it the active app/window.
    - Use Command+Tab to cycle through the open apps and stop on TextEdit. Menubar will show TextEdit, but where's my previous document? It's still in the right side of the dock. Is there any keystroke that can then cycle through the open windows within the current app (minimized or not), so I can find my document?
    - I noticed that after that last step, after I've Command+Tabbed into TextEdit with no TE windows open on the desktop, even using Expose won't show me the docked document window. Must I use the mouse to pull that document window out of the dock???
    Thanks!
    Gary

    AFAICT, yes. Either that or select Window->minimized document. I rarely minimize windows, so I don't know if there's a shortcut to unminimize those windows.
    Since you're a newcomer to the Mac, peruse
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials, and
    MacTips Learning Centre.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

  • Chart Expert - Options tab question

    Post Author: training2go
    CA Forum: Charts and Graphs
    Hello,
    I noticed a new feature on this tab called "Auto Arrange". I looked in the help file, but could not find any info about it. I've selected the option and re-run the report, but didn't see any changes, so I can't figure out what the purpose of the option is or if it works. Any help would be greatly appreciated. Thank you.

    You say that you see the data tab in CR2008 and CRVS2008. I take that to mean in CPR S2X  and CPR 10.5(?).
    As far as I am aware, the chart expert only ships with stand-alone versions of CPR. E.g.; CPR 10.5 (Crystal Reports Basic for Visual Studio 2008) does not have it, CPR S2X  does. CPR 2010 being a specific build for VS 2010, I'd expect it will not have the chart expert and that it will be available on a future upgrade.
    Ludek

  • Spry Tabs question

    I have a page that uses the Spry tabs. It's set to use the
    first tab (default).
    I have another page wherein I'd like to put a link tot his
    page but
    have the link display the SECOND tab.
    Is this possible? How is it done?

    I'm a newbie to Dreamweaver CS 5.5 (so please go easy)
    You are out of luck, you copped me.
    <script type="text/javascript"> var acc1 = new Spry.Widget.Accordion("Acc1", { useFixedPanelHeights: false, defaultPanel: -1 }); </script>
    That's correct, that will vary the content area depending on the contents and will start with all panels closed.
    My code currently looks like this:
    <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    And this is where I stop being nice. Your code entails a lot more than these two lines. Your code will look a lot more like
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    The line that you are looking for is called a constructor. The function of a constructor is to create an instance of the widget, without which a widget would not exist. Another function of the constructor is to override the default JavaScript using overriding settings. Hence, if you change the 4th last line (hopefully highlighted bold red) to
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel: -1 });
    or similar, you should be fine.
    Gramps

  • Cross Tab Question

    I am trying to add a cross tab to a report. The page set up is 8 1/2 X 11 - Portrait.
    My cross tab data is very wide and runs onto new pages. I would like to keep it together on one page.
    Is there a way to wrap the cross tab, or keep on one page?

    Travis,
    There is a way to wrap crosstabs.
    Do this:
    For the item you are placing as your crosstab column, create this formula called @Each Column:
    WhileReadingRecords;
    Global Numbervar ColumnNo := ColumnNo + 1
    Next, create another formula that you will use as your grouping for this column, call it @ColumnGrouping.
    EvaluateAfter ({@Each Column});
    Global Numbervar ColumnNo;
    Int((ColumnNo - 1)/6)
    Insert a group on formula @ColumnGrouping and place your crosstab in there.  In the example above, you will see it will wrap for every 6 columns.
    I hope this helps,
    Regards,
    Zack H.

  • PO Accounting Tab Questions

    Hello,
      I would like your help in the questions below:
    1. Cancellation Date on PO
    - What is the impact of the cancellation Date on the PO?
    - How it is used?
    - does it relates to other documents?
    2. Indicator
    - How is the indicator use and where? (documents, reports?)
    3. Order Number
    - Where the Order number is used? I have entered it but how is triggered or how could it be used later on?
    Thanks for your help

    If you check the help file, it should give you all the info you need.
    Order Number
    Specify the order number of the chain, when you use the direct distribution method.
    This number is recorded in the file that you send to the head office of the chain store.
    Indicator
    Indicator linked to the vendor in the business partner master data.
    Cancellation Date
    Specify the date after which the Purchase Order is cancelled, and the company is not committed to the vendor.

  • Tab Question

    Hello,
    I created a Portal page with 3 tabs on it (A,B,C). Some people need access to all 3, others just need access to certain ones. If I setup someone with access to all 3 and they login tab A is automatically selected and all info within that tab region is displayed, then they click on tab B and get that tab region information and so on. The problem is when I setup someone who needs access to any tab besides A. Say I give a user access to tabs B and C, when they login they see the tabs but that is all they see. It isn't until they click on one of the tabs that the items within that tab are displayed. Is there some sort of default setting that says automatically select the first tab in the group no matter what access a person has? I would like to change this so no matter what tab the user has access to there is always one tab automatically opened for them, is there a way to do this?
    version info:
    Portal Version: 10.1.2.0.2
    RDBMS Version: 10.1.0.4.2
    OS/Vers. Where Portal is Installed:: Solaris 8
    Thanks,
    Joe
    Message was edited by:
    JC13

    Hi
    In jour login portlet, what is the url you specified for a sucessfull login ?
    Maybe you wrote something like : http://myportal/portal/page/portal/MYPAGEGROUP/tabA
    that will make everyone redirect to tabA after login.
    And if they don't have acces on this tab, a blank tab will be displayed.
    Hope that helps

Maybe you are looking for

  • SQL report  in 9.2.1 is very slow compared to 7.3

    Hi, I have an sql report which takes only 5 minutes (oracle version 7.3) is taking almost double the time(one or two user accessing the system) with oracle version 9.2.1. This report sums the total amount grouped by date field using two tables. Data

  • Time capsule not being recognized by time machine on macbook

    Hi, This is my first post.  I have an imac, macbook, iphones ipods, and a time capsule when i installed the time capsule it worked fine on both computers then after an update the macbook no longer recognizes the time capsule in airport so it can not

  • No application runs after booting from an external (USB) drive

    Hi all, my best hope is that I just embarrass myself with a blatantly obvious question instead of finding a real issue that will be resolved only in later updates. Here it is: As I want to upgrade my hard drive in my good ol' MacBook, I wanted to bac

  • Leading zeros remove from FB05 for assignment field in process open items b

    Dear expert At present i am using the electronic bank statement completed OT83 & OT51configuration, when i am running FF-5 the EBS soft copy has been uploaded and created batch input session. I executed  batch input session and the transactions has b

  • Upgrading Issues

    Hello, I just recently made a document in formscentral, and when I started I created a new account under my work email, but then I upgraded to the month free trial but when I signed in it came up that I had an account so I upgraded under a different