Applying CSS while editing in Dreamweaver tips?

I have an annoying issue in Dreamweaver CS3 that I was hoping
I could
get some help on.
I have a site I'm working on. The file structure is:
W:/site/
-- contains page.php which is the bare frame for all the
pages. The
styles.css link and all head info, etc. is in this page.
W:/site/includes/
-- contains styles.css which has all the styles
W:/site/data/
-- contains all the actual data pages that get included into
page.php
via PHP (that it's PHP is not important)
Now, when I'm working on, say, W:/site/data/123.php, the DW
GUI has no
idea what styles are available as all 123.php is is text with
DIV id's
and SPAN classes attributed. On the Web site, the contents of
this
page would simply get included into page.php.
So the DW preview shows everything in default appearance.
If I link the styles.css into the file, sure I edit it and
it'll let
me use the styles in the GUI instead of my having to keep
looking at
the styles page and hand-typing in ...class="blah"....
But the link will be put in as "../includes/styles.css" which
works
while I'm in DW, but doesn't while it's on the Web as...you
get it,
because 123.php doesn't technically exist when it's rendered
to the
browser...it's embeded in page.php so "../" becomes
meaningless.
Does this make sense?
Bottom line: Is there some DW tip that will allow me to
either make it
recognize PHP includes so it logically knows where everything
will be
when it's rendered by the browser, or, universally apply a
CSS page to
everything I'm working on without having to worry about link
paths
that work fine locally but foobar on the remote?
Thanks for any suggestions.
-Liam

F1 ----> Design-time stylesheets.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"GSLiam" <[email protected]> wrote in
message
news:[email protected]...
>I have an annoying issue in Dreamweaver CS3 that I was
hoping I could
> get some help on.
>
> I have a site I'm working on. The file structure is:
>
> W:/site/
> -- contains page.php which is the bare frame for all the
pages. The
> styles.css link and all head info, etc. is in this page.
>
> W:/site/includes/
> -- contains styles.css which has all the styles
>
> W:/site/data/
> -- contains all the actual data pages that get included
into page.php
> via PHP (that it's PHP is not important)
>
> Now, when I'm working on, say, W:/site/data/123.php, the
DW GUI has no
> idea what styles are available as all 123.php is is text
with DIV id's
> and SPAN classes attributed. On the Web site, the
contents of this
> page would simply get included into page.php.
>
> So the DW preview shows everything in default
appearance.
> If I link the styles.css into the file, sure I edit it
and it'll let
> me use the styles in the GUI instead of my having to
keep looking at
> the styles page and hand-typing in ...class="blah"....
>
> But the link will be put in as "../includes/styles.css"
which works
> while I'm in DW, but doesn't while it's on the Web
as...you get it,
> because 123.php doesn't technically exist when it's
rendered to the
> browser...it's embeded in page.php so "../" becomes
meaningless.
>
> Does this make sense?
> Bottom line: Is there some DW tip that will allow me to
either make it
> recognize PHP includes so it logically knows where
everything will be
> when it's rendered by the browser, or, universally apply
a CSS page to
> everything I'm working on without having to worry about
link paths
> that work fine locally but foobar on the remote?
>
> Thanks for any suggestions.
> -Liam
>

Similar Messages

  • Switch CSS while editing page to print media

    My site uses media:print CSS which gives a totally different
    layout to a page (including revealing some hidden DIVS).
    My users are editing with Macromedia Contribute 3. Is it
    possible to switch the view to show the print css (media:print)
    while editing?
    I just can't seem to be able to find a way of doing it.
    There's a nice toolbar in Dreamweaver 8 how come there isn't in
    Contribute?

    My site uses media:print CSS which gives a totally different
    layout to a page (including revealing some hidden DIVS).
    My users are editing with Macromedia Contribute 3. Is it
    possible to switch the view to show the print css (media:print)
    while editing?
    I just can't seem to be able to find a way of doing it.
    There's a nice toolbar in Dreamweaver 8 how come there isn't in
    Contribute?

  • Disable Template Comments While Editing in Dreamweaver

    We have pages set up using InstanceBeginEditable comments to
    define editable regions. However, we are not using templates.
    Naturally, when I open these files in Dreamweaver I cannot edit the
    areas outside the editable comments - this is expected. I'm
    wondering if there's a way to disable this in Dreamweaver so I can
    edit all regions of the page. As I said earlier, we are only using
    the InstanceBeginEditable tags to lock down areas for Contribute
    users.

    > I'm wondering if there's a way to disable this in
    Dreamweaver
    Not as long as DW thinks you are editing an HTML page.
    However, you can
    open one of the pages, copy all, create a new TEXT page,
    paste in, and edit
    away. This is a pretty awkward way to work, though.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "FlabeltyBooperBop" <[email protected]>
    wrote in message
    news:ejin5c$el$[email protected]..
    > We have pages set up using InstanceBeginEditable
    comments to define
    > editable
    > regions. However, we are not using templates. Naturally,
    when I open these
    > files in Dreamweaver I cannot edit the areas outside the
    editable
    > comments -
    > this is expected. I'm wondering if there's a way to
    disable this in
    > Dreamweaver
    > so I can edit all regions of the page. As I said
    earlier, we are only
    > using the
    > InstanceBeginEditable tags to lock down areas for
    Contribute users.
    >

  • How to get rid of annoying tool tips while editing SQL files

    I'm using Visual Studio 2013 to edit an .SQL file and I have attached the editor to a local SQL Server 2008 R2 database.
    While editing the string that is passed to a sp_executesql procedure it keeps popping up a tool tip saying:
    "Parameter help is not supported for extended stored procedures"
    Generally I don't care about that and it is annoying because it keeps appearing over the top of the text I want to read. Is there any way to stop Visual Studio doing this?
    a

    Hi aptitude,
    Thank you for posting in the MSDN forum.
    >>I'm using Visual Studio 2013 to edit an .SQL file and I have attached the editor to a local SQL Server 2008 R2 database.
    Could you share us more information about this issue? You said that you edit the .sql file, which kind of app did you create which would use the .SQL file? Whether it is related to the SQL Server database project or others?
    If it is related to the SQL Server Database project, please post this issue to the SSDT forum:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=ssdt
    >>While editing the string that is passed to a sp_executesql procedure it keeps popping up a tool tip saying:"Parameter help is not supported for extended stored procedures".
    Reference:
    https://technet.microsoft.com/en-us/library/ms175170%28v=sql.105%29.aspx
    https://msdn.microsoft.com/en-us/library/ms188001(v=sql.105).aspx
    But if it is related to the SQL Server, to really repro this issue, and make sure that whether this warning is related to the SQL scrip or others, maybe you could select a better forum here:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    If I have misunderstood this issue, maybe you could share us a simple sample and the detailed steps in your new reply, so we could really repro this issue in our side.
    In addition, I did some research about the warning message:
    https://msdn.microsoft.com/en-us/library/ms173434.aspx?f=255&MSPPError=-2147217396
    The IntelliSense functionality of the Database Engine Query Editor does not support all Transact-SQL syntax elements. Parameter help does not support the parameters in some objects, such as extended stored procedures. For more information, see
    Transact-SQL Syntax Supported by IntelliSense.
    In SQL Server, it seems that it is related to the IntelliSense, I'm not very sure that whether it is related to the IntelliSense of VS IDE, but generally we could enable or disable IntelliSense under TOOLS->Option->Text Editor in VS
    IDE.
    Maybe you could disable IntelliSense in VS IDE, and then check it again.
    If I misunderstood this issue, please feel free to let me know.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize, delete, duplicate and move up/ down ability.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    For this reason I cannot build new pages by copying one page to create another.
    I have a third style sheet that I use for the navigation styles  and h1 -h6 ect. tags. and I am also using a css drop menu, can one of these be the problem?
    The css menu I am using has the following script - I goes at the bottom of the html page. Before the closing body tag,
    <script>
    $(function () {
      $("#nav").tinyNav();
    </script>
    I am also using the following for image control - I place it towards the top of the fluid
    grid style sheet.
        box-sizing: border-box; /* Opera/IE 8+ */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    Can some one please help.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    This implies there is something broken in your FluidGrid Layout CSS file.   It  could be something simple like a missing semi-colon or curly bracket.   Run your code through the W3C validation tools below to check for errors.  NOTE:  ignore reported errors in boilerplate.css
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • Default behaviour of the Escape key while editing a cell in JTable??

    Hi all,
    i have a Jtable which get its data from an own model object which extends DefaultTableModel.
    If i overwrite the isCellEditable(row, col) method within the tablemodel object and set a specific column to editable, then i notice while editing a cell in that column that the default behaviour of the Escape key is that independet from what you have entered before in to the cell the editing stops and the cell gets the value it had before editing.
    This is the case for me even if i apply a custom editor to a column (one that extends DefaultCellEditor). It is just a JTextField that limits the number of digits a user can enter. Everything works fine. If the user edits the cell and presses ENTER or the "down arrow key" i can check what he has entered with the help of the getCellEditorValue() method. But if the user hits the ESC key after editing a cell this method is not invoked!!!
    My question is :
    is there any way to detect that the user cancels editing with the ESC-key.
    this is very important for me because if the user goes editing the cell i lock the related record in the database, if i cannot detect this it is locked till the application terminates.
    Thanks for any help in advance

    I try override the JTable editingCanceled() ==> does not work.
    I try the addCellEditorListener( CellEditorListener l ) ==> does not work.
    Finally, I try the addKeyListener ==> it works.
    Here is a quick demo. program:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    public class Test {
    public static void main(String[] args){
    JFrame f = new JFrame();
    String[] colName = {"a", "b"};
    String[][] rowData = {{"1", "2"}, {"3", "4"}};
    JTable table = new JTable(rowData, colName);
    JTextField t = new JTextField(10);
    t.setBackground(Color.red);
    t.addKeyListener(new KeyAdapter() {
    public void keyPressed(KeyEvent e) {
    if (e.getKeyCode() == KeyEvent.VK_ESCAPE) {
    // do what ever you want ex. un-lock table
    System.out.println("ESCAPE");
    DefaultCellEditor editor = new DefaultCellEditor(t);
    TableColumnModel colModel = table.getColumnModel();
    for (int i = colModel.getColumnCount()-1; i >= 0; i--) {
    colModel.getColumn(i).setCellEditor(editor);
    f.setContentPane(new JScrollPane(table));
    f.pack();
    f.setVisible(true);

  • EA3: Performance (High CPU usage while editting PACKAGE BODYs)

    EA3 seems to use a lot of processor time while editting PACKAGE BODYs. I created a simple test that repeatably (on my system) causes the EA3 to use over 90% CPU for about a minute. (Last test was 74 seconds.)
    OS: XP 2002 SP2
    Processor: P4 3GHz
    Memory: 2GB
    DB: Oracle 10 XE
    In SQL*Plus:
    SQL> create or replace package test as procedure a; end;
    2 /
    SQL> create or replace package body test as procedure a as begin null; end; end;
    2 /
    1) Opened EA3
    2) Close Tip of the day
    3) Click Connections
    4) Click 10g XE
    5) Click Packages
    6) Click TEST
    7) Right-click TEST Body and click Edit
    8) Clicked before penultimate "end;"
    9) Pasted:
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;null;
    Another test is just to hold down the Enter key. After a few seconds, it reached 99% CPU and mostly stays there while holding the key.

    Thanks, the developers are looking into this.
    Sue

  • How to apply CSS to a BC menu

    Hi there,
    I have done a lot of reading, gone to BC gurus, looked at Liam's post on Web Menu V2and I am still stumped on this one. The BC gurus tutorial and Liams' item were way above my head.
    How do you apply CSS you have written to a BC menu?
    I have set up a BC menu and put items in it. The menu type is CSS (HTML) Only
    The menu items have a name, a page link Item Height of 30 and .menuLeft in the Item CSS Class Name
    The template the menu is on is responsive and linked to a stylesheet with the CSS code below in it.
    The menu is completely unaffected by the CSS in the stylesheet. All menu items have a dot in front of them, and look like the default link style for the site.
    So the CSS below is not having any affect on the menu items. Why is this?
    What basic, simple step have I missed here?
    How do I get the menu in BC to notice the CSS below?
    I have also tried making the CSS into an id #menuLeft and putting that into the Item ID Name field in each menu item. The CSS is still completely ignored. Why? (anguished cry)
    .menuLeft {
              list-style-type: none;
    .menuLeft ul{
              list-style-type: none;
              padding: 5px;
              margin: 0px;
              line-height: 30px;
              border: thin solid #CCCCCC;
              border-radius: 3px;
              text-decoration: none;
    .menuLeft li a:link {
              color: #3F823D;
              text-decoration: none;
    .menuLeft li a:visited {
              text-decoration: none;
              color: #999999;
              background-color: #B9E09A;
    .menuLeft li a:hover {
              color: #999999;
              text-decoration: underline;
              background-color: #B9E09A;
    .menuLeft li a:active {
              color: #999999;
              text-decoration: none;
              background-color: #B9E09A;

    Hi Liam,
    The class is definitely .menuLeft and that is what is showing in the code. However, for the menu, only the line height set in the backend of BC is showing. All other styling in the CSS is ignored. By the way I have to have two CSS stylesheets as this is a responsive design using CCDW. You have to use a separate stylesheet to style body, links, headers and other items. I have done this in eternityfonts.css which is where the styling for the menu is. The webpage is using all other instructions from the eternityfonts.css file, including headers, links etc, but it is ignoring the menu styling.
    TEST PAGE SHOWING THE MENU NOT WORKING
    Here is the test page where I am trying to style the menu. http://eternitycosmetics.businesscatalyst.com/test
    It is linked to these stylesheets:
    <link href="/StyleSheets/ModuleStyleSheets.css" type="text/css" rel="StyleSheet" /> BC standard stylesheet with all sites
    <link href="../boilerplate.css" rel="stylesheet" type="text/css"> DW CC stylesheet that comes with fluid design
    <link href="/stylesheets/eternity4.css" rel="stylesheet" type="text/css"> DW CC stylesheet that accompanies the fluid design - the fluid design will break if I edit this stylesheet manually
    <link href="/stylesheets/eternityfonts.css" rel="stylesheet" type="text/css"> stylesheet containing body bground, header, a link and other manual styles for the site. I can edit this stylesheet manually
    CODE RENDERING ON THE PAGE
    Here is the code on the page for the menu in question when I do view source. It appears to be ignoring the .menuLeft code in eternityfonts.css and just looks at the setup in the BC menu.
    <div id="leftMenu" class="fluid"> (this div is in the DWCC generated stylesheet that I cannot touch called /stylesheets/eternity4.css)
    <script type="text/javascript" src="/CatalystScripts/Java_DynMenusSelectedCSS.js"></script><!-- Dynamic Menu Begin CSS Output -->
    <div id="cat_673629_divs">
    <ul id="nav_673629">
    <li class=".menuLeft" style="height:30px;"><a href="/index.htm">Home</a></li> (this class is in the /stylesheets/eternityfonts.css stylesheet that I can edti)
    <li class=".menuLeft" style="height:30px;"><a href="/about-us">About Us</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/products">About Our Products</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/impact-cosmetics">Products Online</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/anti-aging-treatments">Anti-aging Treatments</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/acne-treatments">Acne Treatments</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/doctor-services">Doctor Services</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/testimonials">Testimonials</a></li>
    <li class=".menuLeft" style="height:30px;"><a href="/contact-us">Contact Us</a></li></ul></div>
    <script type="text/javascript">catSetSelectedCSSItem('nav_673629');</script>
    <!-- Dynamic Menu End CSS Output --></div>
    BC MENU SETUP SCREEN
    Here is the BC setup screen showing that I have applied the class of .menuLeft to the menu items:
    CSS CODE THAT IS BEING IGNORED WHEN THE PAGE IS DISPLAYED
    Here is the code in eternityfonts.css that is not being applied to the CSS menu. I have bolded the code that is not being actioned in the BC CSS/HTML menu.
    WHY IS THIS CODE BEING IGNORED?
    What step have I missed here?
    Full dump of code in eternityfonts.css
    @charset "utf-8";
    /* CSS Document */
    body,td,th {
              font-family: Arial;
              font-size: 12px;
              color: #000;
              font-style: normal;
              font-weight: 400;
    body {
              background-color: #FFFFFF;
              background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(178,221,145,1.00)),color-stop( 100% , rgba(255,255,255,1.00)));
              background-image: -webkit-linear-gradient(270deg,rgba(178,221,145,1.00) 0%,rgba(255,255,255,1.00) 100%);
              background-image: linear-gradient(180deg,rgba(178,221,145,1.00) 0%,rgba(255,255,255,1.00) 100%);
              background-repeat: no-repeat;
    a {
              color: #3F823D;
              text-decoration: none;
    a:visited {
              color: #3F823D;
              text-decoration: none;
    a:hover {
              color: #3F823D;
              text-decoration: underline;
    a:active {
              color: #3F823D;
              text-decoration: none;
    h1 {
              font-size: 20px;
              color: #3F823D;
    h2 {
              font-size: 18px;
              color: #FF7546;
    h3 {
              font-size: 16px;
              color: #3F823D;
    h4 {
              font-size: 14px;
              color: #FF7546;
    #buyButton2 {
              width: 100px;
              margin-top: 10px;
              padding-top: 5px;
              padding-bottom: 5px;
              text-align: center;
              border: thin solid #CC6600;
              border-radius: 3px;
              background-color: #FFAC77;
              float: right;
    #buyButton1 {
              width: 100px;
              margin-top: 10px;
              padding-top: 5px;
              padding-bottom: 5px;
              text-align: center;
              border: thin solid #CC6600;
              border-radius: 3px;
              background-color: #FFAC77;
    .menuLeft {
              list-style-type: none;
    .menuLeft ul{
              list-style-type: none;
              padding: 5px;
              margin: 0px;
              line-height: 30px;
              border: thin solid #CCCCCC;
              border-radius: 3px;
              text-decoration: none;
    .menuLeft li a:link {
              color: #3F823D;
              text-decoration: none;
    .menuLeft li a:visited {
              text-decoration: none;
              color: #999999;
              background-color: #B9E09A;
    .menuLeft li a:hover {
              color: #999999;
              text-decoration: underline;
              background-color: #B9E09A;
    .menuLeft li a:active {
              color: #999999;
              text-decoration: none;
              background-color: #B9E09A;
    .menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    .menu ul{
    height:50px;
    list-style:none;
    margin:0;
    padding:0;
    .menu li ul{
    display:none;
    height:auto;
    padding:0px;
    margin:0px;
    border:0px;
    position:absolute;
    width:200px;
    z-index:200;
    .menu li:hover ul{
    display:block;

  • I need some FREE website templates that i can edit in dreamweaver.. help!!!

    i need some FREE website templates that i can edit in dreamweaver.. help!!! anyone know where i can find good ones?

    By Template, are you looking for DW Template.dwt files?
    Dreamweaver templates: Customizable starter designs for beginners | Adobe Developer Connection
    Or pre-built CSS & HTML Layouts (starter pages)?
    For starter pages in DW, go to File > New > Blank page > HTML.
    Select a layout from the 3rd panel and hit Create button.
    Or, look at Project Seven's commercial CSS Layouts and Page packs (not free, but well worth the investment if you want a good final product).
    http://www.projectseven.com/
    Or do you want Responsive Layouts that work in mobile, tablet and desktop?
    Foundation Zurb
    http://foundation.zurb.com/templates.php
    Skeleton Boilerplate
    http://www.getskeleton.com/
    Initializr (HTML5 Boilerplate, Responsive or Bootstrap)
    http://www.initializr.com/
    DMX Zone's Bootstrap FREE extension for DW
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • When Double-Clicking In CSS Panel missing in Dreamweaver CC 2014

    Hello,
    Please help me. I not have this option in Edit > Prefrences > CSS Styles > "When Double-Clicking In CSS Panel" in Dreamweaver CC 2014.
    How to show it
    I use windows 8.1

    Use the new CSS Designer Panel.
    Dreamweaver Help | CSS Designer panel
    Nancy O.

  • IPhoto Bogs down while editing photos.

    I just upgraded to Leopard and iLife 08. I have a MB 2.0 Core Duo with 2GB Ram.
    I have noticed that the refresh while editing my Nikon D70 raw files is slow, I can see windows like the histogram redrawing while making changes and the more changes I make the more unresponsive it gets.
    Has anyone else noticed this on their hardware?
    Paul

    Paul:
    It can't the too little memory but how much free space do you have on your HD? Also have you repaired disk permissions after the Leopard upgrade? If not do so but beware that it might be very, very slow, a bug, but will finish.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Error while editing a page in Oracle Composer

    While editing a page on the remote server using Oracle Composer I am getting the following error:
    Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.ValidationException
    Exception Description: Cannot acquire data source [java:comp/env/jdbc/WebCenterDS].
    Internal Exception: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'; remaining name 'webcenter/CustomPortalDS']; Link Remaining Name: 'jdbc/webcenter/CustomPortalDS'
    Exception Description: Cannot acquire data source [java:comp/env/jdbc/WebCenterDS].
    Internal Exception: javax.naming.LinkException: [Root exception is javax.naming.NameNotFoundException: While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'; remaining name 'webcenter/CustomPortalDS']; Link Remaining Name: 'jdbc/webcenter/CustomPortalDS'
    While trying to lookup 'jdbc.webcenter.CustomPortalDS' didn't find subcontext 'webcenter'. Resolved 'jdbc'
    Any pointers would be helpful

    Hi,
    I think, Package ZBI_NEW  is a custom development package: probably someone else already transported the application component hierarchy and assigned this package...try to change this. Chk with SE80 > package > ZBI_NEW,If it is not there,create it.
    But the normal practice is change/Edit DSO in DEV-->Quality , then transport to Production.(SE80
    In the drop down, look for Packages,below it type ZBI_* and hit Open.If you don't see ZBI_NEW, then ask BASIS to Create (DEV)and import that Package to QAS->Production)
    Regards
    CSM Reddy

  • VS2012 SSRS Project - Intellisense problem while editing dataset

    Environment: VS2012 with SSDT, Reporting Services project
    When editing the dataset query (which is T-SQL code) of any report and I try to type
    table.field, when I reach the period (.) character Intellisense pops up with Equals & ReferenceEquals, and interferes with completing the
    table.field statement.
    This is while editing in: Datasets>Mydataset>Dataset Properties>Query>Expression
    Its extremely annoying and unnecessary to have to correct the unhelpful and ignorant autocomplete of Intellisense.
    Turning off Intellisense in Tools>Options>Text Editor>SQL Server Tools>Intellisense has no effect.
    Is there a way to:
    1)  Inform Intellisense to NOT try to insert non-SQL code, or
    2) Turn off Intellisense in the Expression window?

    Hi TG99,
    In Reporting Services, when we type a dot behind alphabets or square brackets in Expression dialog box, it automatically pops up a list begin with “Equals”. This is by design.
    To work around this issue, we can directly write T-SQL query commands in Query pane or Query Designer pane of Dataset Properties dialog box. In this way, it wouldn’t pops up any character for auto IntelliSense.
    The following screenshots are for your references:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Help! While editing a photo in CS3 the program shut down and will not reopen my psd file.

    Help! While editing a photo in CS3 the program shut down and will not reopen my psd file. The error message reads "cannot complete your request because of a program error" -- it is a very large file (I have been saving it all along) and I had just "flattened layers" and went to open up a new, blank photo file when it shut down. Is there anyway to get this file to open? Any advice would be greatly appreciated! (p.s. after reading a couple of similar threads, I have a feeling it's hopeless. But I'd also like to know WHY this might have happened!) Thanks in advance!

    Thank you. I appreciate you taking the time to respond and for sharing the article--I did panic. Here are the details of my system:
    Model: HP p7-1247c
    Processor: AMD A8-3820 APU with Radeon HD Graphics
    Installed Memory: 8 GB (7.48 usable)
    System Type: 64-bit
    Windows 7 Home Premium
    I am using Photoshop CS3. It seems that I can work on photos and save them. But I am unable to open them back up. I have tried saving the files as psd and tiff with the same result. The error message is:  "cannot complete your request because of a program error"
    The interesting thing is that I can open up InDesign and "place" the psd file within InDesign (then export and save as a jpeg). So I don't think the files are necessarily corrupted. I uninstalled Photoshop and reinstalled it last night, but there's no change.
    If you have any ideas, I'd appreciate it. Or, should I repost my question with this more complete info? Thank you!

  • Error while editing PO - deleting service line item and creating material line item.

    In SAP SRM Extended classic scenario, PO is in 'ordered' status and contains a service line item. While editing this PO, I delete the service line item and create a new material line item. This gives me the following error.
    Back end error: Enter G/L account
    Back end error: LIne item still contains faulty items.
    This happens only with service- material comibination and no other combination(material-service, service-service, material-material).
    I need to know the reason for this issue and how it can be solved?

    PO Values (Inc Tax):
    Item 1: INR 228 L
    Item 2: INR 27.83 L   (Payment also done in 2008)
    GR for Item 1: INR 207.46 L
    Remaining Comm = INR 21.01 L
    Item 1 having 73 sub line items.... fo some of the sub-line items GR for some qty already done in last fiscals.
    User changing for remaining qty.
    Budget Report values:
    Previous Years:  Budget, Actual & Assigned = 304.85 L
                                Available = 0      (Carry Forward done for Budget & Commitments)
    2011:                   Budget = 75.15 L
                                Actual = 53.86 L
                                Comm = 21.01 L   (Same as Remaining Commitment)
                                Avai = 0.28 L
    Hope this will help.

Maybe you are looking for

  • Do I REALLY NEED such a powerful PSU???

    Guys, My problem is on the thread ("Daily Crashing - Total Hardware Shutdown"): https://forum-en.msi.com/index.php?threadid=48219&sid= I appreciate all your advice about upgrading from my Nexus NX-3500 PSU .... I had previously written 350W with 18A

  • Httpd service does not start- shows status FAILED

    Hi, I have just installed ORACLE ENTERPRISE LINUX UPDATE 5, now, my issue is when i give the following command , it shows status FAILED. # service httpd start starting httpd: [FAILED]. can anybody help me out. regards, Charan

  • Media Upgrade Crashed - Can't Restart

    I recently upgrade to FCPX 10.1.1.  When I started FCPX I got a message about needing to upgrade my files - I clicked OK and sat back - then FCPX gave an error message part way through the media upgrade - I didn't look too closely at the error - but

  • I can't connect whit my wifi ? Ipod touch

    I have an iPod touch was always on the internet and then it was broken screen, screen since I made ​​it back I can not on the internet. I have everything all geprobeerd.zoals reset reset network pays no results. Who can help me?

  • Sugestion required for Fiscal Year scenario

    Hi Gurus, I  need your suggestion for the below scenario One of our client going to  change the Fiscal period  from  (Jan -  dec ) to (Sep - Oct). We have nearly 5 years of records as on date based on the (Jan-Dec) fiscal period. Requirement: If new