New to templates in Dreamweaver

Hi
I've been asked by a client to add some simple CMS using
templates and contribute to a site I've built for them.
Albion
Drilling Group web site and the process of creating the
templates seem simple enough and are working to a point. Except for
portions of some of the template mark-up tags being visible in my
pages. This applies whether I've created the page in Dreamweaver or
Contribute, so I'm thinking it could be a template issue!
From what I can see it affects the pages where I've used a
'repeating region'
The page is built in xhtm transitional - and has one
javascript on the page.
Any help on this would be appreciated
Cheers
John

Where are you seeing the template markup?
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
==================
"geordie_john" <[email protected]> wrote in
message
news:ge4qoa$t29$[email protected]..
> Hi
>
> I've been asked by a client to add some simple CMS using
templates and
> contribute to a site I've built for them.
>
http://www.albiondrillinggroup.com/soil-nailing.html
and the process of
> creating the templates seem simple enough and are
working to a point.
> Except
> for portions of some of the template mark-up tags being
visible in my
> pages.
> This applies whether I've created the page in
Dreamweaver or Contribute,
> so I'm
> thinking it could be a template issue!
>
> From what I can see it affects the pages where I've used
a 'repeating
> region'
>
>
> The page is built in xhtm transitional - and has one
javascript on the
> page.
>
> Any help on this would be appreciated
>
> Cheers
> John
>

Similar Messages

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • CSS Template in Dreamweaver, cannot make flash(swf) show ???

    Hi all,
    I'm quite new at using dreamweaver, have been using GoLive
    some before and I have got a time consuming problem:
    To try to get a hang of CSS page designs I've used the Page
    Design (CSS) Halo Right nav that comes with DW8.
    I've learnt pretty much how it works BUT, I cannot make a
    flash file visible when inserted to the page design ????
    It does not show if I insert it to an existing div tag or if
    I insert it in a new layer. What am I doing wrong ?
    (same goes for images)
    Need help quickly.
    Thanks!

    This is one of the several weird problems with the HALO
    layout.
    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
    ==================
    "Pasay" <[email protected]> wrote in message
    news:eve7b0$s6g$[email protected]..
    > OK!,
    > will look into that, as I said I'm all new to this,
    grateful for all tips.
    > I've posted a new Topic : CSS Template in Dreamweaver,
    Submeny
    > dissapears?
    > may be related to the javascript error ?
    > //Bosse
    >

  • New From Template Changes Relative Links to Local Root?

    Thank you for taking the time to read and understand my plight with Dreamweaver CS3 for Mac. I apologize for the lengthy question, but in the effort to provide detail I shall go. First the background:
    I'm updating, editing, and appending an existing site that was previously created with Dreamweaver.
    I'm new to Dreamweaver but have a pretty good understanding of things
    I created a new site on the local drive on my MacBook Pro and then downloaded the entire site via FTP (live site: domain.com)
    I then replicated the site and exact file structure using FTP to a staging server (staging.domain.com)
    There are three existing .dwt templates. I've successfully updated the template file and auto updated all other pages that were based on this template.
    But my problem comes from creating new pages FROM the template. It appears that while the .dwt template file shows relative links (../xxxx) in the code, when create a new file from the template the url of these links is replaced by the path to the file on my local drive... I want non of this (.../xxxx) is fine.
    What is happening is that a javascript drop down menu is disappearing when I create new from template. I am assuming it's because of the path changes.
    This is the ORIGINAL (good) code from the .dwt:
    <!-- Top Navigation -->
    <tr>
         <td height="31">
              <table width="718" border="0" cellpadding="0" cellspacing="0">
                   <tr>
                        <td width="24"><img src="../images/L-Header-Corner.gif" width="30" height="50" border="0"></td>
                        <td width="342" style="background-image: url(../images/Header-BG.gif);"><img src="../images/spacer.gif" alt="" width="337" height="1" border="0"> </td>
    But when I create a NEW page from the above template the code is changed to the local path: 
    <!-- Top Navigation -->
    <tr>
         <td height="31">
              <table width="718" border="0" cellpadding="0" cellspacing="0">
                   <tr>
                        <td width="24"><img src="file:///Grasshopper/Users/allan/Documents/clients/site/site staging master/images/L-Header-Corner.gif" width="30" height="50" border="0"></td>
                        <td width="342" style="background-image: url(file:///Grasshopper/Users/allan/Documents/clients/site/site staging master/images/Header-BG.gif);"><img src="file:///Grasshopper/Users/allan/Documents/clients/site/site staging master/images/spacer.gif" alt="" width="337" height="1" border="0"> </td>
    To be sure all links in the template file are changed too.
    This is the .dwt file itself
    This is a random page created from the above template.
    And this page was created by simply altering the .dwt template file linked above and then SAVING AS. You can see the relative links remained and the navigation bar looks and operates as normal.
    To provide easier visual reference I offer the following:
    This is the .dwt file when opened in dreamweaver:
    Note the black area where the javascript drop down menu is in the top navigation when the page is correct:
    But when I create a NEW page from template this is what I get in the top navigation bar:
    And then this is what it looks like when posted:
    Ultimately what I'm trying to do is:
    1) work on site files on my local drive
    2) sync the local drive with staging.domain.com so my client can proof and approve
    3) sync to the actual live site at domain.com
    I assume I could simply do this by changing the ftp info and given the site structure and all files are same and ideally all links are relative this should be accomplished easily.
    Though perhaps my problem stems from the fact my local site is buried several layers deep on my local drive Local Drive/Users/Me/Clients/Client.... etc... but I haven't checked this yet.

    Great... Thanks for your patience....
    Here are links to all questioned files on the staging server:
    This is the .dwt file itself
    This is a random page created from the above template that shows the image/navigation incorrect.
    And this page was created by simply altering the .dwt template file linked above and then SAVING AS. You can see the relative links remained and the navigation bar looks and operates as normal. (obviously the wrong thing to do.
    And this page is one that was created prior to my working on the site and was based on the subpage template and displays correctly.
    Now bear with me here as I notice this behavour too.
    In the code snipped taken directly from the DW .dwt template (linked above)
    <td width="24"><img src="../images/L-Header-Corner.gif" width="30" height="50" border="0"></td>
                        <td width="342" style="background-image: url(../images/Header-BG.gif);"><img src="../images/spacer.gif" alt="" width="337" height="1" border="0"> </td>
    you'll notice there are two images L-Header-Corner.gif and one that is Header.BG.gif.
    The difference here is that the BG gif has a style attributed to it "Background-Image) which is followed by some strange code that says (url)../
    Opening that file Background Image and it's a tiny slice of what I think is part of the entire missing gray bar:
    In a page that displays correctly the code looks like this:
    <td width="24"><img src="../images/L-Header-Corner.gif" width="30" height="50" border="0"></td>
                        <td width="342" style="background-image: url(../images/Header-BG.gif);"><img src="../images/spacer.gif" alt="" width="337" height="1" border="0"> </td>
    And in a page that is displaying incorrectly the code appears like this:
    <td width="24"><img src="../images/L-Header-Corner.gif" width="30" height="50" border="0"></td>
                        <td width="342" style="background-image: url(file:///Grasshopper/Users/allan/Documents/clients/koolfog/koolfog website staging/images/Header-BG.gif);"><img src="../images/spacer.gif" alt="" width="337" height="1" border="0"> </td>
    So you can see that the link in this case (with the URL and style) has actually been converted to a site (my hard drive) relative link when saving.
    So the pressing question stands: Why doesn't dreamweaver convert that URL link when saving a page created from a template back to the same directory?
    Also, it appears that in that .DWT all the links have the leading periods and therefore are document relative... since I didn't set this up, how do you think this happened?

  • Problems when Creating Pages from Templates in Dreamweaver 8

    When creating new pages from templates in Dreamweaver 8(Ver
    8.0.2). The full path for images is not created
    i.e. in template the code is <img src="main_page_logo.png"
    width="814" height="172" longdesc="Main Page Logo" />
    In the new file the code should be :-
    <img src="../../Templates/main_page_logo.png" width="814"
    height="172" longdesc="Main Page Logo" />
    but only :-
    <img src="main_page_logo.png" width="814" height="172"
    longdesc="Main Page Logo" /> is in the code.
    but this does work in Version 8.0.
    Does anyone know of a setting or fix for this problem

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    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
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • Photoshop templates to dreamweaver

    Hello...when I drag the Photoshop template into Dreamweaver,
    it becomes a jpeg. How can I use a Photoshop template in
    Dreamweaver and have the capability to change the text and add text
    over the template?? With the background as a jpeg, I cannot type
    over it unless I use AP Div, which I don't want to use.
    Thank you!

    Google SiteGrinder....
    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
    ==================
    "elechal23" <[email protected]> wrote in
    message
    news:f61bgv$pjm$[email protected]..
    > Well the template came with a psd file and a few
    pictures. But my problem
    > is
    > that I did not really want to type everything out in
    photoshop, I wanted
    > to do
    > it in dreamweaver but I cannot type over the slices
    unless I use AP Div,
    > correct? Or is there another way to type over photoshop
    slices in
    > dreamweaver?
    >

  • How to edit joomla templates in dreamweaver

    hi all.
    I am working with flex,when i crossed joomla its attracted me lot,they are providing so many templates i want to edit that templates (php)using
    dreamweaver and also want to create new templates using dreamweaver.
    can any one help to lead me..
    please help any suggession...
    cheers,
    B.venkatesan.

    Work in Code View only.   
    Install a local testing server for your system:
    WAMP for Windows
    http://www.wampserver.com/en/
    XAMPP for Windows
    http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac
    http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac
    http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Joomla! Tutorials
    http://www.lynda.com/Joomla-1-5-tutorials/creating-and-editing-custom-templates/666-2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Opening a template in Dreamweaver

    Sorry.
    Answer recieved.

    For starters, what is the full filename, including extension,
    of the
    template?
    Walt
    "textbookb" <[email protected]> wrote in
    message
    news:g3u60n$har$[email protected]..
    > Hello,
    >
    > I am really new to Dreamweaver and don't know too much.
    > I've been trying to find out the answer to this as I'm
    sure it's really
    > easy
    > and it is quite embarassing.
    >
    > Well, I just purchased a new template for my website but
    I will like to
    > customize it with Dreamweaver.
    >
    > However, I cant seem to figure out how to open up the
    template in
    > Dreamweaver.
    >
    > I followed the Help instructions but it didn't work.
    >
    > Help would be really appreciated
    >
    > Thanks.
    >

  • Error about Template in dreamweaver mx 8

    Hello every 1
    This is dinesh from S Naidu Online, i m getting problem while
    doing template in dreamweaver, i have done 2 part in my website
    1-> top,left [ menus ], bottom , 2-> right side part
    for editing page or matter, my template height is 500px , when i m
    trying to do single page with template then the size of that page
    is going above 700px so i m getting white patch on left side, how
    to overcome this problem. ?
    pls help,,,
    Thanx in Advance n Regards !!!
    Dinesh
    S Naidu Online.

    Templates do no control page layout. They only control page
    content. If
    you have layout problems, it's not due to the template, it's
    due to you
    method of building the page. Can you show me the page,
    please?
    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
    ==================
    "Snaidu Design" <[email protected]> wrote in
    message
    news:e7g37b$5oh$[email protected]..
    > Hello every 1
    >
    > This is dinesh from S Naidu Online, i m getting problem
    while doing
    > template
    > in dreamweaver, i have done 2 part in my website
    > 1-> top,left [ menus ], bottom , 2-> right side
    part for editing page or
    > matter, my template height is 500px , when i m trying to
    do single page
    > with
    > template then the size of that page is going above 700px
    so i m getting
    > white
    > patch on left side, how to overcome this problem. ?
    >
    > pls help,,,
    >
    > Thanx in Advance n Regards !!!
    > Dinesh
    > S Naidu Online.
    >

  • Updating Templates in Dreamweaver with a Contribute managed site?

    My company sited up a site for one of our clients using Dreamweaver. We created templates with update sidebar, header and such if needed to. The client uses Contribute to manage the main content sections and create new pages.
    I have the site saved locally on my computer. Make the changes to the template which updates the all the pages linked to it but when I upload them it overwrites the content the clients has made.
    What is the best way update the templates in Dreamweaver without over-writing the main content parts of the the client had made with Contribute?

    Before you make any changes, perform a Get (down arrow icon in the Files menu) operation to download any client-updated files first. That way, your local files will be exact duplicates of what the client has placed on the server. After verifying you have the most recent versions, make your change and upload.

  • Edit "New Document-template"

    Ik work with Dreamweaver a lot (CS3) and I create a lot of
    sites. Every site though, has the same folder structure.
    Is there a way to edit the "New Document" template for let's
    say... default css/javascript includes (link and script tags) and
    just a basic html layout (wrapper, header divs, etc...).
    I was also wondering if it is possible to automatically
    create a standard folder structure when setting up a new site
    inside DW? I always have the same structure so it would be great if
    I could skip the step to create those manually.
    Greetz,
    Wizz

    > Is there a way to edit the "New Document" template for
    let's say...
    > default
    > css/javascript includes (link and script tags) and just
    a basic html
    > layout
    > (wrapper, header divs, etc...).
    Huh?
    When you do FILE | New > Basic HTML, you want the page
    that opens to contain
    all of your standard stuff? Sure - you can do that. What is
    your OS?
    > I was also wondering if it is possible to automatically
    create a standard
    > folder structure when setting up a new site inside DW? I
    always have the
    > same
    > structure so it would be great if I could skip the step
    to create those
    > manually.
    I don't know any way to do that.
    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
    ==================
    "CssWizz" <[email protected]> wrote in
    message
    news:f39hp6$dkh$[email protected]..
    > Ik work with Dreamweaver a lot (CS3) and I create a lot
    of sites. Every
    > site
    > though, has the same folder structure.
    >
    > Is there a way to edit the "New Document" template for
    let's say...
    > default
    > css/javascript includes (link and script tags) and just
    a basic html
    > layout
    > (wrapper, header divs, etc...).
    >
    > I was also wondering if it is possible to automatically
    create a standard
    > folder structure when setting up a new site inside DW? I
    always have the
    > same
    > structure so it would be great if I could skip the step
    to create those
    > manually.
    >
    > Greetz,
    >
    > Wizz
    >

  • Uploading css template to dreamweaver

    I need to upload some css templates to dreamweaver but can't
    figure out how to do it yet.

    Huh? Upload CSS templates to DW? You mean you need to add a
    CSS-based
    template page to your DW site? Is it a *.dwt page? If so just
    copy it into
    the Templates folder at the root level of the site.
    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
    ==================
    "ntnsllc" <[email protected]> wrote in
    message
    news:gj91bs$j0k$[email protected]..
    >I need to upload some css templates to dreamweaver but
    can't figure out how
    >to do it yet.

  • Print Quote the report is in PDF but need to be new RTF template

    We have 11.5.10 apps, the Quote screen is an OAF screen.
    When clicking Print Quote the report is in PDF, They want to include a new RTF template for printing instead of PDF.
    The new RTF template is created. But what I do not know is how the quote screen will take the new template. I can use XMLP to upload the RTF template but that may not be sufficient to make it appear in the Quote screen.
    I am looking at the profile ASO:Default Layout Template. Am I headed the right way?

    Hi,
    Please refer to the following documents, it should be helpful.
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1
    Regards,
    Hussein

  • Problem while creating a new project template

    I am trying to create a new project template under one operating unit newly created.
    I am using P A Super User responsibility for that operating unit.
    In profile setting the above responsibility has been assigned the new operating unit under Mo operating unit profile.
    Now when I go to Setup>>Projects>>Project Templates and click on New, the form to create new Project template opens up but in the field where I have to select the operating unit, it shows no values in the LOV.
    Can anyone please help me to know what setting do I have to perform so that I can select the operating unit in this new Template creation Form.
    Regards
    Hawker Hunter

    Dear Mr. Govind,
    we have followed all the Project Implementation Setup for the new operating unit except for the Implementation options which we have to fill up for each operating unit.
    In the implementation Options form in the first tab 'System' there are many fields to be filled up.
    For 'Summarization period Type' we choose 'G L Period' and based on this the fields 'Calendar Name' and 'P A Period Type' automatically gets populated.
    But in our case the 'P A Period Type' is not getting populated.
    Can you let me know where we can link the 'P A Period Type' to the chosen 'Calendar name'?
    Also there is a check box - 'Maintain common PA and GL Periods'. If we tick this check box, a message says: 'The Period Type and Calendar of the PA Period does not match the Period type and Calendar of the corresponding GL Period.'
    Can you please let me know where to create the PA Period based on the corresponding GL periods?
    Regards

  • An error occured while generating a new report template

    I have installed the Crystal Reports 2008 V2 and also the support pack. Installed the SAP Integration Kit XI 3.1 and the latest service pack 2.7. When I try to use the SAP Tool bar from Crystal Report , I can connect/see the queries but when I select any query to create a report I am getting an error message
    "An error occured while generating a new report template". Any advise ? How do I turn on the trace in the client ?
    Thanks,

    Hi,
    Did you update your Fix Pack...
    Here is solution for Client...
    To turn tracing on for client applications, you can use the following steps:
    1. Click Start > Settings > Control Panel > System > Advanced > Environment Variables button.
    2. Under the User Variables, add the following variable and value:
    For Enterprise XI:
    Variable Name: BOE_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logs
    For Crystal Analysis, Crystal Enterprise, and Crystal Reports version 10 and earlier:
    Variable Name: CRYSTAL_LOGGER_ENVIRONMENT
    Variable Value: -trace -loggingPath c:\logging
    Regards,
    Bashir Awan

Maybe you are looking for

  • File size goes from 54mb to 214mb for my 250 page pdf portfolio upgrading from 9 to X

    I have a 250 page portfolio created in 9 pro. When I upgraded to X, the file size went from 54mb to 214mb. Anyone know why this would increase by 400%? And, have i made a big mistake upgrading to X? What can be done to keep the file size somewhere ne

  • Secure Store Service problems

    Hi, I am getting the following error when trying to manage the Secure Store Service (CMA -> Application Management -> Service Applications -> Manage Service Applications) "Cannot complete this action as the Secure Store Shared Service is not respondi

  • Graphic Notification Centre Bug?

    Hi, guys! I write to ask you if anyone also sees the Notification Centre buttons like in the images below on OS X 10.10 Yosemite. Since I installed it, I see them like in the images below, and not like they are supposed to be according to Apple offic

  • Auto_Blend Layers not working

    Using Ps CC 2014 and Win7: I have an image with Background = transparent and two layers, each containing an RGB/8 image. Following instructions as per the Help file, and with both layers selected, I click Edit/Auto_Blend Layers and selecting Stack Im

  • Why won't you enable downloading photo from iPhone

    I think it's annoying that every time I connect my iPhone to my Mac iPhoto pops up, and the worse thing is that I can't just download photos straight from the the phone to the computer. So why do you make it so hard to drag photos from the phone to t