Displaying content on multiple html pages

I’m building a basic website for a business/charity I
work in. I’m no pro so all my pages and templates are written
in HTML. For convenience it would be nice to have sustain bits of
info appear throughout the website on different pages. As I
understand the best way to do this is to create a RSS feed and then
have the relevant web pages display the feed.
However I’ve been reading up on how to do this and I am
finding it very complicated and am not even sure if it can be done
with an HTML page. All the examples I have come across seem to be
done in PHP. I’m not even sure what PHP is.
My question therefore is: Firstly, is RSS, what I need, or is
there a simpler way of having bits of text appear on multiple web
pages? And, if so, can I have RSS feeds display in an HTML? And,
again, if so, can someone point me in the right direction to do
this in the most simple but yet still efficient/reliable way?
Thank You
Ps, Merry Christmas and Happy New Year

> Firstly, the web page displaying the SSI code seems to
require a .shtml
> extension, is this correct?
Yes. It is true *unless* the host enables server parsing of
all extensions.
> Secondly, I don?t seem to have to change the SSI source
file?s extension
> from
> .html to .ssi. And in fact I think it will make updating
the website
> easier for
> my colleagues if I keep the extension to .html as, when
I change the file
> extension to .ssi, Dreamweaver?s properties inspector
and CSS panels
> become
> inactive meaning that the only way to edit the file is
going state into
> the
> code rather than using a point and click interface. Is
there any reason
> the SSI
> source file should not keep an .html extension.
Name the file being included anything you want. It doesn't
matter to its
functionality as an included file.
> Is there any open source or low cost software out there
that would make it
> easier for my colleagues to update the website?s SSI
files and still be
> able to
> format the text with the same CSS fill the whole website
uses. Is this
> what the
> Contribute program in Macromedia Studio does?
A properly constructed include file should only contain
references to CSS
rules specified in the parent page. That being the case, if
you are editing
the include file directly, you cannot style the text unless
you are doing it
in Dreamweaver, or unless you make reference to the existing
styles
specified in the parent page.
Contribute does lots more than what you ask. Go to Adobe's
site and read
about it.
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
==================
"Chopo^2" <[email protected]> wrote in
message
news:[email protected]...
> Ok, cool, thanks for all the help, I've even managed to
get the text in
> the
> .ssi document to obey the same CSS rules as the rest of
my web pages. Just
> a
> few last question concerning extensions and user
friendliness before I?m
> perfectly comfortable with using SSI.
>
> Firstly, the web page displaying the SSI code seems to
require a .shtml
> extension, is this correct?
>
> Secondly, I don?t seem to have to change the SSI source
file?s extension
> from
> .html to .ssi. And in fact I think it will make updating
the website
> easier for
> my colleagues if I keep the extension to .html as, when
I change the file
> extension to .ssi, Dreamweaver?s properties inspector
and CSS panels
> become
> inactive meaning that the only way to edit the file is
going state into
> the
> code rather than using a point and click interface. Is
there any reason
> the SSI
> source file should not keep an .html extension.
>
> Is there any open source or low cost software out there
that would make it
> easier for my colleagues to update the website?s SSI
files and still be
> able to
> format the text with the same CSS fill the whole website
uses. Is this
> what the
> Contribute program in Macromedia Studio does?
>
> Thanks a lot everyone,
>
> Chopo
>

Similar Messages

  • What is the most efficient way to post several stories to multiple html pages

    What is the most efficient way to post five stories to multiple html pages?
    Currently they are all html files saved in DW with some divs sharing content and other divs are unique.
    I've experimented with saving stories as library items and dropping into other html but wondered if there is a more efficient or dynamic process.

    Server-Side Includes.
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to call KM content in independent HTML page?

    Hi,
    My requirement is to call KM contents in simple HTML page,
    Actually I want to show documents from specific location of KM into HTML page which is nowhere related to EP pages, it will be totally independent page.
    Can anyone come across the same requirements?
    Thanks,
    Vikas

    Hi,
    i think you can call KM content with in an independent HTML page by using the tags in HTML ,href="target path of your KM content" and target="_blank" OR "_new","_top" any of these you can use based on your requirement.But i think  you shud have to upload your html document under km content with in ur portal environment.As you  said your are not attaching that html page to portal  you can call your KM content by specifyng url of your km content, otherwise you can make use of quick link property of page. If you want further help you could ask me .. i hope it'll be useful for you.
    Regards,
    Sitara
    Edited by: sitara kola on Mar 7, 2008 11:47 AM

  • Sending content in an html page via email as body

    Hi
    I am really in need of a prompt help for sending a web page which contains some html content as an email body.
    I really have no clue about this.
    I have tried searching in google but could not find any thing in java.
    I have everything ready for sending an email, i.e. to, from and subject.
    The only thing i need is the content from an html.
    I can set the content type as text/html.
    I need some help on content Id and content.
    Any quick help is really appreciated.
    Thank you.

    I have tried searching in google but could not find
    any thing in java.You actually didn't. Go take a look:
    http://java.sun.com/developer/EJTechTips/2004/tt0426.html#1

  • Click on jsp page Display records on another html page

    Hi All,
    I am new in jsp. I am making discussion forum. I have one jsp page "Post.jsp" I want when I clicked on submit button on jsp page all records display on html page "index.html". Plz. help me.
    Raj

    I have a html page (index.jsp) and a jsp pages (post.jsp) in Post.jsp page three fields: Id, Sub, message and submit button.
    I want when i click on submit button of post.jsp page then store in database and display these records on index.html.

  • Getting the content of an HTML page?

    Hi,
    I'd like to know how I can connect to an HTML page and then put the content of the page in a String object.
    Could someone help me?
    Thanks,
    Roming

    Something like:
                    HttpURLConnection conn = null;
              try {           
                   conn = (HttpURLConnection) new URL("http://forum.java.sun.com/thread.jsp?forum=54&thread=542277&tstart=0&trange=15").openConnection();
                   InputStream inputStream = conn.getInputStream();
                   BufferedReader br = new BufferedReader(new InputStreamReader(inputStream));               
                   String line = null;                    
                   while ((line = br.readLine()) != null) {
                        System.out.println(line);               
              } catch (MalformedURLException murle) {
                      murle.printStackTrace();
              } catch (IOException ioe) {
                   ioe.printStackTrace();
              } finally {
                   if (conn != null) conn.disconnect();
              }          

  • Flash Text not displaying in GoLive CS2 HTML page

    Greetings All!
    I have created some simple scrolling text in Flash Pro 8. I published the SWF into my GoLive CS2 web site. I can see everything when I open the SWF file or the accompanying HTML file, but when I place the SWF into an HTML page in GoLive, the text doesn't appear. The arrows to control the text are there, but there is no text. Has anyone else come across this? Any ideas?
    Thanks!
    Mike

    There is something wrong with how it is accessing the text in the Flash file itself. When I downloaded the file, it gives me an error stating it cannot find the textOurStory.txt file.
    You may need to change the link so the flash (embedded at a different address) can find it. Something like "new/flash/textOurStory.txt" should do it, I think (maybe an absolute path might work better http://www...)

  • Need help with displaying content on multiple pages

    Hi I'm kind of a dreamweaver newbie and i'm a little in over
    my head. I'm trying to design a web site with the same content
    appearing on multiple pages. Here's the current site...
    http://home.comcast.net/~gascec/cecnh20/index.html
    I'm trying to establish the top bar and side bars of links
    and the logo on each page from one point so i don't have to change
    forty pages if i update a link.
    I know there's a way to do this and i thought it was using a
    CSS page but i can't figure it out and i'm running out of time.
    Help

    Got it. Thank you. I'm having one other problem though. I
    keep getting this bizare message every time i save or try to use
    the template:
    The is an error at line 41 column 7 (absolute position 2486)
    of "~pathandfilename.dwt": Nested editable regions
    The only thing at line 41 is the <body> tag. I took all
    the formating out to try to trim this out... any thoughts about
    this one.
    Thanks G

  • I need to allow my customer to edit content on an HTML page within their browser. How can it be done

    Hi,
    I have a need for my customers to be able to edit content (text and links) within a region of a page in their browser. I read about "Editable Regions" and templates but it appears that our users would need Dw installed.
    Is that true?
    If so, how do you handle security so only my customer can edit content?
    Is there another method I can use in any other of the Creative Cloud apps?
    Is there some JavaScript that can be used?
    Thanks for your help!
    Franklin

    Content Management Systems come big and small.  The right one depends on:
    your coding skills,
    which programming languages & databases your server supports (PHP, ASP, ColdFusion, etc...)
    project requirements,
    budget
    COMMERCIAL CMS
    Cushy CMS (watch the video to see how it works)
    No PHP or databases required.
    http://www.cushycms.com
    Perch
    PHP & MySql required
    http://grabaperch.com/
    Media Carbon (formerly called "Content Seed")
    No databases required
    Available in ASP or PHP "Seed" versions
    http://mediacarbon.com/
    WebAssist Power CMS Builder (Extension for DW)
    http://www.webassist.com/dreamweaver-extensions/powercms-builder/
    Adobe Business Catalyst (subscription includes CMS & web hosting)
    http://www.businesscatalyst.com/
    OPEN SOURCE
    Get Simple CMS -
    PHP, no database required.
    http://get-simple.info/
    e107 CMS
    PHP & MySql required
    http://e107.org/
    PyroCMS (built with CodeIgnitor)
    PHP & MySql required
    https://www.pyrocms.com/
    Nancy O.

  • Display "Juarez" correctly in html page

    How to display Juarez (with the tilda/accent over the a in Juarez
    correctly ??
    Using iPlanet Web Server 4.1 on Unix/Solaris 8
    Thanks
    Jer

    Jerry wrote:
    How to display Juarez (with the tilda/accent over the a in Juarez
    correctly ??
    Using iPlanet Web Server 4.1 on Unix/Solaris 8I assume you're actually asking how to display the accented "a" in a web
    browser, not in iWS. In an HTML document, you can use the HTML
    character entity reference "&atilde;" (in case you have an overzealous
    news client, that's an ampersand, followed by the string "atilde"
    without the quotes, followed by a semicolon).
    There's a list of HTML character entity references at:
    http://www.w3.org/TR/1998/REC-html40-19980424/sgml/entities.html

  • Inputting a single code/ content over multiple existing pages

    I have created a website using Dreamweaver CS3. I am
    attempting to insert additional links on my site without having to
    do the same procedure repeatedly over 120+ pages. I have created a
    link and entered it into my index.shtml page, and it has worked
    great, but have failed to find a command to allow me to do it over
    ALL of my site's pages in a one-step procedure. Please any help
    would be greatly appreciated. Thank you for any and all assistance.

    >i am not positive it will work with .shtml files
    That's what "shtm(l)" means - it means that the page contains
    a server-side
    include!
    > If your server is an Apache web server, select Virtual.
    In Apache, Virtual
    > works in all cases, while File works only in some cases.
    >
    > If your server is a Microsoft Internet Information
    Server (IIS), select
    > File.
    > (Virtual works with IIS only in certain specific
    circumstances.)
    As far as I know, this is just backwards.
    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
    ==================
    "Brad Lawryk" <[email protected]> wrote in
    message
    news:[email protected]...
    >i am not positive it will work with .shtml files but
    maybe this will point
    >you
    > in the right direction?
    >
    > 1: Select Insert > Server-Side Include.
    > 2: In the dialog box that appears, browse to and select
    a file. By
    > default, a
    > File type of include is inserted.
    >
    > To change the type of the include, select the
    server-side include in the
    > Document window and change the type in the Property
    inspector (Window >
    > Properties), as follows:
    >
    > If your server is an Apache web server, select Virtual.
    In Apache, Virtual
    > works in all cases, while File works only in some cases.
    >
    > If your server is a Microsoft Internet Information
    Server (IIS), select
    > File.
    > (Virtual works with IIS only in certain specific
    circumstances.)
    >
    > Note: Unfortunately, IIS won?t allow you to include a
    file in a folder
    > above
    > the current folder in the folder hierarchy, unless
    special software has
    > been
    > installed on the server. If you need to include a file
    from a folder
    > higher in
    > the folder hierarchy on an IIS server, ask your system
    administrator if
    > the
    > necessary software is installed.
    >
    > For other kinds of servers, or if you don?t know what
    kind of server
    > you?re
    > using, ask your system administrator which option to
    use.
    >
    >

  • Tabbed Panel using UpdateContent doesn't properly display spry .html page

    Quick question. I have a tabbed panel widget with 12 tabs.
    I'm using the UpdateContent snippet to pull in .html pages per tab.
    when I have straight .html on the pages the content displays
    without a problem.
    What I need is for each tab to pull in an .html page that
    contains a spry table that has an XML data set (think product page
    with "next" and "prev" buttons to cycle through the content).
    The .html page with the spry table works like a charm...on
    it's own. however when I use it in conjunction with the tabbed
    panel all I see is the bracketed code (i.e. {imgURL} {productName}
    {SKU}) rather than [photo] large T-shirt SKU:1111.
    A while ago I did an accordion that had dynamic content per
    generated panel -- this utilized the Spry.Data.NestedXMLDataSet
    function. A bit of a similar idea although I'm not sure if this
    would also work with the tabbed panel.
    Any suggestions would be helpful and I can drop the code if
    that would also help. Thanks!

    well, what I have is:
    index page with tabbed panel
    |
    V
    click tab
    |
    V
    content from first option .html page loads. this content has
    a dataset repeating table.
    The main page already had the SpryData.js and also
    UpdateContent, as follows:
    <div id="TabbedPanels1" class="VTabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('one','siracusa.html');">Siracusa
    Micro Crepe</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('two','peony_georgette.html');">Peony
    Printed Silk Georgette</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('three','wool_pucker.html');">Wool
    Pucker</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('four','textured_dot.html');">Textured
    Dot</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('five','textured_cotton.html');">Textured
    Cotton</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('six','crane.html');">Crane
    Printed Four Ply Silk</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('seven','tencel_jersey.html');">Tencel
    Jersey</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('eight','circular_wool.html');">Circular
    Stitch Wool</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('nine','silk_burnout.html');">Silk
    Burnout</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('ten','organza.html');">Floral
    Silk Organza</li>
    <li class="TabbedPanelsTab" tabindex="0"
    onclick="Spry.Utils.updateContent('eleven','micro_crepe.html');">Micro
    Crepe</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent"
    id="one">Siracusa</div>
    <div class="TabbedPanelsContent" id="two">Peony
    Printed</div>
    <div class="TabbedPanelsContent" id="three">Wool
    Pucker</div>
    <div class="TabbedPanelsContent" id="four">Textured
    Dot</div>
    <div class="TabbedPanelsContent" id="five">Textured
    Cotton</div>
    <div class="TabbedPanelsContent" id="six">Crane
    Printed Four Ply Silk</div>
    <div class="TabbedPanelsContent" id="seven">Tencel
    Jersey</div>
    <div class="TabbedPanelsContent" id="eight">Circular
    Stitch Wool</div>
    <div class="TabbedPanelsContent" id="nine">Silk
    Burnout</div>
    <div class="TabbedPanelsContent" id="ten">Floral Silk
    Organza</div>
    <div class="TabbedPanelsContent" id="eleven">Micro
    Crepe</div>
    </div>
    </div>
    <script type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script>
    Let's say you clicked on the Siracusa tab. This would call up
    siracusa.html, which has
    <script src="SpryAssets/xpath.js"
    type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js"
    type="text/javascript"></script>
    <link href="../../ed_style.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--
    var fall08 = new Spry.Data.XMLDataSet("fall_collection.xml",
    "collection/outfits", { filterFunc: MyPagingFunc });
    fall08.setColumnType("photoURL", "image");
    fall08.setColumnType("lrgphoto", "image");
    var pageOffset = 0;
    var pageSize = 1;
    var pageStop = pageOffset + pageSize;
    //var dsfall08 = new
    Spry.Data.XMLDataSet("fall_collection.xml", "collection/outfits", {
    filterFunc: MyPagingFunc });
    function MyPagingFunc(ds, row, rowNumber)
    if (rowNumber < pageOffset || rowNumber >= pageStop)
    return null;
    return row;
    function UpdatePage(offset)
    var numRows = fall08.getUnfilteredData().length;
    if (offset > (numRows - pageSize))
    offset = numRows - pageSize;
    if (offset < 0)
    offset = 0;
    pageOffset = offset;
    pageStop = offset + pageSize;
    // Re-apply our non-destructive filter on dsStates1:
    fall08.filter(MyPagingFunc);
    -->
    </script>
    Sircusa Micro Crepe
    <div spry:region="fall08">
    <table>
    <tr spry:repeatchildren="fall08">
    <td colspan="5 "><img
    src="imx/{photoURL}"/></td>
    </tr>
    <tr spry:repeatchildren="fall08">
    <td><a href="imx/{lrgphoto}"
    target="_blank">enlarge</a></td>
    <td>{SKU1}</td>
    <td>{SKU2}</td>
    <td>{SKU3}</td>
    <td>{name}</td>
    <td>{desc}</td>
    </tr>
    </table>
    <input type="button" value="Prev"
    onclick="UpdatePage(pageOffset - pageSize);" />
    <input type="button" value="Next"
    onclick="UpdatePage(pageOffset + pageSize);" />
    </div>
    siracusa.html works more than fine. pulls in the photo, link,
    SKU and info without any problem.
    When you're on the base page with the tabbed panel the only
    thing that comes up are the bracketed info, i.e. {SKU} {SKU1}
    {SKU2}.
    What I need help with is actually having the pulled in data
    table (in the various tabbed panel content areas) actually then
    populate the repeat regions rather than just showing the
    code...

  • Displaying image in html page

    hi one and all!!
    how can i display an uploaded image in same html page??
    i have uploaded that image using file input...but i couldn't able to make this image visible in the page where i want.plz write ur snippet..
    thanks!!

    A few things (also referring to the other topics in your topic spree):
    1) Chill down.
    2) Please write normal human readable English sentences.
    3) Show your effort in your problems.
    4) Ask specific coding problems. What have you written so far and what is failing exactly?
    5) Bookmark http://www.google.com and learn how to use it.
    To get straight on your initial question: you can display images in a HTML page using the <img> tag.

  • Problem Printing html page with JEditorPane...

    Hello All,
    I Have a problem in printin html file with JEditorPane...
    My Html file contains a Table on it..
    Problem is that JEditorPane displays the html file correctly but
    it prints the file without print that Table..
    So pls help me...
    Thanx in advance,..
    Amit
    [email protected]

    I think you would know how to retrieve content of an HTML page using the URL object. Just in case.
    My apology if this short note doesn't help you at all.

  • Parsing a html page

    I want to parse page for specified contents.
    I feel that easy to do but my problem is there are many URLs in the html page and it has to enter into each link and grab the specified content from that html page.In this way it has to parse all the links.
    Can anyone help me in this? Also if anyone has a code for it please say me.I have been trying a lot for it.
    Thanks Swetha.

    Sounds like you are making a web spider. Here are a few open source spiders you could "dissect" (pun intended).
    http://java-source.net/open-source/crawlers
    Also there are a fair amount of tutorials on this kind of project if you poke around google for little bit. There are several ways you could approach this, most likely the one you choose will be based on how many urls you plan on visiting and what you plan on doing there.
    If you only plan on visiting a small number or url's you could simply maintain a list of unvisited pages and a list of visited pages. These could be linkedlists if you don't care about seeing the same page twice, or perhaps a hashset if you do. So you pull off your first url, read the contents of the page, and then find the occurences of http:// and then add that url to your unvisited list. when you are done with the current page move that url to the visited list.
    when you are parsing out the urls you could do something as simple as using a StringTokenizer and breaking the html code into words. then you could tell it was a link by calling something similar to s.startsWith("href="); and then go from there...
    If you are going to be visited many pages you might want to investigate using multiple threads. In this case you'll need to use a list that is threadsafe and you might want to throttle the threads (have them sleep a little inbetween url requests) so you don't go blasting their/your bandwidth...

Maybe you are looking for

  • Issue in Report output

    Issue in Report output I am facing strange issue. I have created a BEx query and Executed in Bex analyser. In this output I can able to see * mark as values instead of KF. Anyone can help me in this.

  • Can't upgrade iPhone 3GS to ios4

    My wife and I purchased 3GS iPhones shortly before the 4G was released. We both have identical Panasonic Toughbooks, mine is running Vista, and hers is running WinXP. Neither one of us can update from 3.1 to the latest 4.2 os. We both have the latest

  • Which CPS Version for NW7.31?

    Dear experts, We are running CPS build M33.10-45085 on NW7.1 We are preparing an upgrade to NW7.31 Now, I really cannot find information on which version of CPS I should run. Should we upgrade CPS? Will CPS build M33.10-45085 run with NW7.31? to whic

  • What is the fastest way to find a Node in an xml ?

    Hi all, We have a procedure which has to process huge XML documents (files of up to 250Mega). Without going too deep in the algorithm, I need to read data from legacy and build nodes in XML. In the legacy data I have written in tabular form the xml h

  • Can you burn just part of a podcast?

    I subscribe to a podcast that is 3 hours long. It varies in quality of music. Is there any way to record only part of a podcast? Thanks!! S-