Can I add a Comments box to a non-Blog or Podcast page?

I want to create a website that allows friends and family to add comments. Do I have to use a Blog or Podcast format or can I create a Blank page that will allow comments? Are there any other applications besides iWeb that will allow me to do this if iWeb won't?
Thanks for any help.
Sunil

The answer will most likely depend on what Software release and OS you using and where the Open Dialog is being opened from. For example Windows 7 Pro Photoshop CC menu File>Open the open dialog has a search area looks like a standard Windows 7 Open dialog. CS6 Does not have a search.

Similar Messages

  • How do you add a comment box

    how do you add a comment box in iweb?

    There are 3rd party comment sites that can be added to an iWeb site for visitors to add comments: Disqus, Intensedebate and Echo are just 3 that are available.
    Guestbooks are another way for visitors to make comments primarily for your viewing but you can embed the comment page in a website like in this demo page: Guestbook.
    This is an example of the Disqus comments from Roddy's iWeb for Musicians site: Disqus Comment in a Scrolling iFrame
    OT

  • How can i add the check box beside the directory?

    how can i add the check box beside the directory? anybody can help?
    tis r the panel of my program :
    // FileTreePanel.java
    // JPanel for displaying file system contents in a JTree
    // using a custom TreeModel.
    package com.deitel.advjhtp1.mvc.tree.filesystem;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    import javax.swing.event.*;
    import com.deitel.advjhtp1.mvc.tree.filesystem.FileSystemModel;
    public class FileTreePanel extends JPanel {
    private JTree fileTree;
    private FileSystemModel fileSystemModel;
    private JTextArea fileDetailsTextArea;
    public FileTreePanel( String directory )
    fileDetailsTextArea = new JTextArea();
    fileDetailsTextArea.setEditable( false );
    fileSystemModel = new FileSystemModel(
    new File( directory ) );
    fileTree = new JTree( fileSystemModel );
    fileTree.setEditable( true );
    fileTree.addTreeSelectionListener(
    new TreeSelectionListener() {
    public void valueChanged(
    TreeSelectionEvent event )
    File file = ( File )
    fileTree.getLastSelectedPathComponent();
    fileDetailsTextArea.setText(
    getFileDetails( file ) );
    JSplitPane splitPane = new JSplitPane(
    JSplitPane.HORIZONTAL_SPLIT, true,
    new JScrollPane( fileTree ),
    new JScrollPane( fileDetailsTextArea ) );
    setLayout( new BorderLayout() );
    add( splitPane, BorderLayout.NORTH );
    JCheckBox check = new JCheckBox("Check me");
    add( check, BorderLayout.SOUTH );
    public Dimension getPreferredSize()
    return new Dimension( 400, 200 );
    private String getFileDetails( File file )
    if ( file == null )
    return "";
    StringBuffer buffer = new StringBuffer();
    buffer.append( "Name: " + file.getName() + "\n" );
    buffer.append( "Path: " + file.getPath() + "\n" );
    buffer.append( "Size: " + file.length() + "\n" );
    return buffer.toString();
    public static void main( String args[] )
    if ( args.length != 1 )
    System.err.println(
    "Usage: java FileTreeFrame <path>" );
    else {
    JFrame frame = new JFrame( "JTree FileSystem Viewer" );
    FileTreePanel treePanel = new FileTreePanel( args[ 0 ] );
    frame.getContentPane().add( treePanel );
    frame.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
    frame.pack();
    frame.setVisible( true );
    }

    You can maybe explore button and forms feature in InDesign. It was added in CS6.

  • Can you add an RSS feed on an iweb blog that would allow visitors to receive new entries by email?

    Can you add an RSS feed on an iweb blog that would allow visitors to receive new blog entries through their email?

    RSS feeds don't do that - if they add the feed to an RSS reader (including Safari or FireFox) they will see new updates every time they check: but sending them emails on each added episode would require extra programming in the actual program, which iWeb doesn't provide. You would need to have a mailing list and send out an email manually each time you add an episode.

  • How can I add extra tick-box columns to the Evaluation report template?

    Is there a simple way to add additional tick-box columns to the evaluation report template? I want to have a column for every day of the week.

    Are you part of a class project? We've just had another query on this template.
    +Menu > View > Show Ruler/Invisibles+
    The "columns" are just boxes and text aligned with tabs.
    Select all of them and slide the tabs on the ruler across to tighten up the spacing.
    Add more tabs to the ruler by clicking on the ruler where you want them, then right clicking on the Tab markers to change them to the type you want.
    Copy and paste extra copies of the +tabs plus box+ in each line.
    Peter

  • Can I add two "Comments and Markups" toolbars?

    I often need to mark up drawings in Adobe Acrobat, and I find it difficult to continuously change from green to red, which takes a fair amount of time. Is that a way to speed up the color change? Or possibly could I add two "Comments" toolbars so that one could be green and one could be red?

    Have you thought of Acrobuttons by WindJack? It helps you write small javascripts that you then keep on your toolbar.

  • Can I add a comments to my iWeb page

    I have a website that I would like to invite visitors to sign a guest book or add comments ... can that be done?

    See this page for adding comments...
    http://www.iwebformusicians.com/iWeb/Comments-Password-Protect.html
    ... and this one for form services which willl also provide a guestbook...
    http://www.iwebformusicians.com/Website-Email-Marketing/Form-Service.html

  • How to add a comment box now to my iweb site?

    I have a iWeb made site and i wanna have comments enabled... this was possible before,... but how to add it now and from where?
    Is there a way to have Forums on my iweb site? without link it to another site?
    Thanx for your respond

    You can create your own forum at Freeform101 - free forum hosting.  You can incorporate the forum into your website with links or embed it as in this demo page: Embed a Site Within an iWeb Page.
    You'll be in charge of the forum, admitting members, etc.
    OT

  • Can you add a message box

    Hello, i'm looking for help
    I want to know if you can add a messagebox, message board ot guestbook that people can sign when they visit, to leave a message
    Jack
    macbook   Mac OS X (10.4.6)   Upgraded White Version

    What do i do then, do i just copy and paste it into a
    texy box? because it's just come up as text :S
    Not quite... follow these directions and see if you get a little bit closer...
    The general directions are as follows...
    1. Decide where you want your chatbox and know exactly what dimensions you need (from the cbox settings)
    2. Insert a text box onto your page and adjust its size to exactly your dimensions.
    3. Type in some uniquely identifiable text like, "CHATBOXHERE" without changing the font or anything else...just type it in.
    4. Publish your page with iWeb.
    5. Find the html file associated with your published page (either on your iDisk or in a folder depending on how you published) and open it in any text editor (like Microsoft Word, or Textedit, or anything). You may have to tell your text editor to "ignore rich text format (RTF)"
    6. Scroll through the html file and locate your placeholder text, e.g. "CHATBOXHERE".
    7. Replace the placeholder text with your html code (the code that you got from cbox) and save your page.
    That's it. You should see your chat box show up where you placed the text box.
    Two things to keep in mind...1. No way to do this via iWeb directly, so it involves editing the published html files, and 2. Because iWeb republishes the html files whenever you update the your webpage, you will lose your changes and have to redo them to get your chat box back.

  • How can I add linked text boxes to Contents?

    I have a lot of sections in my chapters, and I think they are all coming in to the TOC, but the automatic text box doesn't have a blue tab, so I cannot add a new text box to continue showing the sections.  How can I make this show up? There's no layout I can manipulate for the TOC, so I cannot make the text editable, which is the suggestion that I have seen for regular linked text boxes.

    Hello,
    If you want to add image to it's background then you can select the SubMenu and use the fill option to fill an image to it.
    Make sure you uncheck "Edit together" option in Menu properties so that you can add different images to different submenus.
    And if you want to edit the text and add images to it, I would suggest you to use Manual menu. Where you can customize your own Menu and add links to the Menus and Submenus.
    Please have a look at the screenshot showing how to create Manual menu :
    Hope this helps.
    Regards,
    Sachin

  • Can't add notes/comments to PDF files with Acrobat any more

    Hello,
    There was no problem to add comments/notes to existing PDFs up until now:
    While writing a note/comment using the Free Text Tool it looks as if it is alright but when clicking out of it or choosing another tool then the text color goes grey/fades out. Both the fill and stroke color do not apply any more.
    Acrobat version 5.0
    What could be the cause of the problem?
    Kind regards,
    laanes

    What is the version of the PDF. With AA5, that may be the issue with a version that is 5 back of the current version. Many of the newer versions you may be able to read, but will not be allowed to comment on. This is a version issue. See if you can do a comment on a current PDF version from your own AA5. My guess the answer is yes.

  • After a recent update, everytime I open Firefox, the Add-ons dialogue box opens on top of the home page. How can I stop it from opening each time?

    The question contains all the information I can provide

    Ok I found a solution that worked for me, I simply dragged the user.js and the user.js.BAK to the desktop, before that I had done the same with the prefs.js and prefs.js.BAK, but that didn't help, so it's apparently the user file that was an error with.
    It was the link from cor-el that helped me on the way http://kb.mozillazine.org/Preferences_not_saved It's at the bottom titled User.js file locks certain preferences. This article can also help https://support.mozilla.com/en-US/kb/Preferences%20are%20not%20saved
    It have still not made a new user.js file, but everything runs fine, hope this can help others to.

  • Can you add a word or name to the spell checker in pages for iPad?

    I'm looking for a way to add a word, alternate spelling or proper name to the spell checker for the newest version of pages for iPad so they won't keep showing up as "misspelled".
    Can you help?

    No, the ability to add a word to spell check dictionary is not a current feature.

  • How can we add "subscribe by e-mail" to our Blog?

    Any other tips about how to optimize our Blog's readership would also be welcome. We'll add Social Media sharing buttons.
    Thanks,
    John

    Based on some web searches and poking around, I think this URL should work to start a new message on AOL webmail. Can you test it?
    http://webmail.aol.com/Mail/ComposeMessage.aspx?to=[email protected]
    It may be that AOL will redirect you to a new address. If you check the address bar, can you copy/paste that URL into a reply? If it seems to contain personal information, you might want to replace that with ZZZZZ instead.

  • How can I add the Restore Previous Session button to a custom home page?

    Just lost my full post, so, sorry for the abruptness.
    Here's what I have:
    <pre><nowiki><?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html [
    <!ENTITY % htmlDTD
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "DTD/xhtml1-strict.dtd">
    %htmlDTD;
    <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
    %globalDTD;
    <!ENTITY % aboutHomeDTD SYSTEM "chrome://browser/locale/aboutHome.dtd">
    %aboutHomeDTD;
    <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd" >
    %browserDTD;
    ]>
    <HTML>
    <button class="launchButton" id="restorePreviousSession">&historyRestoreLastSession.label;</button>
    </HTML></nowiki></pre>
    Any help would be appreciated.
    Thanks!

    If someone can tell me this forum's tags for posting code, I'll gladly correct my original post so you can correctly see the code that I'm using. >.<

Maybe you are looking for

  • Log4J-Error + Unexpected Database-Connector-Error

    Hello! I am trying to integrate a Report into an existing Java Eclipse-Project usind Crystal Reports for Eclipse. To do this I am modifying the example program which comes together with the installation. I am trying to pass the data to the report dir

  • I've installed snow lion

    I've some bugs in the mac app store such as twitter that asks me to log in as [email protected] and so on, I know that there is a patch "snow leopard combo" but it runs only on snow leopard. Are there any solutions to this problem?

  • Performance Point Services as a Service

    Hi, Is it possible to consume a report/Dashboard/scorecard/etc created in PPS to be consumed from a third party (Custom Application). I mean can the pps be exposed as a service which can be consumed by other UI Applications (not just through SharePoi

  • "Definition de.alex_uhlmann.animationpackage could not be found" and other debug errors

    Hi, I have a Flash file someone else created that I need to debug and repair. I get the following errors, when running debug: Symbol 'nms_new_all.flv', Layer 'Layer 6', Frame 1, Line 1, Column 40 1172: Definition de.alex_uhlmann.animationpackage coul

  • VPN Settings Server Admin L2TP PPP Authentication Kereberos option dimmed?

    Hi. I set up my 10.4 server as an open directory master. Kerberos works on the LAN for single signon. I am trying to configure VPN service now. When I go to the "Settings" section of VPN in Server Admin, under L2TP, "PPP Authentication", MS-CHAPv2 is