Templates and SSI

http://kirtmarkle.com/slide1.html
http://kirtmarkle.com/
http://kirtmarkle.com/gallery_frameset.html
Above I have included a link to a set of 3 slides I create
this morning in an attempt to better define my site (as well as
links to my Home and Gallery pages for reference):
Slide 1: a flowchart of the “stuff” that makes up
the site:
Red items are “class 1” elements that will not
change
Green items are “class 2” elements which could
change
Blue items are “class 2” elements used for
section-specific navigation
Brown items are “class 3” elements which will
change every page
Slide 2: the elements in their current position on the site.
The white dividers with “150px” and “145px”
are used to mark the current boundaries of the frames-based layout.
Red: graphic images placed inside CSS-P elements absolutely
positioned
Green: navigation bar placed inside CSS-P element absolutely
pos.
Blue: overlapping CSS-P elements with “previous”
and “next” buttons
(typically, there are two such 5x4 grids for each Year
Category)
Slide 3: when any of the Blue CSS-P elements are clicked,
they navigate/animate to their new position above the
“Legend”, hide the other Blue CSS-P elements and reveal
the “Legend” “Viewer”
“previous” and “next” buttons. Clicking the
image inside the “Viewer” cycles through a series of
detailed/zoom views. When the Blue CSS-P element is clicked again,
it navigates/animates to its original position, hiding the
“Legend” “Viewer” “previous”
and “next” buttons while revealing the overlapping Blue
CSS-P elements again. You’ll note, however, that the button
(in this case “D2”) swaps CSS-P element
“D2” to “D2-y” to allow the return
navigation/animation, swapping back once it reaches its original
position.
TASK: create a template containing all the class 1 elements.
Question #1: What should this template be named? Would
“page.html” suffice?
Question #2: Should the Red elements be CSS-P? Would a
navigation bar work better? If so, how does one have two navigation
bars on a page? (I refer to the Green elements)
TASK: Create server-side include files containing all class 2
elements and place them on the template as needed.
Question #3: Which elements are used to build the SSI files?
How many SSI files would need to be built? For example, for the
Green navigation bar, do I create a file with only those five
elements in a table and then save it as an SSI? How are they then
placed correctly on the template (I assume inside the CCS-P
wrapper)? How does the “Gallery” button make them
appear when clicked?
TASK: Insert editable regions to cover the class 3 items,
including the section-specific navigation.
Question #4: The same question with regards to the SSI files
required for the puzzle grid. Is each grid saved as its own SSI?
(Currently, there are nine variations of this 5x4 grid, two for
each navigation bar item except 2007) Or, since each piece is in
its own CSS-P element, does each piece need to be saved as an SSI?
Do the “previous” and “next” buttons belong
in this class 2 section-specific navigation elements?
Question #5: In the “Viewer” I cycle zoom levels.
Is a separate page to be built for each zoom level, as I have
currently done?
[Of course, I realize I’m asking for a LOT of
information. I don’t know if this is beyond the scope of this
board or if I’m overstepping my bounds by asking too many
questions. However, I believe if I can have the answers it will go
a long way towards my understanding of something that seems
essential to web design. And as I hope to make this a profession
when my skills improve, I need to learn the BEST methods for
executing the work. I apply the same attitude towards my work as an
artist, animator and, yes, word processor. I desire to be just as
proficient in the field of web design and will continue to work has
hard as necessary until I achieve that goal. The assistance
I’ve received on this board has been most helpful towards
that end.]

I am unable to spend the kind of time this would really
require, but to
say one thing: rethink the use of Absolutely Positioned
elements. There
has been much written here on this subject which you night
want to
google. But they will be more misery than you might imagine.
As a
general rule, use Divs instead.
E. Michael Brandt
www.divaHTML.com
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz
www.valleywebdesigns.com
JustSo PictureWindow
JustSo PhotoAlbum
KirtMarkle wrote:
>
http://kirtmarkle.com/slide1.html
>
>
http://kirtmarkle.com/
>
>
http://kirtmarkle.com/gallery_frameset.html
>
>
> Above I have included a link to a set of 3 slides I
create this morning in an
> attempt to better define my site (as well as links to my
Home and Gallery pages
> for reference):
>
> Slide 1: a flowchart of the ?stuff? that makes up the
site:
> Red items are ?class 1? elements that will not change
> Green items are ?class 2? elements which could change
> Blue items are ?class 2? elements used for
section-specific navigation
> Brown items are ?class 3? elements which will change
every page
>
> Slide 2: the elements in their current position on the
site. The white
> dividers with ?150px? and ?145px? are used to mark the
current boundaries of
> the frames-based layout.
> Red: graphic images placed inside CSS-P elements
absolutely positioned
> Green: navigation bar placed inside CSS-P element
absolutely pos.
> Blue: overlapping CSS-P elements with ?previous? and
?next? buttons
> (typically, there are two such 5x4 grids for each Year
Category)
>
> Slide 3: when any of the Blue CSS-P elements are
clicked, they
> navigate/animate to their new position above the
?Legend?, hide the other Blue
> CSS-P elements and reveal the ?Legend? ?Viewer?
?previous? and ?next? buttons.
> Clicking the image inside the ?Viewer? cycles through a
series of detailed/zoom
> views. When the Blue CSS-P element is clicked again, it
navigates/animates to
> its original position, hiding the ?Legend? ?Viewer?
?previous? and ?next?
> buttons while revealing the overlapping Blue CSS-P
elements again. You?ll
> note, however, that the button (in this case ?D2?) swaps
CSS-P element ?D2? to
> ?D2-y? to allow the return navigation/animation,
swapping back once it reaches
> its original position.
>
> TASK: create a template containing all the class 1
elements.
>
> Question #1: What should this template be named? Would
?page.html? suffice?
>
> Question #2: Should the Red elements be CSS-P? Would a
navigation bar work
> better? If so, how does one have two navigation bars on
a page? (I refer to
> the Green elements)
>
>
> TASK: Create server-side include files containing all
class 2 elements and
> place them on the template as needed.
>
> Question #3: Which elements are used to build the SSI
files? How many SSI
> files would need to be built? For example, for the Green
navigation bar, do I
> create a file with only those five elements in a table
and then save it as an
> SSI? How are they then placed correctly on the template
(I assume inside the
> CCS-P wrapper)? How does the ?Gallery? button make them
appear when clicked?
>
>
> TASK: Insert editable regions to cover the class 3
items, including the
> section-specific navigation.
>
> Question #4: The same question with regards to the SSI
files required for the
> puzzle grid. Is each grid saved as its own SSI?
(Currently, there are nine
> variations of this 5x4 grid, two for each navigation bar
item except 2007) Or,
> since each piece is in its own CSS-P element, does each
piece need to be saved
> as an SSI? Do the ?previous? and ?next? buttons belong
in this class 2
> section-specific navigation elements?
>
> Question #5: In the ?Viewer? I cycle zoom levels. Is a
separate page to be
> built for each zoom level, as I have currently done?
>
>
> [Of course, I realize I?m asking for a LOT of
information. I don?t know if
> this is beyond the scope of this board or if I?m
overstepping my bounds by
> asking too many questions. However, I believe if I can
have the answers it
> will go a long way towards my understanding of something
that seems essential
> to web design. And as I hope to make this a profession
when my skills improve,
> I need to learn the BEST methods for executing the work.
I apply the same
> attitude towards my work as an artist, animator and,
yes, word processor. I
> desire to be just as proficient in the field of web
design and will continue to
> work has hard as necessary until I achieve that goal.
The assistance I?ve
> received on this board has been most helpful towards
that end.]
>
>

Similar Messages

  • Template and ssi

    if I put the file at the root level my ssi include is fine.
    <
    http://www.msad54.org/sams/test.shtml
    >
    But if I put it one folder up it does not work?
    <
    http://www.msad54.org/sams/principal/index.shtml
    >

    See my answer in your other post.
    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
    ==================
    "skowhegan" <[email protected]> wrote in
    message
    news:[email protected]...
    > if I put the file at the root level my ssi include is
    fine.
    > <
    http://www.msad54.org/sams/test.shtml
    >
    > But if I put it one folder up it does not work?
    > <
    http://www.msad54.org/sams/principal/index.shtml
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1">
    > <!-- TemplateBeginEditable name="doctitle" -->
    > <title>MSAD #54 Skowhegan Area Middle
    School</title>
    > <!-- TemplateEndEditable -->
    > <link href="../p7exp.css" rel="stylesheet"
    type="text/css">
    > <script type="text/javascript"
    src="/p7exp/p7exp.js"></script>
    > <!--[if lte IE 7]>
    > <style>
    > #menuwrapper, #p7menubar ul a {height: 1%;}
    > a:active {width: auto;}
    > </style>
    > <![endif]-->
    > <link href="../sams.css" rel="stylesheet"
    type="text/css">
    > </head>
    > <body onLoad="P7_ExpMenu();"runClock()">
    > <!--#include file="../drops.html" -->
    > <!-- TemplateBeginEditable name="content" -->
    > <table width="770" border="1" align="center"
    cellspacing="0"
    > bgcolor="#FFFFFF">
    > <tr>
    > <td> </td>
    > </tr>
    > </table>
    > <!-- TemplateEndEditable -->
    > <table width="770" border="0" align="center"
    cellspacing="0">
    > <tr>
    > <td><table width="770" border="0"
    align="center" cellspacing="0"
    > id="footer">
    > <tr>
    > <td><p align="center"><b>Current
    Time:</b> <span
    > id="servertime"></span></p>
    > <div align="center">
    > <p align="center"><em>Comments,
    Ideas</em>, <a href=
    > "mailto:[email protected]">Email Webmaster Laura
    Richter </a>
    >
    > <script type="text/javascript">
    >
    > // Current Server Time script (SSI or PHP)- By
    JavaScriptKit.com
    > (
    http://www.javascriptkit.com)
    > // For this and over 400+ free scripts, visit JavaScript
    Kit-
    >
    http://www.javascriptkit.com/
    > // This notice must stay intact for use.
    >
    > //Depending on whether your page supports SSI (.shtml)
    or PHP (.php),
    > UNCOMMENT the line below your page supports and COMMENT
    the one it does
    > not:
    > //Default is that SSI method is uncommented, and PHP is
    commented:
    >
    > var currenttime = '<!--#config timefmt="%B %d, %Y
    %H:%M:%S"--><!--#echo
    > var="DATE_LOCAL" -->' //SSI method of getting server
    date
    > //var currenttime = '<? print date("F d, Y H:i:s",
    time())?>' //PHP method
    > of
    > getting server date
    >
    > ///////////Stop editting
    here/////////////////////////////////
    >
    > var montharray=new
    >
    Array("January","February","March","April","May","June","July","August","Septemb
    > er","October","November","December")
    > var serverdate=new Date(currenttime)
    >
    > function padlength(what){
    > var output=(what.toString().length==1)? "0"+what : what
    > return output
    > }
    >
    > function displaytime(){
    > serverdate.setSeconds(serverdate.getSeconds()+1)
    > var datestring=montharray[serverdate.getMonth()]+"
    > "+padlength(serverdate.getDate())+",
    "+serverdate.getFullYear()
    > var
    >
    timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes(
    > ))+":"+padlength(serverdate.getSeconds())
    >
    document.getElementById("servertime").innerHTML=datestring+"
    "+timestring
    > }
    >
    > {
    > setInterval("displaytime()", 1000)
    > }
    > </script>
    > <p align="center">Last modified:
    > <!--#echo var="LAST_MODIFIED"-->
    > </p></td>
    > </tr>
    > </table>
    > </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >

  • Can Contribute edit a DW template and allow it to propagate?

    I've created a fairly straightforward html/css site in DW CS3
    based around a template and have uploaded both the site and
    template to the client's web server.
    There's a little set of static text on the template which
    cross-populates all the html pages. If I edit the template in DW,
    it updates all the pages that are based on that template. I'm
    hoping that if I set up the client with Contribute, they can access
    the template, edit it, and see the changes propagate to all the
    html pages that are based on that particular template.
    Is this possible? If not, is there a breathtakingly simple
    approach I might be able to give the client to use?
    Many thanks.

    Users of Contribute cannot update templates.
    The 'breathtakingly simple approach' could be to use an SSI
    (server side include) in your template.
    Example php: <?php include("inc.included-file.php"); ?>
    You provide your user with an url to the include file, so he
    can edit the file in Contribute.
    NB: works also great with menu's (make an include file with
    just an unordered list, style it with css, and provide your user
    with the url to the menu).

  • Template-based ssi causing problems

    I'm working on a small site that has a sidebar listing news features, which the client needs to edit.  The sidebar list appears throughout the site so I set it up as an SSI in the base template.  The editable items in the sidebar are repeating elements with some internal structure, so I based the SSI on a template to make the items easy for the client to edit in Contribute.
    There's no problem editing the template-based SSI itself in Contribute, and there's no problem editing the pages in Contribute when the SSI is not included.  The problem arises when I try to edit any of the pages in Contribute once the SSI is included; they no longer function properly. Several pages have editable regions that are also comprised of editable, repeating list items, but the buttons in Contribute for adding, deleting, and moving these repeating regions on those pages no longer do anything once the SSI is incorporated into the page.
    If I change the SSI so it is not template based -- make it just raw html -- the problem goes away.  (Unless I can find a solution, I'll have to go this route although it makes it harder for the client to edit the contents of the SSI.)  So the problem isn't the SSI; it's when the SSI is based on a template.
    There are no <body> or <head> tags in the template-based SSI; just the sidebar <ul> snippet with editable, repeating regions. I've tried changing the SSI extension to .shtml, .inc, .htm, etc. to no avail.
    I can think of many scenarios where an SSI needs to be editable and, at the same time, has enough structure that I would want to base it on a template to facilitate editing in Contribute.  But a template-based SSI seems to make Contribute choke.
    I'd appreciate any help on this.

    Have you renamed the file with an *.shtm(l) extension?
    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
    ==================
    "tnuaga" <[email protected]> wrote in
    message
    news:e9oks7$2kd$[email protected]..
    >I have a template based on the halo_left_nav css file,
    into which - in the
    > editable region - I have embedded an ssi file. Although
    the include file
    > shows
    > up in Dreamweaver, it does not show up in the browser.
    Any sagacious
    > advice?
    > I'm using DW MX (yeah - old and no longer supported) on
    a Mac. (I just
    > received approval to upgrade to v8.0, but I have a
    deadline of 8-1-06 to
    > complete a rather daunting project and am a little
    insecure about
    > switching at
    > the moment.)
    >
    > I have another issue with the same template which I will
    post separately
    > in
    > order to keep my oranges out of my apple box.
    >

  • What is difference between Site template and web template

    What is difference between Site template and web template

    Both are almost same, are you referring to Site Definitions vs web template?, if so, refer to the following post
    http://blogs.msdn.com/b/vesku/archive/2011/07/22/site-definitions-vs-web-templates.aspx. 
    --Cheers

  • Problem with template and ie

    I'm running through a weirg problem here. I've designed my webpage and everything worked fine in chrome , firefox and explorer 8. So I saved it as a template and created a basic page with it (normal html/css here, very simple). The probleme is that now, everything is messed up but only in explorer (page not centered, big empty space added somewhere). And then, when I remove the editable regions markers ( <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> ...) and save it back as a normal html page without templates, it is working fine again.
    Can someone help me please?
    Thanks!

    I'm running through a weirg problem here. I've designed my webpage and everything worked fine in chrome , firefox and explorer 8. So I saved it as a template and created a basic page with it (normal html/css here, very simple). The probleme is that now, everything is messed up but only in explorer (page not centered, big empty space added somewhere). And then, when I remove the editable regions markers ( <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> ...) and save it back as a normal html page without templates, it is working fine again.
    Can someone help me please?
    Thanks!

  • Few questions on Templates and Favorites

    Experts,
    Few fundamental questions on Templates and Favorites...
    1) Can Favorites be shared with other users?
    2) Can Templates be transported across systems (Dev or QA or PRD) ?
    3) Can Templates be shared across planning area ( Yes, KF names are same across planning area?
    Any insights appreciated!!!
    Thanks
    Krishna

    Hello Krishna
    1. No, favorites are user specific and are not shared. Templates are.
    2. There are no transports in the traditional sense in S&OP. So a Template can't really be transported. What you can do, however, is open a Template in DEV, for example, then log off and log back on - just this time to QA or PRD. This assumes you have the same planning area, KF etc.in each system. Now you can add it to the templates in QA or PRD ... this is how you get it from one system to another.
    3. I believe they are not shared between planning areas. If you make a planning area copy, I think they might come over but if you built a new PA2 from scratch, the ones you have in PA1 won't be there. If you want to get a planning view template from one PA to another, you basically follow the steps as in my answer to your second question. Again, for sharing a planning view Template between Planning Areas the attributes, time profiel and key figures you use have to be the same.
    Hope this helps,
    Jens

  • May Release: New partner support, Infrastructure updates, Site templates and bug fixes

    Link: http://www.businesscatalyst.com/_blog/BC_Blog/post/May-release-New-partner-support-Infrast ructure-updates-Site-templates-and_bug-fixes/
    We are announcing a new Business Catalyst release, scheduled to go live on Thursday, May 3rd. With this release, we are continuing our investments in system performance and stability by increasing our web servers capacity, enabling HTTP acceleration to provide faster site loading times, and improving the site creation speed by using pre-generated sites.
    On the product side, we have completely revamped our partner support workflow taking advantage of the Adobe support infrastructure and tools, enhanced the site templates workflow for partners, and included lots of bug fixes and improvements. Read through the following sections to get detailed information about this release:
    Partner support
    Infrastructure updates
    Features and enhancements
    Issues fixed by this release
    What's next
    You can jump to the corresponding section by clicking the above links.
    Partner support
    Updated Help & Support partner experience
    Following Adobe ID support, we have upgraded BC  support tools (cases, chat, documentation) with standard Adobe tools. As a partner, you can now benefit from the same support tools as the rest of Adobe Creative Suite, and can track your support cases with Adobe BC, Dreamweaver, Muse or Photoshop in a single place.
    Partners with more than 100 paid sites will get 2nd level chat support, which includes a higher priority, by default. If you have more than 100 paid sites, but spread across different Partner Portals, please ask support to enable 2nd level chat for you.
    Support experience for your Small Business owner clients can now be owned by partners (see below).
    Custom Help & Support URL for your clients
    As a partner, you are probably already offering various additional services to your clients besides building & maintaining their BC site. Support, tailored specifically to your client needs, is usually one of these value-added services. We are now enabling you to take your Support service to the next level. In  Partner Portal Settings, you have the option to set a custom URL for what will open when your client clicks on Help & Support inside Admin Console:
    If you have multiple partner accounts, for different verticals, you can specify a Support URL for each of these.
    The default Support experience provided by BC for your clients will be updated in a few releases to be similar to the partner support experience. This includes BC-branded support cases and documentation. If you'd like to keep a white-label experience for your customers, please set your own Help & Support URL in Partner Portal.
    For more details please read the Improved support workflow and new forums announcement on our blog.
    Infrastructure updates
    Between our April release and the following infrastructure updates have been enabled
    Limited trial sites for free partners – starting with our May release, the number of trial sites a Free Partner can have will be limited to 100. Once the limit is reached, Free Partners that need to create a new trial site have the options to upgrade to a higher partner plan, upgrade some of the trial sites to paid or delete unused/expired trials.
    Automatic trial expiry extension - with this release, trial site expiry date will be automatically extended with 30 days every time an admin user logs in  the system through the admin interface or through FTP.
    Installed additional hardware - we have installed additional web servers on all our data centers, that translate into an increase of the existing capacity with over 70%.
    Updated DNS infrastructure - we have improved the DNS resolution for email delivery so that we can increase the rate at which we're sending the system operational emails
    HTTP acceleration – all sites static assets are served from a new cache engine (images, CSS and JavaScript files, together with improved headers that should allow the browser to cache them better for a browsing session). This update has been turned on along with our April release, and has made all the BC sites load faster on first and on subsequent loads.   
    Accelerated site/partner creation – we've changed the way new sites are created for faster speed, pre-creating them and reusing pre-created sites when needed, and have also improved the creation process for new partners, minimizing the impact of new CCM customers on the existing datacenters.
    Adobe ID for partners - in order to support an integrating experience between the various Adobe tools a partner may use (Dreamweaver, Muse, Support forums) we have added Adobe ID support for Business Catalyst partner accounts. Starting April 19, partners are asked to merge their current Business Catalyst account with their Adobe ID accounts. For more details about the transition process and FAQ please read the Introducing Adobe ID blog post.
    Updated Terms of Use - Along with several other changes in our processes in the past few months, we also revamped our Terms of Use and the signature process by requesting every admin user to sign a TOU. We have completed the rollout for partners, and we might be pushing an updated partner Terms of Use version within the following weeks. For more details and questions about this change, read the New Terms of Use for Business Catalyst blog post.
    Features and enhancements
    Site templates
    To support the increasing number of partners building, sharing or reusing  templates to create  new sites, we're extending our site templates support from our partner portal with a new template type and improved  management support. The update is going to enable partners to mark sites as templates and   choose between making them available in Online Business Builder and keeping them private in their partner portal. A template site will not expire and has the same limits as any other trial site.
    Based on your partner level, you can create private or public templates using the Site Details screen or the Tools>My Site Template section from your Partner Portal. Standard partners can only create private templates, while Free Partners can only view site templates that have been transferred to their accounts by other partners.
    The number of templates a partner will have will be limited and will vary based on partner level: free partners can store up to 5 templates in their partner portal, standard partners have up to 100 site templates while Premium Partners might have up to 200 templates. Paid sites marked as templates are not counted against these limits.
    Business Catalyst Partner fixes
    While we are really focused on making the Business Catalyst integration into Creative Cloud a smashing success, we are slowly resuming our efforts to deliver fixes that have been requested by our partners. This release includes the following partner fixes:
    Improved product custom fields - we have increased the maximum number of characters for product custom fields to 1024 (previous limit was 256); this gives partners and customers additional space to use when working with products
    Improved Secure Zone subscribers list - we have added the customer email address in the Secure Zone Subscribers list to enable partners better filter and manage customers
    Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    Social plugins integration updates
    Starting with our May release, we are updating the social plugins support to require users to get the plugin code from the third party provider and saving into his Business Catalyst website. The module tags and configuration will remain unchanged, but will render an empty tag until the partner or site owner will  update the module template to include the corresponding module code snippet from the third party platform provider.
    For more information about how you can enable the Social Plugins on a Business Catalyst websites, read the Social Media: Integrating Facebook and Twitter knowledge base article.
    Other changes
    Updated weekly emails - Starting with our May release, the information in the site weekly emails has been filtered based on the site's plan. For example, webBasics site reports will no longer include the sales report.
    Localization - we improved and increased the coverage of the admin interface translations into German, French and Japanese
    Site Settings -> Ignored IP addresses has been relocated under Reports -> Visitors -> More.
    BC-Dreamweaver integration performance improvements
    Development Dashboard has been removed, as it didn't provide a clear useful, ongoing benefit. The information present in the development dashboard has been integrated into our new Help & Support section.
    Payment gateway settings - for more privacy and data protection, we have updated the Payment Gateway configuration screens to obfuscate the sensitive login information. Fields that have been obfuscated are now requiring confirmation.
    Report abuse badge on trial sites - for compliance reasons, a "Report Abuse" link has been added to the front-end of all trial sites of free partners that don't have any paid sites. When they click the Report Abuse link, site visitors are redirected to a form submission page on businesscatalyst.com site.
    Issues fixed by May release
    Issues 3051303, 3168786 - Workflow notifications - Fixed a problem preventing workflow notifications emails from being sent.(see get satisfaction forum discussion)
    Issue 3164074 - Fixed a bug causing the lightbox gallery created from Muse to be displayed behind page elements
    Issue 3162810 - Fixed a bug in rendering engine to prevent  content placed between body and head tags being incorrectly moved inside the body tag
    Issue 3166610 - Fixed a broken link to Partner Portal in Internet Explorer
    Issue 3175003 - Fixed an issue that caused an incorrect price display for the Year One-Off Setup Fee when upgrading a site from Admin using CB
    Issue 2567278 - Fixed a bug causing site replication to ignore product attributes
    Issue 2947989 - CRM passwords are now case sensitive
    Issue 2723731 - Removed CSS files from the head section of the Layouts files, when downloaded and opened in Dreamweaver, via the BC extension
    Business Catalyst new admin interface updates
    Added "Save and Add New" button in Web App Item Add & Edit screens (see get satisfaction forum discussion)
    Updated Quick Actions menus to add more actions (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to display deleted items (see get satisfaction forum discussion)
    Fixed a display issue on File Manager making top buttons unreachable (see get satisfaction forum discussion)
    Fixed the scrollbars in Email Marketing>Campaign>Stats>Bounced Emails reports (see get satisfaction forum discussion)
    Fixed an issue causing Recent items menu to brake after selecting the current page from the Recent Items menu (see get satisfaction forum discussion)
    Replaced the Success notification displayed when selecting Users or Permissions tabs from User Roles with an Warning
    Change the action label displayed in User Roles list from View to Edit to match the list pattern from Admin Users
    Fixed a missing file JavaScript error occurring when trying to open image manager from product details-> Attributes -> options
    Moved System Emails section from Site Setting to Site Manager (see get satisfaction forum discussion)
    Updated Domain Management interfaces to close the modal window and refresh the domain list after successfully adding a domain
    Fixed an issue preventing the Hyperlink Manager to function properly (see get satisfaction forum discussion)
    Updated the confirmation message received after copying a page to match the new workflow and button names
    Fixed an issue causing the current screen or section to not be highlighted in the menu
    Updated styling on the new dashboard, user management and email accounts interfaces
    Updated  dashboard reports filters and chart display; made the chart and the filter use the site time zone
    Fixed an issue preventing users from inviting new admin users or create new email accounts on Internet Explorer 8
    Fixed an issue preventing users from deleting Email Accounts or Admin Users in Internet Explorer 8
    Fixed some issues preventing password recovery email from being sent
    Removed the alert message displayed when the user or email account limit has been reached
    Added localization for the simplified dashboard
    Fixed display issues for site limits, domains and user list in the simplified dashboard
    Added Custom reports for webBasics plan
    Fixed a bug generating a "500:Collection error" on the simplified dashboard when user did not had View users permission
    Added TOU checkbox in the email account setup screen
    Updated Site Preview link in the dashboard to load the default domain
    Fixed an issue in the new File Manager forcing a user to press Undo twice in order to see the change take effect if the code that was previously formatted contained any <"tag" with more than 2 lines
    Fixed an issue causing the File Manager editor toolbar to incorrectly render if page URL path is longer than certain value; starting with this release, the site URL is trimmed
    Fixed an issue causing the invite users to be displayed as [object Object] in dashboard and admin user list
    Fixed a bug in the new admin causing the interface to become unresponsive when using the browser Back button
    Fixed an issue in the new File Manager causing "Save Draft" button to publish the default page template instead of creating a draft version
    Fixed a broken invite link issue in the Email Account invite email
    Updated loading indicators in File Manager and Email Accounts screens
    What's next
    The first item on the what's next list might not be news for many of you, but it's definitely one of the most important milestones this year. The Creative Cloud launch is just around the corner, and Business Catalyst is playing an important role in that, as the publishing platform for Adobe® Muse and Dreamweaver. This launch will capture all our attention within the next weeks as we want it to be our best ever. 
    We'll start our next development cycle on May 15th, while the next Business Catalyst release is going to be pushed live in mid June. That being said, the following items are already on our launch plan for the next release and a few more will join the list. Please expect an update on our 2012 plans around mid May.
    HTTP throttling – all page load and API calls to BC will be protected against attacks, this might trigger problems for API heavy sites. We are looking into enabling this update along with our June release, and will help make sure that a reasonable number of requests will be accepted from the same computer per minute.
    Automatic site deletion - Starting with the June release, we are going to start automatically delete expired trial sites and canceled sites. Customers will be notified twice before we are going to proceed with deleting the sites.
    Thank you,
    Cristinel Anastasoaie
    Adobe Business Catalyst Product Manager

    In reference to this change in the Custom Reports... Better experience when exporting data - to prevent customer confusion when exporting data from Mac computers, we have removed the export to excel option and exporting in CSV format by default.
    What is the customer confusion we are trying to stop here? I've got even more confused customers at the moment because all of a sudden they can't find the export to excel option but know it exists if they log in on a PC?
    Mark

  • I want to download an invoice template. How can I then fill in the template and place in a file?

    I want to download a template of an invoice. How can I then fill in the template and create a separate file?

    template in Word format? Excel? PDF? a little more information please.

  • I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    Pages stores those you created & saved as templates in (your account) > Library > Application Support > iWork > Pages > Templates > My Templates. The door to the user's Library is hidden in Lion but it is easy to open. In Finder, hold down the Option key while clicking on the Go menu & your users Library will appear about halfway down the list.

  • How to Create a Page LOV Template and a Region LOV Report Template in APEX

    Hi All,
    Thanks in advance ..
    I am new to APEX , Currently working in APEX 3.2
    Can any one please guide me How to Create a Page LOV Template and a Region LOV Report Template in APEX
    So that I can create dynamic Multi column LOV in APEX
    Cheers
    Sachin

    Sachin,
    I think you are en-quiring about 'Custom pop-up page'. See this link. You will get all required info there.
    Regards,
    Hari

  • How to create a template and child pages using mockup designed in Fireworks

    I have created a website in Fireworks, and exported it to use in Dreamweaver.  How do I use the Master page in Fireworks as my template page in Dreamweaver?  When I bring in the .htm files from fireworks, it tries to bring in the entire page.  I have taken 25 hours of online training for Fireworks and Dreamweaver through Lynda.com, but there is not a specific video that tells you how to get your website from Fireworks into Dreamweaver if you want to utilize the Template and child page features.

    Use Fireworks to crop, slice and optimize images only.  DO NOT allow any graphics app to generate your HTML code for you.  This results in poorly formed code and rigid layouts that invariably fall apart when you attempt to edit them in DW.  Fireworks / Photoshop generated pages are for quick prototypes or design comps to show the client.  They do not work well on production sites.
    Taking a Fireworks comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    DWT Template Basics -
    http://forums.adobe.com/message/2926278#2926278
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • In Pages I used to be able to edit a template and "save a version" to update the template. Now i have to rename the template to save the changes. Why is this happening? what happen to "save a version"? its no longer an option under "file".

    In Pages, In the past, I was able to edit a template and "save a version" to update the template. Now i have to rename the template to save the changes. Why is this happening? what happen to "save a version"? its no longer an option under "file". And I can no longer open the actual template, when template is clicked, it automaticaly opens an "untitled" version???

    In your description you say the first document opens as the Title you gave it.
    Templates always open as Untitled so it sounds like you have saved a regular document, perhaps into your templates folder which is possible.
    Since you have already worked on it and it has been previously saved, Lion will now Save for you and Save a Version is available
    The other document does open as Untitled so sounds like a real template and as Peggy has pointed out will not have either Revert nor Save a Version until you Save it and have changed something in it.
    This is a classic example of just how Apple's supposedly "simplification" of the process, is leading to confusion of what has happened. That the conditions and resulting actions from those conditions is so convoluted says it all.
    It all reminds me of the Monty Python Life of Brian sketch with the "simplified" John Cleese instructions to the class, as to if you have a brother in an older dorm whether to hang your hat and bag on the hooks provided. The trouble is Apple does not get the joke, that it is transforming itself into a frequently self contradictory bumbling bureacracy. The price of unchallenged self appointed geniushood.
    The incoherent half baked stumbling juggernaut has reached new triumphs with its edict on enforced Sandboxing on developers when it is unable to follow even its own instructions.
    Peter

  • Error while executing WAD template and publishing it to Portal

    I get an error message when i try to execute WAD template and publish in portal
    //start of error message
    Error while loading query metadata
    check the query and portal settings
    RSBOL   018    Java system error:Exception in method process Function.
    //end of error messagge
    But when i click "ok" then the template gets executed and published in portal
    I want to know why is this error message getting displayed.
    BW is at SP14 level (template is created in BI 7.0)
    EP is at SP13 level.
    Is there any compatibility issue between BW and EP.If so, please let me know.
    Please solve this issue.
    Thnaks and Regards,
    Pradeep

    Hi,
    take a look:
    Note 916090 - RFC-error messages in Web Application Designer 2004s
    Hope this helps...
    Regards
    Andreas

  • I no longer have access to system folders that allow me to remove old or incorrect PAGES templates. Need to find out how to do that. The only way I can do it now is to blank the template and replace the bad template with a blank.

    I no longer have access to system folders that allow me to remove old or incorrect PAGES templates. Need to find out how to do that. The only way I can do it now is to blank the template and replace the unwanted template with a blank. It was previously possible to go to MY TEMPLATES and remove the unwanted templates. I don't if this issue is before or since installation of 10.8 (a nightmare in my case, which led to significant failure issues).  And because I haven't tried to remove templates since finally managing to install 10.8 (now at 10.8.4), I don't know if this is typical of the newer OS or a problem. I've been a Mac user for more than 25 years, but I think I'm nearing the end of the road. By the way, I've never needed to do this before because the manuals always offered an answer... they don't seem to do that anymore. In any case, I don't know how this works... I'd prefer an email reply if that's possible. But that would probably be too easy, and I don't know how to get a reply.

    Thanks, I appreciate the help.  I think this is one of the problems Apple is creating by changing the OS so often. I had fomer colleagues at [a major aerospace contractor] who told me that so many original files were ultimately lost because of the deadly change in the "Save As" operation that they are now afraid of every OS update. Apple has badly damaged their support base with that very prominent company (they won't update now until they've fully examined and understand changes in the pre-conditioned nature of OS computer functions), and they are a whole lot less enthaled with Mac-related equipment/software. Can't blame them, I too used orginal files that way (as easy-to-use templates), and lost some important files before I realized what was happening (to late to revert). Companies should not have to retrain employees each time an OS gets an update, it's can be very expensive several different ways. They learned a painful lesson with that one. And because I'm now retired and don't use multiple devices, I need iCloud like I need a hole in the head... but I'm told there's no way to keep Apple out of my computer. Fortunately, because of major problems when initially installing Mountain Lion, one hold-over of the hardware/software damage I experienced was that iCloud can no longer access my computer even though everything else is working fine again. That was the only "good luck" I had as a result of that expensive nightmare.

Maybe you are looking for

  • Interactive Table & Chart in JSP

    Hi! I need to create in JSP a table and a chart which must be connected in the sense that when you select a row in the table , chart column must be highlighted and viceversa Do you know can I do it? With an applet?? Thanks! TLLI

  • Steps to plan  and save data in Workbook

    Hi all, Please provide me steps to Plan and save a data in a real time cube using workbook. I have gone through different articles in SDN and tried to relicate but failed to save the data. May be I am missing some thing, some steps. Please provide me

  • Crashing of computer since last two updates of itunes - HELP!!???

    I really need some help, I have tried everything. Since I updated to itunes 7 and now itunes 8, as soon as I connect my ipods (ipod nano (using usb lead) and ipod click wheel (using dock)) my computer crashes. Is there anyway to revert back to the ve

  • Mail.dat & pallet records in CSM file

    We are testing and familiarizing ourselves with the Mail.Dat filess created out of Presort 7.90. I have noticed that the .csm file has a "container type" field.  I am expecting to see a value of "P" for pallet, in at least one record in this file but

  • Problems with Axis2 Codegen Wizard Plugin

    Axis2 Codegen Wizard promisses to do things that I need. When I tryed to generate the WSDL from a Java file (Operation - Java2WSDL) nothing happens. In the last screen ("Select the location for the generated WSDL") apears a message: "An error occurre