PC simple webpage editor for my friends ....

Hi,
So I am making a little website for my friends and I have a question:
I am building this in GOLIVE but they have a PC and would like to be able to download the pages and make TEXT ONLY changes without having to go through me. Are there any FREE editors out there that might work for them??
kt

The Adobe options are:
InContext Editing:
http://www.adobe.com/products/incontextediting/
Contribute CS4:
http://www.adobe.com/products/contribute/
Or, you could build the site using a content management system and give your friends access to the content editing control panel. For instance:
http://wordpress.com/
http://www.joomla.org/
http://drupal.org/
Or you could rig something with simple text files and server side includes (particularly if your friends knew HTML)

Similar Messages

  • Would really like a simple sound editor for my BB Curve

    I've been using my BB for a few weeks now and, so far, really like it. The one software that I would REALLY like find is a simple sound editor for my BB. I would like to be able create short audio recordings (using either the voice recorder or other application) and create just a clip of that file (not the entire file) so that I can post them, directly from my BB, to either facebook or my blog. This is very simple to do when audio is transferred to the desktop but I would like to be able to do this from my BB.
    Any ideas? Thanks.

    BassoonMan wrote:
    I checked out the PortableApps page and it appears as if that allows me to install some type of data on my BB which can then be run on other computers but not on the BB itself - is that correct?
    You are correct. The principle of a PortableApp application is to be put on a USB stick, and then can be used on any desktop or laptop computer without being installed. You have put it on the memory card of your blackberry, it enables you to use it on any computer you plug your Blackberry into.
    Concerning a sound editor in Blackberry, I don't know.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Help required to find a simple htm editor for mac

    Can you please help recommend a simple htm editor for mac?
    Thank you.

    You could use TextEdit, which comes with all Macs, TextWrangler, or Smultron (no longer in development); all of these are free.

  • Simple Windows editor for iPhone 4 MOV files?

    I want to work a little with the MOV files the iPhone 4 outputs. It's simple to transfer them to the computer by drag-and-drop, but not I would like to do a little editing--what programs (cheap and simple) would be best for doing this in Windows 7?
    Thanks--

    Anyone help me please?

  • Simple editor for pdf files!

    I've tried a couple of pdf editors, for various tasks. So I wanted to pass on what I feel is a very comprhensive, easy to use program.
    The program is called Infix, it's prduced by a company called iceni and it can be downloaded and used right away!
    I first found it usefulness in filling out government documents. Instead of downloading the documents, printing them out, filling them out, scanning them and finally sending them, I download them into infix, fill them out and send them...it's that easy! I also found it an easy way to hight different parts of a document and printing it out, already highlighted and ready for the meeting!
    So. if you want to edit pdf forms, or even write them, this is one super tool to use!

    hi,
    For this 9 points..
    great...
    which editor is not a matter.. you can use even notepad..
    so first you to concentrate on Programming concepts...
    Any way.
    you can use editplus / textpad / or better you can use Eclipse (free)

  • Editor for ASP with syntax highlighting? (I use Bluefish)

    Is there a decent, simple (or not-so-simple) editor for ASP code?  Or, is there a way to get Bluefish to highlight ASP correctly?
    Don't suggest VIM.  I love it, but I haven't learned the intricacies of it yet. 
    And, yes, I apologize for writing ASP... 

    Hi,
    this is a short introduction, might help at start:
    Starts with some generell settings, please note that I just add these
    settings to the files in /usr/share/scite, most of the stuff can also be set in
    files in your ~. Refer to scite docs for filenames onn that.
    SciTEGlobal.properties: general settings which are mostly scattered over
    the file. Find the lines and tweak them.
    # I like my Scite with tabs and a statusbar, displaying line and column
    tabbar.visible=1
    tabbar.hide.one=1
    tabbar.multiline=1
    statusbar.visible=1
    #comment out this line to have it displayed under the textfield not besides
    #split.vertical=1
    #display line numbers (create enough space for 4 digits)
    line.margin.visible=1
    line.margin.width=4
    # ask b4 automatically reload an altered file on disk
    are.you.sure.on.reload=1
    # show name and number of my tab in titlebar
    title.full.path=1
    title.show.buffers=1
    # save the buffer state in a file
    and reload on startup
    save.recent=1
    save.session=1
    load.on.activate=1
    # allows 25 tabs
    buffers=25
    # I plain hate tabs and using 8 spaces is waste of place
    # converts tab hits to spaces
    tabsize=2
    indent.size=2
    use.tabs=0
    # some sane fontsettings: - the ! activates pango -> AA fonts
    # sets them all to similar sizes and monospace font
    # after the if PLAT_GTK these must be tabs in intendation!
    if PLAT_GTK
    font.base=font:!bitstream vera sans mono,size:9
    font.small=font:!bitstream vera sans mono,size:8
    font.comment=font:!bitstream vera sans mono,italics,size:9
    font.code.comment.box=$(font.comment)
    font.code.comment.line=$(font.comment)
    font.code.comment.doc=$(font.comment)
    font.text=font:!bitstream vera sans mono,size:9
    font.text.comment=font:!bitstream vera sans mono,size:8
    font.embedded.base=font:!bitstream vera sans mono,size:9
    font.embedded.comment=font:!bitstream vera sans mono,size:9
    font.monospace=font:!bitstream vera sans mono,size:9
    font.vbs=font:!bitstream vera sans mono,italics,size:9
    # uuh, netscape - long time not seen, replce with firefox
    if PLAT_GTK
    command.print.*=a2ps "$(FileNameExt)"
    command.scite.help=mozilla-firefox "file://$(SciteDefaultHome)/SciTEDoc.html"
    # add a vertical line at column 80
    edge.column=80
    edge.mode=1
    edge.colour=#E0E0E0
    go on to html.properties file; to get the advantages you need the php.api
    and the phpfunctions.properties from http://scintilla.sourceforge.net/SciTEExtras.html
    there you also find api files for ASP
    #replace netscape with mozilla-firefox again
    if PLAT_GTK
    command.go.$(file.patterns.web)=mozilla-firefox "file:///$(FilePath)"
    # load the .api file which I downloaded from the web; it contains, per line,
    # a short explaination of each command
    # $file.patterns.php is defined for *.php and friends by file extensions
    api.$(file.patterns.php)=$(SciteDefaultHome)/php.api
    # the calltips for the hypertext lexer shall not be case sensitive
    calltip.hypertext.ignorecase=1
    # define how the calltipps should be parsed, the following is the same as
    # the standard anyway, but might be overwritten by some people in SciTEGlobal
    calltip.hypertext.parameters.start=(
    calltip.hypertext.parameters.end=)
    calltip.hypertext.parameters.separators=,
    # some calltips have an additionally explaination after the final ")"
    # -this makes display them in a second line
    calltip.hypertext.end.definition=)
    # autocopleter stuff
    # defines which type of characters let the autocompletion pop up
    autocomplete.hypertext.start.characters=_$(chars.alpha)
    # also the autocompletion should not be case sensitive since, grrr php and html
    autocomplete.html.ignorecase=1
    # extend the "Extras" menu with some commands
    # Tidy Checking
    command.name.1.$(file.patterns.web)=HTML Tidy Validate
    command.1.$(file.patterns.web)=tidy -quiet -errors $(FilePath)
    error.select.line=1
    # Tidy Cleanup and indent
    command.name.2.$(file.patterns.web)=HTML Tidy Cleanup
    command.2.$(file.patterns.web)=tidy -i -wrap 80 -m $(FilePath)
    # the executed command alternates the file, so it should be saved b4 and must be
    # re-read -> activate are.you.sure.on.reload=1 , makes things easier to handle
    # !!!! THERE IS NO UNDO ON THIS COMMAND !!!!
    command.save.before.1.$(file.patterns.web)=1
    command.is.filter.2.$(file.patterns.web)=1
    # activate a lint checker for php files
    command.name.1.$(file.patterns.php)=Check PHP syntax
    command.1.$(file.patterns.php)=php -l $(FilePath)
    the tidy doesn't work onClick, but it shows you the errors in line and column
    some pictures to show stuff:
    the gray edge at column 80 and the php-lint checker in action:
    autocomplete code:
    the calltip, NOTE: it is wrapped after the ) which was our setting:
    calltip.hypertext.end.definition=)
    and the delimiter , let highlight the the correct argument:
    whoever want's jump in and wikify that, go ahead, leave me a note where
    I shall help.
    -neri

  • How to use iWeb as your WYSIWIG editor for HTML

    Yes, it can be done - and as such, it is the best 'free' html editor for the mac, by far.
    design and publish your web page with iWeb. In the end, if you are going to paste the html in an email or some such thing, simpler is better. but don't be afraid to include graphics and colors . . . everything that probably doesn't require javascript (because the email clients are definitely not going to render that).
    then . . . .
    - download the source of the page. (here after referred to as FileName.html)
    - replace any of the local links with the full http:// prefix - especially for images. (this can be done quickly with a simple find and replace)
    - download the css for the page (naming convention is FileName_files/FileName.css in the same directory as the FileName.html file )
    - use the emogirphy tool at pelago design to merge the css style sheet with the html to create inline style tags for the html http://www.pelagodesign.com/sidecar/emogrifier/
    that's it, now you have perfectly useable html that doesn't require style sheets, which you can use for sending emails, or archiving on your own computer. . . whatever you need.
    hope this is helpful - it was for me.

    phrakture wrote:
    Dusty wrote:phrakture is the everything guru.  X11, CLI, VIM, ssh, network, lovemaking, organized crime, kernel hacking, etc.
    arooaroo wrote:Am I the only one wondering how you know this fact?
    You weren't supposed to tell, schnookums!
    AHAHAHAHAHA, that has TOTALLY made my day   

  • Using Aperture as external editor for iPhoto

    Hi all,
    I could be classed as a "keen amatuer" I suppose. I import all my photos into iPhoto, and use it to publish photos to the web for family / friends.
    I then import the "best" photos into Aperture so I can work my "magic".
    I've recently returned from a very sunny Italy and I want to use Aperture's shadows / highlight editing to enhance a few pictures, then band these up onto the web using I photo.
    I've set Aperture as my default editor in iPhoto, and when I double-click Aperture does open, but the photo I want to edit does not.
    Is it possible to use Aperture in this way? If not, what are the best options for moving photos in and out of both of these apps? Also, I've not used Aperture's web publishing facilities. Are these as good (read "easy") as iPhoto?
    I don't really want to make the move over to Aperture and completely remove iPhoto because the family know and like iPhoto to browse things.
    Cheers for the help.
    Stuart

    Once your Aperture photos are in iPhoto, they are shared just like any others in iPhoto.
    If you're willing to make the switch, then once you switch over to Aperture (moving over all or some of your photos), delete and re-add them to iPhoto. Then you should see any Aperture made photos. Be sure they're added and copied over so when you delete from iPhoto, you're not deleting your only copy.

  • How to activate New Editor for XSLT Transformations?

    Hello Everyone!
    I am currentlyworking on some Simple Transformations (Txn STRANS). As I am very happy with the New Frontend Editor, I would like to use the new Editor for editing Simple Transformations, like I do, when editing usual ABAP Code.
    Where can I activate the New Editor fpr XSLT Programs? I have already set the Flag to use the new editor when editing ABAP Code, but this Flag unfortunately has to influence on the editor used for XSLT programs... ;-(
    Greetings
    --MIKE

    Hi all,
    How to use conditions in XSLT Transformation,
    Thanks
    Reddy.n.l

  • Efficient data structure to implement simple text editor?

    I was given this problem in an interview:
    What data structure would you use to implement a simple text editor that does these 4 functions:
    a) goto(line number)
    b) insert(char input,location)
    c) delete(location)
    d) printAll() //print entire file
    Given that i'm such a newb, i was stumped. I came up with making a 2d array that would allow for o(1) time for goto, but o(n) for everything else (shifting everything in the array). there were other downfalls too dealing with space issues and such, but he wanted me to optimize this data structure. I then came up with a linked list of arrays, but that had similar problems.
    But thinking about it further is driving me a little crazy so I'm wondering if you guys have any suggestions on how to answer this question...
    one thing that came to mind after is to implement the data structure as a binary tree, where each node contains
    class Node
    char theChar
    int position; // ie 0 = first character in the file, and 81 could be the first character in the 2nd line
    node left,right,parent;
    }so how it works is the cursor would know where the location was so i would know where to delete and insert within the tree.
    insert {
         //search for location to insert after (log n)
           //create new character node and append to current node
         //increment position for all subsequent children
    delete(x) {
         search for x position
         if found, remove node and decrement position value for all children
    goto(line #) {
         return line # * 80 (or whatever max length for a single line)
    }the major problem i see here is balancing the tree after every insert/delete
    Thanks in advance.

    One of many great things emacs has given us is the gap buffer:
    http://en.wikipedia.org/wiki/Gap_buffer
    To see a Java implementation of this you can look in the Java SDK source. The document model (I forget exactly what its called), used in Swing uses a gap buffer.

  • Sandy - a simple text editor

    sandy - a simple text editor
    Sandy is a X11 text editor with an easy-to-read, hackable C source. It uses GTK+ and GtkSourceView for convenience and is akin to surf, only it is a text editor, not a web browser. Sandy tries to maximize screen estate, minimize the SLOC used and not get in your way too much. It can somehow be controlled via XProperties and all preferences and keybindings are to be chosen at compile time. Two example configs are provided with the source.
    Features
    - Basic editing, saving, etc.
    - One document per instance
    - Embeddable (e.g. can use http://tools.suckless.org/tabbed for tabs)
    - Regex search, go to line functionalities
    - Pipe selection through arbitrary command
    - Pipe selection through predefined command(s)
    - Syntax highlighting
    - Line numbers, current line highlightnig
    - Simple autoindenting
    - Multi-level undo
    - Configurable at compile-time
    Dependencies
    - GtkSourceView2
    - Gtk+2
    - (probably) xorg-utils to get xprop to set XProperties
    - one method to grab user input: either zenity or dmenu in the pre-defined config files
    Screenshot
    http://sandyeditor.sf.net/sandy_editor.jpeg
    Homepage
    http://sandyeditor.sf.net/
    Download
    http://sourceforge.net/projects/sandyed … z/download
    AUR
    http://aur.archlinux.org/packages.php?ID=36084
    Comments, bug reports and patches welcome.
    Last edited by rafunchi (2010-04-13 23:24:26)

    Procyon wrote:
    It would be nice to be able to do something like this:
    1 abc
    2 dec
    3 abd
    4 edc
    5 {CURSOR}ad
    ^R, sed command: 1,3s/^/%%%/
    1 %%%abc
    2 %%%dec
    3 %%%abd
    4 edc
    5 {CURSOR}ad
    So you can edit and continue where you left off.
    The problem with implementing this behavior is 'sed' is an external command here. The full text is filtered through sed and put back in the buffer, not just lines 1 to 3. You can't just preserve the insert position as the text coming from the pipe might be completely different from your original. Same for searching the current line.
    You *could* remember your line+char position and move the cursor back there, but this would be highly unreliable and move the cursor to a third position in the buffer if your 's' command changes the number of lines (e.g. try s/:/\n/g in a password file)
    Also, a couple of tests with vim prove that it does not behave consistently in this regard, despite :s being an internal command there.
    if you really want to add '%%%' at the beginning of the line quite often, I suggest you define a binding or action for:
    t_editable, t_pipelines, { .v = (char *)"sed \'s/^/%%%/\'" }
    Then select the lines you want to target lousily (you don't need to select full lines) and launche the binding/action. It does move the cursor, but seems fairly quick.
    Procyon wrote:Maybe you can check for "/^s/" in the command to make it work on this current line, just like vim's :s///
    I made a wee change in the hg tip code. Now sandy "listens" to three properties regarding pipes:
    - _SANDY_PIPE: Pipes the selected text, or nothing by default as per f_pipe. This is used by the ^I binding in the default config.
    - _SANDY_PIPEALL: Pipes the selected text, or the full file if nothing is selected as per f_pipeall. This is used by the ^P binding in the default config.
    - _SANDY_PIPELINES: Pipes the selected text, extending the selection to full lines and matching the current line if there is no selection as per f_pipelines. This is used by the ^R binding in the default config. This means now sed is applied to full lines if there is a selection and to the current line if there is not.
    Thanks for your feedback. I hope this helps.

  • Web Gallery not Opening Webpage Editor?

    when selecting my images for a web gallery and then choosing new web gallery from selection the new folder appears in projects, but doesn't open up the webpage editor like the manual says that it should. i've been working on this for 2 hours and am up against a dead line. i just end up with a web gallery folder full of the correct images, but the browser doesn't change. hope this is enough info to help me.
    thanks,
    ben
    www.benedmonson.com

    i figured out what the deal was. you must be in the proper browser for the webpage editor to launch, the book doesn't say anything about this. i usually use the project management browser, but aperture wants you to be in the standard layout browser?? once again the book not being detailed enough.
    cheers,
    ben

  • I would like to buy an ipad for a gift for a friend that lives in Santiago,Dominican Republic.  What do I need to do to make the ipad function efficiently and properly in Santiago,Dominican Republic?

    I would like to buy an ipad for a friend of mine that lives in Santiago,Dominican Republic.  How and what do I need to do as far as set up of the ipad to make sure that it functions efficiently and properly in Santiago,Dominican Republic?  The availability of wi-fi is not very good, so should I buy an ipad model that has wi-fi and cellular capability?  I am quite new to all this technology so I would appreciate it very much if someone can explain step by by step and in simple terms how the ipad needs to be set up to work in this country.

    The Smart Cover only protects the front screen. You'll get scratches on the back plus it provides no protection for a small drop.
    I added a screen protector as it was cheap insurance protection.
    For my iPad 2, I bought an Adesso case/keyboard model WKB-2000CD http://www.adesso.com/en/component/content/article/49-coming-soon/455-wkb-2000cd .html Works great & looks good. The keyboard is easier to use than Apple's on-screen keyboard. Do a Google search using the model number to get the best price. About the same price as Apple's covers & it covers the whole iPad. Although the new iPad  is slightly thicker, it should fit this case.
     Cheers, Tom

  • Simple XML Editor

    Is there a simple, FREE, XML editor out there (written in Java)?
    I am using an XML file format for a small application I wrote, and I would prefer to edit the file using an XML editor, since it is easy to screw up the file in a text editor.
    If you've used Forte or Netbeans, all I want is a simple XML editor like the one that is built into the IDE.
    Thanks for any information.

    Vim works pretty good, its free, and has syntax highlighting. You would need to be familiar with using vi. http://www.vim.org/
    If you use Eclipse, you can get http://www.oxygenxml.com/. It's not free, but its cheaper than XMLSpy.
    I haven't found anything better than XMLSpy, even though its expensive.
    Does anyone know of another tool that can generate a sample instance document from a schema, and/or a schema from an instance document? I find that handy in XMLSpy.
    -Scott
    http://www.swiftradius.com

  • " Why not Emacs Be the best editor for java"

    hai friends,
    iam using emacs editor for java. i think it is the best editor for java available
    for free of cost.
    we can easily customize it based on ur needs
    we can even customize the compilation and run option with single key stroke.
    and it has many interesting and useful features like shell, bsh, cvs customization,telnet
    and a lot more....
    many software concerns had made emacs as thier offical java editor
    i donot think anybody in this world who had used the emacs will go for some other editor
    and i do want to know from u all that whether i was wrong . and
    is there any other editor which can be better than emacs
    if so give me valid reasons
    get back to me if u are not aware of emacs features
    regards
    g.kamal

    I agree with you 100% on linux side, but in
    windows(tm) there are even better editors. I
    personally use MED in windows. After trying dozens of
    different editors in linux I ended up using emacs, it
    sure is the best editor in linux (for Java atleast).
    There are still some things bugging me, for an example
    I would like the "end" button to move the cursor to
    the end of the line instead of EOF.
    I donot understand why ur saying that the "end" button is not moving the cursor to the
    end of the line
    it works fine in my machine
    plz elaborate what more features u want, bcas it may be there in emacs , but u may not have that
    much awareness in it.
    regards
    kamal

Maybe you are looking for