JavaScript question for document.domain

Hello

How is it when I use 'document.domain' in my JavaScript, the alert no longer works?

The JS function below, when it is called, the alert does not work:
function showMessage() {}
document. Domain = "cfoutput <>#CGI. Server_name #"" < / cfoutput > ";"
Alert ("Message here");
}

Thanks in advance!

OK sure, here is my tell...















Display the data in the parent Page:


Tags: ColdFusion

Similar Questions

  • An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    The error was: "an existing connection was to be closed by the remote host".
    (0 x 00002746 WSAECONNRESET error code)

    The query was for the SRV record for _ldap._tcp.dc._msdcs. HAMI. LOCAL

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Forums TechNet Windows 7 Technet.

    Here is the link:
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this helps

  • Question for Hiroto - css user

    I redesigned the css for the Spanish and Portuguese CSA web site.  I modified your css.

    Here's what I came with:

    Re: Style sheet for Japanese, Korean, Spanish and Portuguese CSA sites user

    I have two questions:

    (1) I want the 'P' in order to act as 'R' when the window is made narrower.  See this web page.  Make the windows smaller and larger to see 'P' and 'R' in action.

    https://communities.Apple.com/pt/thread/4601

    When I do the narrow window the letter P [issue] is scrolled off the right but the letter R [answer] does not work.

    P's off to the left

    P is visible

    (2)

    You remember what ASC Web page the effects of this code?  I couldn't identify a use of this code.

    What is "Community list table"? [jive now decides he wants to put a lot of spaces in this.]  who know why]

    
    /* ------------------ 
    
      
    Treatment for narrow window 
    
      
    Method 1 (minimum optimisation) 
    
      
    Adjust community list table's shift and margin to maximize its width. 
    
    */                                                                 
    /* v0.43 */  
    
    /* ------------------ (currently commented out) 
    
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; } 
    
    .j-layout-sl.j-browse-places .j-column-l 
    { margin-left: 166px !important; } 
    
    .j-layout-sl.j-browse-places .j-column-s 
    { width: 166px !important; } 
    
    ------------------ */  
    
    /* ------------------ 
    
       
    Treatment for narrow window 
    
       
    Method 2 (more beneficial to narrow window but has disadvantage for wide window) 
    
         
    
       
    Let community list table have full width but not exceed 1019px to make room for 
    
       
    sidebar ui (filters & actions).  If window is wide enough (>=1265px), sidebar ui 
    
       
    is displayed next to community list table, otherwise it is displayed below or 
    
       
    above it (depending upon its document tree order). 
    
         
    
       
    * sidebar width (constant)
    = 166px 
    
       
    * community table max width   = 1019px 
    
       
    * canvas margin-left     
    = 40px 
    
       
    * canvas margin-right    
    = 40px 
    
       
    --------------------------------------- 
    
       
    * total                  
    = 1265px 
    
    */                                                                   
    /* v0.5 */  
    
    /* ------------------ (currently active) */  
    
    .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }  
    
    .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }  
    
    .j-layout-sl.j-browse-places .j-column-l 
    { margin-left: 0px !important; }  
    
    .j-layout-sl.j-browse-places .j-column-l 
    { padding-left: 0px !important; }  
    
    .j-layout-sl.j-browse-places .j-column-s 
    { width: 166px !important;  }      
    
    /* ------------------ */  
    
       
    

    Hello

    Well, it took me some time to investigate the new presentation of 2016-06 of the ASC (Japanese, etc). It's really annoying...

    You can find my current project CSS below. For better maintainablility, I made new CSS file derived from the previous one for 2014-06 format. Section of the DISPLAY OF THE WIRE CONTENT has been significantly redesigned. It may contain useless residues of the previous, because I have not yet cleaned up seriously.

    Moreover, the Q brand in question is placed in a strange way, using the negative zone offset (left:-60px banner), which would be the reason why it behaves well in your settings.

    Relevant rules in original CSS:

    .j-thread #body-apple .j-thread-post section.j-original-message h1 {
        max-width: 860px;
        margin: 0px auto 30px;  /* <-- left margin is auto, which may be problematic in variable width environment */
    }
    .j-thread .jive-content .j-thread-post section.j-original-message h1 .q-marker {
        position: absolute;
        top: 0px;
        left: -60px;            /* <-- negative box offset for left side */
        font-size: 55px;
        font-weight: 200;
        line-height: 1em;
    }
    

    which I adjusted it as follows:

    .j-thread-post section.j-original-message h1 {
        max-width: inherit !important;;
        margin: 0px 60px 20px 60px !important;;
    }
    .j-original-message h1 .q-marker {
        left: -60px !important;
        font-size: 32px !important;
    }
    

    ---

    Here's my project. Please feel free to change, adapt, and reuse what you see fit.

    /*
        custom styles for Apple Support Communities board system introduced in 2016-06 (v0.10d)
       
        written by Hiroto, 2016-06
    */
    @-moz-document
        domain(communities.apple.com),
        domain(discussionsjapan.apple.com),
        domain(discussionskorea.apple.com)
    {
        /* ------------------------------------------------------------------------------------------------
            BODY
        */
        body.j-body-welome,             /* Welcome */
        body.j-body-place,              /* Community */
        body.j-body-yourwork,           /* Content */
        body.j-body-home,               /* Activity */
        body.j-body-yourconnections,    /* People */
        body.j-body-preferences,        /* Preferences */
        body.jive-body-content,         /* Thread */
        body.jive-body-search,          /* Search */
        body.jive-view-profile          /* Profile */
        {                                                                              
            background: white !important;
        }
        body {
            background: white;
            min-width: 0px !important;
        }
        #body-apple {
            width: 100% !important;
            min-width: 0px !important;
        }
        #globalheader { display: none !important; }                                    
        #global-nav-wrapper {display: none !important; }                               
        #globalfooter,
        #globaldisclaimer { width: 80% !important; }                                    
    
        /* ------------------------------------------------------------------------------------------------
            TEXT
        */
        body {                                                                                  /* NEW */
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 1.25 !important;
        }
       
        body * {                                                                                /* NEW */
            /* font-size: inherit !important; */
            font-weight: inherit !important;
            line-height: inherit !important;
        }
    
        /* ------------------------------------------------------------------------------------------------
            ASC HEADER, FOOTER AREA
        */
        #j-header,
        #j-compact-header,
        #j-footer { width: 100% !important; }
       
        /* navigation header (Apple Support Communities ...) */
        #j-header-wrap {
            padding: 0px 40px !important;
            margin: 0px 0px 15px !important;
        }
        #j-globalNav-bg {
            padding: 0pX !important;
            margin: 0px !important;
            width: auto !important;                                                             /* NEW */
        }
        #j-satNav { overflow: visible !important; }
    
        #j-header-wrap { margin-bottom: 50px !important; }                                      /* NEW */
        #apple-full-header { margin: 10px 0px 0px !important; }                                 /* NEW */
        #second-row {                                                                           /* NEW */
            padding-top: 25px !important;
            height: 30px !important;
        }
    
        #jive-alert {                                                                           /* NEW */
            width: auto !important;
            max-width: inherit !important;
            margin: -20px 40px 10px !important;
        }
        .j-thread #jive-alert {                                                                 /* NEW */
            margin: -50px 40px 10px !important;
        }
        .jive-body-formpage.j-thread #jive-alert {                                              /* NEW */
            margin: -30px 40px 10px !important;
        }
        #jive-breadcrumb {                                                                      /* NEW */
            width: auto !important;
            margin-right: 40px !important;
            position: relative !important;
        }
        .j-js-footer-wrap {                                                                     /* NEW */
            width: auto !important;
            min-width: 0px !important;
        }
        footer#j-footer {                                                                       /* NEW */
            width: auto !important;
            min-width: 0px !important;
        }
    
        /* ------------------------------------------------------------------------------------------------
            ASC TOP PAGE
        */
        .j-body-welcome #jive-alert { margin: 0px 40px !important; }
        .j-body-welcome .hero-container img { width: auto !important; }
        .j-body-welcome.j-body-home [id|=jive-widgetframe] > .content-large {
            text-align: center !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
        }
        .apple-communities {
            display: inline-block !important;
            width: auto !important;
            text-align: left !important;
        }
    
        /* ------------------------------------------------------------------------------------------------
            THREAD LIST BROWSER
        */
    
        /* ------------------
            community overview
        */                                                                                      /* NEW */
        .category-latest .category-latest-container .category-latest-row {
            margin: 0px !important;
            padding: 5px 0px !important;
        }
        .category-latest .category-latest-container .category-latest-row .discussion-metadata {
            margin: 5px 0px !important;
        }
        .category-latest .category-latest-container .category-latest-row .discussion-title a {
            font-size: 110% !important;
            font-weight: 500 !important;
            color: rgb(0, 136, 204) !important;
        }
        .category-latest .category-latest-container .category-latest-row:nth-child(odd) {
            background: rgb(247, 247, 247) !important;
        }
        .category-latest .category-latest-container .category-latest-row .read-full {
            display: none !important;
        }
       
        .apple-space-overview #body-apple .list-page .ask-a-question-sidebar {
            margin: 0px 70px 10px 0px !important;
        }
        .apple-space-overview #body-apple .list-page .ask-a-question-sidebar .ask-a-question-space-icon {
            width: 128px !important;
            height: 128px !important;
        }
        .apple-space-overview #body-apple .list-page .ask-a-question-wrapper .community-siblings {
            padding: 5px 0px !important;
            font-size: 20px !important;
        }
        /* ------------------ */
        
    
        /* show author name in 'Latest activity' column in detailed list view of threads */
        td.j-td-date > span { display : inherit !important; }
    
        /* main section */
        #j-main { padding: 0px !important; }
    
        /* table cell title */
        .jive-table td.jive-table-cell-title { padding: 5px !important; }
           
        /* thread list view column widths */                                           
        .j-browse-details .j-td-title { max-width: none !important; }
        .j-browse-details .j-td-date {
            width: auto !important;
            max-width: 20% !important;
        }
        
    
        /* ------------------
            Hide Like and Bookmark columns in thread list view.
        */                                                                             
        /* ------------------ (currently commented out)
        .j-browse-details .j-td-likes,
        .j-browse-details .j-td-bookmarks { display: none !important; }
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th,
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th { display: none !important; }
        .j-browse-details > table.j-browse-list > thead.j-rc4 > tr > th + th + th + th { display: table-cell !important; }
        ------------------ */
    
        /* user name link */
        .jive-username-link { text-transform: none !important; }                        
    
        /* threads list view table tr td  */
        .j-browse-details-tbody tr td { padding: 2px !important; }                              /* CHANGED */
    
        /* threads list view left most icon */
        .j-browse-details-tbody .j-td-icon { padding: 0px 6px 0px !important; }                 /* NEW */
       
        /* communities list view table tr td */
        .jive-communities-listing table tr td { padding: 5px !important; }
       
        /* thumbnails view width */
        .j-browse-content .j-thumb-view,
        .j-browse-places .j-browse-thumbnails,
        .j-browse-people .j-browse-thumbnails { width: 100% !important; }
       
        /* thumbnail view list item margin */                                          
        .j-browse-content .j-thumb-view > li,
        .j-browse-places .j-browse-thumbnails > li { margin-right: 20px !important; }
       
        /* thumbnail view article font size */                                                  /* NEW */
        .j-thumb article { font-size: inherit !important; }
       
        /* thunbnail view article header height */                                              /* NEW */
        .j-content-thumb header { height: 22px !important; }
    
        /* thumbnail view article height */                                                     /* NEW */
        .j-browse-content .j-content-thumb article { height: 120px !important; }
       
        /* thumbnail view footer */                                                             /* NEW */
        .j-browse-content .j-content-thumb.j-thumb footer { padding: 4px 0px 0px !important; }  
    
       
        /* social actions row */
        .apple-social-actions-wrapper { margin-right: 0px !important; }
        .j-thread .j-social-actions { margin-right: 40px !important; }
    
        /* apple header, subheader row ("Find helpful contents..." etc )*/             
        #apple-full-subheader,
        #apple-activity-subheader {
            padding: 0px 40px 15px !important;
            margin-bottom: 15px !important;
        }
        #apple-full-header h2,
        #apple-activity-header h2 { padding: 0px 40px !important; }
    
        /* page header */
        .j-body-place #jive-body > header.j-page-header {
            margin-left: 40px !important;
            margin-right: 40px !important;
            width: auto !important;
        }
       
        /* pagenation */                                                                        /* NEW */
        .j-pagination-prevnext > .j-pagination-prev,
        .j-pagination-prevnext > .j-pagination-next { font-size: 0px !important; } 
       
       
        /* browser filter row */
        #j-browse-filters { margin-bottom: 5px !important; }
    
        /* browser controls row */
        .j-type-row { margin-bottom: 0px !important; }
    
        /* browser controls content types (All Contents|User Tips|Discussions) width */
        #js-browse-controls .j-type-row .j-content-types { width: 90% !important; }
       
        /* browser controls view toggle (Thumbnails|Details) width */
        #js-browse-controls #j-item-view-toggle {
            width: 10% !important;
            display: table !important;
        }
    
        /* content filter row (All|Open|Answered|Threads) */
        .j-content-filter {
            background: white !important;
            margin-bottom: 10px !important;
        }  
       
        /* container canvas */
        .j-contained {
            margin-left: 40px !important;
            margin-right: 40px !important;
        }
    
        /* category filter bar */
        .jive-content-filter {
            left: 0px !important;
            width: 80% !important;
        }
        .touchcarousel-wrapper { width: 100% !important; }
        .touchcarousel .tc-paging-container { width: 90% !important; }                  
    
        /* more search results available */
        #j-more-search-results-available { padding: 10px !important; }
       
        /* misc */
        .jive-widget { margin-bottom: 10px !important; }
        .j-column { margin-bottom: 10px !important; }
    
        /* ------------------
            Treatment for narrow window
            Method 1 (minimum optimisation)
    
            Adjust thread list table's shift and margin to maximize its width.
        */                                                                             
        /* ------------------ (currently active) */
        .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: -166px !important; }
        .j-layout-sl.j-browse-content .j-column-l      { margin-left: 166px !important; }
        .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
        /* ------------------ */
        /* ------------------
            Treatment for narrow window
            Method 2 (more beneficial to narrow window but has disadvantage for wide window)
           
            Let thread list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
            If window is wide enough (>=1265px), sidebar ui is displayed next to thread list table,
            otherwise it is displayed below or above it (depending upon its document tree order).
           
            * sidebar width (constant)    = 166px
            * thread table max width      = 1019px
            * canvas margin-left          = 40px
            * canvas margin-right         = 40px
            ---------------------------------------
            * total                       = 1265px
        */                                                                             
        /* ------------------ (currently commented out) */
    /*
        .j-layout-sl.j-browse-content .j-column-wrap-l { max-width: 1019px !important; }
        .j-layout-sl.j-browse-content .j-column-wrap-l { margin-left: 0px !important; }
        .j-layout-sl.j-browse-content .j-column-l      { margin-left: 0px !important; }
        .j-layout-sl.j-browse-content .j-column-s      { width: 166px !important; }
    */
        /* ------------------ */
    
        /* ------------------
            Swap left-right positions of thread list table and sidebar ui (filters & actions)
        */                                                                             
        /* let thread list table float left */
        .j-layout-sl.j-browse-content .j-column-wrap-l,
        .j-layout-sl.j-browse-places .j-column-wrap-l { float: left !important; }
    
        /* let sidebar ui float right */
        .j-layout-sl.j-browse-content .j-column-s,
        .j-layout-sl.j-browse-places .j-column-s { float: right !important; }
        /* ------------------ */
    
        /* ------------------
            leader board
        */
        /* .jive-widget.jive-box.j-rc5.jive-widget-leaderboardwidget */
       
    /*
        .jive-widget-leaderboardwidget {display: none !important; }                    
    */
    
        .jive-widget-leaderboardwidget { max-width: 1000px !important; }                       
        .jive-widget-leaderboardwidget .j-bigtab-nav .j-tabbar { padding-top: 10px !important; }
        .jive-widget-leaderboardwidget .jive-widget-topmembers.split-columns ul li { min-height: 0px !important; }
        .jive-widget-leaderboardwidget .top-member-username,
        .jive-widget-leaderboardwidget .top-member-username * { font-size: inherit !important; }
        .jive-widget-leaderboardwidget .user-level-points {
            font-size: 18px !important;
            margin: 14px 0px !important;
            width: 60px !important;
            height: 30px !important;
            padding: 8px 0px 0px !important;
        }
        .jive-widget-leaderboardwidget .top-member-profile-info > a {
            border-radius: 0% !important;
            width: 60px !important;
            height: 60px !important;
        }
        .jive-widget-leaderboardwidget .pagination-class { margin-top: 30px !important; }
        /* ------------------ */
    
        /* article list
            .j-rc5 is used to identify this list
            e.g., https://discussions.apple.com/article/HT1939 */                      
        .j-layout-sl.j-browse-content.j-rc5 #jive-body-maincol { margin: 0px 0px 0px 166px !important; }
    
        /* ------------------------------------------------------------------------------------------------
            THREAD CONTENT BROWSER
        */
        /* thread header */
        .apple-thread-header {
            width: auto !important;
            margin-bottom: 10px !important;
            margin-left: 40px !important;
        }
    
        /* thread message */                                                                    /* NEW */
        .j-thread .jive-content .j-thread-post .jive-rendered-content {
            font-size:   inherit !important;
        }
        .j-thread #body-apple .jive-thread-messages h2.helpful-allreply,
        .j-thread #body-apple #helpful-container,
        .j-thread #body-apple .j-thread-post > header .j-post-author,
        .j-thread #body-apple .thread-container-wrapper,
        .j-thread #body-apple .all-replies-container,
        .j-thread #body-apple #j-main #jive-breadcrumb,
        .j-thread #body-apple .addReply,
        .j-thread #body-apple #jive-body-intro-content {
            max-width: inherit !important;
            margin: 10px 40px !important;
        }
        .j-inresponse-to {
            font-size: inherit !important;
        }
        .j-thread .jive-content .j-thread-post > header,
        .j-thread .jive-content .j-thread-post > h3.header {
            margin: 15px 0px 10px 0px !important;
        }
    
        /* thread original messeage (question) */                                               /* NEW */
        .j-thread-post section.j-original-message {
            margin: 0px 30px !important;
            padding: 15px 10px !important;
            border-style: dotted !important;
            border-width: thin !important;
            background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
        }
        .j-thread-post section.j-original-message h1 {
            max-width: inherit !important;;
            margin: 0px 60px 20px 60px !important;;
        }
        .j-thread-post section.j-original-message .jive-rendered-content {
            max-width: inherit !important;;
            margin: 0px 25px !important;;
        }
       
        /* original poster profile header */
        .j-thread .jive-content .j-thread-post > header.js-original-header {
            max-width: inherit !important;
            margin: 0px 40px !important;
            padding: 5px !important;
        }
    
        .j-thread-post section .thread-actions {
            max-width: inherit !important;
            margin: 0px 25px !important;
        }
        .j-original-message .jive-rendered-content p {
            font-size:   inherit !important;
        }
        .meta-posted {
            max-width: inherit !important;
            margin: 10px 25px 20px !important;
        }
        /* Q mark */
        .j-original-message h1 .q-marker {
            left: -60px !important;
            font-size: 32px !important;
        }
        
    
        /* answer rollup */                                                                     /* NEW */
        .j-answer-rollup.span-full-width {
            background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
            padding-bottom: 10px !important;
            margin: 20px 0px 0px 0px !important;
            border: 1px solid rgb(45, 184, 71) !important;
        }
        .j-inline-correct-answer {
            padding: 0px !important;
            max-width: inherit !important;
            margin: 0px 10px !important;
        }
        .j-inline-correct-answer section {
            margin: 10px 0px !important;
        }
        /* A mark */
        .j-inline-correct-answer .answer-marker {
            left: 0px !important;
            font-size: 32px !important;
        }
        
    
        /* persistent question shown at top */                                                  /* NEW */
        .persist-question.persist { display: none !important; }
    
       
        /* Solved and Helpful marker text */                                                    /* NEW */
        .j-thread-post header .j-correct-text,
        .j-thread-post h3.header .j-correct-text,
        .j-thread-post header .j-helpful-text,
        .j-thread-post h3.header .j-helpful-text {
            font-size: 22px !important;
            background: none repeat scroll 0% 0% transparent !important;
            border-style: none !important;
            margin: 0px !important;
            padding: 10px !important;
        }
    
       
        /* thread content */
        .j-thread .jive-content { margin: 0px 10px 0px 10px !important; }                       /* CHANGED */
    
       
        /* thread replies ul */
        ul.jive-discussion-replies.jive-discussion-indent-0 { margin: 0px !important; }
       
        /* thread reply li */
        .jive-discussion-replies li.reply { margin-top: 15px !important; }
    
        /* thread message border */                                                             /* NEW */
        .jive-discussion-replies li.reply .jive-thread-message {
            border-style: dotted !important;
            border-width: thin !important;
        }
    
        /* orgininal poster comment background */                                               /* NEW */
        .original-poster-comment {
            background: none repeat scroll 0% 0% rgb(247, 247, 237) !important;
            top:    0px !important;
            right:  0px !important;
            bottom: 0px !important;
            left:   0px !important;
        }
    
        /* pagenation */                                                                        /* NEW */
        .j-thread .jive-thread-messages .j-pagination {
            margin: 30px 0px !important;
        }
    
        /* promoted helpful answer and prompted recommended answer */                           /* NEW */
        .j-inline-promoted-helpful-answer,
        .j-inline-recommended-answer {
            background: none repeat scroll 0% 0% rgb(247, 232, 207) !important;
            padding: 15px 10px 5px 10px !important;
            margin: 0px 10px 15px 10px !important;
            border-style: dotted !important;
            border-width: thin !important;
        }
        .j-inline-promoted-helpful-answer p {
            margin: 0px !important;
        }
        .j-inline-promoted-helpful-answer header .reply-date,
        .j-inline-promoted-helpful-answer h3.header .reply-date,
        .j-inline-recommended-answer header .reply-date,
        .j-inline-recommended-answer h3.header .reply-date {
            font-size: inherit !important;
            margin: 10px 0px !important;
        }
        .j-inline-promoted-helpful-answer header .j-helpful-text,
        .j-inline-promoted-helpful-answer h3.header .j-helpful-text,
        .j-inline-recommended-answer header .j-helpful-text,
        .j-inline-recommended-answer h3.header .j-helpful-text {
            font-size: 22px !important;
            background: none repeat scroll 0% 0% transparent !important;
            border-style: none !important;
            margin: 0px !important;
        }
        .j-inline-promoted-helpful-answer section .reply-body,
        .j-inline-recommended-answer section .reply-body {
            font-size: inherit !important;
            margin-bottom: 20px !important;
        }
        .j-inline-promoted-helpful-answer section,
        .j-inline-recommended-answer section {
            padding: 0px 20px !important;
        }
        #helpful-container { padding-top: 0px !important; }
        #helpful-container hr { margin: 10px !important; }
        #helpful-container .more-answers { margin: 0px !important; }
        #helpful-container .more-answers * { font-size: 24px !important; }
    
        /* inline correct answer, helpful answer background */                                  /* NEW */
        div[itemprop="acceptedAnswer"] {
            background: none repeat scroll 0% 0% rgb(237, 247, 232) !important;
        }
        .j-thread .jive-content.j-helpful,
        .j-thread .jive-content.j-helpful.j-op {
            background: none repeat scroll 0% 0% rgb(247, 232, 207) !important;
        }
    
        /* switch between 'hellpful replies only' and 'all replies' */                          /* NEW */
        .jive-thread-messages .helpful-all-switch * {  
            font-size: 24px !important;
        }
        .jive-thread-messages .helpful-all-switch li.inactive {
            padding: 0px !important;
            top: 32px !important;
        }
        .jive-thread-messages .helpful-all-switch li.inactive span.menu {
            width: auto  !important;
            min-width: 160px !important;
            padding: 5px  !important;
            text-align: center !important;
        }
        
    
        /* thread content footer profile */                                                     /* NEW */
        .j-thread-post section.j-original-message footer .footer-profile {
            margin-right: 10px !important;
        }
        .j-thread-post footer .footer-profile {
            margin-right: -10px !important;
        }
        .j-thread-post footer .footer-profile .j-status-level {
            padding: 0px 10px 0px 0px !important;
        }
        .j-thread-post footer .footer-profile .username,
        .j-thread-post footer .footer-profile .jive-username-link {
            padding: 0px 10px 0px 10px !important;
        }
        .j-inline-correct-answer footer .footer-profile .j-status-levels,
        .j-inline-promoted-helpful-answer footer .footer-profile .j-status-levels,
        .j-inline-recommended-answer footer .footer-profile .j-status-levels {
            padding: 0px 10px 0px 0px !important;
        }
        .j-inline-correct-answer footer .footer-profile .username,
        .j-inline-promoted-helpful-answer footer .footer-profile .username,
        .j-inline-recommended-answer footer .footer-profile .username {
            padding: 0px 10px 0px 10px !important;
        }
    
        /* text wrap in header */
        .j-thread-post > header .j-post-author { white-space: normal !important; }     
       
        /* thread post section (message body) */
        .j-thread-post section {
            padding: 0px 20px !important;
            margin-bottom: 6px !important;
        }
        
    
        /* thread rendered content */
        .jive-rendered-content { padding-bottom: 4px !important; }
       
        /* thread rendered content quote & pre */
        .jive-rendered-content .jive-quote,
        .jive-rendered-content .jive-pre {
            margin: 5px 15px !important;
        }
    
        /* thread reply footer (Return to Community | Go to original post) */
        #jive-thread-reply-footer { margin-top: 10px !important; }
       
        /* more like this links, incomming links */
        #apple-related-threads { margin: 0px 40px !important; }
        #apple-related-threads .j-box { margin-bottom: 0px !important; }
        .j-icon-list li { padding: 3px 0px 3px 22px !important; }
    
        /* related articles */                                                         
        .apple-sidebar-property {
            width: auto !important;
            padding-left: 0px !important;
        }
        .jive-box-body.jive-sidebar-body.jive-sidebar-body-related-articles { padding: 15px 0px !important; }
        
    
        /* ------------------
            staus level, expertise, level points
        */
        /* status level expertise tile */
        .j-status-level.expertise-tile,
        .status-tile.expertise-tile { display: none !important; }                  
       
        /* status level level points */
        .j-status-level .level-points span { display: inherit !important; }            
        .j-status-level .level-points { white-space: inherit !important; }             
        /* ------------------ */
    
        /* ------------------------------------------------------------------------------------------------
            INLINE EDITOR
        */
        /* editor */
        .jive-discussion-replies li.addReply { margin: 50px 40px 0px !important; }
    
        /* ------------------------------------------------------------------------------------------------
            ADVANCED EDITOR
        */
    
        /* content area */
        .j-thread.jive-body-formpage #body-apple .j-form {
            max-width: inherit !important;
            margin: 0px auto 20px !important;
            width: inherit !important;
        }
        .j-thread .jive-content.jive-create-thread,
        .jive-body-formpage-document .jive-content.doc-page {
            margin: 0px 40px !important;
            padding: 0px !important;
        }
    
        /* editor panel */
        .j-thread .jive-content.jive-create-thread #jive-compose-title,
        .j-thread .jive-content.jive-create-thread .jive-editor-panel.jive-large-editor-panel,
        .jive-body-formpage-document .jive-content.doc-page #jive-compose-title,
        .jive-body-formpage-document .jive-content.doc-page .jive-editor-panel.jive-large-editor-panel { margin: 0px !important; }
    
        /* line height in editor */
        body.tiny_mce_content { line-height: inherit !important; }
    
        /* replying to */
        p.jive-replying-to { padding: 20px 0px !important; }
        .jive-body-formpage-comment .jive-thread-message { margin: 0px 40px 0px 80px !important; }
    
        /* reply to avatar */
        .j-thread-post header .j-post-avatar {
            position: absolute !important;
            top: 0px !important;
            left: -50px !important;
            width: auto !important;
        }
       
        /* buttons (Reply|Cancel) */
        .j-publishbar,
        .jive-body-formpage .jive-composebuttons { margin: 20px 40px 0px !important; }
    
        /* ------------------------------------------------------------------------------------------------
            ACTIVITY STREAM
        */
        /* activity entry */
        .j-act-entry { padding: 5px 0px 10px 100px !important; }
    
        /* activity title */
        .j-body-home .j-act-title { padding: 5px 0px 5px 24px !important; }
    
        /* activity body & comment */                                                  
        .j-body-home .j-act-init { padding: 5px 0px 10px 100px !important; }
        .apple-activity-comments-wrapper { margin-left: 0px !important; }
    
        /* Like list */
        .j-act-grouped .j-act-g-item { padding: 3px !important; }
       
       
        /* ------------------------------------------------------------------------------------------------
            SEARCH RESULTS
        */
        /* search result entry */
        .j-search-results-main-container .j-search-result { padding: 10px !important; } 
    
        /* ------------------------------------------------------------------------------------------------
            DOC (USER TIP)
        */                                                                             
        /* user tip canvas */
        .jive-body-content.j-doc .j-column-wrap-l { margin: 0px 40px !important; }
    
        .j-doc .jive-content {                                                                  /* NEW */
            margin: 0px !important;
            padding: 10px !important;
            border: thin dotted !important;
        }
    
        /* ------------------------------------------------------------------------------------------------
            PROFILE
        */                                                                             
        /* header & navigation bar (Bio|Activity|Content|Communities) */
        .j-view-profile .j-page-header { padding: 10px 40px !important; }
        .j-bigtab-nav { margin: 10px 40px !important; }
       
        /* Bio */
        .j-layout-l .j-column-wrap-l { width: 100% !important; }
    
        /* Communities (places) sidebar ui blue marker adjustment
            (according to the sidebar width changed to 166px from 180px for selector: .j-layout-sl.j-browse-places .j-column-s
            in PLACES section)  */
        .j-view-profile .j-second-nav ul > li.active  { width: 156px !important; }
    
        /* ------------------
            profile specialties and awards
        */
        /* profile status container for specialties and awards */
        .jive-view-profile .profile-status-container { display: none !important; }              /* REFINED */                   
    
        /* profile modal note status row for specialties and awards */
        .status-row { display: none !important; }                                      
        /* ------------------ */
    
        /* ------------------------------------------------------------------------------------------------
            PLACES
        */                                                                             
        /* latest activity column */
        .j-browse-details .j-td-activity { max-width: 650px !important; }
    
        /* ------------------
            Treatment for narrow window
            Method 1 (minimum optimisation)
    
            Adjust community list table's shift and margin to maximize its width.
        */                                                                             
        /* ------------------ (currently active) */
        .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: -166px !important; }
        .j-layout-sl.j-browse-places .j-column-l      { margin-left: 166px !important; }
        .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }
        .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }
        /* ------------------ */
        /* ------------------
            Treatment for narrow window
            Method 2 (more beneficial to narrow window but has disadvantage for wide window)
           
            Let community list table have full width but not exceed 1019px to make room for sidebar ui (filters & actions).
            If window is wide enough (>=1265px), sidebar ui is displayed next to community list table,
            otherwise it is displayed below or above it (depending upon its document tree order).
           
            * sidebar width (constant)    = 166px
            * community table max width   = 1019px
            * canvas margin-left          = 40px
            * canvas margin-right         = 40px
            ---------------------------------------
            * total                       = 1265px
        */                                                                             
        /* ------------------ (currently commented out) */
    /*
        .j-layout-sl.j-browse-places .j-column-wrap-l { max-width: 1019px !important; }
        .j-layout-sl.j-browse-places .j-column-wrap-l { margin-left: 0px !important; }
        .j-layout-sl.j-browse-places .j-column-l      { margin-left: 0px !important; }
        .j-layout-sl.j-browse-places .j-column-l      { padding-left: 0px !important; }
        .j-layout-sl.j-browse-places .j-column-s      { width: 166px !important; }
    */
        /* ------------------ */
    }
    

    Good luck

    H

  • WMIC command fails for the domain user

    Hi all

    I use windows 7 and testing commands wmic as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    Most of the time control fails with RPC server unavailable to users in the domain (default of 75%). Working sometimes and mostly failing to time.

    Error code

    0x800706BA-online the RPC server is unavailable.

    If I use the local user, she is successful, command below still works (100% success)

    WMIC/node: "Computer1" / User: 'Nom_ordinateur\Nom_utilisateur' / Password: 'password' PROCESS CALL Create "calc.exe"

    I have two computers running windows 7, the firewall is disabled

    Executing command from computer2 as below

    WMIC/node: "Computer1" / User: "domain\username" / Password: "password" PROCESS CALL Create "calc.exe"

    1 computer settings

    1. Adds the domain under group administrator user
    2. Configure dcom through DCOMCNFG.exe and got all rights to domain user

    (DCOM remote launch and activation permissions for a user, the remote DCOM access permissions)

    1. Rights granted to wmi namespace (root, cimv2) of domain user using wmimgmt.msc (all rights to the namespace namespace and sub)
    2. Firewall settins according to the - http://msdn.microsoft.com/en-us/library/aa822854%28v=vs.85%29.aspx

    Note: The firewall is disabled

    1. UAC disabled
    2. Check rpcss and associated to the computer and all services are running

    What could be the reason of failure for the domain user (work awhile and is Server Unavailable RPC over time). Tried to restart that wmic user system and field control did not exist, after awhile like 30-45 minutes user field the wmic commands work and default again. How to solve this problem (such as checking the logs)?

    Thank you

    Mani

    Hello

    I suggest you according to the question in this forum and check if that helps:

    http://social.technet.Microsoft.com/forums/en/winserverDS

    It will be useful.

  • Join question / unlink you domain Windows 8

    I recently performed a clean installation of Windows 8 without problem. I tried to join to a domain. Everything seems to work as expected and I even got the standard windows of information indicating that I have was greeted at the field and I had to restart. After the reboot, I am unable to log on to the domain and I get a message indicating that the trust relationship is broken. Unfortunately, I can't use my local admin account either... the system is telling me no matter what I try to do requires high privileges which I am unable to access the connection with the Act that the workstation has not correctly joined to the domain. In addition, for the domain controller, I can not find a computer account for this system. Is there an easy way to separate this pc "is not entirely-joints" the domain and return it to a State of "stand alone" so I can try to join again? Thanx.

    Hello

    For the Domain Join questions, I recommend that ask you this question on the following forums.

    Windows 8 IT Pro category:

    http://social.technet.Microsoft.com/forums/en-us/category/w8itpro

    Concerning

  • Sync to iphoto with Iphone hangs on during synchronization. In addition the google map can be charged when I click on the places of Mediathek. Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical de

    Sync to iphoto with Iphone hangs on during synchronization. In addition the google map can be charged when I click on the places of Mediathek. Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical details. »

    Perhaps the reason for the problem of synchronization is the problem with the loading of google map?

    Error message: "this page has not loaded correctly Google Maps. See the JavaScript console for more technical details. »

    Apple has not renewed the contract with Google to access Google servers.

    If the old version of iPhoto, which are still using Google's servers for the cards and places are either crashing or hanging.  Places are only work in iPhoto 9.5.1 or newer, who use places of Apple servers.

    There is more support for iPhoto from Apple.  You must update iPhoto 9.5.1 with the Mavericks. It would work well, only it is no longer buying this update to Apple.

    Perhaps the reason for the problem of synchronization is the problem with the loading of google map?

    It is very likely.  If iPhoto work very well when you are offline, then your problems will be caused by the connection failed to Googles servers.

    See this: Bug: iPhoto 9.4 crashing when viewing the scene

  • Question for the geniuses of pictures only.

    Question for the geniuses of pictures only.

    You see, I started with iPhoto and later began to use Aperture.  With iPhoto and Aperture, you can have ALL the metadata below the thumbnails, (nice).  Well, I put all my images descriptions in the keywords section because it didn't really matter, because these programs could show them as thumbnails.

    Now, I use this wonderful program of Photos and I found out that it will ONLY show the title of"the image in the thumbnails.  I've got on 30 000 images with keywords but no title.  I want to move / copy the text in the keywords section in the section of the title. I'm not a computer scientist, I guess that my skills are in average.  But I can follow directions.

    Suggestions appreciated.

    Member of ASC compiled some useful on Photos AppleScripts. Maybe one of them will be sufficiently close to your needs.

    http://www.oldtoadstutorials.NET/no.P01.html

  • How to get assistance from mozilla to answer questions for windows when I use a macintosh computer

    How to get assistance from mozilla to answer questions for windows when I use a macintosh computer?

    Look on the right side of the knowlegde base articles, where it is said ' help to ". Here, you can change the operating system and the version of firefox. The content of the article will adjust.

    If you ask a question on the help forum, you can simply say this in your question.

  • How to change the default path for documents and settings

    How to change the default path for documents and settings

    I try to change in the registry, but the profile can create but error! had no choice to change the default path % lecteur_systeme % d: /.

    Hello

    I suggest you to download TweakUI, this could help you or get you headed in the right direction
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-XP

    Also this KB could help as well:
    http://support.Microsoft.com/kb/236621

    It will be useful.

  • Question for Microsoft Support; I have a huge amount of music files .m4a that I can not play on Windows Media Player?

    Question for Microsoft Support;
    I have a LARGE amount of files music .m4a in a storage drive stand alone that I downloaded from an old Apple computer have more possession of. I can't understand how to enter these data into my old Emachines computer Windows Vista run the Media Player program. I tried to copy a few files m4a manually in the file Media Player Music folder, but they do not play. I'm not really all that computer savvy and know only the basics, I need to use my computer really. Can you give me some step by step instructions how to get these converted files or whatever it is I need to do to get them to play and to integrate properly into my library if it is possible? If this isn't the case, I'll have to go out and buy a new Apple computer for my 60 GB music collection. In the past, that I've never had no real problem shooting files to leave this computer based Vista and convert these files to my old computers Apple Itunes Player. So what's the problem with your system of guys that done anyway this such a pain in the butt? I would really like to understand what exactly is happening with this issue? It's very frustrating for me. I'm a finish Carpenter not a computer programmer. Such things should not be so difficult for someone like me to understand. All I intend to buy a really nice computer, probably in the summer and was considering a Microsoft based computer. But if this kind of problem will be spread with Microsoft products, so maybe I should reconsider. help you can offer to alleviate this problem will be greatly appreciated.
    Thank you
    Signed;
    Tim M. from Detroit.

    According to research on the Internet, Windows Media Player, atleast this is version 11 (included in Windows Vista and available for Windows XP SP2 +) cannot play Apple loseless type .m4a audio files without having to install any codecs.

    If you want to use Windows Media Player, you can follow the instructions mentioned here to install the necessary codecs and plugins.

    (In the related instructions above, in the first step talks about codecs - your .m4a files are files Apple loseless then follow the party referred to in the first stage about Apple loseless .m4a)

    Personally, I prefer using alternatives to Windows Media Player rather than installing codec packs.

    If you don't want to install codecs, download no matter what media player from "programs that open. M4A files"- Windows category list on this page.

    If you use a spare player - VLC Media Player is my choice.

  • Photo scanner for documents ok?

    Weve got an old ScanJet 3500c for 10 years or more. Love its reliability.

    Unfortunately, he gave the soul recently and I am looking for a replacement. HP seems to have stopped competing in space scanner flat the bottom of range.  I can't find anything in my budget range.

    I found this: http://store.hp.com/us/en/pdp/printers/hp-scanjet-g3110-photo-scanner-p-l2698a-b1h--1

    G3110 Photo Scanner. It is marketed as a scanner of the photo, but Im wondering if I can use this to scan documents as well.

    Does anyone here use a photographic scanner HP as a document scanner? The pitfalls I should be aware of? ID stick with HP peripheral love b/c Ive had too much luck with HP printers and scanners, but don't want to buy anything which is not what I'm looking for.


    HP LaserJet p1102w

    Hello

    Yes, it can scan as PDF files for documents from his card:

    4 buttons on front (copy, scan, scan to E-mail, Scan to PDF)

    Kind regards.

  • How to give administrative rights for the domain users (user is outside organization).

    Hello

    How to give administrative rights for the domain users (user is outside organization).

    If the employee works in the company of xxxx but it supports the client project and is located on the place of the customer, but it does not use the client computer and not on the client domain as well, but the employee is in the company of xxxx must be given administrative rights to the computer. can someone help me on this ASAP.

    Thank you

    MURUGESAN Rudy,

    This issue is beyond the scope of this site and to make sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
  • Configure YOUR for mutiple domains

    YOUR Version: 6.0.3.260

    Currently my TES method is only implemented for a single domain, is it possible to configure it to several areas so I can add other users?

    You can have a single domain by CM, so adding CMs more you get areas more to authenticate to. You can configure LDAP groups within a domain, but that's all.

    Support for multiple domain instance of CM is a feature that will be added to the point 6.2 of the product, at the request of coming out in a few months.

  • Question for all developers, who participated in the offer of Playbook 2012

    Hello

    Ive got a question for all the developers who participated in the BB PB 2012 bid. Have you received E-mail about your shipping information (giving your address for shipping) immediately with enamel, that said, that your application has been approved? or did you get it later?

    Thank you.

    A few days later.

  • Oracle cert exams are equal weight to each of the questions - for example 1z0-117?

    Oracle cert exams are equal weight to each of the questions - for example 1z0-117?

    For example, 1z0-117 Oracle 11 g r2 SQL Tuning has 75 questions.

    Some of these questions you will have to look a long explain plan

    and determine what is happening.

    Other issues could be just take 2 of the 4.

    Is equal weight each question.

    Roger

    Is equal weight each question.

    Yes.  And each issue is 100% right or 100% false.  There is no middle ground with multiple answer questions.

Maybe you are looking for